50
Sun Fire X4150 Server Product Notes • February 2010
http://rhn.redhat.com/errata/RHSA-2006-0710.html
▼
Workaround
1. Select Preferences - > Keyboard from the desktop menu.
2. Uncheck the selection: keyboard repeats when key is held down.
▼
Mounting a Virtual USB Drive in RHEL5
1. Edit the file
/usr/share/hal/fdi/policy/10osvendor/20-
storagemethods-fdii
.
2. Search for the following string: "
<match key="volume.fsusage" string=
"filesystem">
", which precedes the following commands:
<append key="volume.mount.valid_options" type=
"strlist">codepage=</append>
<append key="volume.mount.valid_options" type=
"strlist">iocharset=</append>
<append key="volume.mount.valid_options" type="strlist">umask=
</append>
<append key="volume.mount.valid_options" type="strlist">uid=
</append>
</match>
</match>
3. Enter the following below the commands listed in step 2:
<!-- Added for the issue that virtual ISO image can’t be
shown -->
<!-- as an icon when this virtual device is inserted to REHL5
system -->
<match key="@block.storage_device:storage.vendor" string=
"Virtual">
<match key="@block.storage_device:storage.model" string=
"DVD/CD-ROM">
<match key="info.category" string="volume">
<match key="block.is_volume" bool="true">
<match key="volume.fsusage" string="">
<merge key="volume.fsusage" type="string">filesystem</merge>
<merge key="volume.fstype" type="string">iso9660</merge>
</match>
</match>