Gentoo Archives: gentoo-user

From: CapSel <capsel@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] hotplug remove action problem
Date: Wed, 18 Jan 2006 19:04:24
Message-Id: d03887390601181100u47f39c7bqdf5a991940680fb6@mail.gmail.com
1 I wanted to make automation script that would add correct line tu
2 automount config file for usb devices. I made add script and remove
3 script, but remove script is not started even after reinserting any
4 usb storage device.
5 I added the line:
6
7 echo $REMOVER >>/var/log/udev-log
8
9 to usb.agent just after place where
10
11 remove)
12
13 is, and the line
14
15 env >> /var/log/udev-log
16
17 I noticed that there are only "/var/run/usb/" lines made by echo
18 (there is no correct $REMOVER value) and env.
19
20 It does not work for any usb storage device that I have.
21
22 Is it a bug??
23 How can this be fixed?
24
25 --
26 gentoo-user@g.o mailing list