Mikey7047
January 4th, 2007, 02:50 PM
I have Ventrilo installed and running correctly, but only when I activate it from the command line. It is installed in /usr/bin/ventrilo
and the executable is /usr/bin/ventrilo/ventrilo_srv
I made a script using this guide to get the vent server to run on bootup:
http://ubuntu.wordpress.com/2005/09/07/adding-a-startup-script-to-be-run-at-bootup/
which is /etc/init.d/vent.sh
The contents of vent.sh look like this right now:
su mvarrieur -c "/usr/bin/ventrilo/ventrilo_srv -f/usr/bin/ventrilo/3784 -d"
I have also tried a couple other ways of getting it to run on startup such as:
/usr/bin/ventrilo/ventrilo_srv -d
and:
/usr/bin/ventrilo/ventrilo_srv -d &
None of these methods have ran the script on startup. Any advice or am I just completely missing something here?
and the executable is /usr/bin/ventrilo/ventrilo_srv
I made a script using this guide to get the vent server to run on bootup:
http://ubuntu.wordpress.com/2005/09/07/adding-a-startup-script-to-be-run-at-bootup/
which is /etc/init.d/vent.sh
The contents of vent.sh look like this right now:
su mvarrieur -c "/usr/bin/ventrilo/ventrilo_srv -f/usr/bin/ventrilo/3784 -d"
I have also tried a couple other ways of getting it to run on startup such as:
/usr/bin/ventrilo/ventrilo_srv -d
and:
/usr/bin/ventrilo/ventrilo_srv -d &
None of these methods have ran the script on startup. Any advice or am I just completely missing something here?