Closed Sp1l closed 6 years ago
pool not functional, requires restart of the pool
I'm not a php-fpm expert, but this looks suspicious.
pool not functional, requires restart of the pool
That happens after (because of?) opening a message. PHP-FPM runs fine until I enable the mail app and open it, that's when these pool not functional
errors appear
Operating system: FreeBSD 11.1p1 amd64
Btw, I don't think we support anything other than Linux π
Don't really need to generally, it's just another platform to run PHP on π
Any clue where I should find the logfiles? https://github.com/nextcloud/mail/blob/master/lib/Account.php#L148 shows that they should appear in <datadirectory>
but I haven't found the logfiles there. Permissions on the directory show that apache can write there.
Did you enable debug mode via config.php
?
Yes, loglevel is set to 0
'loglevel' => 0,
No, I mean
"debug" => true
π
Oeps! Hadn't found that one. Now enabled and I have the logs. No apparent errors in the IMAP log
S: 5 OK Fetch completed (0.004 + 0.000 + 0.003 secs).
>> Command 5 took 0.2285 seconds.
C: 6 LOGOUT
S: * OK [CLOSED] Previous mailbox closed.
S: * BYE LOGOUT received
S: 6 OK Completed
>> Command 6 took 0.0015 seconds.
Unassigning this from the current release milestone as I don't know what's going on here. Could be the unsupported platform, a misconfiguration of php-fpm or a bug in the app. I can't tell.
Just verified that the issue is still there in 0.7.6. Any timeline for 13.0.0beta2?
Any timeline for 13.0.0beta2?
Saw the notification too late π Just tested with 13.0.0beta2, error still the same. FreeBSD port for nextcloud-mail updated Nextcloud 13 is still only a PR
Updated the FreeBSD port to 0.7.9 Running Nextcloud 13.0.0-RC1
Problem persists (still running via fpm)
Problem persists in 13.0.0-RC3 with Mail 0.7.9. Found some entries in the Nextcoud logs:
Error | PHP | Undefined index: imapSslMode at /usr/local/www/nextcloud/apps/mail/lib/Service/DefaultAccount/Config.php#73 | 2018-01-26T21:52:06+0100
-- | -- | -- | --
Error | PHP | Undefined index: imapSslMode at /usr/local/www/nextcloud/apps/mail/lib/Service/DefaultAccount/Config.php#73 | 2018-01-26T21:52:05+0100
Error | PHP | Undefined index: imapSslMode at /usr/local/www/nextcloud/apps/mail/lib/Service/DefaultAccount/Config.php#73 | 2018-01-26T21:52:04+0100
/usr/local/www/nextcloud/apps/mail/lib/Service/DefaultAccount/Config.php
Oh, you're using a default account. I overlooked that.
As a start, please see the admin docs for a minimal configuration: https://github.com/nextcloud/mail/blob/ecf34360a7d14f0593deb4033714c1b894d3c778/doc/admin.md#minimal-configuration
Can this issue be closed?
Late response... Just updated to 0.8.2 and all seems well now.
Already closed and that's a good thing. Thanks Christoph!
Thanks for your feedback :smiley:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and questions.
Steps to reproduce
Expected behaviour
Display message content
Actual behaviour
"Unable to load the desired message :-/" is displayed in the message frame. PHP-FPM log shows
Mail app
Mail app version: 0.7.9
Mailserver or service: Dovecot 2.2.33.2
Transport security - IMAP: None
Transport security - SMTP: smtps (465)
Number of accounts: 10
Mail app version build date: (only if you are using a Nightly Build)
Server configuration
Operating system: FreeBSD 11.1p1 amd64
Web server: Apache 2.4.29
Database: MariaDB 10.2
PHP version: 7.1.12 FPM
Version: (see admin page) Nextcloud 13.0.0 RC3
Updated from an older version or fresh install: 12.0.3, 13.0.0b1, 13.0.0b3, 13.0.0rc1
List of activated apps: Enabled:
The content of config/config.php:
Client configuration
Browser: Firefox 57.0, Chrome 62.0.3202.94
Operating system: Win 10 Pro 1709
Logs
Web server error log
Server log (data/nextcloud.log)
Horde IMAP log (data/horde_imap.log)
Horde SMTP log (data/horde_smtp.log)
Browser log