Problems with XFS patch and SMP

2002-12-10 Thread Bob Hilliard
I wrote: Bug#171943 reports that dictd 1.8.0 fails to start with the following error message: [EMAIL PROTECTED]:~$ /usr/sbin/dictd -d nofork :I: 2535 starting dictd 1.8.0/rf on Linux 2.4.19-xfs Tue Dec 3 23:43:09 2002 dictd (dict_index_open): Cannot mmap index file

Problems with XFS patch and SMP

2002-12-08 Thread Bob Hilliard
Bug#171943 reports that dictd 1.8.0 fails to start with the following error message: [EMAIL PROTECTED]:~$ /usr/sbin/dictd -d nofork :I: 2535 starting dictd 1.8.0/rf on Linux 2.4.19-xfs Tue Dec 3 23:43:09 2002 dictd (dict_index_open): Cannot mmap index file /dev/null(dict_index_open) Cannot

Re: Problems with XFS patch and SMP

2002-12-08 Thread Russell Coker
It would be interesting to see an strace of the program and the output of dmesg.

Re: Problems with XFS patch and SMP

2002-12-08 Thread Craig Sanders
On Sun, Dec 08, 2002 at 04:26:03PM -0500, Bob Hilliard wrote: Bug#171943 reports that dictd 1.8.0 fails to start with the following error message: [EMAIL PROTECTED]:~$ /usr/sbin/dictd -d nofork :I: 2535 starting dictd 1.8.0/rf on Linux 2.4.19-xfs Tue Dec 3 23:43:09 2002 dictd

Re: Problems with XFS patch and SMP

2002-12-08 Thread Bernd Eckenfels
On Mon, Dec 09, 2002 at 11:09:51AM +1100, Craig Sanders wrote: that looks like it may be a configuration errorwhy else would it be trying to mmap /dev/null? this is a elf function, not sure what it is used for but a lot of programs do this. Thats why you need /dev/null in most chroots for