LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   setleeds doesn't work (https://www.linuxquestions.org/questions/linux-software-2/setleeds-doesnt-work-47609/)

pixelV 02-28-2003 12:25 PM

setleeds doesn't work
 
About weak ago numlock automatically turn on ( "setleds" was in rc.local )

But now "setleds" doesn't work :( And i don't know why :(
When OS starts gpm it write

"/rc.d/rc.M: setleds : comand not found" ,or something like that

rc.local:

#!/bin/sh
#
# /etc/rc.d/rc.local: Local system initialization script.
#
# Put any local setup commands in here:

INITTY=/dev/tty[1-8]
for tty in $INITTY; do
setleds -D +num < $tty
done


Maybe you know why or can tell me another way auto turn on leds ?

arnold 02-28-2003 07:10 PM

what response do you get if you type
setleds

pixelV 03-01-2003 03:03 AM

bash: setleds: command not found

arnold 03-01-2003 10:43 AM

ahh- it was not installed or somehow got clobbered.

setleeds is in the console-tools rpm (re)install it.

pixelV 03-01-2003 11:26 AM

i understand that i need to install setleds, but i don't know where i can get it.

arnold 03-01-2003 01:53 PM

have you tried google? for
"setleds is in the console-tools rpm"

pixelV 03-02-2003 08:15 AM

CONSOLE-TOOLS

It was difficult { great part of servers was full or doesn't work }, but possible.

I want to give advice to over newbies. If you need to find console-tools with
google, write "console-tools-0.2.3.tar.gz" and you will find console tools.

Or you can put http://sourceforge.net/project/showf...?group_id=7207 in browser.

arnold 03-02-2003 11:21 AM

anyone using RH or Mandy or any other distro which accepts RPM's should use RPMs. tar is much,much less desireable.


All times are GMT -5. The time now is 09:10 AM.