A few notes which may help you with the installation and running of Squeezecenter on Ubuntu-server 8.10.
You will need to either log in as root or use sudo for each of the following commands. UBUNTU-SERVER TOOLS To help manage the server from a server terminal, use midnight-commander, htop, rcconf These apps can also be called from an SSH terminal on the Windows PC using PuTTY. Add the following packages: sudo apt-get install mc htop rcconf WEBMIN Using the Webmin APT repository If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line : deb http://download.webmin.com/download/repository SARGE contrib You should also fetch and install the GPG key with which the repository is signed, with the commands : cd /root wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc You will now be able to install with the commands : apt-get update apt-get install webmin All dependencies should be resolved automatically. SQUEEZECENTER sudo apt-get install libfreetype6 (this necessary to make SC run on 8.10 server) sudo apt-get install mplayer lame edit the /etc/apt/sources.list and add: deb http://debian.slimdevices.com stable main deb http://debian.slimdevices.com testing main deb http://debian.slimdevices.com unstable main (I use this one SC 7.3) Comment out # the lines not required then: sudo apt-get update sudo apt-get clean sudo apt-get install squeezecenter SC has its own version of MySQL so to reduce processor load, from a terminal type: sudo rcconf deselect mysql from startup list with rcconf Good luck -- Ramage T5500 1.6GHz, SC 7.2-22869 Win Vista, Alien 2.0 P4 2.6GHz, SC 7.3-23688 WinXP, Alien 2.2b1-7.3 P2 266MHz, ubuntu server 8.10 SC 7.3~24187 Alien 2.4a1-7.3 AMD64x2 ubuntu 8.04, SC 7.3-24187, Alien 2.4a1-7.3 ------------------------------------------------------------------------ Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343 View this thread: http://forums.slimdevices.com/showthread.php?t=55910 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
