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 cur

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 submit

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 (

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

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 U

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:

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 f

Re: perl vs. LOCALBASE, again

2000-07-31 Thread Sheldon Hearn
When discussing things like this, where the problem area has a known maintainer, I think that it's wise to include that maintainer in the discussion. Yes, FreeBSD developers are expected to read their -current mail, but in reality, the high level of noise on this list tends to make people very q

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 e

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 suppo

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 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 this

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 sou

Re: randomdev entropy gathering is really weak

2000-07-31 Thread Jeroen C. van Gelderen
Mark Murray wrote: > > > Mark already stated that in *practicality*, Yarrow-BF-cbc-256 1.0 > > (I guess that's the proper name for this :-) is complex enough and > > generates good enough ouput. If you /really/ want to make the attack > > on it much harder, how about this: if you're going to rea

Re: sendmail 8.11.0 trouble

2000-07-31 Thread Leif Neland
On Sun, 30 Jul 2000, Garrett Wollman wrote: > < 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 > >> > > >> > Sendmail can't read /etc/pwd.db, and t

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: > > > < 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: Inva

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: lockm

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 "i

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 det