Hello.
I’ve recently updated my TT-RSS installation. However, before the update, I was having an issue with feed refreshing that feeds wouldn’t get automatically refreshed as they used to. I thought an update would solve the issue but it’s still ongoing.
The issue, as far as I know, appeared right out of the blue, perhaps an update on my Linux box(CentOS 7 with Apache) caused the issue but I haven’t touched my TT-RSS installation myself.
I’m making use of the systemd to initiate the feed refreshes. The file is located at /etc/systemd/system/.
Currently, the service for TT-RSS is active and running. Here is the current output of systemctl status ttrss_backend:
● ttrss_backend.service - ttrss_backend
Loaded: loaded (/etc/systemd/system/ttrss_backend.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2020-01-19 09:12:55 CET; 1 weeks 3 days ago
Main PID: 24115 (php)
CGroup: /system.slice/ttrss_backend.service
└─24115 php /var/www/rss.cansurmeli.com/public_html/update_daemon2.php
Jan 29 09:14:20 vps update_daemon2.php[24115]: [08:14:20/20950] Removing old archived feeds...
Jan 29 09:14:20 vps update_daemon2.php[24115]: [08:14:20/20950] Purged 1 orphaned posts.
Jan 29 09:14:20 vps update_daemon2.php[24115]: [08:14:20/20950] Removed 0 (feeds) 0 (cats) orphaned counter cache entries.
Jan 29 09:14:21 vps update_daemon2.php[24115]: [08:14:21/24115] [reap_children] child 20948 reaped.
Jan 29 09:14:21 vps update_daemon2.php[24115]: [08:14:21/24115] [SIGCHLD] jobs left: 1
Jan 29 09:14:22 vps update_daemon2.php[24115]: [08:14:22/20951] Scheduled 0 feeds to update...
Jan 29 09:14:22 vps update_daemon2.php[24115]: [08:14:22/20951] Sending digests, batch of max 15 users, headline limit = 1000
Jan 29 09:14:22 vps update_daemon2.php[24115]: [08:14:22/20951] All done.
Jan 29 09:14:23 vps update_daemon2.php[24115]: [08:14:23/24115] [reap_children] child 20949 reaped.
Jan 29 09:14:23 vps update_daemon2.php[24115]: [08:14:23/24115] [SIGCHLD] jobs left: 0
The only way I can initiate an update is getting into VPS, going into the appropiate directory and calling php update.php --force-update. Then, after a while, I get the updated feeds on the web side of TT-RSS.
As far as I can see, there are no errors or other inconviniences. What could be the issue here?
Thanks.