Menu

#4 awusb hotplug script error

open
nobody
None
5
2005-06-02
2005-06-02
Anonymous
No

The hotplug script (awusb) tests for the existance of
/var/run/console.lock. On FC3, the test fails. The
test should be for /var/run/console/console.lock. Here
is a fragment of my repaired awusb script:

if [ -f /var/run/console/console.lock ]
then
CONSOLEOWNER=`cat /var/run/console/console.lock`
elif [ -f /var/lock/console.lock ]

Probably the other parts of the script are wrong (at
least for FC3) as well.

Discussion


Log in to post a comment.