I switched to 2019.12-rc today and since then I have problems with the worker, I use the daemon, but it seems it does not start the worker. Can someone help me trouble shoot this problem?
⇧
I switched to 2019.12-rc today and since then I have problems with the worker, I use the daemon, but it seems it does not start the worker. Can someone help me trouble shoot this problem?
utzer [Friendica]
utzer [Friendica]
@Michael Vogel the PHP error log is full of these:
... show more@Michael Vogel the PHP error log is full of these:
Usually the error log does not contain that much data, maybe the latest version of PHP brought some changes.
What should I look for? Some special file throwing errors?
utzer [Friendica]
I guess the different times are caused by cli and httpd calls, it seems that time/date settings differ based on where the php script is started from.
The lines above I took from the log, for some of the lines there is many occurrences.
utzer [Friendica]
@Michael Vogel does this give a hint?
PHP Warning: pcntl_fork(): Error 11 in /srv/www/bin/daemon.php on line 126
utzer [Friendica]
@Michael Vogel danke für die Gegenfrage, dann weiß ich jetzt was es ist. m(
The fork() function shall fail if:
[EAGAIN]The system lacked the necessary resources to create another process, or
the system-imposed limit on the total number of processes under execution
system-wide or by a single user {CHILD_MAX} would be exceeded.
https://grokbase.com/t/php/php-general/0652vggx3p/what-means-fatal-error-pcntl-fork-error-11
utzer [Friendica]
utzer [Friendica]
@Michael Vogel hmm ok, dann klappt es wohl immer noch nicht...
Der worker läuft jetzt aber gerade ganz gut.
utzer [Friendica]
utzer [Friendica]