On Fri, 18 Sep 2009, Damon Estep wrote: > after the execution of '#service asterisk restart' we no longer have > color in the console
I consider that a "good thing." Color confuses me -- I'm a binary kind of guy :) Seriously though, all those escape sequences are hell if you capture the console output using something like "script." > additionally, when executing the restart of the service we get a message > that asterisk exited on signal 9, but I have not been able to find a > definition for signal 9. Try "kill -l" and "man kill" Signal 9 (SIGKILL) is used to kill a process that doesn't take a hint -- signal 15 (SIGTERM). -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards [email protected] Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
