Re: [SlimDevices: Unix] two slimserver problems: can't playback with squeezebox, and no javascript in web ui

2007-05-16 Thread cainlevy
My solution: symlink /usr/sbin/slimserver to /usr/sbin/slimserver.pl I have no idea why the package is split-brained about which is the right path. -- cainlevy cainlevy's Profile: http://forums.slimdevices.com/member.php?

Re: [SlimDevices: Unix] sorry, even another newbie SS install question

2007-05-16 Thread mgh
sorry, had a minor emergency, so late getting back. Here are the latest results. [EMAIL PROTECTED]:~$ ls -la /media total 60 drwxr-xr-x 12 root root 4096 2007-05-16 17:48 . drwxr-xr-x 21 root root 4096 2007-05-11 18:58 .. lrwxrwxrwx 1 root root6 2007-05-10 12:19 cdrom -> cdrom0

Re: [SlimDevices: Unix] sorry, even another newbie SS install question

2007-05-16 Thread Mark Lanctot
mgh;202523 Wrote: > I have heard the term "mount" the drive, though I do not know what that > means. I can open the simpledrive (USB external HHD), navigate through > it, and play FLAC files that are stored on the drive. In Windows, you have the old "c:" drive, then other drives with similar le

Re: [SlimDevices: Unix] sorry, even another newbie SS install question

2007-05-16 Thread SteveEast
Ahhh, it's /media/SimpleDrive rather than /media/simpledrive. Case is significant in Linux. Since you say you tried pasting *exactly* /media/SimpleDrive/music into SS, we should probably look at the permissions next: ls -la /media ls -l /media/SimpleDrive ls -l /media/SimpleDrive/music Steve.

Re: [SlimDevices: Unix] sorry, even another newbie SS install question

2007-05-16 Thread mgh
here is the df command results: [EMAIL PROTECTED]:~$ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/hdb4 10080520 2673420 6895032 28% / varrun 25716888257080 1% /var/run varlock 257168 0257168

Re: [SlimDevices: Unix] Remote access to mysql

2007-05-16 Thread smc2911
You may need to change the bind settings in your mysql conf file. If you have "bind-address = 127.0.0.1" in your my.cnf file (sometimes other conf file names are used), comment it out with a #. This will stop blocking of remote access. -- smc2911

Re: [SlimDevices: Unix] Slimserver not seeing music files

2007-05-16 Thread BCModder
ok part of my problem seems to have been the permissions on the directories, however since changing the directories despite the fact that its listing the music files now, when I click the music it just says empty. -- BCModder -

Re: [SlimDevices: Unix] MusicIP MusicMagicServer install

2007-05-16 Thread BBear
Let's keep it up to ensure that we get their attention. It should be really straightforward for them to compile a PowerPC linux version binary for the server application! All TS101/201 owners should email: [EMAIL PROTECTED] as this is a really cool addition to the slimserver functionality. BB

Re: [SlimDevices: Unix] Slimserver not seeing music files

2007-05-16 Thread BCModder
when I click rescan it just says this "The server is now rescanning your Music Library." and nothing more then that(when I go to anything but Music Folder it shows 0 albums and 0 artists), as for permissions if there were any I had to change I was unaware of it. -- BCModder

Re: [SlimDevices: Unix] Slimserver not seeing music files

2007-05-16 Thread Mark Lanctot
BCModder;202490 Wrote: > yeps, I rescan it and it doesn't seem to fix anything. it sees the file > folders my music is stored in just not the files themselves. Could you be more specific? After a rescan, does it show "You have 0 albums with 0 songs by 0 artists"? Or does it show some reasonabl

Re: [SlimDevices: Unix] Slimserver not seeing music files

2007-05-16 Thread Mark Lanctot
A rescan shows no files? Or are you using Browse Music Folder? -- Mark Lanctot 'Sean Adams' Response-O-Matic checklist, patent pending!' (http://forums.slimdevices.com/showpost.php?p=200910&postcount=2) Mark Lanctot's Pr

Re: [SlimDevices: Unix] Slimserver not seeing music files

2007-05-16 Thread BCModder
yeps, I rescan it and it doesn't seem to fix anything. it sees the file folders my music is stored in just not the files themselves. Im browsing the music folder and my music directories are all in there but when I click on any of them it shows no files in them. -- BCModder ---

Re: [SlimDevices: Unix] Slimserver not seeing music files

2007-05-16 Thread BCModder
it doesn't seem to have a problem with my directory path, Ive also tried rescanning a multitude of times aswell as restarting slimserver and its a no go so far. :S -- BCModder BCModder's Profile: http://forums.slimdevices.

Re: [SlimDevices: Unix] Slimserver not seeing music files

