BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000908 [BusyBox] Other major always 06-17-06 04:28 06-27-06 07:23
Reporter Philippe Monroux View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.1.x
Summary 0000908: problem with blkid.tab
Description Hello,
I have a curious pb with findfs command on soekris box net4801
(http://www.soekris.com/net4801.htm). [^]
I summarize.
I installed the following system :
Debian-router at http://gate-bunker.p6.msu.ru/~berk/router/ [^]
on a CF with a CF writer (plugged in another debian system server).
the system is construct with busybox-1.1.1
The partitions of the CF appeared as /dev/sda1 and /dev/sda2 on my
main debian system server.

There is a script in the installation procedure where it's written :
,----
| e2label /dev/sda1 FLASH_BOOT
| e2label /dev/sda2 FLASH_ROOT
`----
Then I removed the CF from reader and plugged it on my CompactFlash
type I/II socket in the soekris net4801 box.
There is only the CF on my soekris as devices for storage (no HD no
usb devices etc...)
Then I boot my soekris box from CF (which appear as hda now) on my
soekris. Every things is OK except one thing :
I have
papillon:~# e2label /dev/hda2
FLASH_ROOT

ok but :

papillon:~# findfs LABEL=FLASH_ROOT
/dev/sda2
and, obviously, I want :
papillon:~# findfs LABEL=FLASH_ROOT
/dev/hda2

I tried many things. Example : as there is no device on /dev/sda2:
papillon~# e2label /dev/sda2 SOMETHING
give no result. So I plugged a device to have something on /dev/sda2
and made
papillon:~# e2label /dev/sda2 SOMETHING

but :
papillon:~# findfs LABEL=FLASH_ROOT
/dev/sda2
always !

wadim told me it's a bug from libbblkid. See thread :
http://www.redhat.com/archives/ext3-users/2004-April/msg00027.html [^]
http://www.ussg.iu.edu/hypermail/linux/kernel/0408.2/1695.html [^]

Regards
--
ph

Additional Information
Attached Files

- Relationships

- Notes
(0001460)
landley
06-27-06 07:23

This is not a busybox problem. Busybox hasn't got a findfs command, and Busybox doesn't link with libblkid. It would be approximately as relevant to open this bug against the Linux kernel, the X server, or your favorite mp3 player.
 

- Issue History
Date Modified Username Field Change
06-17-06 04:28 Philippe Monroux New Issue
06-17-06 04:28 Philippe Monroux Status new => assigned
06-17-06 04:28 Philippe Monroux Assigned To  => BusyBox
06-27-06 07:23 landley Status assigned => closed
06-27-06 07:23 landley Note Added: 0001460
06-27-06 07:23 landley Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker