[SlimDevices: Unix] Re: problem installing slimserver on linksys nslu2

2006-04-11 Thread drdjibi
I've been stuggling with this issue all day and setting the date and time took care of it. Thanks -- drdjibi drdjibi's Profile: http://forums.slimdevices.com/member.php?userid=4974 View this thread: http://forums.slimdevi

Re: [SlimDevices: Unix] sox/lame

2006-04-11 Thread kdf
Quoting jamesho <[EMAIL PROTECTED]>: "[sox] -t ogg $FILE$ -t raw -r 44100 -c 2 -w -s - | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r - -" that isn't an error. There should be more than just that. The above line is simply echoing the conversion command. Does it say "b

[SlimDevices: Unix] Re: sox/lame

2006-04-11 Thread smc2911
Is sox installed on your machine? -- smc2911 smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388 View this thread: http://forums.slimdevices.com/showthread.php?t=22922 _

[SlimDevices: Unix] sox/lame

2006-04-11 Thread jamesho
Copied, as suggested. http://forums.slimdevices.com/showthread.php?t=22780 Hi I've just set up SlimServer Version: 6.5b1 - trunk, on a Debian Sarge machine. I'm trying to enable Ogg Vorbis MP3 sox/lame support but I'm just getting this error "[sox] -t ogg $FILE$ -t raw -r 44100 -c 2 -w -s - |

[SlimDevices: Unix] Re: Apple Lossless working great on SuSE Linux 9.3

2006-04-11 Thread emeraldcityeg
Glad lame is working now. Yes, it would be nice to have an RPM for SuSE systems specifically as it would make future upgrades easier. Who would make the call on creating different RPMs for different systems? -- emeraldcityeg

[SlimDevices: Unix] Re: init script won't stop slimserver

2006-04-11 Thread porcorosso
No selinux nor firewall enabled -- porcorosso porcorosso's Profile: http://forums.slimdevices.com/member.php?userid=3319 View this thread: http://forums.slimdevices.com/showthread.php?t=22846 _

[SlimDevices: Unix] Re: Firmware 37: Cannot connect to wireless network

2006-04-11 Thread hifiresource
rtitmuss Wrote: > Simon, I have been debugging the firmware using one of these routers. I > am happy to say that WPA will work with this router in the next > firmware version. This is not quite ready for release yet. > > Richard How about the Motoral Surfboard 900? I'm having this exact same pr

[SlimDevices: Unix] Re: init script won't stop slimserver

2006-04-11 Thread Fletch
porcorosso Wrote: > exactly the same to me. Seems that this forum isn't useful since now :( > > the only difference is that my slimserver even is give OK when i start > it, on the status request reports that the process is interrupt. > > and it continues to deny my request to take the directory

[SlimDevices: Unix] Re: Getting into a LinkStation's underwear ...

2006-04-11 Thread Siduhe
The best source of info I've come across is the Linkstation Wiki: http://linkstationwiki.org/Main/FAQ AFAIK from the CNET review and others, the main difference is in the Mediabolic's NAS Media Server software used on the Linkstation HomeServer. Although there isn't much, if anything on the Hom

[SlimDevices: Unix] Re: Getting into a LinkStation's underwear ...

2006-04-11 Thread heinkraanen
This might be an intersting link for you. http://www.fieldnetworks.com/slim/linkstation.html When I was also looking for th epossibility to run Slimserver on a networkdrive, I encountered this. Haven't tried it yet, as I am still doing some research on the web. Succes, Hein -- heinkraanen --

[SlimDevices: Unix] Re: Apple Lossless working great on SuSE Linux 9.3

2006-04-11 Thread Gildahl
emeraldcityeg Wrote: > Hey there, > > Glad the post helped you. I had the same thing happen with Lame and > was able to fix it by putting a -x in the command line. Try that and > let me know if it works. > > Cheers, > daniel You're a genius. I added the -x right after [lame] in the command

[SlimDevices: Unix] Re: Apple Lossless working great on SuSE Linux 9.3

2006-04-11 Thread Des
emeraldcityeg Wrote: > > # mv /etc/rc.d/init.d/slimserver /etc/init.d/ > # rm -rd /etc/rc.d/init.d > > Next, replace the contents of /etc/init.d/slimserver with the attached > text file. > > Just a few minor points. It's not worth moving the stock slimserver script to /etc/init.d if you are

[SlimDevices: Unix] Re: Apple Lossless working great on SuSE Linux 9.3

2006-04-11 Thread Des
I managed to get Slimserver going under Suse 9.3 using a very similar process to the one you described. However, have you had occasion to update the Slimserver yet? I would be interested to know how you go about this and which parts of the installation process have to be repeated. It would be nice

[SlimDevices: Unix] Re: init script won't stop slimserver

2006-04-11 Thread Robin Bowes
porcorosso wrote: > yes, this resolve the problem of making world readable directories. > > But remain the problem of users. Slim Server service doesn't want to > start. It say OK, but on status request it continues to report > slimserver.pd interrupt. > Moreover, every change to the music folder

[SlimDevices: Unix] Re: init script won't stop slimserver

2006-04-11 Thread porcorosso
yes, this resolve the problem of making world readable directories. But remain the problem of users. Slim Server service doesn't want to start. It say OK, but on status request it continues to report slimserver.pd interrupt. Moreover, every change to the music folder resolve in an invalid path i

[SlimDevices: Unix] Re: init script won't stop slimserver

2006-04-11 Thread snarlydwarf
I would think the RPM would create the slimserver user by itself.. the deb does. As for making a whole directory tree world readable: cd /home/me/music find . -type d -exec chmod 0755 {} \; find . -type f -exec chmod 0644 {} \; What the first find command does: from the current directory (the "