Anyone know what this means?
My server log is filling up with these messages whenever I try to play a internet radio stream.Code:[12-05-15 20:42:29.4738] Slim::Networking::IO::Select::__ANON__ (147) Error: Select task failed calling Slim::Networking::Async::HTTP::_http_read_body: Error in tempfile() using ./XXXXXXXXXX: Parent directory (./) is not writable at /usr/share/lms/server/Slim/Utils/Scanner/Remote.pm line 763 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0x76e35c8) [12-05-15 20:42:29.6143] Slim::Networking::IO::Select::__ANON__ (147) Error: Select task failed calling Slim::Networking::Async::HTTP::_http_read_body: Error in tempfile() using ./XXXXXXXXXX: Parent directory (./) is not writable at /usr/share/lms/server/Slim/Utils/Scanner/Remote.pm line 763 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0x76e35c8) [12-05-15 20:42:29.7033] Slim::Networking::IO::Select::__ANON__ (147) Error: Select task failed calling Slim::Networking::Async::HTTP::_http_read_body: Error in tempfile() using ./XXXXXXXXXX: Parent directory (./) is not writable at /usr/share/lms/server/Slim/Utils/Scanner/Remote.pm line 763 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0x76e35c8) [12-05-15 20:42:30.0579] Slim::Networking::IO::Select::__ANON__ (147) Error: Select task failed calling Slim::Networking::Async::HTTP::_http_read_body: Error in tempfile() using ./XXXXXXXXXX: Parent directory (./) is not writable at /usr/share/lms/server/Slim/Utils/Scanner/Remote.pm line 763 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0x76e35c8) [12-05-15 20:42:30.0607] Slim::Networking::IO::Select::__ANON__ (147) Error: Select task failed calling Slim::Networking::Async::HTTP::_http_read_body: Error in tempfile() using ./XXXXXXXXXX: Parent directory (./) is not writable at /usr/share/lms/server/Slim/Utils/Scanner/Remote.pm line 763 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0x76e35c8) [12-05-15 20:42:30.1338] Slim::Networking::IO::Select::__ANON__ (147) Error: Select task failed calling Slim::Networking::Async::HTTP::_http_read_body: Error in tempfile() using ./XXXXXXXXXX: Parent directory (./) is not writable at /usr/share/lms/server/Slim/Utils/Scanner/Remote.pm line 763 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0x76e35c8)
Results 1 to 2 of 2
Thread: Strange log message
-
2012-05-15, 19:45 #1
Strange log message
-
2012-05-16, 00:37 #2Senior Member
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 11,248
What stream are you trying to play ?
I suspect it is part of a plugin ?
It look like the tmpfile routine cannot create a temporary file (usually for a playlist) which means a directory owner or permissions to either the /tmp directory or perhaps to the directory you have set up with variable TMPDIR

Reply With Quote
