[Bug 644961] Re: qemu crash in rootstock second step during "Setting up console-setup (1.34ubuntu15)" (log reported in bootstrap.log)

Loïc Minier lool at dooz.org
Tue Feb 8 18:12:36 UTC 2011


I reproduce this with:
sudo qemu-debootstrap --arch armel natty natty-armel http://ports.ubuntu.com/ubuntu-ports
sudo chroot natty-armel /bin/bash
echo 'deb http://ports.ubuntu.com/ubuntu-ports natty main' > /etc/apt/sources.list
apt-get update
apt-get install --reinstall console-setup
[...]
Unpacking replacement console-setup ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up console-setup (1.57ubuntu5) ...
qemu: Unsupported syscall: 250
plymouth: ply-event-loop.c:466: ply_event_loop_new: Assertion `loop->epoll_fd >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted (core dumped)
Unknown name $sun_t6_custom

I think plymouth does some epoll_create, that returns ENOSYS or fails or
another reason, so it aborts.

I'm moving this to qemu-linaro as to implement epoll_create -- I think
we do have this on ARM nowadays.

** Package changed: qemu-kvm (Ubuntu) => qemu-linaro (Ubuntu)

** Summary changed:

- qemu crash in rootstock second step during "Setting up console-setup (1.34ubuntu15)" (log reported in bootstrap.log)
+ Missing emulation for epoll_create syscall

** Also affects: qemu-linaro
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/644961

Title:
  Missing emulation for epoll_create syscall



More information about the Ubuntu-server-bugs mailing list