Re: [SlimDevices: Unix] Installing on Debian NSLU2 (Slug)

2007-11-03 Thread smprather
It's beginning to look like bootstrap isn't loading CPAN/YAML/Syck from my server/CPAN dir. I bet it has something to do with this code in bootstrap.pm: Code: if (Slim::Utils::OSDetect::isDebian() || slim::Utils::OSDetect::isRHELorFC()) { @SlimINC = Slim::Utils::

Re: [SlimDevices: Unix] Installing on Debian NSLU2 (Slug)

2007-11-03 Thread smprather
Ah, I just found this in CPAN/YAML/Syck.pm: Code: *Dump = \&YAML::Syck::DumpYAML; Is CPAN in @INC? The search goes on... -- smprather smprather's Profile: http://forum

Re: [SlimDevices: Unix] Installing on Debian NSLU2 (Slug)

2007-11-03 Thread smprather
So I checked here, http://svn.slimdevices.com/vendor/src/, and the only version of YAML::Syck there is 0.64 (though 0.99 is currently available from CPAN). Further proof that my compile went ok: Code: [EMAIL PROTECTED]:~/temp/YAML-Syck-0.64# make test PERL_DL_NONLAZY

Re: [SlimDevices: Unix] Installing on Debian NSLU2 (Slug)

2007-11-03 Thread smprather
Ok. The mapping is in the obvious place of course (build-perl-modules.pl). What's going on here? Code: # The list of all the packages needed. my %packages = ( 'Compress::Zlib' => 'Compress-Zlib-1.41.tar.gz', 'DBI'=> 'DBI-1.50.tar.gz', 'DBD:

Re: [SlimDevices: Unix] Installing on Debian NSLU2 (Slug)

2007-11-03 Thread smprather
Well, better results this time, but still won't work. Even though it would appear that building YAML:Syck is successful, it won't work. Here's the (most) relevant error. Code: Module [YAML::Syck] failed to load: [Undefined subroutine &YAML::Syck::Dump called at /ho

Re: [SlimDevices: Unix] Installing Slimserver in Ubuntu Feisty

2007-11-03 Thread azelter
For the record, this is all I had to do: mysql -uroot (-ppassword) create database slimserver; grant all on slimserver.* to slimserver identified by 'password'; flush privileges; then edit /etc/slimserver/slimserver.conf dbpassword: password dbsource: dbi:mysql:database=slimserver;mysql_socket=/v

Re: [SlimDevices: Unix] Installing on Debian NSLU2 (Slug)

2007-11-03 Thread smprather
Thanks for the reply! I tried building the perl modules using the trunk source. I got this message ad nauseum. My thanks go out to someone out there in OSS-land for this stellar error message. Sorry! since you don't have any existing picks, you must make a geographic selection. Sorry! since you

Re: [SlimDevices: Unix] Slimserver and Freenas- problems

2007-11-03 Thread Muuuhhh
Thanks a lot :-) It was the capatalized S that was the cause, deleting the file, changing computer, and downloading it again then carefully moving it and I got it right. Your help was great. Thanks Ivar -- Muuuhhh Muu

Re: [SlimDevices: Unix] Slimserver and Freenas- problems

2007-11-03 Thread Michael Herger
> But it seems my not so friendly windows kills the capitalized S when > renaming the file, it ends up with a small s. I have tried cp and mv in Rename it to anything else, eg. set an X instead of the S, then repeat the other way around. Windows doesn't make a difference of upper/lower case na

Re: [SlimDevices: Unix] Slimserver and Freenas- problems

2007-11-03 Thread Muuuhhh
But it seems my not so friendly windows kills the capitalized S when renaming the file, it ends up with a small s. I have tried cp and mv in the command window of FreeNAS, but it wont change, any expert tips to do this? regards Ivar -- Muuuhhh ---

Re: [SlimDevices: Unix] Slimserver and Freenas- problems

2007-11-03 Thread Michael Herger
> -rwxrw-rw- 1 ftp wheel 15757045 Nov 3 19:37 > Slimserver_v6.5.4.no-cpan-arch.tar.gz I can't remember the exact logic of that script, but try renaming the file so it has uppercase S in SlimServer... just as a first guess. Otherwise it does look ok, indeed. Michael

Re: [SlimDevices: Unix] Slimserver and Freenas- problems

2007-11-03 Thread Muuuhhh
$ /bin/ls -l /mnt/IVARTEST/Slimnas total 97584 -rwxrw-rw- 1 ftp wheel 15757045 Nov 3 19:37 Slimserver_v6.5.4.no-cpan-arch.tar.gz drwxrwxrwx 2 root wheel 512 Nov 3 00:03 etc -rwxrw-rw- 1 ftp wheel 837 Nov 2 23:51 slimnas-install.sh -rwxrw-rw- 1 ftp wheel 17061088 Nov 2

