Re: [ptxdist] Haserl rules!

2007-05-08 Thread Tom St
Hello,
Is there a reason why haserl was not included into ptxdsit 1.0.0?

Kind regards,
Tom

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Haserl rules!

2007-05-08 Thread Robert Schwebel
Hi Tom,

On Tue, May 08, 2007 at 08:06:41AM +0200, Tom St wrote:
 Is there a reason why haserl was not included into ptxdsit 1.0.0?

Time; we have so many projects at the moment that urgently needed a
stable release that we decided to first release 0.10.6 + severals fixes
in the trunk as 1.0.0, then move on to further development. Your patch
isn't lost, we'll soon start the 1.1 series with new development
versions ...

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
 Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9


-- 
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] problems with image mounting

2007-05-08 Thread Hans Friedrich
Hi, 
i set up some rules to integrate hostapd in my userland. This works all
fine but when i try to create a image with ptxdist images this image
is unmountable. 
Here the message
sudo mount -t ext2 -o loop hd.img /media/image

mount: wrong fs type, bad option, bad superblock on /dev/loop2,
   missing codepage or other error
   In some cases useful info is found in syslog - try
   dmesg | tail  or so

dmesg : [17244877.776000] VFS: Can't find ext3 filesystem on dev loop2.

i think this is a conversion problem between lba and chs because the
image is bootable in qemu and mounting with an offset also works.
Has anybody an idea how to fix this problem ? 

Hans


-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] problems with image mounting

2007-05-08 Thread Robert Schwebel
On Tue, May 08, 2007 at 08:15:27AM +0200, Hans Friedrich wrote:
 i set up some rules to integrate hostapd in my userland. This works all
 fine but when i try to create a image with ptxdist images this image
 is unmountable. 
 Here the message
 sudo mount -t ext2 -o loop hd.img /media/image
 
 mount: wrong fs type, bad option, bad superblock on /dev/loop2,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail  or so
 
 dmesg : [17244877.776000] VFS: Can't find ext3 filesystem on dev loop2.
 
 i think this is a conversion problem between lba and chs because the
 image is bootable in qemu and mounting with an offset also works.
 Has anybody an idea how to fix this problem ? 

hd.img is something you can directly dd to a medium, i.e. it contains a
boot sector, partition table and maybe also grub if you have selected
it. So it is not only a mountable ext2 image. Look in images/, there
should also be an ext2 image of your rootfs.

Robert 
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
 Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9


-- 
ptxdist mailing list
ptxdist@pengutronix.de