I'm using UbuntuUpdates for the PPA http://www.ubuntuupdates.org/package/ge ... b/subsonic
(6.0-1~getdeb1)
Installed those package list from here http://www.ubuntuupdates.org/ppa/getdeb ... ist=xenial
- Code: Select all
drew@mimi:/var/subsonic$ sudo systemctl status subsonic.service
● subsonic.service - LSB: Subsonic daemon
Loaded: loaded (/etc/init.d/subsonic; bad; vendor preset: enabled)
Active: active (exited) since Fri 2016-09-02 14:35:23 PDT; 17min ago
Docs: man:systemd-sysv-generator(8)
Process: 3231 ExecStop=/etc/init.d/subsonic stop (code=exited, status=0/SUCCESS)
Process: 3235 ExecStart=/etc/init.d/subsonic start (code=exited, status=0/SUCCESS)
Sep 02 14:35:23 mimi systemd[1]: Starting LSB: Subsonic daemon...
Sep 02 14:35:23 mimi systemd[1]: Started LSB: Subsonic daemon.
Looks like it clearly has something to do with the error of /etc/init.d/subsonic, but I can't really find anything wrong in them. There haven't been any entries to any of the log files in /var/subsonic, they're all dated a few days ago.
sudo service subsonic restart
doesn't do anything
sudo systemctl start subsonic.service
doesn't do anything
there aren't any notes about 'subsonic' in the /var/log/messages either.
any ideas on where to start looking next? Thanks!