On Wed, Apr 07, 2010 at 01:31:29PM +0800, jida...@jidanni.org wrote:
> I found out where all the missing files went by adding --verbose here:
>
> # diff -C 1 /usr/sbin/mkinitramfs /tmp
> *** /usr/sbin/mkinitramfs 2010-04-05 13:10:29.0 +0800
> --- /tmp/mkinitramfs2010-04-07 13:26:
I don't know why find(1) says they are N - Non existent.
ls -Ll shows them fine.
$ find NOSHUCH sleep -type l -printf %Y\\n|s
N
f
$ find NOSHUCH sleep |xargs ls -l
lrwxrwxrwx 1 jidanni jidanni 16 2010-04-07 13:37 NOSHUCH -> /usr/bin/NOSHUCH
lrwxrwxrwx 1 jidanni jidanni 10 2010-04-07 13:39 sleep ->
I found out where all the missing files went by adding --verbose here:
# diff -C 1 /usr/sbin/mkinitramfs /tmp
*** /usr/sbin/mkinitramfs 2010-04-05 13:10:29.0 +0800
--- /tmp/mkinitramfs2010-04-07 13:26:12.237673402 +0800
***
*** 288,290
find "${DESTDIR}" -type l
On Wed, Apr 07, 2010 at 12:42:57PM +0800, jida...@jidanni.org wrote:
> Maybe it all has to do with this recent change to /usr/sbin/mkinitramfs:
>
> 202,206d226
> < # klibc
> < ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin
> < ln -s /lib/klibc-*.so ${DESTDIR}/lib
>
> maybe not.
please send me private
By the way, a 0 byte "overlay"?
# mkinitramfs -o /tmp/foo2 -k
Working files in /tmp/mkinitramfs_8JZYvN and overlay in
/tmp/mkinitramfs-OL_aFgfUj
# find /tmp/mkinitramfs_8JZYvN|wc -l
160
# ls -l /tmp/mkinitramfs-OL_aFgfUj
-rw--- 1 root root 0 2010-04-07 12:22 /tmp/mkinitramfs-OL_aFgfUj
--
Maybe it all has to do with this recent change to /usr/sbin/mkinitramfs:
202,206d226
< # klibc
< ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin
< ln -s /lib/klibc-*.so ${DESTDIR}/lib
maybe not.
--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trou
On Wed, 07 Apr 2010, jida...@jidanni.org wrote:
> ma> please take an image.
> Made with this grub stanza:
> menuentry "Debian GNU/Linux, linux 2.6.32-3-686 (single-user mode)" {
> set root=(hd0,5)
> search --fs-uuid --set efd74e43-e0cb-4aa9-8a1d-d258cd465773
> linux /boot/vml
On Wed, Apr 07, 2010 at 12:12:45PM +0800, jida...@jidanni.org wrote:
> # sh -x mkinitramfs -v -o /tmp/foo > bar1 2> bar2
> # bzip2 bar?
grr still clueless, please do
mkinitramfs -k -o /tmp/foo
that keeps temporary build dirs and show
find /tmp/mkinitramfs_*
--
To UNSUBSCRIBE, email to debian
On Wed, Apr 07, 2010 at 11:54:59AM +0800, jida...@jidanni.org wrote:
> We see a truncated file produced, here on even a third machine.
> $ for i in $...@*; do ls -og $i; zcat $i|cpio -t|wc -l; done
> -rw-r--r-- 1 103770 2010-04-07 11:01 /boot/initrd.img-2.6.32-3-686
> 1092 blocks
> 160
ok that hel
On Wed, Apr 07, 2010 at 11:57:40AM +0800, jida...@jidanni.org wrote:
> $ for i in $...@*; do echo $@;zcat $i|cpio -tv|nl|tail -n 5; done
> /boot/initrd.img-2.6.32-3-686
> 1092 blocks
>156 -rw-r--r-- 1 root root5 Apr 7 11:01 conf/modules
>157 -rw-r--r-- 1 root root
We see a truncated file produced, here on even a third machine.
$ for i in $...@*; do ls -og $i; zcat $i|cpio -t|wc -l; done
-rw-r--r-- 1 103770 2010-04-07 11:01 /boot/initrd.img-2.6.32-3-686
1092 blocks
160
-rw-r--r-- 1 7244191 2010-03-22 09:11 /boot/initrd.img-2.6.32-3-686.bak
35062 blocks
646
# sh -x mkinitramfs -v -o /tmp/foo > bar1 2> bar2
# bzip2 bar?
bar1.bz2
Description: Binary data
bar2.bz2
Description: Binary data
# zcat foo |cpio -t|nl|tail
1092 blocks
151 etc/modprobe.d/jidanni.conf
152 etc/modprobe.d/fbdev-blacklist.conf
153 etc/modprobe.d/blacklist.conf
154
$ for i in $...@*; do echo $@;zcat $i|cpio -tv|nl|tail -n 5; done
/boot/initrd.img-2.6.32-3-686
1092 blocks
156 -rw-r--r-- 1 root root5 Apr 7 11:01 conf/modules
157 -rw-r--r-- 1 root root 1055 Apr 4 11:43
conf/initramfs.conf
158 -rw-r--r-- 1 root
On Tue, Apr 06, 2010 at 08:55:13PM +0800, jida...@jidanni.org wrote:
> Package: linux-2.6
> Version: 2.6.32-9
> Severity: serious
>
> Kernel Panic - no init found.
> Tried init=/sbin/init. No help.
>
so the initramfs creation looks fine and is 0.94 indeed,
the bootargs look okayish, so I need th
On Tue, Apr 06, 2010 at 10:45:12PM +0800, jida...@jidanni.org wrote:
> ma> is this with 0.94 initramfs-tools, I kinda doubt?
> ma> please recheck
> I guarantee.
please post output of 0.94
sh -x mkinitramfs -o /tmp/foo
> ma> do you have current mdadm and cryptsetup isntalled?
> ma> dpkg -l mdadm cr
also please add
cat /proc/cmdline
--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100406150509.gw32...@baikonur.stro.at
> "ma" == maximilian attems writes:
ma> please post output of 0.94
ma> sh -x mkinitramfs -o /tmp/foo
# aptitude install initramfs-tools #0.94
# sh -x mkinitramfs -o /tmp/foo 2> /tmp/bar
bar.bz2
Description: Binary data
ma> cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.32-3-686 root=/dev/hda11 ro quiet panic=15
--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87k4skpq7i@jidanni.
On Tue, Apr 06, 2010 at 10:28:51PM +0800, jida...@jidanni.org wrote:
> ma> please post output of
> ma> update-initramfs -u -k 2.6.32-3-686
> # update-initramfs -u -k 2.6.32-3-686
> update-initramfs: Generating /boot/initrd.img-2.6.32-3-686
is this with 0.94 initramfs-tools, I kinda doubt?
please r
ma> is this with 0.94 initramfs-tools, I kinda doubt?
ma> please recheck
I guarantee.
>> OK, now I have verified it on IBM Thinkpad and EEEPC:
>> initramfs-tools_0.93.4_all.deb #works great
>> initramfs-tools_0.94_all.deb #will lock one out of one's system
ma> is your /tmp mounted noexec?
ma> eg
ma> please post output of
ma> update-initramfs -u -k 2.6.32-3-686
# update-initramfs -u -k 2.6.32-3-686
update-initramfs: Generating /boot/initrd.img-2.6.32-3-686
#
>Did you supply an initramfs?
>What's the root device?
I just added init= (to the grub stuff there already), like the panic message
s
#the only package that changed ... must be
reassign 576677 initramfs-tools
found 576677 0.94
thanks
> "ma" == maximilian attems writes:
ma> On Tue, Apr 06, 2010 at 08:55:13PM +0800, jida...@jidanni.org wrote:
>> Package: linux-2.6
>> Version: 2.6.32-9
>> Severity: serious
>>
>> Kernel Pan
Processing commands for cont...@bugs.debian.org:
> #the only package that changed ... must be
> reassign 576677 initramfs-tools
Bug #576677 [linux-2.6] Kernel Panic - no init found
Bug reassigned from package 'linux-2.6' to 'initramfs-tools'.
Bug No longer marked as found in versions 2.6.32-9.
On Tue, 2010-04-06 at 20:55 +0800, jida...@jidanni.org wrote:
> Package: linux-2.6
> Version: 2.6.32-9
> Severity: serious
>
> Kernel Panic - no init found.
> Tried init=/sbin/init. No help.
Did you supply an initramfs?
What's the root device?
Ben.
--
Ben Hutchings
Once a job is fouled up, any
On Tue, Apr 06, 2010 at 08:55:13PM +0800, jida...@jidanni.org wrote:
> Package: linux-2.6
> Version: 2.6.32-9
> Severity: serious
>
> Kernel Panic - no init found.
> Tried init=/sbin/init. No help.
please post output of
update-initramfs -u -k 2.6.32-3-686
--
To UNSUBSCRIBE, email to debian-ke
Package: linux-2.6
Version: 2.6.32-9
Severity: serious
Kernel Panic - no init found.
Tried init=/sbin/init. No help.
-- Package-specific info:
-- System Information:
Debian Release: squeeze/sid
APT prefers experimental
APT policy: (990, 'experimental'), (500, 'unstable')
Architecture: i386 (
26 matches
Mail list logo