Re: randomdev entropy gathering is really weak

2000-07-31 Thread Mark Murray
On Sun, 30 Jul 2000, Mark Murray wrote: This is a reversion to the count-entropy-and-block model which I have been fiercely resisting (and which argument I thought I had sucessfully defended). Actually, I was waiting for your reply to Jeroen's question about changing the semantics of

Mozilla-M15+ipv6 package available

2000-07-31 Thread Kris Kennaway
A few people have asked me for this, so I uploaded a package of the mozilla-M15+ipv6 port from KAME to http://www.freebsd.org/~kris/mozilla-M15.tgz (yes, I know M16 is out, but the port isn't yet updated). Install this package and you too can see the dancing kame at http://www.kame.net, the

sort(1) broken?

2000-07-31 Thread Kris Kennaway
The following no longer seems to work on any of my 5.0 boxes: ls -l | sort -n -k 5 which should sort numerically by the size column (instead it seems to do the same thing as sort -n). It works correctly on 3.x and 4.x boxes. Anyone have ideas? Kris -- In God we Trust -- all others must

Re: Mozilla-M15+ipv6 package available

2000-07-31 Thread Donn Miller
Kris Kennaway wrote: A few people have asked me for this, so I uploaded a package of the mozilla-M15+ipv6 port from KAME to http://www.freebsd.org/~kris/mozilla-M15.tgz (yes, I know M16 is out, but the port isn't yet updated). The last few Mozillas I tried compiling from source (on

Re: sort(1) broken?

2000-07-31 Thread Brian Fundakowski Feldman
On Mon, 31 Jul 2000, Kris Kennaway wrote: The following no longer seems to work on any of my 5.0 boxes: ls -l | sort -n -k 5 which should sort numerically by the size column (instead it seems to do the same thing as sort -n). It works correctly on 3.x and 4.x boxes. Anyone have ideas?

Re: sort(1) broken?

2000-07-31 Thread Sheldon Hearn
On Mon, 31 Jul 2000 07:28:09 -0400, Brian Fundakowski Feldman wrote: key = (struct keyfield *) xmalloc (sizeof (struct keyfield)); + bzero(key, sizeof(*key)); Wouldn't a calloc() be exactly what's required here? Ciao, Sheldon. To

Re: phkmalloc pam_ssh xdm

2000-07-31 Thread Alexander Leidinger
On 31 Jul, Daniel C. Sobral wrote: pam_ssh isn't able to start ssh-agent if you use ---snip--- xdm session sufficient pam_ssh.so ---snip--- in /etc/pam.conf. With "malloc.conf - aj" it seems to work. grep pam /var/log/messages: ---snip--- Jul 30 00:54:04 Magelan -:0: unable to resolve

Re: sort(1) broken?

2000-07-31 Thread Alexander Langer
Thus spake Brian Fundakowski Feldman ([EMAIL PROTECTED]): I'm doubtful it's the only one of it's kind in GNU sort(1). Time for BSD sort(1)? What about BSD/OS's sort? Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: perl vs. LOCALBASE, again

2000-07-31 Thread Anton Berezin
On Sun, Jul 30, 2000 at 08:45:05PM -0500, Mike Meyer wrote: Basically, the problem is that ports that install Perl modules ignore LOCALBASE for the perl modules. A little bit of investigation turns up /usr/libdata/perl/5.6.0/Config.pm, which has "/usr/local" wired through it as a prefix for

PCM failures w/ latest commits

2000-07-31 Thread Donn Miller
When I try to play an mp3 with either realplayer 7 or mpg123, I get Can't open /dev/dsp! But, the same exact configuration always worked before. - Donn Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents

Re: Mozilla-M15+ipv6 package available

2000-07-31 Thread FUJISHIMA Satsuki
At Mon, 31 Jul 2000 05:31:50 -0400, Donn Miller [EMAIL PROTECTED] wrote: The last few Mozillas I tried compiling from source (on -current), I'd get a message in xterm saying the document was fully loaded, but yet no window would appear. It seemed like a problem with threading. Anyone else

