FreeBSD5.4 oops interesting message

2005-10-25 Thread Sarxan Elxanzade
Hello, list. Today, when i was working remotely with my proxy server this message appeared on console Assertion failed: (lu-lu_myreq-lr_watcher == ((void *)0)), function _lock_acquire, file /usr/src/lib/libpthread/sys/lock.c, line 170. There was no point about this message in /var/log/message.

Re: kmem_malloc(4096): kmem_map too small: 536870912 total allocated

2005-10-25 Thread Vladimir Sharun
I found the sources of the leak: if exim accessess ANY configuration/text files over NFS, there will be leak. And, how often exim will be called, then quicker your system dies. My main problem now is to build near-realtime mirroring solution nfs-to-local for around 20 files (up to 1Mb

Re: kmem_malloc(4096): kmem_map too small: 536870912 total allocated

2005-10-25 Thread Pete French
I found the sources of the leak: if exim accessess ANY configuration/text files over NFS, there will be leak. And, how often exim will be called, then quicker your system dies. Surely this has to be a problenm wth NFS in the kernel, not with exim though? Did you log a FreeBSD PR on this ?

Re: kmem_malloc(4096): kmem_map too small: 536870912 total allocated

2005-10-25 Thread Vladimir Sharun
Pete French wrote: I found the sources of the leak: if exim accessess ANY configuration/text files over NFS, there will be leak. And, how often exim will be called, then quicker your system dies. PF Surely this has to be a problenm wth NFS in the kernel, not with exim PF though? Did you log

Re: kmem_malloc(4096): kmem_map too small: 536870912 total allocated

2005-10-25 Thread Gleb Smirnoff
Vladimir, please confirm that the attached patch fix your problem. The patch is relative to src/sys tree. Kris, Christian, please review it. Thanks. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE Index: nfsclient/nfs_lock.c

Re: kmem_malloc(4096): kmem_map too small: 536870912 total allocated

2005-10-25 Thread Max Laier
On Tuesday 25 October 2005 17:00, Gleb Smirnoff wrote: Vladimir, please confirm that the attached patch fix your problem. The patch is relative to src/sys tree. Kris, Christian, please review it. Thanks. Are you sure it's safe to free the nlminfo struct before calling to fdfree() in

Re: kmem_malloc(4096): kmem_map too small: 536870912 total allocated

2005-10-25 Thread Gleb Smirnoff
On Tue, Oct 25, 2005 at 06:04:15PM +0200, Max Laier wrote: M On Tuesday 25 October 2005 17:00, Gleb Smirnoff wrote: MVladimir, M Mplease confirm that the attached patch fix your problem. The patch is M relative to src/sys tree. M MKris, Christian, please review it. Thanks. M M Are

Re: make.conf for 6.0

2005-10-25 Thread Kris Kennaway
On Mon, Oct 24, 2005 at 08:57:27PM +0100, Chris wrote: On 22/10/05, Chuck Swiger [EMAIL PROTECTED] wrote: dick hoogendijk wrote: My make.conf contains (fbsd-5.4) CFLAGS= -O -pipe COPTFLAGS= -O -pipe Are these settings the same for the upcoming release6 or do I need to set -O2

Re: DHCP DDNS updates.

2005-10-25 Thread Julien Gabel
FreeBSD 6-STABLE has imported dhclient from OpenBSD: OpenBSD dhclient as of OpenBSD 3.7 has been imported. It replaces the ISC DHCP client used in prior versions of FreeBSD. (http://www.freebsd.org/relnotes/6-STABLE/relnotes/i386/article.html) making /etc/dhclient.conf no longer accept this

pf and short packets

2005-10-25 Thread Anton Nikiforov
Dear ALL! Maybe someone can help me with my problem? I have no adea what is happening with my packets :( I have 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 box running pf. And i have ipcad daemon running (installed from ports) pf.conf says pass quick on lo0 all and when i'm trying to rsh to ipcad

Strange crashing/rebooting problem

2005-10-25 Thread Dan Charrois
Hi all. I'm wondering if anyone can shed some light on a strange crashing/rebooting problem I'm having. First, the specs: Hardware: Dell PowerEdge 2850 rack mounted server, Dual 3.4 Ghz Xeon, 5 Gb memory Hard Drives: LSILogic PERC 4e/Di, configured as RAID 5, with 3 X 40 Gb disks OS:

Re: Strange crashing/rebooting problem

2005-10-25 Thread Jayton Garnett
Hello, You should be using the IA-64 version of FreeBSD as these are Intel chips and nor AMD chips? FreeBSD 5.4 IA-64 is for the Intel EM64T/Xeon/Itainium CPU's, FreeBSD 5.4 AMD64 is for the AMD 64/x2/Opteron/FX CPU's. You will have more luck using the IA-64 release, I am not sure if you

Re: Strange crashing/rebooting problem

2005-10-25 Thread Jase Thew
Jayton Garnett wrote: Hello, You should be using the IA-64 version of FreeBSD as these are Intel chips and nor AMD chips? FreeBSD 5.4 IA-64 is for the Intel EM64T/Xeon/Itainium CPU's, FreeBSD 5.4 AMD64 is for the AMD 64/x2/Opteron/FX CPU's. You will have more luck using the IA-64 release, I

6.0 RC1 usbd.conf (and installation comments)

2005-10-25 Thread Joel Hatton
Hi, I've just overnight upgraded from 5 stable to 6 on one of my workstations. As I'm becoming used to expecting, this was a very smooth migration - my perennial thanks to all of the developers who make this type of operation almost trivial. A couple of notes on the extremely few 'gotchas' I

math/grace port: libXcursor.so.1.0 not found ??

2005-10-25 Thread Rob
Hi, I'm running FreeBSD 5-Stable. I only seem to encounter this problem with the math/graphical port 'grace', and the dlopen() call inthere. It seems to be a FreeBSD specific problem and I wonder if other people on this list encounter the same problem. This is the problem: 1. Install Grace

make installworld failure

2005-10-25 Thread Alexander 'alxl' Lobachov
Hello, Just cvsuped and built the kernel and installed it ok, buildworld went clear also, tried to installworld and got this: $ sudo make installworld mkdir -p /tmp/install.QhTsbtJk for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep ln make mkdir mtree

Re: make installworld failure

2005-10-25 Thread Subhro
Alexander 'alxl' Lobachov sat at his 'puter and typed on 10/26/2005 10:12: Hello, Just cvsuped and built the kernel and installed it ok, buildworld went clear also, tried to installworld and got this: $ sudo make installworld mkdir -p /tmp/install.QhTsbtJk for prog in [ awk cap_mkdb cat

Re: Strange crashing/rebooting problem

2005-10-25 Thread Bryan Fullerton
On 10/25/05, Dan Charrois [EMAIL PROTECTED] wrote: Hi all. I'm wondering if anyone can shed some light on a strange crashing/rebooting problem I'm having. First, the specs: Hardware: Dell PowerEdge 2850 rack mounted server, Dual 3.4 Ghz Xeon, 5 Gb memory [snip] You didn't mention, have you

Re: make.conf for 6.0

2005-10-25 Thread Chris
On 25/10/05, Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Oct 24, 2005 at 08:57:27PM +0100, Chris wrote: On 22/10/05, Chuck Swiger [EMAIL PROTECTED] wrote: dick hoogendijk wrote: My make.conf contains (fbsd-5.4) CFLAGS= -O -pipe COPTFLAGS= -O -pipe Are these settings