i invested around a day to find out to make it work again but i have no ideas anymore. I get the overview of mails, but when clicking on any mail, attachments/data is empty. Clicking "show headers", it reveals:
/* Sat May 16 01:06:29.130 2026 conn 1 (127.0.0.1:41844) real 0.000 wall 0.000 found 0 */ SELECT tag FROM tag1 WHERE uid=1 AND mid=7445;
/* Sat May 16 01:06:29.133 2026 conn 1 (127.0.0.1:41844) real 0.000 wall 0.000 found 0 */ SELECT note FROM note1 WHERE uid=1 AND mid=7445;
/* Sat May 16 01:06:29.656 2026 conn 5 (127.0.0.1:41860) real 0.001 wall 0.002 found 5589 */ SELECT id FROM piler1 ORDER BY sent DESC LIMIT 50;
/* Sat May 16 01:06:29.661 2026 conn 5 (127.0.0.1:41860) real 0.000 wall 0.000 found 0 */ SELECT mid, tag FROM tag1 WHERE uid=1 AND mid IN (7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449);
/* Sat May 16 01:06:29.678 2026 conn 5 (127.0.0.1:41860) real 0.000 wall 0.000 found 0 */ SELECT mid, note FROM note1 WHERE uid=1 AND mid IN (7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449);
/* Sat May 16 01:06:29.721 2026 conn 1 (127.0.0.1:41844) real 0.001 wall 0.001 found 5589 */ SELECT id FROM piler1 ORDER BY sent DESC LIMIT 50;
/* Sat May 16 01:06:29.725 2026 conn 1 (127.0.0.1:41844) real 0.000 wall 0.000 found 0 */ SELECT mid, tag FROM tag1 WHERE uid=1 AND mid IN (7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449);
/* Sat May 16 01:06:29.734 2026 conn 1 (127.0.0.1:41844) real 0.000 wall 0.000 found 0 */ SELECT mid, note FROM note1 WHERE uid=1 AND mid IN (7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449);
/* Sat May 16 01:06:32.374 2026 conn 3 (127.0.0.1:41848) real 0.000 wall 0.000 found 0 */ SELECT tag FROM tag1 WHERE uid=1 AND mid=7445;
/* Sat May 16 01:06:32.375 2026 conn 3 (127.0.0.1:41848) real 0.000 wall 0.000 found 0 */ SELECT note FROM note1 WHERE uid=1 AND mid=7445;
/* Sat May 16 01:08:33.172 2026 conn 1 (127.0.0.1:41844) real 0.000 wall 0.000 found 0 */ SELECT tag FROM tag1 WHERE uid=1 AND mid=7449;
/* Sat May 16 01:08:33.178 2026 conn 1 (127.0.0.1:41844) real 0.000 wall 0.000 found 0 */ SELECT note FROM note1 WHERE uid=1 AND mid=7449;
Ubuntu automatically installed Manticore v13. I removed this and try to revert to Manticore 9x versions and 10x versions, but always the same.
Since Upgrade to piler 1.4.8 (master branch commit (b6aab54)) and Upgrade from Ubuntu 22 LTS to 26 LTS by 2 steps, piler is not working anymore. At the least the web frontend is rendering, but it shows no data. It gives error.
i invested around a day to find out to make it work again but i have no ideas anymore. I get the overview of mails, but when clicking on any mail, attachments/data is empty. Clicking "show headers", it reveals:
the manticore log:
tail -f /var/piler/manticore/query.logUbuntu automatically installed Manticore v13. I removed this and try to revert to Manticore 9x versions and 10x versions, but always the same.
the config:
config is readable, pem file exists
pilersearch.service output:
any ideas how to solve?