2007-05-16 Thread Mark Lanctot
Did you rescan? Does it accept your music library path or do you get an "oops" message? -- Mark Lanctot 'Sean Adams' Response-O-Matic checklist, patent pending!' (http://forums.slimdevices.com/showpost.php?p=200910&postcount=2) -

[SlimDevices: Unix] Slimserver not seeing music files

2007-05-16 Thread BCModder
Hi Im having a problem, I installed slimserver on my ubuntu server and it seems to see the directory folders that my music is stored in but not the files stored in them. when I click on any of the album folders it loads the page but theres no file list. -- BCModder -

Re: [SlimDevices: Unix] accessing music on ntfs disks

2007-05-16 Thread bhaagensen
What do you mean by "can see the files in the file browser"? In any case for full read/write access to your ntfs-drives you could perhaps look into ntfs-3g. It easy very to use and setup on feisty. See https://help.ubuntu.com/community/MountingWindowsPartitions/ThirdPartyNTFS3G Basically you wo

Re: [SlimDevices: Unix] amarok stops slimserver plugin with error code 1

2007-05-16 Thread Fips
Yeah, yeah - after installing (updating) the following packets my script is running again - Thank you guys . . . python2.5 (2.5.1-1) python2.5-dev (2.5.1-1) python2.5-minimal (2.5.1-1) Fips -- Fips Fips's Profile: http:/

Re: [SlimDevices: Unix] Remote access to mysql

2007-05-16 Thread slimmert
I have SlimServer running on ClackConnect 4.1. I need MySQL for web development but I don't see it "running" anywhere. Do I need to install another (new) instance of MySQL? I rather keep both seperated too. What are the possibilities? Am I too late, did I have to install MySQL BEFORE I installed S

Re: [SlimDevices: Unix] New FLAC versions in Linux?

2007-05-16 Thread Mark Lanctot
nimble;202436 Wrote: > There does seem to be more compression. You can verify which version is installed by typing "flac -v" in the terminal. koen gave me a hand with his method - this results in Synaptic knowing which version is installed and not overwriting it unless there is a newer version.

Re: [SlimDevices: Unix] New FLAC versions in Linux?

2007-05-16 Thread nimble
Mark Lanctot;197702 Wrote: > Thanks very much Ben. I had high hopes but the FLAC version is even > older than the official Debian version. RareWares version 1.1.2-5, > Debian version 1.1.2-6. > > I've been having problems with Synaptic this morning though, but it > appears to be limited to off

Re: [SlimDevices: Unix] Lame on Debian

2007-05-16 Thread Stoker
Thanks Guys I followed your advice and now I'm listening to Abbey Road at work without drop outs! If anyone else needs info here is exactly what I did to get this working: 1) log in to debian machine as root. 2) edit the file /etc/apt/sources.list by adding 'deb http://www.debian-multimedia.org

Re: [SlimDevices: Unix] accessing music on ntfs disks

2007-05-16 Thread Mark Lanctot
I was able to access music on an NTFS-formatted disc fine. How is the drive mounted? Do you have SlimServer pointed to the correct mount point? I remember it took a little fiddling as I kept getting the dreaded "oops, doesn't appear to be a correct directory" error. In the end I believe I moun

[SlimDevices: Unix] accessing music on ntfs disks

2007-05-16 Thread st2lemans
Hi, I've been running SS on NT and XP. Now I'm trying to run it on Ubuntu (Feisty Fawn). I've got SS installed and running, but it can't find my music, which is on two NTFS HDs. I can see all of the music files with the file browser. So, what do I need to do to create a library folder that SS

Re: [SlimDevices: Unix] Lame on Debian

2007-05-16 Thread mflint
I imagine the Debian mob don't include lame in their default apt repositories for political/legal reasons. If it were me, I'd wander to the Debian forums. Adding mp3 encoding to Debian is sure to be a FAQ. You'll probably just have to add a new repository to aptitude, then run "apt-get install l

Re: [SlimDevices: Unix] Lame on Debian

2007-05-16 Thread Ben Sandee
On 5/16/07, Stoker <[EMAIL PROTECTED]> wrote: So, anyone one know how to install Lame on a Debian system, I tried "apt-get install lame" but I get a message saying "package not available". Does anyone know if there is a different server that has an apt-get compatible version of lame? http://w

[SlimDevices: Unix] Lame on Debian

2007-05-16 Thread Stoker
Hi I'm trying to stream audio from my slimserver at home to my work PC, I've got this working, sort of. It works for a few seconds and then the audio breaks up and is unlistenable. This is due, I think, to my music being in Flac format and my ADSL uplink rate not being high enough so I thought