Re: [SlimDevices: Unix] Slimserver and Freenas- problems

2007-11-03 Thread Michael Herger
> correct name *.tar.gz as far as I can see from diagnostics execute > command "/mnt/IVARTEST/Slimnas/Slimserver_v6.5.4.no-cpan-arch.tar.gz" > it says there. still it does not find any thing. Just make sure the extension really is correct- Windows explorer tends to change the extension. What does

Re: [SlimDevices: Unix] Cannot scan music - looks like Perl issue

2007-11-03 Thread ppmoore
Hello Fletch, I installed slimserver from the RPM v6.5.4-1, and then modified the /etc/init.d/slimserver.init and /etc/sysconfig/slimserver from the Linux wiki. I started slimserver using "/etc/init.d/slimserver.init start", and the scanning from the web interface. I think these config files are

[SlimDevices: Unix] Slimserver and Freenas- problems

2007-11-03 Thread Muuuhhh
Hello I have installed (or tried to) slimserver on a Freenas installation. I have used the instructions here http://www.herger.net/slim/detail.php?nr=1026 and until nr 11, i get the slimserver menu, on the left and the install part in the window Services Slimserver does not give me any files to

Re: [SlimDevices: Unix] ubuntu problem with mysql socket

2007-11-03 Thread mark_
OK, I stopped the MySQL init script, and rebooted to make sure. Great, it works! I guess the MySQL startup links were added by default. It's so nice to be able to listen to my music again. Thanks for your help & patience, Fletch! [EMAIL PROTECTED]:~# update-rc.d -f mysql remove Removing any sy

Re: [SlimDevices: Unix] ubuntu problem with mysql socket

2007-11-03 Thread Fletch
So this looks like it's all working, right? mark_;239803 Wrote: > * After issuing /etc/init.d/mysql stop & restarting both it seems to > work. > > I guess it's to do with the start order of the two daemons but need to > experiment. Do you have any suggestions? As I mentioned earlier, you shou

Re: [SlimDevices: Unix] Cannot scan music - looks like Perl issue

2007-11-03 Thread Fletch
I'm not sure what's up, but more info might help: - What version of slimserver - Did you install from RPM and then use the SUSE initscript in the wiki? If not, how did you install? - How did you start slimserver? - Are you starting the scanner manually, or via the slimserver web interface? --

Re: [SlimDevices: Unix] Installing on Debian NSLU2 (Slug)

2007-11-03 Thread bpa
Slimdevices seems to only support the x86 and a few main Linux distros. Although ARM is very popular, most NAS are not standard Linux so each has its own build such as QNAP, Synology and others. The easiest way would be to buildon the platforms using build-perl-modules and then post the log if y

[SlimDevices: Unix] Cannot scan music - looks like Perl issue

2007-11-03 Thread ppmoore
Hello, Thanks to users' posts here, I managed to install slimserver on my SuSE v10.1 box, and it now seems to start without errors. However, when I scan for music, I get the following error: Compilation failed in require at /usr/local/slimserver/CPAN/Cache/FileCache.pm line 20. BEGIN failed--com

[SlimDevices: Unix] Installing on Debian NSLU2 (Slug)

2007-11-03 Thread smprather
Hi SlimDudes-- Can you include the arm platform on the http://debian.slimdevices.com server? It's actually the 3rd most popular Debian platform due to the Slug and other NAS devices that use the Intel IXP processor. It's the only way I can get a version > 6.3. I tried installing the available 6.3

Re: [SlimDevices: Unix] can't connect to server fc

2007-11-03 Thread bhaagensen
teepapu;239799 Wrote: > Well, I updated my sources.list and tried install 6.5 but I ran into > size mismatch problem with libclass-inspector-perl. And no, I'm not > going to fall back to earlier ubuntu version repositories for older > package because that leads into breaking things and towards >

Re: [SlimDevices: Unix] ubuntu problem with mysql socket

2007-11-03 Thread mark_
Hi Fletch Thanks. I had a memory exception error and increased the RAM from 56MB to 128 MB. * After issuing /etc/init.d/mysql stop & restarting both it seems to work. I guess it's to do with the start order of the two daemons but need to experiment. Do you have any suggestions? * There is no

Re: [SlimDevices: Unix] can't connect to server fc

2007-11-03 Thread teepapu
Well, I updated my sources.list and tried to install 6.5 but I run into size mismatch problem with libclass-inspector-perl. And no, I'm not going to fall back to earlier ubuntu version repositories for older package because that leads into breaking things and towards reinstalling whole system. -