[Server-devel] Fixed some of the boot errors
Tony Pearson
tpearson at us.ibm.com
Sat Feb 9 03:32:41 EST 2008
I also am getting the following errors at boot:
err1> klogctl invalid parameter
err2> username "gdm" unknown for system message bus
err3> lighttpd (configfile.c.1136) base-docroot doesn't exist
/var/www/idmgr (server.c.591) setting default values failed
err4> hddtemp too few parameters
err5> squid [FAILED]
fix1>
Apparently, /etc/rc.d/rc.sysinit is issuing "dmesg -n 9" on line 299. I
fixed as follows:
if [ -n "$LOGLEVEL" -a "$LOGLEVEL" -ge 1 -a "$LOGLEVEL" -le 6 ]; then
/bin/dmesg -n $LOGLEVEL
fix2> yum install gdm
fix3> mkdir /var/www/idmgr
fix4> Changed this line in /etc/init.d/hddtemp (added /dev/sda at the
end)
daemon $exec -d $HDDTEMP_OPTIONS /dev/sda
I'll work on squid tomorrow.
Good night.
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/20080209/1cdf9167/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 166 bytes
Desc: not available
Url : http://lists.laptop.org/pipermail/server-devel/attachments/20080209/1cdf9167/attachment-0002.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 3808 bytes
Desc: not available
Url : http://lists.laptop.org/pipermail/server-devel/attachments/20080209/1cdf9167/attachment-0001.jpeg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 166 bytes
Desc: not available
Url : http://lists.laptop.org/pipermail/server-devel/attachments/20080209/1cdf9167/attachment-0003.gif
More information about the Server-devel
mailing list