[Server-devel] klogctl Invalid Value

Tony Pearson tpearson at us.ibm.com
Fri Feb 15 16:57:40 EST 2008


Bryan,
Here's the fix to /etc/rc.d/rc.sysinit   to fix the klogctl error. 
Basically only levels 1 thru 6 are valid, and it is getting a "9" instead.

[root at schoolserver rc.d]# grep -B4 -A4 "LOGLEVEL" rc.sysinit

action $"Setting clock $CLOCKDEF: `date`" /bin/true

# Fix console loglevel
if [ -n "$LOGLEVEL" -a "$LOGLEVEL" -ge 1  -a "$LOGLEVEL" -le 6 ]; then
        /bin/dmesg -n $LOGLEVEL
fi


# Only read this once.





Tony Pearson
Senior Storage Consultant, IBM System Storage?
Telephone: +1 520-799-4309 |  tie 321-4309 |  Cell: +1 520 990-8669
email: tpearson at us.ibm.com |  GSA: http://tucgsa.ibm.com/~tpearson
Blog: http://www.ibm.com/developerworks/blogs/page/InsideSystemStorage 
AKA: 990tony Paravane, eightbar specialist 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.laptop.org/pipermail/server-devel/attachments/20080215/dff72195/attachment-0001.htm 


More information about the Server-devel mailing list