Re: [RDD] Command to check rdairplay quit?

2014-10-12 Thread Geoff Barkman
Hi Bernardo You could try looking at the main system log by using the tail command. For example... In a terminal.. type the following line. tail /var/log/syslog See if that give you any clues. You could try adding -100 to the command to display the last 100 lines of information. tail -100

Re: [RDD] Command to check rdairplay quit?

2014-10-12 Thread Cowboy
On Sunday 12 October 2014 04:08:41 pm Geoff Barkman wrote: tail /var/log/syslog Better yet, tail -f /var/log/logname ( can be any file, actually ) ( -f = follow ) That way, the entries will be displayed as they are created. No, it's not real time ( very little actually is ) but it'll