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 /var/log/syslog

Do this as soon as you discover the error. Because rdairplay creates
about 10 or more lines in the log file every time a song or advert etc
plays and transitions to the next event.
Many thanks
Geoff

On 10/10/14, Bernardo J Mora bjm...@mac.com wrote:
 Could someone toss me a command line command to check why rdairplay could
 have quit suddenly on me?

 Just happened to check in on my stream, found it off line for about 15
 minutes...

 Blessings,
 BJ Mora for GraceRadio @graceradio.net

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


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 probably
 be within a few hundred milliseconds of the event.

 Use a control-C in that window to exit tail.

-- 
Cowboy

http://cowboy.cwf1.com

All this wheeling and dealing around, why, it isn't for money, it's for
fun.  Money's just the way we keep score.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev