[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#639884: live-boot-initramfs-tools : live-boot-initramfs-tools fails to upgrade in debian sid



2011/8/31 shirish शिरीष <shirishag75@gmail.com>:
> at bottom :-
>
> 2011/8/31 Daniel Baumann <daniel.baumann@progress-technologies.net>:
>
>> On 08/31/2011 12:03 PM, shirish शिरीष wrote:
>>>
>>> Calling hook live
>>> live-boot: coreE: /usr/share/initramfs-tools/hooks/live failed with return
>>> 1.
>>> Removing /boot/initrd.img-3.0.0-1-amd64.dpkg-bak
>>> update-initramfs: failed for /boot/initrd.img-3.0.0-1-amd64 with 1
>>
>> please let the live hook be run with set -x and post the result.
>
> could you elaborate the command I need to run, frankly I am not aware
> and clear what you want me to do.

You have a file somewhere like /usr/share/initramfs-tools/hooks/live
which starts with
#!/bin/sh
which you change to
#!/bin/sh -x

in scripts that have "sh -e" you change it to "sh -xe", etc.

It will produce lots of lines of output on stderr starting with +.

HTH

Michal



Reply to: