PDA

View Full Version : FreeNas / Slimnas probs



chn68b
2009-11-06, 08:31
I've just installed slimnas to my HP T5700 following the instructions on

"http://www.smallnetbuilder.com/nas/nas-howto/30522-how-to-build-a-squeezecenter-server-with-freenas-and-a-t5700?start=5"

Everything went well until I had to go into the Extensions and click on Squeezebox sever.

When I do that I just get:

Warning: require(auth.inc): failed to open stream: No such file or directory in /usr/local/www/services_slimserver.php on line 3 Fatal error: require(): Failed opening required 'auth.inc' (include_path='.:/etc/inc:/usr/local/www') in /usr/local/www/services_slimserver.php on line 3

I've redownloaded the 3 files and exactly the same thing happens again...any ideas?

mherger
2009-11-06, 10:10
> Warning: require(auth.inc): failed to open stream: No such file or
> directory in /usr/local/www/services_slimserver.php on line 3 Fatal

Make sure you're running the latest SlimNAS with the latest SBS. This issue imho is due to a non-supported combination.

See http://www.herger.net/SlimNAS for details.

mherger
2009-11-06, 10:58
> "http://www.smallnetbuilder.com/nas/nas-howto/30522-how-to-build-a-squeezecenter-server-with-freenas-and-a-t5700?start=5"

Looking at this page I see it's pointing to a very outdated version of SqueezeCenter. Please download the latest from http://www.mysqueezebox.com/download, and do _not_ download the noCPAN version, but either the full tar.gz or the FreeBSD one. If you don't install any of these, but follow instructions on my page, you'll get a link to the latest package automatically, once SlimNAS is initialized.

chn68b
2009-11-07, 04:51
Hi Mike

Thanks for the replies.

I've just followed the instructions from your website, downloaded both

slimnas-2.0.0.tgz
slimnas-install.sh

and then downloaded

squeezeboxserver-7.4.1.tgz

Placed all of these into /mnt/freenas/slimnas

Exactly the same problem as before with:

Warning: require(auth.inc): failed to open stream: No such file or directory in /usr/local/www/services_slimserver.php on line 3 Fatal error: require(): Failed opening required 'auth.inc' (include_path='.:/etc/inc:/usr/local/www') in /usr/local/www/services_slimserver.php on line 3


Is this possibly a problem with the version of freenas? I'm not sure which version it is (and can't find the details on the server pages), but originally downloaded it about a year ago. The system is all booting off a usb key too if thats relevent.

mherger
2009-11-07, 05:46
> Warning: require(auth.inc): failed to open stream: No such file or

Make sure you're running FreeNAS 0.7. SlimNAS no longer supports 0.6.

chn68b
2009-11-07, 06:17
Hi Mike

Just sorted this by downloading the latest Freenas version. Followed your instructions and it then worked fine.

I've got slimnas and squeezecentre installed to the dom on the T5700 and it seems to be running very quickly.

Many thanks

chn68b
2009-11-07, 10:18
Not quite sorted.

Just mounted my external usb drive with the music and it plays the mp3's no problem, napster no problem, but it will not play my flac files...

Is this probably down to the fact that its connected via USB1 and not USB2 or something else?

mherger
2009-11-07, 13:34
> Just mounted my external usb drive with the music and it plays the
> mp3's no problem, napster no problem, but it will not play my flac
> files...

Anything in server.log? Are you using embedded cuesheets or something?

> Is this probably down to the fact that its connected via USB1 and not
> USB2 or something else?

Whatever it is: I would recommend _not_ to use USB1 for external storage. It's too slow.

Kim.T
2009-11-09, 04:44
I have pulled the DOM out and replaced it with a 2,5" 160 GB IDE HDD - to gain speed.
I'm booting from a USB stick with FreeNAS on.

mhoran
2009-11-10, 11:39
I'm unable to stream FLAC files to my desktop via stream.mp3. The following shows up in the log:

[09-11-09 10:43:50.5782] Slim::Player::Song::open (404) Error: Couldn't create command line for flc playback for [file:///mnt/Storage/Music/Miles%20Davis/Bitches%20Brew%20[Disc%201]/1%20-%20Pharaoh%27s%20Dance.flac]

As expected, there is no flac binary in /mnt/Storage/slimnas/usr/bin. There is also no flac binary in the zip file available on the SlimNAS home page.

This used to work, but no longer does. It broke somewhere between 1.5 and 2.0 (probably when the system was re-architected.)

mherger
2009-11-10, 11:46
> This used to work, but no longer does. It broke somewhere between 1.5
> and 2.0 (probably when the system was re-architected.)

flac is now part of the Squeezebox Server tar file (as of 7.4.1). Which file did you install?

mhoran
2009-11-10, 12:13
> This used to work, but no longer does. It broke somewhere between 1.5
> and 2.0 (probably when the system was re-architected.)

flac is now part of the Squeezebox Server tar file (as of 7.4.1). Which file did you install?

http://downloads.slimdevices.com/SqueezeboxServer_v7.4.1/squeezeboxserver-7.4.1.tgz

Also,

> ls squeezebox/Bin/i386-freebsd-64int/
alac faad flac wvunpack

The flac binary runs fine, so perhaps there is something pointing to the wrong place?

mherger
2009-11-11, 10:28
> I'm unable to stream FLAC files to my desktop via stream.mp3. The
> following shows up in the log:

Please give the latest SlimNAS 2.0.1 a try: while the flac binary was installed, 2.0.0. didn't find it. This should be fixed now.

mhoran
2009-11-11, 12:23
>Please give the latest SlimNAS 2.0.1 a try: while the flac binary was installed, 2.0.0. didn't find it. This should be fixed now.

That did it. Thanks!