I have been trying to set up a few uml's to experiment with network 
services a bit.  When I run /etc/init.d/named start on uml I get:

Sep  5 01:12:50 ldapserver named[1848]: starting BIND 9.4.0 -u named -t
/var/named/chroot
Sep  5 01:12:50 ldapserver named[1848]: found 1 CPU, using 1 worker thread
Sep  5 01:12:50 ldapserver named[1848]: app.c:443: REQUIRE(main_thread ==
pthread_self()) failed
Sep  5 01:12:50 ldapserver named[1848]: exiting (due to assertion failure)

I downloaded the filesystem and kernel from nagafix and installed the 
required rpms for named.

Filesystem:
  Fedora7-AMD64-root_fs
Kernel:
  kernel64-2.6.22.5

This ran for me without problems with 32 bit kernel and filesystem 
before I upgraded my motherboard, and also runs under xen with current 
system and with same version of named rpms.

Decided I would try to compile uml kernel to see if it would fix this, 
and ran into other difficulties:

Downloaded linux-2.6.22.6 from kernel.org.
Ran make mrproper,
make mrproper ARCH=um
make defconfig ARCH=um
make ARCH=um

and got:
   CC      arch/um/sys-x86_64/user-offsets.s
arch/um/sys-x86_64/user-offsets.c:16:22: error: asm/user.h: No such file 
or directory
arch/um/sys-x86_64/user-offsets.c: In function 'foo':
arch/um/sys-x86_64/user-offsets.c:91: error: invalid application of 
'sizeof' to incomplete type 'struct user_regs_struct'
make[1]: *** [arch/um/sys-x86_64/user-offsets.s] Error 1
make: *** [arch/um/sys-x86_64/user-offsets.s] Error 2

Couldn't find anything by searching the mailinglist that seemed to 
relate, but I seem to have some vague memory of reading something about 
symlinks not being correct.  Apologies if this has been answered and I 
have just not been able to figure a good search term.

Thanks,

  - Joel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to