[Home]

Summary:ASTERISK-08520: "Zaptel transcoder support loaded" message messes up screen and obscures button
Reporter:Andrew Payne (payne92)Labels:
Date Opened:2007-01-08 13:34:35.000-0600Date Closed:2007-02-12 16:46:04.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) AsteriskNOW_boot.pdf
Description:See attached PDF; a spurious console message obscures a dialog button on boot.

****** ADDITIONAL INFORMATION ******

VM version as of 08-Jan-2007
Comments:By: James Lyons (james) 2007-01-31 18:01:51.000-0600

If you edit /etc/sysconfig/syslog and change the option from '-x' to '-c 2 -x'. This will prevent the zttranscode message from being displayed. If I am to make this default behavior it would require shadowing in another trove out of rpl:1...

By: James Lyons (james) 2007-01-31 18:02:14.000-0600

downgrading to trivial as this is purely a cosmetic issue

By: Andrew Payne (payne92) 2007-02-01 10:45:33.000-0600

A 'trivial' priority is fine, but note that the text obscures the button, hiding it from the user.

It's a little more than cosmetic:  because the text is obscured, a user that's never done this before may not realize that they need to click on something to proceed.  (Or may wonder if there are more options buried under the text).

By: James Lyons (james) 2007-02-12 16:46:03.000-0600

I added some logic into the firstboot script to edit /etc/sysconfig/syslog and add '-c 2' to the options. That way kernel messages will not be displayed.