Mailinglist Archive: opensuse-bugs (9642 mails)
| < Previous | Next > |
[Bug 339802] New: perl-Bootloader: "cannot access /dev/[hs]d[ab]?: No such file or directory" on ps3
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 7 Nov 2007 06:08:44 -0700 (MST)
- Message-id: <bug-339802-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=339802
Summary: perl-Bootloader: "cannot access /dev/[hs]d[ab]?: No such
file or directory" on ps3
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Installation
AssignedTo: aosthof@xxxxxxxxxx
ReportedBy: sassmann@xxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: ---
while upgrading kernel:
rpm -i /tmp/ppc/kernel-ppc64-2.6.23.1-20071024_ps3.ppc.rpm
Setting up /lib/modules/2.6.23.1-20071024_ps3-ppc64
Kernel image: /boot/vmlinux-2.6.23.1-20071024_ps3-ppc64
Initrd image: /boot/initrd-2.6.23.1-20071024_ps3-ppc64
Root device: /dev/ps3da3 (mounted on / as ext3)
Kernel Modules: ps3stor_lib ps3disk scsi_mod ps3rom uhci-hcd
Features: block usb resume.kernel
11632 blocks
ls: cannot access /dev/[hs]d[ab]?: No such file or directory
don't worry this is nothing nasty, on ps3 there's no hda/sda it's ps3da.
This occurs in
/usr/lib/bootloader/bootloader_entry:240:ls -l /dev/{[hs]d[ab]?,md[0-3],.udev}
where you write your logfile and try to get the blockdevices.
My suggestion to get all block devices would be
ls -l /dev/ |grep ^b
This way you get all block devices and don't have to worry if anything changes
:)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: perl-Bootloader: "cannot access /dev/[hs]d[ab]?: No such
file or directory" on ps3
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Installation
AssignedTo: aosthof@xxxxxxxxxx
ReportedBy: sassmann@xxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: ---
while upgrading kernel:
rpm -i /tmp/ppc/kernel-ppc64-2.6.23.1-20071024_ps3.ppc.rpm
Setting up /lib/modules/2.6.23.1-20071024_ps3-ppc64
Kernel image: /boot/vmlinux-2.6.23.1-20071024_ps3-ppc64
Initrd image: /boot/initrd-2.6.23.1-20071024_ps3-ppc64
Root device: /dev/ps3da3 (mounted on / as ext3)
Kernel Modules: ps3stor_lib ps3disk scsi_mod ps3rom uhci-hcd
Features: block usb resume.kernel
11632 blocks
ls: cannot access /dev/[hs]d[ab]?: No such file or directory
don't worry this is nothing nasty, on ps3 there's no hda/sda it's ps3da.
This occurs in
/usr/lib/bootloader/bootloader_entry:240:ls -l /dev/{[hs]d[ab]?,md[0-3],.udev}
where you write your logfile and try to get the blockdevices.
My suggestion to get all block devices would be
ls -l /dev/ |grep ^b
This way you get all block devices and don't have to worry if anything changes
:)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |