Re: FAST_IPSEC bug fix

2004-03-31 Thread Helge Oldach
Mike Tancsa: Well, its not totally a bug, but missing functionality that looks like is there but is not and is pretty important to keep lossy links functioning with IPSEC. My colleague [EMAIL PROTECTED] created the patch below that implements net.key.prefered_oldsa when using

Frequent crashes on 4.9STABLE

2004-03-31 Thread Ajit Anand
Hi, We are facing frequent crashes of our server running Apache,MySQL. The machine is a P4 2.8 GHz with 512 MB RAM and 2 80 GB IDE HDD's. dmesg output is attached in the file. uname -a FreeBSD chatwith.addr.com 4.9-RELEASE FreeBSD 4.9-RELEASE #3: Thu Mar 25 15:39:52 IST 2004 [EMAIL

Re: Serious bug in vinum?

2004-03-31 Thread João Carlos Mendes Luís
Greg 'groggy' Lehey wrote: On Tuesday, 30 March 2004 at 0:32:38 -0300, Joo Carlos Mendes Lus wrote: Sorry for the cross-posting, but nor the Author nor freebsd-bugs did acknowledge my message, and I think this is a very serious bug in vinum, leading to loss of data... If these are not the

Re: FAST_IPSEC bug fix

2004-03-31 Thread Sam Leffler
I have time to deal with this this week. Thanks. Sam ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Serious bug in vinum?

2004-03-31 Thread João Carlos Mendes Luís
Greg 'groggy' Lehey wrote: On Tuesday, 30 March 2004 at 14:37:00 +0200, Lukas Ertl wrote: On Fri, 26 Mar 2004, Joao Carlos Mendes Luis wrote: I think this should be like: if (plex-state plex_corrupt) { /* something accessible, */ Or, in other words, volume

Chance for FreeBSD ADSM/TSM client from Tivoli/IBM

2004-03-31 Thread thomas mayr
-- On Mon, 12 May 2003, Daniel Lang wrote: So everybody, who would have interest in a TSM BSD client, _please_ send me a short email about your demand, like [..] We are Organisation/Company $ABC, and we would benefit from BSD clients. Our demand would be around $xyz clients. [..] We ,

Re: usbd config file parse behaviour

2004-03-31 Thread Sam Lawrance
On Tue, Mar 30, 2004 at 01:46:32AM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Bernd Walter [EMAIL PROTECTED] writes: : On Mon, Mar 29, 2004 at 07:44:34PM -0700, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Sam Lawrance [EMAIL PROTECTED]

[no subject]

2004-03-31 Thread Ajit Anand
Hi , Thanks for your reply. I am forwarding the information which you required. Apache Version : Apache/1.3.29 PHP : 4.3.4 Perl : 5.005_03 MySQL : 4.0.15 PHPLive: 2.5.1 I have attached the process list and the kernel configuration. We are not

Re: Chance for FreeBSD ADSM/TSM client from Tivoli/IBM

2004-03-31 Thread Daniel Lang
Dear Thomas, (and maybe other hackers), thomas mayr wrote on Wed, Mar 31, 2004 at 02:27:44PM +0200: -- On Mon, 12 May 2003, Daniel Lang wrote: Yes, it's bin a while, since I wrote this. So everybody, who would have interest in a TSM BSD client, _please_ send me a short email about your

Re: Frequent crashes on 4.9STABLE

2004-03-31 Thread Ajit Anand
Hi , Thanks for your reply. I am forwarding the information which you require Apache Version : Apache/1.3.29 PHP : 4.3.4 Perl: 5.005_03 MySQL : 4.0.15 memtest (/usr/ports/sysutils/memtest) runs without any problems I have attached the process list and the

sysctl and ifmibdata/ifmib_iso_8802_3

2004-03-31 Thread Gerald Heinig
Hi, I have a question regarding the use of sysctl and snmp MIBs for network adapters. I've taken a look at the ifmib(4) manpage and the corresponding files in ...sys/net/if_mib.c and /usr/include/net/if_mib.h and it seems that only a few network drivers declare the ifmib structures. When I try to

Re: usbd config file parse behaviour

2004-03-31 Thread M. Warner Losh
: I agree that it's bad to yank a device from under ugen automatically and : reattach it to a better match. I think it is good. Really. However, ugen should mark the device busy when it is opened, and mark it as unbusy as closed and the reprobe shouldn't happen if the device is busy.

Re: noread(), nopoll().... functions

2004-03-31 Thread John-Mark Gurney
Claudio Martella wrote this message on Tue, Mar 16, 2004 at 01:00 +0100: Hi, i'm writing a driver, and noticed the noread() nopoll() etc general-use functions for struct cdevsw are no longer present in 5.x. What can i use in 5.x? In 5.x we now use C99 sparse struct initalization for this. You

Re: Frequent crashes on 4.9STABLE

2004-03-31 Thread Andre Oppermann
Ajit Anand wrote: Hi, We are facing frequent crashes of our server running Apache,MySQL. The machine is a P4 2.8 GHz with 512 MB RAM and 2 80 GB IDE HDD's. dmesg output is attached in the file. uname -a FreeBSD chatwith.addr.com 4.9-RELEASE FreeBSD 4.9-RELEASE #3: Thu Mar 25 15:39:52 IST

Re: usbd config file parse behaviour

2004-03-31 Thread Bernd Walter
On Wed, Mar 31, 2004 at 09:32:11AM -0700, M. Warner Losh wrote: : I agree that it's bad to yank a device from under ugen automatically and : reattach it to a better match. I think it is good. Really. However, ugen should mark the device busy when it is opened, and mark it as unbusy as

Re: FAST_IPSEC bug fix

2004-03-31 Thread Julian Elischer
On Wed, 31 Mar 2004, Helge Oldach wrote: Mike Tancsa: Well, its not totally a bug, but missing functionality that looks like is there but is not and is pretty important to keep lossy links functioning with IPSEC. My colleague [EMAIL PROTECTED] created the patch below

Determining a program's shared libraries at runtime

2004-03-31 Thread Mike Heffner
Is there a method in FreeBSD for a program to retrieve the current list of dynamic shared libraries it is linked against or has dlopen()'d? Thanks, Mike -- Mike Heffner [EMAIL PROTECTED] 2160 Torgersen Hall, Grad. Lab ___ [EMAIL PROTECTED]

Re: Determining a program's shared libraries at runtime

2004-03-31 Thread Bruce M Simpson
On Wed, Mar 31, 2004 at 02:55:47PM -0500, Mike Heffner wrote: Is there a method in FreeBSD for a program to retrieve the current list of dynamic shared libraries it is linked against or has dlopen()'d? /proc/pid/map should give you what you need, but it needs to be read atomically, i.e. you

ld can't find libraries

2004-03-31 Thread Richard Bradley
Hi all, I can't get ld to recognise some so libraries without using the -L option: %cat test.c int main () {} %ls /usr/local/lib/libsqlite* /usr/local/lib/libsqlite.a /usr/local/lib/libsqlite.so.2 /usr/local/lib/libsqlite.so %gcc test.c -lsqlite /usr/bin/ld: cannot find -lsqlite %gcc test.c

Re: ld can't find libraries

2004-03-31 Thread jason
Richard Bradley wrote: Hi all, I can't get ld to recognise some so libraries without using the -L option: %cat test.c int main () {} %ls /usr/local/lib/libsqlite* /usr/local/lib/libsqlite.a /usr/local/lib/libsqlite.so.2 /usr/local/lib/libsqlite.so %gcc test.c -lsqlite /usr/bin/ld: cannot find

Re: ld can't find libraries

2004-03-31 Thread Tim Kientzle
Richard Bradley wrote: I can't get ld to recognise some so libraries without using the -L option: %gcc test.c -lsqlite /usr/bin/ld: cannot find -lsqlite %gcc test.c -L/usr/local/lib -lsqlite However, /usr/local/lib is in its search path: %ldconfig -r | grep sql ldconfig has nothing to do with

Re: Determining a program's shared libraries at runtime

2004-03-31 Thread Igor Pokrovsky
On Wed, Mar 31, 2004 at 02:55:47PM -0500, Mike Heffner wrote: Is there a method in FreeBSD for a program to retrieve the current list of dynamic shared libraries it is linked against or has dlopen()'d? Looks like ldd is doing exactly what you want, take a look at it's sources. -ip -- It's

Re: Frequent crashes on 4.9STABLE

2004-03-31 Thread Ajit Anand
On Wed, 31 Mar 2004 19:50:48 +0200, Andre Oppermann [EMAIL PROTECTED] wrote: Very strange. It crashes when trying to find out whether the packet is for an IP address configure on the box itself. Did you change any compiler settings when compiling this kernel? Maybe -O2 or such? No compiler

Re: Determining a program's shared libraries at runtime

2004-03-31 Thread Mike Heffner
On 01-Apr-2004 Igor Pokrovsky wrote: | On Wed, Mar 31, 2004 at 02:55:47PM -0500, Mike Heffner wrote: | | Is there a method in FreeBSD for a program to retrieve the current list | of | dynamic shared libraries it is linked against or has dlopen()'d? | | Looks like ldd is doing exactly what you

Re: ld can't find libraries

2004-03-31 Thread Edwin Groothuis
On Wed, Mar 31, 2004 at 10:12:23PM +, Richard Bradley wrote: I can't get ld to recognise some so libraries without using the -L option: Ldconfig is used for run-time loading of shared libraries. What you are doing here is the compilation (linking...) of the source to a executable. gcc

UT2004?

2004-03-31 Thread Daniel O'Connor
Has anyone got it installed under FreeBSD? I got the demo to run and install pretty well (for some reason I can't play it in KDE, I have to drop back to twm otherwise my system hangs), but the full game doesn't install :( I have tried both the DVD edition and the 6 CD version.. It doesn't

Re: UT2004?

2004-03-31 Thread Kris Kennaway
On Thu, Apr 01, 2004 at 03:26:27PM +0930, Daniel O'Connor wrote: Has anyone got it installed under FreeBSD? I got the demo to run and install pretty well (for some reason I can't play it in KDE, I have to drop back to twm otherwise my system hangs), but the full game doesn't install :( I

implications of SMP kernel on UP

2004-03-31 Thread Bjoern A. Zeeb
Hi, what are the implications on running an SMP enabled kernel on a UP machine ? I first thought of things like: - performence (most likely not worth the discussion ?) - additional locking problematic ? - ... ? Or asked the other way round: why would I want to disable SMP on a kernel that is