On Thu, Jan 12, 2006 at 01:04:14AM +0100, Blaisorblade wrote:
> recompile UML with make defconfig - you have a screwed config. Guess Unix
> Domain sockets are disabled or modular, which is often not nice.
this is a debian package and we try to use the same config as for
the debian kernel (and jus
hi!
i am hacking on rootstrap here. for those unfamiliar with
rootstrap: it is a bunch of python and shell scripts to create a
new root filessytem image. it does that by running a uml and
mounting the host's / filesystem as / using hostfs.
i try to do two things: fix the problem with
request_m
i have two processes left, after shutdown of my uml machine:
5550 pts/8S+ 0:16 /usr/bin/linux (debian) [halt]
5552 pts/8T+ 0:03 [linux]
when stracing the processes i see that
the first one is doing a waitpid on the second one.
the second one i cant strace, not even as root.
what