I am aware of the faq saying shared hosting is not supported. Furthermore, my question might well be not related to ttrss directly. Still, I hope it is interesting enough to get some attention here. Feel free to tell me to go somewhere else with it.
Anyway, here is my question:
I upgraded (skipped many versions) to the current version from git this weekend. I was using cron jobs for the updating before. Reading again about updating feeds I tried the update daemon this time.
I started this in a screen:
> /usr/php/53/usr/bin/php-cli ./update_daemon2.php
And it works great as long as I stay logged in. As soon as I detatch the screen and log out, the updating does not work. The gui complains about it and in the screen I get lots of messages of the form:
Unable to connect to database (as <dbusername> to localhost, database <dbname>): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)Unable to connect to database (as <dbusername> to localhost, database <dbname>): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)[05:24:30/24910] [reap_children] child 12646 reaped.
Once I log in again and re-attach the screen, everything works fine again.
Is that a known problem? And is there a solution? In the meantime I switched back to the cron job, which does work.
Thanks in advance for any help