Version: 0.7.20
OS: Ubuntu 16.04
Install-type: apt-get install sabnzbdplus
Skin (if applicable): default gold
Firewall Software: disabled
Is the issue reproducible? yes
I have my config files in /opt/sabnzbdplus
User: sabnzbdplus
Group: sabnzbdplus
Code: Select all
drwxr-xr-x 6 sabnzbdplus sabnzbdplus 4096 Mar 30 16:27 .
drwxr-xr-x 11 root root 4096 Mar 22 00:48 ..
drwxr-xr-x 2 sabnzbdplus sabnzbdplus 4096 Mar 31 00:40 admin
drwxr-xr-x 4 sabnzbdplus sabnzbdplus 4096 Mar 22 01:01 Downloads
drwxr-xr-x 2 sabnzbdplus sabnzbdplus 4096 Mar 30 14:19 logs
-rw-r-xr-- 1 sabnzbdplus sabnzbdplus 4484 Mar 31 00:40 sabnzbd.ini
-rw-r--r-- 1 sabnzbdplus sabnzbdplus 4484 Mar 31 00:40 sabnzbd.ini.bak
drwxr-xr-x 2 sabnzbdplus sabnzbdplus 4096 Mar 22 01:01 scriptsCode: Select all
sabnzbdplus.service - LSB: SABnzbd+ binary newsgrabber
Loaded: loaded (/etc/init.d/sabnzbdplus; bad; vendor preset: enabled)
Active: active (running) since Thu 2017-03-30 16:31:26 EDT; 8h ago
Docs: man:systemd-sysv-generator(8)
Process: 8387 ExecStop=/etc/init.d/sabnzbdplus stop (code=exited, status=0/SUCCESS)
Process: 8498 ExecStart=/etc/init.d/sabnzbdplus start (code=exited, status=0/SUCCESS)
Tasks: 33
Memory: 6.2G
CPU: 2h 30min 34.980s
CGroup: /system.slice/sabnzbdplus.service
└─6146 /usr/bin/python /usr/bin/sabnzbdplus --daemon --pidfile /var/run/sabnzbdplus/pid --config-file /opt/sabnzbdplus/sabnzbd.ini
Mar 30 16:31:23 MEDIA systemd[1]: Starting LSB: SABnzbd+ binary newsgrabber...
Mar 30 16:31:23 MEDIA sabnzbdplus[8498]: * Starting SABnzbd+ binary newsgrabber
Mar 30 16:31:26 MEDIA sabnzbdplus[8498]: ...done.
Mar 30 16:31:26 MEDIA systemd[1]: Started LSB: SABnzbd+ binary newsgrabber.
Mar 30 17:09:10 MEDIA systemd[1]: Started LSB: SABnzbd+ binary newsgrabber.I am running nginx with a reverse proxy setup. I can access sab fine but I can no longer save settings via the web interface. The save button just goes to "Failed".
As a test I:
1) stopped the sab service (sudo service sabnzbdplus stop)
2) set the password to "" in the .ini file
3) saved the changes as the sabnzbdplus user
4) restarted sab
I noticed that the change took effect as I could login with no password. However, I see my old settings (such as a password and theme) set in the web GUI -> config page -> General settings. I don't understand where it could be pulling this data from as I would think it would be loaded from the .ini on startup.
I can't seem to figure out why I can't save settings. I verified that ACL is not an issue in that config folder and that the files are all owned by the service user (sabnzbdplus). The nginx log is showing no errors as well as the sabnzbd log.
