Rob Meades wrote: > Can someone propose a Logging setting that might help track down this > issue?
There is unlikely to eb a loggin setting that can help. The problem mught be a side effect of another issues or else something is not closing files. The command "lsof -a -p <pid>" where pid is the process id of the top LMS process will list all the files that are open. There are lots of weird errors in the log (Unrecognised protocol tcp at /usr/share/perl5/Slim/Networking/Async ) - make me wonder if there is aninstallation error with a mixup in fuile version. If the "EV" loop is locked out then you it is possitble get error which look like connectivity issues. I'd start with a clean installation with no plugins in case a plugin is opening a file and not closing it. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=107537 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
