I am attempting to install subonic inside my openvz container. I have tried three different methods of installation.
1. Installing from .deb download link from subsonic site
2. Installing from tar.gz. from site
3. Installing from getdeb ppa
- Code: Select all
apt-get install subsonic
Nothing is working at all. I have port 4040 forwarded as i am in a remote location from server but still nothing. Not all the time when i run /etc/init.d/subsonic start or service subsonic start will the daemon actually start.
- Code: Select all
root@sabsuite:~# service subsonic start
root@sabsuite:~# /etc/init.d/subsonic start
root@sabsuite:~# ps aux | grep subsonic
root 3768 0.0 0.0 6452 720 pts/0 S+ 04:38 0:00 grep --color=auto subsonic
root@sabsuite:~#
Really not sure where to start with troubleshooting as im not even getting any errors.
