11-STABLE: vm_radix_remove: invalid key found panic

2017-05-04 Thread Jeroen Ruigrok van der Werven
out as well as this subsystem, I am not entirely sure what to focus on first. I would imagine I want to go from frame 13 and check all the data structures for sanity. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | GPG: 2EAC625B I realise that

Re: HEADS UP! MFC's

2000-10-27 Thread Jeroen Ruigrok van der Werven
-On [20001027 19:05], Alfred Perlstein ([EMAIL PROTECTED]) wrote: >* Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> [001027 09:53] wrote: >> You totally miss the point I was trying to communicate across. >> >> While I strive to make sure everything I MFC is tested i

Re: named weirdness...

2000-11-05 Thread Jeroen Ruigrok van der Werven
it. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl In my mind nothing makes sense... To Unsubscribe: send mail to [EMAIL PROTECTED] wit

Re: isc-dhcp3-3.0.b2.9 core dumping on FreeBSD-4.2 BETA

2000-11-07 Thread Jeroen Ruigrok van der Werven
the binary. next do the following in the directory where the sources are located: gdb `where dhcpd` /path/to/dhcpd.core and do a backtrace (bt) And then report back. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Work

Re: Problems with BIND in 4.2-STABLE (resource leak?)

2001-01-27 Thread Jeroen Ruigrok van der Werven
me unique problem here? There were a fair amount of bugs in 8.2.3 betas. I am in the progress of preparing the import, and importing 8.2.3, which is the released version. As soon as I have it imported in CURRENT, and after I have done my usual round of testing in STABLE I will MFC it. --

Re: *** Error code 1 on make buildworld

2000-03-18 Thread Jeroen Ruigrok van der Werven
Just to let you all know I am looking into this. I suspect something in the /usr/src/Makefile differences between 4.0 and 3.x. Anyways, I am on it. =) -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]> VIA NET.WOR

Re: UP kernel on SMP machine?

2000-09-27 Thread Jeroen Ruigrok van der Werven
e on this. Unfortunately I don't have a 4-STABLE SMP box to test this on. Have you tried enabling DDB and trying to break to DDB when it is just blank? Did you actually see FreeBSD reporting: buffers flushed rebooting or something to that nature and the system attempting to reboot? -- Jeroen R

Re: max. amount of physical memory in FBSD 4.1?

2000-09-27 Thread Jeroen Ruigrok van der Werven
te is currently the limit. Peter Wemm [[EMAIL PROTECTED]] is current working on getting 8 Gigabyte supported and working. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its bes

Re: negative bytes/sec?

2000-09-27 Thread Jeroen Ruigrok van der Werven
u want to know the how and why. It is nothing to be worried about though AFAIUI. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Grant me

Re: negative bytes/sec?

2000-09-27 Thread Jeroen Ruigrok van der Werven
+ printf("%s bandwidth = %ld Kbytes/sec\n", +funcname, (long)(BUFSIZE * (int64_t)100 / (1024*usec))); free(buf, M_TEMP); return (usec); } -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTE