Loading

Tag Archive: LinkStation

Sep
03

Installing Slimserver on the Linkstation

After flashing the Drive installing the tools and MySQL your ready to install slim 6.5.1 cd /mnt/hda/opt/ addgroup slimserv adduser slimserv -g slimserv passwd slimserv wget http://www.slimdevices.com/downloads/SlimServer_v6.5.1/SlimServer_v6.5.1.tar.gz tar -xzvf SlimServer_v6.5.1.tar.gz mv SlimServer_v6.5.1 /mnt/slimserver cd /mnt/slimserver/Bin mkdir mipsel-linux-gnu-thread-multi cd mipsel-linux-gnu-thread-multi ln -s /mnt/hda/opt/mysql mysqld /mnt/slimserver/Bin/build-perl-modules.pl enter the relevent paths for your install == Install /mnt/slimserver Extract …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/03/installing-slimserver-on-the-linkstation/

Sep
03

Installing MySQL On the Linkstation

Installing MySQL 4.1.22 cd /mnt/hda/misc wget http://ftp.up.ac.za/pub/windows/MySQL/Downloads/MySQL-4.1/mysql-4.1.22.tar.gz tar -zxvf mysql-4.1.22.tar.gz cd mysql-4.1.22 groupadd mysql useradd -g mysql mysql export CFLAGS=-O3 export CXXFLAGS=-O3 ./configure –prefix=/mnt/hda/opt/mysql –with-readline –without-debug make make install Then install the Dev tools cd /mnt/hda/misc wget http://momonga.nahi.to/pub/mips/mipsel/MySQL-devel-4.0.25-1m.mipsel.rpm rpm2cpio MySQL-devel-4.0.25-1m.mipsel.rpm | cpio -di cp -r usr/* /usr SQL Done

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/03/installing-mysql-on-the-linkstation/

Sep
03

Buffalo Linkstation Flashing

These articles are not complete but they should be able to assist with baselining the NAS with Linux: Flash here: http://linkstationwiki.net/index.php?title=The_LinkStation_firmware_flasher ========== Start by creating the following mkdir /mnt/hda/misc mkdir /mnt/hda/opt After that you should install the development tools. cd /mnt/hda/misc wget http://downloads.linkstationwiki.net/development_tools/mipsel-tools-2_1.tgz mkdir devtools cd devtools tar -xzvf ../mipsel-tools-2_1.tgz ./install.sh Install expat cd /mnt/hda/misc …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/03/buffalo-linkstation-flashing/