OS: Ubuntu 12.04/12.10 (whatever the latest one is)
Subsonic Version: 4.7
Anyways, due to the problems, I thought it would be better to start over with subsonic. So I did the following commands:
sudo service subsonic stop
sudo dpkg -P subsonic
sudo rm --force --recursive --verbose /var/subsonic/
sudo rm --force --recursive --verbose /root/subsonic
sudo rm --force --verbose /etc/default/subsonic
sudo ps aux | grep subsonic
sudo ps aux | grep musiccabinet
This should clear out ALL subsonic files that I am aware of, and I didn't receive anything back from doing ps aux, so I thought all was well.
I went to reinstall subsonic using this command:
sudo dpkg -i subonic-4.7.deb
I then tried to browse to subsonic using http://server:4040 and nothing was responding.
I double checked my config file:
andrew@server:~/Downloads$ cat /etc/default/subsonic
#
# This is the configuration file for the Subsonic service
# (/etc/init.d/subsonic)
#
# To change the startup parameters of Subsonic, modify
# the SUBSONIC_ARGS variable below.
#
# Type "subsonic --help" on the command line to read an
# explanation of the different options.
#
# For example, to specify that Subsonic should use port 80 (for http)
# and 443 (for https), and use a Java memory heap size of 200 MB, use
# the following:
#
# SUBSONIC_ARGS="--port=80 --https-port=443 --max-memory=200"
SUBSONIC_ARGS="--max-memory=150"
# The user which should run the Subsonic process. Default "root".
# Note that non-root users are by default not allowed to use ports
# below 1024. Also make sure to grant the user write permissions in
# the music directories, otherwise changing album art and tags will fail.
SUBSONIC_USER=root
However, when I login (if I can login) all my files seem to be intact, or I get to the point that I can't login at all because it won't accept username = "admin" and password = "admin", or my old username and password.
This happens EVERY SINGLE TIME. I am getting frustrated because I am under the impression that I am stopping all files. I even did a ps aux for java, and that returned 0 results when it was uninstalled.
I don't know what else to do to make it a clean install or how to stop this behaviour. WHAT THE HELL is going on.
Sorry for all caps but this is REALLY frustrating me.
