I installed gkrellm 2.1.7 off the mandrake discs,

Sometimes , not every time, I get a shutdown error message about some
line 254 which flashes by at great speed , and am unable to read all. I
think I'm right in that it refers to gkrellmd, but I'm not entirely sure.


Assuming ,/etc/rc.d/rc0.d/K15gkrellmd, which it may not be, there
doesn't even seem to be a line 254.
Perhaps someone has had a similar experience, and had found the solution.


So to be so vague.

John


LATER, Got a better hadle on the message which lead me thus,


[EMAIL PROTECTED] root]# cd /etc/rc.d
[EMAIL PROTECTED] rc.d]# ls
init.d/ rc0.d/ rc2.d/ rc4.d/ rc6.d/ rc.modules*
rc* rc1.d/ rc3.d/ rc5.d/ rc.local* rc.sysinit*
[EMAIL PROTECTED] rc.d]# cd rc0.d
[EMAIL PROTECTED] rc0.d]# ls
K00linuxconf@ K15numlock@ K34yppasswdd@ K69sound@ K89portmap@
K05keytable@ K15postgresql@ K44rawdevices@ K70alsa@ K90network@
K09dm@ K15proftpd@ K45named@ K74apmd@ K97lm_sensors@
K10devfsd@ K20kheader@ K50xinetd@ K74ypxfrd@ K99switchprofile@
K10xfs@ K20partmon@ K60atd@ K75netfs@ S00killall@
K11internet@ K20rwhod@ K60crond@ K80random@ S01halt@
K15gkrellmd@ K20webmin@ K60cups@ K84ypserv@
K15httpd@ K30postfix@ K60saslauthd@ K88syslog@
[EMAIL PROTECTED] rc0.d]# cat K15gkrellmd@
cat: K15gkrellmd@: No such file or directory
[EMAIL PROTECTED] rc0.d]# cat K15gkrellmd
#!/bin/bash
#
# chkconfig: 2345 15 15
# description: gkrellmd monitor for remote viewing of system info using
# gkrellm as a client
# processname: gkrellmd
# pidfile: /var/run/gkrellmd.pid
# config: /etc/gkrellmd.conf


# source function library
. /etc/rc.d/init.d/functions

RETVAL=0

case "$1" in
  start)
        gprintf "Starting gkrellmd: "
        daemon gkrellmd -d
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/gkrellmd
        ;;
  stop)
        gprintf "Shutting down gkrellmd: "
        killproc gkrellmd
        RETVAL=$?

        echo
        [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/gkrellmd
        ;;
  restart|reload)
        $0 stop
        $0 start
        RETVAL=$?
        ;;
  status)
        status gkrellmd
        RETVAL=$?
        ;;
  *)
        gprintf "Usage: gkrellmd {start|stop|status|restart|reload}\n"
        exit 1
esac

exit $RETVAL

[EMAIL PROTECTED] rc0.d]#

=========================================================================

As one can note there are not 254 lines in this file so what's it on about ?

John




-- John Richard Smith [EMAIL PROTECTED]




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to