Stephen Shaw wrote:
Geoffroy,Output as requested, The modprobe.conf from the headnode is included below also. I can't see why amd74xx is involved as the device is not present.
I had exactly the same problem. Basically the problem is that you need to pass --allow-missing to mkinitrd in order to skip this problem with amd74xx. This was not present on previous kernels so it is a rather new thing.
Here is the patch to which I applied on /usr/lib/perl5/vendor_perl/5.8.8/OSCAR/ImageMgt.pm (from version oscar-base-lib-6.0.4-1): # diff -u ~/altered/ImageMgt.pm /usr/lib/perl5/vendor_perl/5.8.8/OSCAR/ImageMgt.pm
--- /root/altered/ImageMgt.pm 2009-10-06 01:53:45.000000000 +0200+++ /usr/lib/perl5/vendor_perl/5.8.8/OSCAR/ImageMgt.pm 2009-10-12 18:01:09.000000000 +0200
@@ -946,7 +946,7 @@ carp "ERROR: Impossible to get the version ($version)"; return -1; } - $cmd = "chroot $imgpath /sbin/mkinitrd -v -f --fstab=fstab.fake ".+ $cmd = "chroot $imgpath /sbin/mkinitrd -v -f --fstab=/etc/fstab.fake --allow-missing ".
"$initrd $version"; print "[INFO] Running $cmd...\n"; if (system ($cmd)) { Cheers, emir
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
_______________________________________________ Oscar-users mailing list Oscar-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oscar-users