Re: Mozilla-M15+ipv6 package available

2000-07-31 Thread David O'Brien
On Mon, Jul 31, 2000 at 01:39:29AM -0700, Kris Kennaway wrote: A few people have asked me for this, so I uploaded a package of the mozilla-M15+ipv6 port from KAME to ..snip.. The patches aren't quite suitable for committing to the ports collection because they unconditionally enable support

ppp.linkdown

2000-07-31 Thread Leif Neland
Is ppp.linkdown executed before or after the link is down? I'd like to change a dyndns, but will link activity done in linkdown defeat the timeout, or start a new call? Leif To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Mozilla-M15+ipv6 package available

2000-07-31 Thread Hajimu UMEMOTO
On Mon, 31 Jul 2000 01:39:29 -0700 (PDT) Kris Kennaway [EMAIL PROTECTED] said: kris A few people have asked me for this, so I uploaded a package of the kris mozilla-M15+ipv6 port from KAME to kris http://www.freebsd.org/~kris/mozilla-M15.tgz kris (yes, I know M16 is out, but the port isn't

Minor problems with build/installkernel

2000-07-31 Thread Johan Karlsson
[current cc:ed since this might be interesting] Hi Marcel Can you please have a look at some PRs which deals with some minor problem with the buldkernel/installkernel targets of Makefile.inc1 and the install-modules target of sys/conf/Makefile.${MACHINE} I think you are the right person for

Re: Minor problems with build/installkernel

2000-07-31 Thread Marcel Moolenaar
Johan Karlsson wrote: Can you please have a look at some PRs which deals with some minor problem with the buldkernel/installkernel targets of Makefile.inc1 and the install-modules target of sys/conf/Makefile.${MACHINE} I will. Thanks for the pointers, -- Marcel Moolenaar mail: [EMAIL

Re: sort(1) broken?

2000-07-31 Thread Kris Kennaway
On Mon, 31 Jul 2000, Alexander Langer wrote: Thus spake Brian Fundakowski Feldman ([EMAIL PROTECTED]): I'm doubtful it's the only one of it's kind in GNU sort(1). Time for BSD sort(1)? What about BSD/OS's sort? BSD/OS userland is almost completely untouched from the 4.4BSD sources.

Re: sendmail 8.11.0 trouble

2000-07-31 Thread Leif Neland
On Sun, 30 Jul 2000, Garrett Wollman wrote: On Sun, 30 Jul 2000 09:11:52 +0200 (CEST), Leif Neland [EMAIL PROTECTED] said: On Sunday, July 30, 2000, Leif Neland wrote: Sendmail 8.11.0 When invoking sendmail or newaliases I get this message: /etc/pwd.db: Invalid argument

Re: sendmail 8.11.0 trouble

2000-07-31 Thread Leif Neland
On Tue, 1 Aug 2000, Leif Neland wrote: On Sun, 30 Jul 2000, Garrett Wollman wrote: On Sun, 30 Jul 2000 09:11:52 +0200 (CEST), Leif Neland [EMAIL PROTECTED] said: On Sunday, July 30, 2000, Leif Neland wrote: Sendmail 8.11.0 When invoking sendmail or newaliases I

panic at shutdown

2000-07-31 Thread R Joseph Wright
I just built a new world/kernel yesterday, and now I get a panic when I shut down. I ran gdb on the dump: .. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 2998272 initial pcb at 25b1c0 panicstr:

Re: panic at shutdown

2000-07-31 Thread Bill Fumerola
On Mon, Jul 31, 2000 at 10:37:48PM -0700, R Joseph Wright wrote: I just built a new world/kernel yesterday, and now I get a panic when I shut down. I ran gdb on the dump: .. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as

Re: panic at shutdown

2000-07-31 Thread R Joseph Wright
And Bill Fumerola spoke: On Mon, Jul 31, 2000 at 10:37:48PM -0700, R Joseph Wright wrote: I just built a new world/kernel yesterday, and now I get a panic when I shut down. I ran gdb on the dump: .. There is absolutely no warranty for GDB. Type "show warranty" for details.