Re: [SlimDevices: Unix] n5200 SS implementation

2007-05-07 Thread Pellicle
Here is a link to the Thecus forums n5200 firmware section. You might find some additional help there. I have not heard of any issues with instilling modules under 1.00.08 and I am myself using the same version firmware with no issue. If I understand you are not able to load the PERL module as we

Re: [SlimDevices: Unix] n5200 SS implementation

2007-05-07 Thread jcyr
Have reistalled 1.0.8. Came to same conclusion about Perl. Tried installing it first. No joy. Has anyone had any success installing modules under 1.0.8. It is recent and Thecus may have changed the module packaging requirements. -- jcyr --

Re: [SlimDevices: Unix] n5200 SS implementation

2007-05-06 Thread Pellicle
This probaly merits a different thread but it sounds like you have a firmware issue. Have you tried reinstalling firmware version 1.00.08? -- Pellicle Pellicle's Profile: http://forums.slimdevices.com/member.php?userid=978

Re: [SlimDevices: Unix] n5200 SS implementation

2007-05-05 Thread jcyr
Follwed exactly the steps you give... After clicking install, the module does NOT show up in the list... Therefore cannot be selected. -- jcyr jcyr's Profile: http://forums.slimdevices.com/member.php?userid=1761 View this

Re: [SlimDevices: Unix] n5200 SS implementation

2007-05-05 Thread Pellicle
You should select the SLIMSERVER.mod file for the install of Slimserver. If you unzip the file with paths you will find the file in the /XXX/N5200_SLIMSERVER_2.00.01/SMLIMSERVER/SLIMSERVER.mod directory. Intall the module via the install button on the Module Management web page. Then click the ch

Re: [SlimDevices: Unix] n5200 SS implementation

2007-05-04 Thread jcyr
I'm running a Thecus N5200 with firmware 1.0.8. So far I've had no luck installing any modules. I'm assuming that the .zip files downloaded from the twiki page need to be unzipped on a windows box, the the module installed using the browse button in the system->module management N5200 web gui to s

Re: [SlimDevices: Unix] n5200 SS implementation

2007-05-01 Thread Pellicle
The major issue in the prior module version was related to MySQL scans. These issues seem to be resolved and this version of the module seems to have full Slimserver functionality. Rescan works - both in the update and clear and rescan modes. Scheduled routine scan works. Album Art for web int

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-30 Thread Pellicle
I retried installing the SS module 2.00.01 Again it did not enable. When I checked the logs in the etc directory i noticed they were the logs from the prior version. This led me to believe the uninstall did not remove all files. Following up on this I deleted the Slimserver directory and did a r

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-30 Thread Pellicle
I will check after re-installing and post. Had to get the music back up for the other half so I went back to 2.00.00 For info: Firmware version 1.00.08 Modules installed - Info, SSYUSER, SSHD, NFSEXPORT, PERL, IMGDUP, FTPAccess, Slimserver -- Pellicle --

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-30 Thread essele
Is there anything in the logs (in /raid/data/module/SLIMSERVER/system/etc, both slimserver.log and slimserver.out) ?? It's a bit strange since it works ok on my box ... I'm starting to worry that I've changed something else now... Thanks, Lee. -- essele --

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-29 Thread Pellicle
essele, I installed the new version and tried to enable. The module installs but will not enable. I tried rebooting reinstalling but was not able to get past this. -- Pellicle Pellicle's Profile: http://forums.slimdevices

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-29 Thread essele
Mikkel has been very helpful and after battling with a couple of over restrictive smtp servers, the file is on it's way, so it should be available within the next couple of days. On the AutoCommit front, I do agree it's a kneejerk reaction, however for me it was a choice between working and not w

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-27 Thread Pellicle
The download link is not working yet on the new version of the SS module. Is there another means you could transfer the file. I'd like to give it a test. -- Pellicle Pellicle's Profile: http://forums.slimdevices.com/membe

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-27 Thread Robin Bowes
essele wrote: > > (2) I have turned off AutoCommit in the Schema.pm module, I don't like > doing this since I don't fully understand the implications, but it > seems to work ok and resolves a "commit not valid with autocommit is > on" type error. This is a knee-jerk reaction to that (I've not th

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-27 Thread essele
Ok, I've put a couple of fixes into a new version of the module (2.00.01) and I'm just waiting to here how I can upload this to the Thecus Wiki. The fixes are all very simple and should resolve a number of common problems. (1) The startup script now runs completely as "nobody" and doesn't rely o

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-26 Thread Pellicle
The N5200 users would be happy to have some help. Andeas has been away on business but is very open to collective improvements. He was kind enaough to do the first module version at my request. Any help to resolve the remaining issues would be very helpful -- Pellicle

Re: [SlimDevices: Unix] n5200 SS implementation

2007-04-26 Thread essele
I've had a number of issues with the current SlimServer implementation on the 5200 ... (1) The one described here about DBI::mysql failing to load -- this is basically an issue that the setgid code ($) variable setting in perl) causes the LD_LIBRARY_PATH to be cleared for any future exec's, thus

Re: [SlimDevices: Unix] n5200 SS implementation

2007-03-26 Thread Jedra
Hi, I am getting the same error message as you originally posted; The following modules failed to load: DBD::mysql Having looked around the file system and tried to follow what the perl scripts are doing, I can't really figure this out. I do know that the mysql module does exist in the DBD dir

Re: [SlimDevices: Unix] n5200 SS implementation

2007-03-24 Thread Pellicle
No - I have been traveling in Europe on business and unable to work on the issue. I hope to work on it some soon. What error message did ou get? -- Pellicle Pellicle's Profile: http://forums.slimdevices.com/member.php?us

Re: [SlimDevices: Unix] n5200 SS implementation

2007-03-22 Thread Jedra
Pellicle;187220 Wrote: > Pat, > Thanks for the reply. The module for the SS was actuallly built by > another fellow I am working with. On the surface it does seem to be an > issue with communication between Perl and smSQL. The basic functions of > SS seem to be working fine, it is the scanning

Re: [SlimDevices: Unix] n5200 SS implementation

2007-03-11 Thread Pellicle
Pat, Thanks for the reply. The module for the SS was actuallly built by another fellow I am working with. On the surface it does seem to be an issue with communication between Perl and smSQL. The basic functions of SS seem to be working fine, it is the scanning where there seems to be an issue.

Re: [SlimDevices: Unix] n5200 SS implementation

2007-03-11 Thread Pat Farrell
Pellicle wrote: > Not sure if this is the right forum but I am looking for any insight on > how to attack the issue noted in my post above. did you run build-perl-modules.pl as the listing suggested? You probably are missing the glue for Perl to MySql. -- Pat http://www.pfarrell.com/music/sli

Re: [SlimDevices: Unix] n5200 SS implementation

2007-03-11 Thread Pellicle
Not sure if this is the right forum but I am looking for any insight on how to attack the issue noted in my post above. -- Pellicle Pellicle's Profile: http://forums.slimdevices.com/member.php?userid=9789 View this thread:

[SlimDevices: Unix] n5200 SS implementation

2007-03-08 Thread Pellicle
THe first try of implementing slimserver on the THecus n5200 has been released. I have been testing the functionality of the module and in genral it has been very good. Quick web and SB3 interface performance. Multiple streams with no problems etc. However, I have run into a issue on SS with sc