Search found 7 matches

by tonypags314
February 14th, 2024, 10:28 pm
Forum: General Help
Topic: Service stops randomly, help me find root cause
Replies: 15
Views: 1789

Re: Service stops randomly, help me find root cause

Thanks for the help and for maintaining this app :)
by tonypags314
February 13th, 2024, 11:06 am
Forum: General Help
Topic: Service stops randomly, help me find root cause
Replies: 15
Views: 1789

Re: Service stops randomly, help me find root cause

It happened again overnight. 2024-02-13 02:58:55,426::DEBUG::[interface:133] Request GET /api from [[sonar VM IP]] [Sonarr/3.0.10.1567 (ubuntu 18.04)] {'mode': 'history', 'start': '0', 'limit': '60', 'category': 'tv', 'apikey': 'f0efd3e826c641beab79827f9e54979a', 'output': 'json'} 2024-02-13 02:59:5...
by tonypags314
February 11th, 2024, 6:59 pm
Forum: General Help
Topic: Service stops randomly, help me find root cause
Replies: 15
Views: 1789

Re: Service stops randomly, help me find root cause

Mine looks like [Unit] Description=SABnzbd binary newsreader Documentation=https://sabnzbd.org/wiki/ Wants=network-online.target After=network-online.target [Service] Environment="PYTHONIOENCODING=utf-8" #ExecStart=/opt/sabnzbd/SABnzbd.py --disable-file-log --logging 1 --browser 0 ExecStar...
by tonypags314
February 11th, 2024, 4:05 pm
Forum: General Help
Topic: Service stops randomly, help me find root cause
Replies: 15
Views: 1789

Re: Service stops randomly, help me find root cause

OK. I set option in INI file log_level = 2, restarted service, and confirmed DEBUG entries are being added to log file. I hope that's good enough. Now we wait a few days........ I'm running it on Debian 12. It's the latest version from the repo. admin@hostname:~$ sudo apt install sabnzbdplus Reading...
by tonypags314
February 11th, 2024, 3:28 pm
Forum: General Help
Topic: Service stops randomly, help me find root cause
Replies: 15
Views: 1789

Re: Service stops randomly, help me find root cause

How do I tell if a service is stopped? I run `systemctl status nameofservice`

Also, that logging is the shutdown entries, with a few lines before to show that it's the first log entry in some time, and I kept the start up entries in there since it's the next entries to show version info, etc.
by tonypags314
February 11th, 2024, 3:16 pm
Forum: General Help
Topic: Service stops randomly, help me find root cause
Replies: 15
Views: 1789

Service stops randomly, help me find root cause

Hi All, I recently built a new VM for my SAB instance. It's running great, except every few days or so the service stops for no reason. I found the log, it seems that it's stopping and logging that activity but nothing as to why it's stopping. Then some time later when I noticed it down, I started t...
by tonypags314
February 11th, 2024, 2:57 pm
Forum: General Help
Topic: SABnzbd and Split tunneling VPN
Replies: 5
Views: 783

Re: SABnzbd and Split tunneling VPN

You may not have a route after the VPN connects, even if you have split tunneling enabled. Try to ping the IP and if it tells you no route to host this means you just need to add a route after connecting the VPN. I'm assuming you're a windows user. In windows you can run `route print` from CMD befor...