James Cook
2018-Jan-23 11:31 UTC
Re: [Libguestfs] Trying to mount vmdk - kernel panic not syncing: Attempted to kill init! exitcode=0x00000100
Nikolay Ivanets
2018-Jan-23 11:39 UTC
Re: [Libguestfs] Trying to mount vmdk - kernel panic not syncing: Attempted to kill init! exitcode=0x00000100
2018-01-23 13:31 GMT+02:00 James Cook <james.cook@bluewin.ch>:> libguestfs: trace: get_cachedir > libguestfs: trace: get_cachedir = "/var/tmp" > libguestfs: [00000ms] begin building supermin appliance > libguestfs: [00000ms] run supermin > libguestfs: command: run: /usr/bin/supermin > libguestfs: command: run: \ --build > libguestfs: command: run: \ --verbose > libguestfs: command: run: \ --if-newer > libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock > libguestfs: command: run: \ --copy-kernel > libguestfs: command: run: \ -f ext2 > libguestfs: command: run: \ --host-cpu x86_64 > libguestfs: command: run: \ /usr/lib/x86_64-linux-gnu/guestfs/supermin.d > libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d > supermin: version: 5.1.18 > supermin: package handler: debian/dpkg > supermin: acquiring lock on /var/tmp/.guestfs-0/lock > supermin: if-newer: output does not need rebuilding > libguestfs: [00008ms] finished building supermin applianceYou still using cached appliance. Remove cached appliance and try again: rm -r /var/tmp/.guestfs-0 You might want to remove cached appliance for other users: rm -r /var/tmp/.guestfs-N # where N is UID -- Mykola Ivanets
James Cook
2018-Jan-23 11:46 UTC
Re: [Libguestfs] Trying to mount vmdk - kernel panic not syncing: Attempted to kill init! exitcode=0x00000100
On 23/01/2018 11:39, Nikolay Ivanets wrote:> 2018-01-23 13:31 GMT+02:00 James Cook <james.cook@bluewin.ch>: > >> libguestfs: trace: get_cachedir >> libguestfs: trace: get_cachedir = "/var/tmp" >> libguestfs: [00000ms] begin building supermin appliance >> libguestfs: [00000ms] run supermin >> libguestfs: command: run: /usr/bin/supermin >> libguestfs: command: run: \ --build >> libguestfs: command: run: \ --verbose >> libguestfs: command: run: \ --if-newer >> libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock >> libguestfs: command: run: \ --copy-kernel >> libguestfs: command: run: \ -f ext2 >> libguestfs: command: run: \ --host-cpu x86_64 >> libguestfs: command: run: \ /usr/lib/x86_64-linux-gnu/guestfs/supermin.d >> libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d >> supermin: version: 5.1.18 >> supermin: package handler: debian/dpkg >> supermin: acquiring lock on /var/tmp/.guestfs-0/lock >> supermin: if-newer: output does not need rebuilding >> libguestfs: [00008ms] finished building supermin appliance > You still using cached appliance. Remove cached appliance and try again: > > rm -r /var/tmp/.guestfs-0 > > You might want to remove cached appliance for other users: > > rm -r /var/tmp/.guestfs-N # where N is UID > > -- > Mykola IvanetsThat was it! Thanks very much :)
Richard W.M. Jones
2018-Jan-23 11:59 UTC
Re: [Libguestfs] Trying to mount vmdk - kernel panic not syncing: Attempted to kill init! exitcode=0x00000100
On Tue, Jan 23, 2018 at 11:31:30AM +0000, James Cook wrote:> libguestfs: [00000ms] run supermin > libguestfs: command: run: /usr/bin/superminThe other problem is it's using the system-supplied supermin. It's better to patch the Ubuntu supermin package and rebuild it. Terrible documentation here: http://packaging.ubuntu.com/html/patches-to-packages.html I really need to get around to this ... https://rwmj.wordpress.com/2011/01/29/half-baked-idea-try-this-patch-tool-for-rpms/ Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top
Apparently Analagous Threads
- Re: Trying to mount vmdk - kernel panic not syncing: Attempted to kill init! exitcode=0x00000100
- Re: Trying to mount vmdk - kernel panic not syncing: Attempted to kill init! exitcode=0x00000100
- Trying to mount vmdk - kernel panic not syncing: Attempted to kill init! exitcode=0x00000100
- Re: "guestmount --rw" fails but "guestmount --ro" succeeds on Ubuntu 14.04
- Libguestfs debugging issue