Index of /dns323/old/squeezecenter-packages/

NameLast ModifiedSizeType
Parent Directory/ -  Directory
README.txt2009-Jan-09 15:51:161.6Ktext/plain
my.cnf2008-Oct-01 17:02:280.6Kapplication/octet-stream
perl-mod-Compress-Zlib-2.011-1.tgz2008-Sep-18 10:42:0321.2Kapplication/x-tgz
perl-mod-DBD-mysql-4.008-1.tgz2008-Sep-18 10:04:44102.1Kapplication/x-tgz
perl-mod-DBI-1.607-1.tgz2008-Sep-18 10:00:37640.0Kapplication/x-tgz
perl-mod-Encode-Detect-1.01-1.tgz2008-Sep-18 10:30:4473.4Kapplication/x-tgz
perl-mod-GD-2.41-1.tgz2008-Sep-18 09:39:11134.4Kapplication/x-tgz
perl-mod-HTML-Parser-3.56-1.tgz2008-Sep-20 13:36:2873.8Kapplication/x-tgz
perl-mod-HTML-Tagset-3.20-1.tgz2008-Sep-20 13:34:218.1Kapplication/x-tgz
perl-mod-Template-Toolkit-2.20-1.tgz2008-Sep-18 10:37:33453.3Kapplication/x-tgz
perl-mod-XML-Parser-2.36-1.tgz2008-Sep-20 13:29:46205.8Kapplication/x-tgz
squeezecenter-7.2-1.tgz2008-Sep-21 13:58:3217.8Mapplication/x-tgz
NOTICE: These packages are outdated. More recent versions of the
packages are available from the packages/ and extra-packages/
directories of ffp 0.5.


FFP packages for Squeezecenter 7.2

You need all packages in this directory. Some manual configuration is
still necessary.

You need the following ffp packages:

  mysql
  libpng
  libjpeg
  gd
  perl



IMPORTANT: You need the latest perl package (perl-5.10-2)!


Download and install squeezecenter packages:

  Open a telnet session and download packages:

# cd /mnt/HD_a2
# rsync -avP --delete inreto.de::dns323/squeezecenter-packages .
# cd squeezecenter-packages

  Install packages:

# funpkg -i *.tgz



  Next, configure mysql (see also Yannick's Squeezecenter tutorial at
    http://forums.slimdevices.com/showthread.php?t=52664 )

# cp my.cnf /ffp/etc/
# mysql_install_db
# sh /ffp/start/mysqld.sh start

  (Optional:) You might want to run:

# mysql_secure_installation

  Create the slimserver database:

# mysql -u root
mysql> create database slimserver;
mysql> grant all on slimserver.* to 'slimserver'@'localhost' identified by '';
mysql> flush privileges;
mysql> exit


  Finally, start slimserver. Note that Slimserver is awfully slow, and
  will eat all your memory. Before starting slimserver you should
  consider stopping any other services (except mysql, of course).

# sh /ffp/start/slimserver.sh start

  (Ignore the warning about missing group 1000)

  Wait another minute or two, then browse to

    http://bob:9000/        (replace bob with the name or IP address of your nas)

  to do the initial configuration. It's best to leave it alone while
  it's scanning your files.


lighttpd/1.4.13