-
-
Notifications
You must be signed in to change notification settings - Fork 18
[BUG] New install, WebGUI shows "None found" - Maybe Manticore issue? #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
OK, for starters check the manticore tables:
Assuming you have real time index, you may see "piler1" index table. In that case check how many emails it has indexed:
If you can see roughly 4600 documents, then create an auditor user (later you may remove it if not needed), login as auditor, as simply hit the red search button. |
mysql> show tables; mysql> show index piler1 status; Logging in as an Auditor does seem work... And apart from that, I still have an issue with the webGUI, it constantly switches the URL to the first Virtualhost on the server (First time after login and several times later like when changing the password of the built-in auditor user... Not sure I want to try it again with Manticore 9 though ;-))) |
Administrator is not supposed to search email by design. A regular user or an auditor account may do so. Btw. if you insist, then set this in config-site.php:
Regarding the wrong sitename, the UI executes these commands: Anway, I can see that probably you deployed the archive to the mail server. Technically you can do that, however, from a disaster recovery point I suggest a different host, dedicated to the archive. |
Can I change the behavior for it NOT to use the Hostname? ;-) This is my wife's server and too say it's a small business would be an understatement, therefore there is just one server available. One other thing I noticed: Now the piler-smtp process is started automatically. I commented out the start sequence in /etc/init.d/rc.piler but can I change a config file somewhere to stop it from starting? Thanks for your help! Happy Easter! :-) |
On ubuntu you can start piler and piler-smtp daemons using systemctl or the rc.piler script. Unfortunately your best bet is to fix the used script, and comment out piler-smtp and probably you don't need piler daemon either if using pilerimport only. So in that case just don't start the daemons. Btw. piler-smtp can listen on a specific interface or even port as well, eg. 127.0.0.1:2525. If you want some other name from the actual hostname, then fix the code here: https://github.com/jsuto/piler/blob/master/webui/model/health/health.php#L246-L251 |
Hi Janos,
What I did notice: The health page now does now show "archive.designwindmill.com" instead of "mail.designwindmill.com".
If I manually change the URL to https://archive.designwindmill.com/index.php?route=health/health (replacing mail with archive), it works The same thing happens when I change the password of a user. I'm stumped and still hoping for a Easter miracle ;-) |
Argh ;-) I think I got it now. I think that is created by make postinstall, right? |
OK, I'm glad that it works by now. |
Sorry to bother you again, but I used the Timestamping feature with the Piler 1.2. sign.php seems to be "deprecated" and I cannot find any mention of Timestamping in the Installation docs. I found TrustedTimestamps.php but this seems to only provide the "class" for the action... Can I enable Timestamping with Piler 1.4.7? |
This issue is stale because it has been open for 14 days with no activity. |
Describe the bug
After doing a clean install on a newly upgraded Ubuntu 22.04 Server and importing ~ 4600 mails (EML) using pilerimport, the WebGUI shows "None found" for any search, even though the Health check shows imported mails.
First try was with Manticore 9 as per apt install from their Repo -> None found
make postinstall worked flawlessly though
Tried to install Manticore 6.3.8 but for the life of me was unable to do so :-(
Building joinsorter threw an error about conflicting headers.
Installed Manticore 7.4.6 (Building this worked without a problem!)
make postinstall also worked fine with this version
After installing every Manticore version mentioned above, I did a clean reinstall of piler
(Dropping DB, removing /var/piler, cleaning up /usr/local)
reindex -a does not change anything afterwards
Expected behavior
Should show imported mails in WebGUI
Piler version:
piler 1.4.7, Janos SUTO sj@acts.hu
Build Date: Fri Apr 18 21:12:19 CEST 2025
ldd version: ldd (Ubuntu GLIBC 2.35-0ubuntu3.9) 2.35
gcc version: gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
OS: Linux mail.designwindmill.com 5.15.0-138-generic #148-Ubuntu SMP Fri Mar 14 19:05:48 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Configure command: ./configure --localstatedir=/var --with-database=mysql
MySQL client library version: 8.0.41
Extractors: /usr/bin/pdftotext /usr/bin/catdoc /usr/bin/catppt /usr/bin/xls2csv /usr/local/bin/ppthtml /usr/bin/unrtf /usr/bin/tnef libzip
Notes
Building Manticore from sources was done according to their instructions: https://manual.manticoresearch.com/Installation/Compiling_from_sources, Installing Manticore 9 was done according to https://manticoresearch.com/install/
The text was updated successfully, but these errors were encountered: