Re: [SlimDevices: Unix] Sometimes silent Pis

2016-02-20 Thread phill

This is an example of the error that occurs when I try to launch this
(and a few other) streams.

[16-02-20 14:58:25.4225] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling Slim::Player::Source::__ANON__:
illegal file descriptor or filehandle (either no attached file
descriptor or illegal value):  at
/usr/share/perl5/Slim/Networking/IO/Select.pm line 134.
; fh=Slim::Player::Protocols::HTTP=GLOB(0xd9fccd0)



phill's Profile: http://forums.slimdevices.com/member.php?userid=15233
View this thread: http://forums.slimdevices.com/showthread.php?t=105224

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] Sometimes silent Pis

2016-02-19 Thread phill

I'm running Logitech Media Server Version: 7.9.0 - 1428327734 on
Debian.

Recently added a couple of piCorePlayers to my network, running 2.00,
for now running alongside an SB Radio. All good. The pis are great.

Until a couple of days ago I could stream Caracol Radio (Bogotá) 100.9

http://opml.radiotime.com/Tune.ashx?id=s16182&formats=aac,ogg,mp3,wmpro,wma,wmvoice&partnerId=16&serial=7c981e94b4cd228aeebe5dddc4d7b8af

synced across all the players. However, for the last couple of days, the
stream only plays on the SB Radio -- silence on both pis. Other streams
and local music work great. I've restarted the pis, restarted the
server, all to no avail.

Any thoughts? Many thanks.



phill's Profile: http://forums.slimdevices.com/member.php?userid=15233
View this thread: http://forums.slimdevices.com/showthread.php?t=105224

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Getting bounced from debian repository

2012-04-23 Thread phill

Finally got a chance to tinker over the weekend and I think the problem
was my router somehow not properly handling DNS requests. Initially I
was using OpenDNS, changed to Google's DNS servers with no joy, tried my
ISP's again, same thing. I replaced the DNS server entry in my
resolv.conf file (it had been my router IP, now directed to either
OpenDNS or Google's DNS) and voila, everything works swimmingly. Thanks
for all the suggestions.



phill's Profile: http://forums.slimdevices.com/member.php?userid=15233
View this thread: http://forums.slimdevices.com/showthread.php?t=94569

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Getting bounced from debian repository

2012-04-11 Thread phill

Millwood wrote: 
> Have you looked at /etc/hosts and /etc/resolve.conf to make sure they
> both make sense?

Yes, in both cases -- nothing odd.



phill's Profile: http://forums.slimdevices.com/member.php?userid=15233
View this thread: http://forums.slimdevices.com/showthread.php?t=94569

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Getting bounced from debian repository

2012-04-10 Thread phill

epoch1970 wrote: 
> DNS/firewall issue on your side ?
> For me debian.slimdevices.com. and debian-origin.slimdevices.com. both
> resolve, to completely different addresses.
> There is one funny thing with debian-origin.slimdevices.com, it resolves
> to a X.X.X.0 address. Could be perfectly legal, but maybe some filter
> thinks otherwise ?

Using OpenDNS on all the machines on my network; this is the only one
unable to resolve debian.slimdevices.com or
debian-origin.slimdevices.com. Aside from the NAT/firewall on my router,
I've installed no additional firewall on this box.

I'm about to take this as a sign that I should just revert to 7.5.5 on
this machine and avoid the problems of growing memory usage with the
7.7.x series requiring periodic reboots.



phill's Profile: http://forums.slimdevices.com/member.php?userid=15233
View this thread: http://forums.slimdevices.com/showthread.php?t=94569

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Getting bounced from debian repository

2012-04-10 Thread phill

epoch1970 wrote: 
> I don't upgrade this much, but for some reason my apt.sources list
> contains:
> 
> 
> deb http://debian-origin.slimdevices.com/ stable main
> 
> (instead of debian.slimdevices.com)
> 
> And currently this resolves ok for me.

I tried that as well last night; same result.



phill's Profile: http://forums.slimdevices.com/member.php?userid=15233
View this thread: http://forums.slimdevices.com/showthread.php?t=94569

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Getting bounced from debian repository

2012-04-10 Thread phill

Millwood wrote: 
> Can you ping debian.slimdevices.com - which is the address the error
> messages are complaining about!
> 
> Can you open debian.slimdevices.com/dists in a browser?

Pings to debian.slimdevices.com from that machine come back empty. No
browser installed; the machine will be headless.

On the other hand, if I try to fetch a file from debian.slimdevices.com,
e.g., wget http://debian.slimdevices.com/dists/stable/Release, I get the
following error:

philip@jacksonville:/home/public/pgl$ wget
http://debian.slimdevices.com/dists/
stable/Release
--2012-04-10 06:55:16-- 
http://debian.slimdevices.com/dists/stable/Release
Resolving debian.slimdevices.com... failed: No address associated with
hostname.
wget: unable to resolve host address
ΓÇ£debian.slimdevices.comΓÇ¥



phill's Profile: http://forums.slimdevices.com/member.php?userid=15233
View this thread: http://forums.slimdevices.com/showthread.php?t=94569

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] Getting bounced from debian repository

2012-04-09 Thread phill

Trying to install LMS to a Debian server I installed over the weekend.
When I run apt-get update, with the following line in my sources.list
file

deb http://debian.slimdevices.com stable main

I get the following output:


root@jacksonville:/home/philip# apt-get update
Err http://debian.slimdevices.com stable Release.gpg
Something wicked happened resolving 'debian.slimdevices.com:http' (-5
- No add
ress associated with hostname)
Err http://debian.slimdevices.com/ stable/main Translation-en
Something wicked happened resolving 'debian.slimdevices.com:http' (-5
- No add
ress associated with hostname)
Err http://debian.slimdevices.com/ stable/main Translation-en_US
Something wicked happened resolving 'debian.slimdevices.com:http' (-5
- No add
ress associated with hostname)
Ign http://debian.slimdevices.com stable Release
Hit http://ftp.us.debian.org squeeze Release.gpg
Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en
Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en_US
Err http://debian.slimdevices.com stable/main i386 Packages
Something wicked happened resolving 'debian.slimdevices.com:http' (-5
- No add
ress associated with hostname)
Hit http://ftp.us.debian.org squeeze-updates Release.gpg
Ign http://ftp.us.debian.org/debian/ squeeze-updates/main
Translation-en
Ign http://ftp.us.debian.org/debian/ squeeze-updates/main
Translation-en_US
Hit http://ftp.us.debian.org squeeze Release
Hit http://ftp.us.debian.org squeeze-updates Release
Hit http://ftp.us.debian.org squeeze/main Sources
Hit http://ftp.us.debian.org squeeze/main i386 Packages
Hit http://security.debian.org squeeze/updates Release.gpg
Ign http://security.debian.org/ squeeze/updates/main Translation-en
Ign http://security.debian.org/ squeeze/updates/main Translation-en_US
Hit http://ftp.us.debian.org squeeze-updates/main Sources/DiffIndex
Hit http://ftp.us.debian.org squeeze-updates/main i386
Packages/DiffIndex
Hit http://ftp.us.debian.org squeeze-updates/main i386 Packages
Hit http://security.debian.org squeeze/updates Release
Hit http://security.debian.org squeeze/updates/main Sources
Hit http://security.debian.org squeeze/updates/main i386 Packages
W: Failed to fetch
http://debian.slimdevices.com/dists/stable/Release.gpg  Somet
hing wicked happened resolving 'debian.slimdevices.com:http' (-5 - No
address as
sociated with hostname)

W: Failed to fetch
http://debian.slimdevices.com/dists/stable/main/i18n/Translat
ion-en.gz  Something wicked happened resolving
'debian.slimdevices.com:http' (-5
- No address associated with hostname)

W: Failed to fetch
http://debian.slimdevices.com/dists/stable/main/i18n/Translat
ion-en_US.gz  Something wicked happened resolving
'debian.slimdevices.com:http'
(-5 - No address associated with hostname)

W: Failed to fetch
http://debian.slimdevices.com/dists/stable/main/binary-i386/P
ackages.gz  Something wicked happened resolving
'debian.slimdevices.com:http' (-
5 - No address associated with hostname)

E: Some index files failed to download, they have been ignored, or old
ones used
instead.
root@jacksonville:/home/philip#


I can ping slimdevices.com from this machine; another machine running
ubuntu
doesn't exhibit this behavior.

Perhaps someone more clever than me can point me in the right
direction?

Many thanks.



phill's Profile: http://forums.slimdevices.com/member.php?userid=15233
View this thread: http://forums.slimdevices.com/showthread.php?t=94569

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix