force key release
for these advanced function keys so that the keys behave as expected and unwanted key repeats no longer occur.
scsi_id
command only queried one sort of page id and returned either the id of page 0x80
or 0x83
was used for ID_SERIAL_RAW
. To query the other id, another run of scsi_id
was needed. This update adds two new options to the --page=
page code argument: 0x80-0x83
and 0x83-0x80
. Both export ID_SERIAL_80
and ID_SERIAL_83
:
0x80-0x83
, ID_SERIAL_SHORT
always equals ID_SERIAL_80
.
0x83-0x80
, ID_SERIAL_SHORT
always equals ID_SERIAL_83
.
/etc/scsi_id.config
to change the default page code.
# scsi_id --export --page=0x80-0x83 --whitelisted /dev/sdc|grep ID_SERIAL_ ID_SERIAL_RAW="SATA SAMSUNG HD400LDS0AXJ1LL903246 " ID_SERIAL_80=SATA_SAMSUNG_HD400LDS0AXJ1LL903246 ID_SERIAL_SHORT=S0AXJ1LL903246 ID_SERIAL_83=1ATA_SAMSUNG_HD400LD_S0AXJ1LL903246
/lib/udev/cdrom_id
failed to get the correct information about the drive and medium. In this update, /lib/udev/cdrom_id
has been fixed to correctly read information about the drive and medium of an iDRAC virtual drive.
/etc/udev/rules.d/70-persistent-net.rules
. This resulted network interfaces being named incorrectly. In this updated package, these interfaces are no longer listed as persistent, which corrects the naming problem.
udevadm trigger
caused a segmentation fault when udevadm
if debugging was turned on in /etc/udev.conf
. With this update, this option udevadm trigger
behaves as expected and the segmentation fault does not occur.
cdrom_id
which now works with iDRAC cards.
/dev/hugepages
was not created by udev and therefore could not be mounted automatically. This directory is now created in the start_udev
script after /dev
is mounted.
SUBSYSTEM=="block", ENV{ID_CDROM}=="1", ENV{ACL_MANAGE}="0"
ENV{ACL_MANAGE}="0"
was not completly honored.
0
as a setting
PIE
and RELRO
flags, so the daemon was missing some security mechanisms available. This update release fixes the issue.
udevadm trigger
to fail with a segmentation fault when a device was delayed. In this release, the memory allocation issue is corrected, and udevadm trigger
does not fail when devices are delayed.
READ TOC
SCSI command. On such virtual machgines, the Red Hat Enterprise Linux installer (anaconda) could not recognize the DVD medium properly. These updated udev packages include a workaround in cdrom_id which allow virtual machines with faulty implementations of the READ TOC
SCSI command to recognize DVDs.
udevadm info --query=property
could not be used as input to shell interpreters. This update adds an --export
argument so that the output of udevadm info --query=property --option
is parsable by the shell.