You can find my current build of Slimserver 6.5.1 here. The slimserver code is final but my supporting scripts are not quite finished.
http://homepage.eircom.net/~altondsl/sl ... _armeb.ipk
You can use a browser or wget or curl to downloads the file onto the FSG3.
To Install:
This install puts files in the following directories - so if you already use them move your files elsewhere.
/home/slimserver
/opt/share/ss65
1. Login as root
2. You must have the ipkg bootstrap 1.05 or better installed.
3. Install the Perl and expat packages. The slimserver ipkg will request them but it is better to do manually in case there are problems, you'll know where to look.
Edit: Also install MySql
4. Change current directory to where the ss65_6.5.1-1_armeb.ipk has been saved.
5. install the Slimserserver package with the command
ipkg install ss65_6.5.1-1_armeb.ipk
6. If it install goes OK, try the command
slimserver
The response should be
Usage: /opt/bin/slimserver {start|stop|status|enable|disable|firewall|wanenable|wandisable|info}
7.If it works. then try
slimserver info
8. To start slimserver used the command below - it will take a couple of minutes before your see a "Slimserver Started message"
slimserver start
9. To see progress through log file you can do
tail /home/slimserver/slimserver.log
The following is a normal start - the last line about port 9000 indicate web interface is ready.
Code:
/ # tail /home/slimserver/slimserver.log
http://FSG:9000/
2007-01-22 20:39:37.8519 Attempt to free unreferenced scalar: SV 0x1bc6b4c.
2007-01-22 20:40:51.0064 Use of uninitialized value in join or string at /opt/lib/perl5/5.8.8/File/Spec/Unix.pm line 81.
2007-01-22 20:42:07.4538 Your data source needs to be configured. Please open your web browser,
2007-01-22 20:42:07.4763 go to the following URL, and click on the "Server Settings" link.
2007-01-22 20:42:07.4785 The URL to access SlimServer is now:
http://FSG:9000/
9. If you wish to access slimserver by web from WAN port open firewall with
slimserver firewall.
10. By default slimserver will start as part of boot - if you do not want this then use
slimserver disable.
There is an issue with this build - there seems to be too many mysql processes started. I am looking into it.
Edit:
I'm not sure why but this build needs to have install the ipkg MySQL. There is some file in the MySql install that is missing with the shipped FSG MySql - this is part of the cause of extra mysql processes