[EMAIL PROTECTED] (Marco d'Itri) writes:
> On Sep 01, Rob Browning <[EMAIL PROTECTED]> wrote:
>
>> Version: 0.068-2
> Are you sure that you are using this version of udev? Because it
> contains this patch:
>
> +-#define TMP_DIR "/tmp"
> +-#define TMP_PREFIX "scsi"
> ++#define TMP_DIR "/dev"
> ++#define TMP_PREFIX "tmp-scsi"
>
> Please verify with strace what is actually happening.
Hmm, doesn't look like the patch is actually working:
# apt-get install --reinstall udev
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 55 not upgraded.
Need to get 310kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
udev
Install these packages without verification [y/N]? y
Get:1 http://http.us.debian.org unstable/main udev 0.068-2 [310kB]
Fetched 310kB in 1s (255kB/s)
(Reading database ... 202183 files and directories currently installed.)
Preparing to replace udev 0.068-2 (using .../archives/udev_0.068-2_i386.deb)
...
Unpacking replacement udev ...
Setting up udev (0.068-2) ...
# which scsi_id
/sbin/scsi_id
# strace -f scsi_id -s /block/sda 2>&1 | grep /tmp/ | grep scsi
mknod("/tmp/scsi-maj8-min0-5902", S_IFBLK|0600, makedev(8, 0)) = 0
open("/tmp/scsi-maj8-min0-5902", O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 3
unlink("/tmp/scsi-maj8-min0-5902") = 0
--
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]