Re: HEADS UP: GNU grep 2.4d

2000-02-01 Thread Jeremy Lea
Hi, On Mon, Jan 31, 2000 at 08:28:30PM +0200, Ruslan Ermilov wrote: > It was a local FreeBSD feature; now it is part of the official GNU grep. Any chance of -R coming back too? -Jeremy -- FreeBSD - Because the best things in life are free... http://

vidcontrol is not working properly

2000-02-01 Thread Andy Farkas
Maybe something broke with the "3rd stage of syscons code reorganization". I'm sure this worked properly around the end of December last year. I don't know when exactly it stopped working. $ vidcontrol -r black green VGA_80x60 green black does not set the reverse colours. $ vidcontrol

Re: IP-Filter w/FreeBSD-current

2000-02-01 Thread Giorgos Keramidas
Cy Schubert - ITSD Open Systems Group <[EMAIL PROTECTED]> writes: > With the impending release of FreeBSD-4.0, is anyone on this list using > IP-Filter on FreeBSD-current? I'm planning to install -current > w/IP-Filter on a testbed and would like to know of there are any > gotchas or if it ev

Re: HEADS UP: GNU grep 2.4d

2000-02-01 Thread Max Khon
hi, there! On Mon, 31 Jan 2000, Jeremy Lea wrote: > > It was a local FreeBSD feature; now it is part of the official GNU grep. > > Any chance of -R coming back too? it is already there (-r) /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body

make release breakage (readline.h)

2000-02-01 Thread Neal Westfall
My make releases here keep falling over... ===> gnu/usr.bin/binutils/doc ===> gnu/usr.bin/binutils/gdb Making init.c yacc -o c-exp.c /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/c-exp.y yacc -o f-exp.c /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/f-exp.y yacc:

Re: ata: Mount root failure: 6

2000-02-01 Thread Soren Schmidt
It seems Alexander Langer wrote: > For the archive of this ml: > > Some of the commits over the time since I got this error solved the > problem silently. > > I'm now using ata this machine w/o any problem. > > On another machine that had problems with DMA with the old wd drivers > UDMA33 now w

Re: HEADS UP: GNU grep 2.4d

2000-02-01 Thread Ruslan Ermilov
On Mon, Jan 31, 2000 at 09:28:16PM -0800, Jeremy Lea wrote: > Hi, > > On Mon, Jan 31, 2000 at 08:28:30PM +0200, Ruslan Ermilov wrote: > > It was a local FreeBSD feature; now it is part of the official GNU grep. > > Any chance of -R coming back too? > The problem is that starting with version 2.

Re: UPDATING

2000-02-01 Thread Sheldon Hearn
On Tue, 01 Feb 2000 13:48:57 +0600, Max Khon wrote: > 2129: > {set,get}flags have been added to the tree for rather dubious > reasons. An unintended side effect of this is that you must > rebuild install before the rest of the world. I'm surprised that this hasn't

Re: Possible IPv6-related problem

2000-02-01 Thread Jos Backus
On Sun, Jan 16, 2000 at 05:40:18PM -0500, Barry Lustig wrote: > --- ipme.c.~1~ Mon Jun 15 06:53:16 1998 > +++ ipme.c Sat Nov 20 18:21:26 1999 > @@ -48,7 +48,7 @@ > >if ((s = socket(AF_INET,SOCK_STREAM,0)) == -1) return -1; > > - len = 256; > + len = 1024; >for (;;) { > if (!

Re: Dell 2400 and APIC problem

2000-02-01 Thread Conrad Juleff
After much messing around I have found the point on current where it hangs. It seems to hang during the PnP probe: isa_probe_children: probing PnP devices Is there anyway I can stop this probing of PnP devices? I have tried adding "optons PNPBIOS" to the kernel but it causes the kernel to panic.

Re: Dell 2400 and APIC problem

2000-02-01 Thread Alfred Perlstein
* Conrad Juleff <[EMAIL PROTECTED]> [000201 04:13] wrote: > After much messing around I have found the point on current where it hangs. It > seems to hang during the PnP probe: > > isa_probe_children: probing PnP devices > > Is there anyway I can stop this probing of PnP devices? I have tried ad

Re: HEADS UP: GNU grep 2.4d

2000-02-01 Thread Alexander Langer
Thus spake Max Khon ([EMAIL PROTECTED]): > > > It was a local FreeBSD feature; now it is part of the official GNU grep. > > Any chance of -R coming back too? > it is already there (-r) Hmm. Somehow I dislike name-changes of params. :-( Alex -- I doubt, therefore I might be. To Unsubscribe:

Re: UPDATING

2000-02-01 Thread I am not any sort of Fluffy
On Tue, 1 Feb 19100, Sheldon Hearn wrote: > > 2129: > > {set,get}flags have been added to the tree for rather dubious > > reasons. An unintended side effect of this is that you must > > rebuild install before the rest of the world. > > I'm surprised that this hasn't

Re: UPDATING

2000-02-01 Thread Alfred Perlstein
* I am not any sort of Fluffy <[EMAIL PROTECTED]> [000201 04:44] wrote: > On Tue, 1 Feb 19100, Sheldon Hearn wrote: > > > > 2129: > > > {set,get}flags have been added to the tree for rather dubious > > > reasons. An unintended side effect of this is that you must > > >

Re: HEADS UP: GNU grep 2.4d

2000-02-01 Thread Max Khon
hi, there! On Tue, 1 Feb 2000, Alexander Langer wrote: > > > > It was a local FreeBSD feature; now it is part of the official GNU grep. > > > Any chance of -R coming back too? > > it is already there (-r) > > Hmm. Somehow I dislike name-changes of params. :-( GREP guys decided to use -r (which

Re: UPDATING

2000-02-01 Thread I am not any sort of Fluffy
On Tue, 1 Feb 19100, Alfred Perlstein wrote: > > Just one problem, when I follow the instructions, in usr.bin/xinstall, > > make depend all install clean ... > > um, why are you cleaning? Just blindly following the instructions in UPDATING... But at the wrong place, before the `make installw

boot2.c

2000-02-01 Thread Chris Webb
I think I've just stumbled over a little problem with boot2.c in -current. If I boot a kernel directly from boot2 rather than through the loader, the root filesystem gets mounted as the old-style wd0s1a rather than the new ad0a (or whatever). This means that init gets somewhat upset if /etc/fstab

On a lighter note... how-to upgrade (Version 2)

2000-02-01 Thread David Gilbert
In my origional version, I forgot the "make includes" line --- which has frustrated a few friends, so: Source Upgrade 3.4 to 4.x, Version 2: I have followed the UPDATES file... and I have source-make-world upgraded several machines from 3.3 and 3.4 to 4.0-CURRENT recently. I thought I'd contri

Re: HEADS UP: GNU grep 2.4d

2000-02-01 Thread Will Andrews
On Mon, Jan 31, 2000 at 08:28:30PM +0200, Ruslan Ermilov wrote: > Yes, that's why all this fuss have taken place ;=) WOOHOO! I agree with Alex Langer, though. -R -> -r gets on my nerves. But I suppose it is consistent with `rm`, just not `cp`.. hmm, consistency. -- Will Andrews <[EMAIL PROTECT

Re: Dell 2400 and APIC problem

2000-02-01 Thread Conrad Juleff
On Tue, Feb 01, 2000 at 04:19:55AM -0800, Alfred Perlstein wrote: > > Is there anyway I can stop this probing of PnP devices? I have tried adding > > "optons PNPBIOS" to the kernel but it causes the kernel to panic. If I drop > > into the debugger and type panic, the kernel seems to be stuck in mp

Re: HEADS UP: GNU grep 2.4d

2000-02-01 Thread Ruslan Ermilov
On Tue, Feb 01, 2000 at 08:24:41AM -0500, Will Andrews wrote: > On Mon, Jan 31, 2000 at 08:28:30PM +0200, Ruslan Ermilov wrote: > > Yes, that's why all this fuss have taken place ;=) > > WOOHOO! > > I agree with Alex Langer, though. -R -> -r gets on my nerves. But I suppose > it is consistent wi

Re: HEADS UP: GNU grep 2.4d

2000-02-01 Thread Alexander Langer
Thus spake Ruslan Ermilov ([EMAIL PROTECTED]): > > I agree with Alex Langer, though. -R -> -r gets on my nerves. But I suppose > > it is consistent with `rm`, just not `cp`.. hmm, consistency. > In fact, it is consistent with GNU grep ;=) > Old -a and -R were FreeBSD extensions that have gone now

Make world problems

2000-02-01 Thread Marc Schneiders
As far as this is possible for me in rather heterogenous threads, I've tried to follow the messages about recent make world problems. I've done exactly what is in src/UPDATING (and like another poster here I did *not* get the 24/01/2000 message until today...): build and install (x)install, make b

Make world problems

2000-02-01 Thread Marc Schneiders
As far as this is possible for me in rather heterogenous threads, I've tried to follow the messages about recent make world problems. I've done exactly what is in src/UPDATING (and like another poster here I did *not* get the 24/01/2000 message until today...): build and install (x)install, make b

Re: Make world problems

2000-02-01 Thread Mike Bristow
On Tue, Feb 01, 2000 at 03:34:51AM +0100, Marc Schneiders wrote: > As far as this is possible for me in rather heterogenous threads, I've > tried to follow the messages about recent make world problems. I've > done exactly what is in src/UPDATING (and like another poster here I > did *not* get the

/usr/include/readline/* are not being installed anymore

2000-02-01 Thread Maxim Sobolev
Hi, I've discovered strange thing - when I'm doing fresh installworld (i.e. make DESTDIR=/foo/bar installworld) then include files in /foo/bar/usr/include/readline/ are not being installed. -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of

Re: UPDATING

2000-02-01 Thread Sheldon Hearn
On Tue, 01 Feb 1900 13:18:21 +0100, I am not any sort of Fluffy wrote: > Just one problem, when I follow the instructions, in usr.bin/xinstall, > make depend all install clean ... > Then make installworld with my configuration dies in > install -c -o root -g wheel -m 444 install.1.gz /usr/share

ftpd now cores

2000-02-01 Thread Mark Hittinger
In ftpd.c inithosts() there is a getaddrinfo() that can fail with TRY_AGAIN. Afterwards there is an if that checks to see if res is a null pointer before using it. A little later there is a freeaddrinfo(res) that will core in this case. I changed the line toif (res) freeaddrinfo(res) and a

[LONG] Successful install report

2000-02-01 Thread Thierry . Herbelot
Hello, I've installed a recent snapshot on an oldish P5-75 HP PC : here is the verbose dmesg (at the end, there seems to be some problems linked to ipsec) Jan 31 19:20:23 pc249 /kernel: Copyright (c) 1992-2000 The FreeBSD Project. Jan 31 19:20:23 pc249 /kernel: Copyright (c) 1982, 1986, 1989

Re: UPDATING

2000-02-01 Thread Max Khon
hi, there! On Tue, 1 Feb 2000, Sheldon Hearn wrote: > > Just one problem, when I follow the instructions, in usr.bin/xinstall, > > make depend all install clean ... > > Then make installworld with my configuration dies in > > install -c -o root -g wheel -m 444 install.1.gz /usr/share/man/man1 >

Re: UPDATING

2000-02-01 Thread Eric Jacoboni
Max Khon <[EMAIL PROTECTED]> writes: > actually instructions are wrong. > you can't build xinstall before `make buildworld' now with old libc. Yep, I have to do buildworld _first_, then build xinstall _without_ cleaning, then make a installworld. -- Eric Jacoboni Ta mè

Re: Make world problems

2000-02-01 Thread Yoshinobu Inoue
> inetd[117]: IPv6 for RPC is not supported yet Sorry, there is my buggy incorrect error check. Please apply following patch to use RPC services for now. Yoshinobu Inoue Index: inetd.c === RCS file: /home/ncvs/src/usr.sbin/inetd/i

Re: ftpd now cores

2000-02-01 Thread Yoshinobu Inoue
> In ftpd.c inithosts() there is a getaddrinfo() that can fail with TRY_AGAIN. > Afterwards there is an if that checks to see if res is a null pointer before > using it. > > A little later there is a freeaddrinfo(res) that will core in this case. I > changed the line toif (res) freeaddrinfo(

make_sigset and split_sigset

2000-02-01 Thread Alexander Langer
Hello! How does a -current guy implement the following two macros today: #define make_sigset(maskp, hi, lo) (*maskp=((hi)<<24)|(lo)) /* Not a procedure: */ #define split_sigset(mask, hip, lop) \ ((*(hip)=(mask>>24)&0xff), \ (*(lop)=(mask&0xff))) for make_sigset the stuff i

Re: [LONG] Successful install report

2000-02-01 Thread Yoshinobu Inoue
> Hello, > > I've installed a recent snapshot on an oldish P5-75 HP PC : here is the verbose >dmesg (at the end, there seems to be some problems linked to ipsec) Those ipsec related error messages are just too verbose and not harmful. And I believe those message are printed only at debug mode

Re: Make world problems

2000-02-01 Thread Edwin Culp
Marc Schneiders wrote: > As far as this is possible for me in rather heterogenous threads, I've > tried to follow the messages about recent make world problems. I've > done exactly what is in src/UPDATING (and like another poster here I > did *not* get the 24/01/2000 message until today...): buil

wired devices under current?

2000-02-01 Thread I am not any sort of Fluffy
Howdy, I've got -current and -stable both on one disk, and I'm able to wire that disk to da0 when there's a lower ID'ed drive on the bus with no problems under -stable. But the comments in -current's LINT config file appear to be out of date. If I say device da0 at scbus0 target 1 config compla

Re: Dell 2400 and APIC problem

2000-02-01 Thread Luoqi Chen
> I have tried doing this on -current but it doesnt make any difference. I have > also removed every non-essential item out of the kernel. > I am using boot -dv with "options DIAGNOSTIC" in the kernel and it doesnt tell > me what the PnP probe is hanging on. > > Any other suggestions? > I don't

Re: ipfilter and ipfstat

2000-02-01 Thread Guido van Rooij
On Tue, Jan 25, 2000 at 05:14:18AM +0200, the Webslave wrote: > On Mon, Jan 24, 2000 at 12:02:26AM -0800, Kris Kennaway wrote: > > > > Okay, so I finally decided to take the plunge and check out ipfilter. ipf > > seemed to load my ruleset with no problems, but ipfstat dies with: > > > > ioctl(SIO

Re: UPDATING

2000-02-01 Thread Warner Losh
In message <[EMAIL PROTECTED]> Max Khon writes: : actually xinstall cannot be built before make world or make buildworld : because of undefined symbols `setflags'. What's the right thing then? Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body

Re: UPDATING

2000-02-01 Thread Warner Losh
In message <[EMAIL PROTECTED]> Max Khon writes: : actually instructions are wrong. : you can't build xinstall before `make buildworld' now with old libc. I've seen multiple, conflicting reports on this. I've not personally hit this bug. What's the exact sequence one must do? Warner To Unsubs

Mapping files into kernel memory space

2000-02-01 Thread Ustimenko Semen
Hi! I am writing an FS driver, and i need often to compose some FS internal information from fragments. The first idea was to malloc a poll and copy data from buffers, returned by bread(). But it seems to me simplier to write VOP_BMAP, VOP_STRATEGY, and then map needed portion into kernel space.

Re: UPDATING

2000-02-01 Thread Ruslan Ermilov
On Tue, Feb 01, 2000 at 12:11:51PM -0700, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Max Khon writes: > : actually instructions are wrong. > : you can't build xinstall before `make buildworld' now with old libc. > > I've seen multiple, conflicting reports on this. I've not personally >

Re: UPDATING

2000-02-01 Thread I am not any sort of Fluffy
On Tue, 1 Feb 19100, Warner Losh wrote: > : you can't build xinstall before `make buildworld' now with old libc. > > I've seen multiple, conflicting reports on this. I've not personally > hit this bug. What's the exact sequence one must do? Here's what *did* work for me: * make buildworld. (

errors running make DESTDIR

2000-02-01 Thread Matt M.
When i run: make DESTDIR=/var/tmp/root-000201 distrib-dirs distribution, the last thing i get (and this same line is printed several times) is: usage: mknod name [b | c] major minor What can I do to resolve this? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curren

4.0 release cosmetics: ftpd

2000-02-01 Thread Marc Schneiders
Feb 1 18:21:44 propro ftpd[676]: no modules loaded for `ftpd' service Feb 1 18:21:44 propro ftpd[676]: auth_pam: Permission denied This error message has been there for a long time, when I ftp from one box to another (anonymous ftp not enabled). I think I saw a message some time ago that it doe

Re: Make world problems

2000-02-01 Thread Marc Schneiders
On Tue, 1 Feb 2000, Edwin Culp wrote: > Marc Schneiders wrote: > > > As far as this is possible for me in rather heterogenous threads, I've > > tried to follow the messages about recent make world problems. I've > > done exactly what is in src/UPDATING (and like another poster here I > > did *no

rpc.rstatd

2000-02-01 Thread Marc Schneiders
As far as I can see nothing changed about rpc.rstatd. And there are no error messages at startup (and it is uncommented in /etc/inetd.conf and lo0 is in rc.conf). It is not working however: propro:marc {104} rup propro rup: propro : RPC: Program not registered Nfs is working, but when unmountin

Re: UPDATING

2000-02-01 Thread Jim Bloom
I did the following and it worked for me: cd /usr/src make buildworld make installworld cd /usr/src/usr.bin/xinstall make install cd /usr/src make installworld The first make installworld terminates with an errors, but the second on goes th

Nasty messages from ATA

2000-02-01 Thread Peter Jeremy
Yesterday, I upgraded my system from mid-Jan to the latest (cvs-cur.6044) to see if it would cure some hard-hangs. Last night, I got the following messages: Feb 1 18:00:21 gsmx07 /kernel: ad2: ad_timeout: lost disk contact - resetting Feb 1 18:00:21 gsmx07 /kernel: ata1: resetting devices .. d

xinstall

2000-02-01 Thread Matt M.
I keep seeing stuff about xinstall on this list, but I haven't read anything about it anywhere in any of the docs. What is it and should I know about it? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Nasty messages from ATA

2000-02-01 Thread Soren Schmidt
It seems Peter Jeremy wrote: > Yesterday, I upgraded my system from mid-Jan to the latest > (cvs-cur.6044) to see if it would cure some hard-hangs. > > Last night, I got the following messages: > > Feb 1 18:00:21 gsmx07 /kernel: ad2: ad_timeout: lost disk contact - resetting > Feb 1 18:00:21 g

Re: UPDATING

2000-02-01 Thread Jim Bloom
The method below worked just fine on my laptop. I can't guarantee how it will do on a 3.x system for upgrading. Also, if a kernel is being installed, it must be done before installing install or after the installworld. Jim Bloom [EMAIL PROTECTED] Jim Bloom wrote: > > I don't see any reason wh

Re: 4.0 release cosmetics: ftpd

2000-02-01 Thread Marc Schneiders
On Tue, 1 Feb 2000, Will Saxon wrote: > All you have to do is add a line to your /etc/pam.conf to fix this, I > have: > > ftpdauthrequiredpam_unix.so try_first_pass > Thanks for your help. This does the trick. > although I'm sure there is a more general/better way to do i

Re: IP-Filter w/FreeBSD-current

2000-02-01 Thread Arjan de Vet
Mike Tancsa wrote: >>The only thing I discovered a few days ago is that when I dialin to the >>company network I have to unload and reload the filter rules to get ppp >>over the tun0 device working. Before starting /usr/sbin/ppp I do a >>ifconfig xl0 down to disable the cable modem interface comp

update /etc (mergemaster) prior first boot after update (make world) ?

2000-02-01 Thread Andreas Klemm
Well, thanks about the information, to recompile/install install (xinstall) prior installworld. One additional question... What would be the best time to update /etc after an update from 3.4-STABLE to 4.0-current ? - prior or - after booting freshly compiled updated system ? Of course I need a

Re: The Commit That Broke PCM

2000-02-01 Thread Alex
OK, the bad news is that reverting to pcm of Dec 5 doesn't fix my problem. The good news is that "options PNPBIOS" does fix it. Now if only someone could explain all this junk: # pnpinfo Checking for Plug-n-Play devices... No Plug-n-Play devices were found # dmesg ... pcm0: at port 0x530-0x

Re: My ATAPI CD not come ready

2000-02-01 Thread Alex
Mike Smith wrote: > > JFWIW, this sounds like something that I "fixed" in the old wd driver, > where a device 'echoed' on the bus after it was deselected. Increasing > the timeout between deselecting the device and trying to talk again to > the bus was, AFAIR, the workaround then. Mike, I coul

Re: [PATCH] Please test the PS/2 mouse driver patch

2000-02-01 Thread Justin T. Gibbs
> >>Do you have specs on the Trackpoint PS/2 mice found on Thinkpads? > >No. > >>The version on my 770X has a double click by "pushing hard on the >>trackpoint" feature. It also has the ability to do the scroll >>thing if you hold the middle mouse button and move the trackpoint. > >You mean, the

pid 48800 (install), uid 0: exited on signal 12 (core dump)

2000-02-01 Thread Andreas Klemm
Problems to install parts of -current after make world (upgrade from 3.4-STABLE to 4.0) I wanted to install config to make a new kernel. As soon as I do a cd config make install I get install -c -s -o root -g wheel -m 555 config /usr/sbin pid 48800 (install), uid

Re: bootp and diskless failure

2000-02-01 Thread Nicolas Souchu
On Mon, Jan 31, 2000 at 12:17:11AM +0100, Nicolas Souchu wrote: > >Hi, > >Is there something changed on BOOTP/diskless configuration? > >This problem reappears some times and was fixed in August if I remember. >A hack was proposed before August, something like 'make root dev' call in >bootp_subr.c

Serious problems installing -CURRENT (was: UPDATING)

2000-02-01 Thread Greg Lehey
On Tuesday, 1 February 2000 at 16:08:44 +0100, Eric Jacoboni wrote: > Max Khon <[EMAIL PROTECTED]> writes: >> actually instructions are wrong. >> you can't build xinstall before `make buildworld' now with old libc. > > I have to do buildworld _first_, then build xinstall _without_ > cleaning, the

Re: Serious problems installing -CURRENT (was: UPDATING)

2000-02-01 Thread Marc Schneiders
On Wed, 2 Feb 2000, Greg Lehey wrote: > On Tuesday, 1 February 2000 at 16:08:44 +0100, Eric Jacoboni wrote: > > Max Khon <[EMAIL PROTECTED]> writes: > >> actually instructions are wrong. > >> you can't build xinstall before `make buildworld' now with old libc. > > > > I have to do buildworld _fi

Re: UPDATING

2000-02-01 Thread Matthew D. Fuller
On Tue, Feb 01, 2000 at 03:46:25PM -0500, a little birdie told me that Jim Bloom remarked > The method below worked just fine on my laptop. I can't guarantee how > it will do on a 3.x system for upgrading. Also, if a kernel is being > installed, it must be done before installing install or after

Re: 4.0 release cosmetics: ftpd

2000-02-01 Thread Marc Schneiders
On Tue, 1 Feb 2000, Will Saxon wrote: > Well, apparently we are supposed to replace a bunch of files is /etc > whenever we make world. There is a command called mergemaster that does > this, but the one time i used it (I did not read the directionsvery > carefully) I basically messed everything u

Some current kernel wizdom.

2000-02-01 Thread David Gilbert
I'm looking at producing a netgraph node that is going to be potentially very hard on kernel memory. The node may have to manage as many as 10K netgraph hook connections (each one requires a small amount of memory) and access to the hooks requires that they be in a table (not a linked list). Thi

Re: Some current kernel wizdom.

2000-02-01 Thread Alfred Perlstein
* David Gilbert <[EMAIL PROTECTED]> [000201 17:41] wrote: > I'm looking at producing a netgraph node that is going to be > potentially very hard on kernel memory. The node may have to manage > as many as 10K netgraph hook connections (each one requires a small > amount of memory) and access to th

Re: Serious problems installing -CURRENT (was: UPDATING)

2000-02-01 Thread Yoshinobu Inoue
> I'm also getting: > > $ rlogin localhost > /usr/libexec/ld-elf.so.1: rlogin: Undefined symbol "rcmd_af" rcmd_af() is added at 1.17->1.18 change of lib/libc/net/rcmd.c, as draft-ietf-ipngwg-rfc2292bis-01.txt. Please re-build lib/libc and libexec/rtld-elf, and re-install them. > haven't ha

Re: Some current kernel wizdom.

2000-02-01 Thread David Gilbert
> "Alfred" == Alfred Perlstein <[EMAIL PROTECTED]> writes: Alfred> Why not use a linked list, with a hash header to reduce search Alfred> times. Well... I think a linked list is already created for me (we're talking netgraph hooks here) and a hash isn't required since I can canive my proble

Re: The Commit That Broke PCM

2000-02-01 Thread Warner Losh
In message <[EMAIL PROTECTED]> Alex writes: : # pnpinfo : Checking for Plug-n-Play devices... : No Plug-n-Play devices were found Makes sense because this looks for PnP ISA addin cards. OK, taking the lead from http://members.hyperlink.net.au/~chart/pnpid.txt, lets have a crack at these things:

AIC-7899 SCSI Driver?

2000-02-01 Thread Osamu MIHARA
Is anybody here working on driver for AIC-7899, Ataptec's Ultra160 SCSI controller??? -- Osamu MIHARA // NEC Printers Division To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: xinstall

2000-02-01 Thread bush doctor
Out of da blue Matt M. aka ([EMAIL PROTECTED]) said: > I keep seeing stuff about xinstall on this list, but I haven't read anything > about it anywhere in any of the docs. What is it and should I know about it? xinstall is the name of the directory and c source file for /usr/bin/install (see /usr/

Re: UPDATING

2000-02-01 Thread Bruce Evans
On Tue, 1 Feb 2000, Ruslan Ermilov wrote: > On Tue, Feb 01, 2000 at 12:11:51PM -0700, Warner Losh wrote: > > In message <[EMAIL PROTECTED]> Max Khon writes: > The old /usr/bin/install will fail right after new libutil gets installed. > But at this point, we will already have new libc in /usr/lib.

mail.freebsd.org's host id changed

2000-02-01 Thread Matthew Dillon
Did someone do something to mail.freebsd.org, my ssh is telling me it's hostid has been changed. -Matt Matthew Dillon <[EMAIL PROTECTED]> To Unsubscribe: send mail to

Solved: Serious problems installing -CURRENT (was: UPDATING)

2000-02-01 Thread Greg Lehey
On Wednesday, 2 February 2000 at 9:37:44 +1030, Greg Lehey wrote: > On Tuesday, 1 February 2000 at 16:08:44 +0100, Eric Jacoboni wrote: >> Max Khon <[EMAIL PROTECTED]> writes: >>> actually instructions are wrong. >>> you can't build xinstall before `make buildworld' now with old libc. >> >> I h

Re: UPDATING

2000-02-01 Thread Max Khon
hi, there! On Tue, 1 Feb 2000, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Max Khon writes: > : actually xinstall cannot be built before make world or make buildworld > : because of undefined symbols `setflags'. > > What's the right thing then? make buildworld; cd /usr/src/usr.bin/xins

Re: mail.freebsd.org's host id changed

2000-02-01 Thread Greg Lehey
On Tuesday, 1 February 2000 at 18:49:22 -0800, Matthew Dillon wrote: > Did someone do something to mail.freebsd.org, my ssh is telling me > it's hostid has been changed. Right, hub had disk problems, so jmb moved mail to builder. Greg -- Finger [EMAIL PROTECTED] for PGP public key See c

Re: AIC-7899 SCSI Driver?

2000-02-01 Thread Kenneth D. Merry
On Wed, Feb 02, 2000 at 11:00:56 +0900, Osamu MIHARA wrote: > Is anybody here working on driver for AIC-7899, Ataptec's Ultra160 > SCSI controller??? It should work fine under -current. It will only work at Ultra2 speeds right now, Ultra160 support is coming, though. Ken -- Kenneth Merry [EMAI

Re: Serious problems installing -CURRENT (was: UPDATING)

2000-02-01 Thread Ollivier Robert
According to Greg Lehey: > Feb 1 12:14:59 panic /kernel: cmd ntpd pid 96 tried to use non-present >sched_get_priority_max > Feb 1 12:14:59 panic /kernel: cmd ntpd pid 96 tried to use non-present >sched_setscheduler > > I've seen a message that this last is related to POSIX threads, but I

Re: AIC-7899 SCSI Driver?

2000-02-01 Thread Matthew Jacob
> > It will only work at Ultra2 speeds right now, Ultra160 support is coming, > though. To be fair, the sym driver already supports Ultra3. And Qlogic Ultra3 support is coming too. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: UPDATING

2000-02-01 Thread Chuck Robey
On Wed, 2 Feb 2000, Max Khon wrote: > hi, there! > > On Tue, 1 Feb 2000, Warner Losh wrote: > > > In message <[EMAIL PROTECTED]> Max Khon writes: > > : actually xinstall cannot be built before make world or make buildworld > > : because of undefined symbols `setflags'. > > > > What's the right

Re: AIC-7899 SCSI Driver?

2000-02-01 Thread Kenneth D. Merry
On Tue, Feb 01, 2000 at 20:11:38 -0800, Matthew Jacob wrote: > > > > It will only work at Ultra2 speeds right now, Ultra160 support is coming, > > though. > > To be fair, the sym driver already supports Ultra3. And Qlogic Ultra3 support > is coming too. Yes, I should have qualified that. "Ultr

Re: Serious problems installing -CURRENT (was: UPDATING)

2000-02-01 Thread Bruce Evans
On Wed, 2 Feb 2000, Ollivier Robert wrote: > According to Greg Lehey: > > Feb 1 12:14:59 panic /kernel: cmd ntpd pid 96 tried to use non-present >sched_get_priority_max > > Feb 1 12:14:59 panic /kernel: cmd ntpd pid 96 tried to use non-present >sched_setscheduler > > > > I've seen a mess

Re: mail.freebsd.org's host id changed

2000-02-01 Thread Matthew Dillon
: :On Tuesday, 1 February 2000 at 18:49:22 -0800, Matthew Dillon wrote: :> Did someone do something to mail.freebsd.org, my ssh is telling me :> it's hostid has been changed. : :Right, hub had disk problems, so jmb moved mail to builder. : :Greg Ah, ok. Thanks! Just making sure.

recording does not work

2000-02-01 Thread Brian Beattie
A kernel, current, sources cvsuped today. When I try to record from line, (source does not seem to matter), I get full scale white noise. The remainder of the system is from about a week ago, I will try a buildworld/installworld later. Anything I should try? This is with both device pcm and

inetd problem: "IPv6 for RPC is not supported yet"

2000-02-01 Thread nsayer
Apart from disabling INET6 in the inetd build, is there any way of supressing inetd from trying to bind v6 services? I like using rup on the internal network, but it's not working on my latest-sup-current. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the b

Re: inetd problem: "IPv6 for RPC is not supported yet"

2000-02-01 Thread Yoshinobu Inoue
> Apart from disabling INET6 in the inetd build, is there any way of > supressing inetd from trying to bind v6 services? I like using rup > on the internal network, but it's not working on my latest-sup-current. Sorry for your problem and please try this patch. Now I am waiting to get commit perm

Re: Dell 2400 and APIC problem

2000-02-01 Thread Conrad Juleff
On Tue, Feb 01, 2000 at 12:08:38PM -0500, Luoqi Chen wrote: > > I am using boot -dv with "options DIAGNOSTIC" in the kernel and it doesnt > > tell me what the PnP probe is hanging on. > > > > Any other suggestions? > > > I don't think it's pnp probing. You don't seem to have any pnp devices at >

Re: Serious problems installing -CURRENT (was: UPDATING)

2000-02-01 Thread Ollivier Robert
According to Bruce Evans: > ntp should use the POSIX feature test macros for these functions. > Unfortunately, it uses autoconfig, and we turn this into hard coded > configuration by committing the generated config.h file as a source > file. Wouldn't work. Autoconf finds the sched_* functions reg

Re: UPDATING

2000-02-01 Thread Ruslan Ermilov
On Wed, Feb 02, 2000 at 01:47:25PM +1100, Bruce Evans wrote: > On Tue, 1 Feb 2000, Ruslan Ermilov wrote: > > > On Tue, Feb 01, 2000 at 12:11:51PM -0700, Warner Losh wrote: > > > In message <[EMAIL PROTECTED]> Max Khon >writes: > > The old /usr/bin/install will fail right after new libutil gets i

Re: Serious problems installing -CURRENT (was: UPDATING)

2000-02-01 Thread John Hay
> > ntp should use the POSIX feature test macros for these functions. > > Unfortunately, it uses autoconfig, and we turn this into hard coded > > configuration by committing the generated config.h file as a source > > file. > > Wouldn't work. Autoconf finds the sched_* functions regardless of the

Release build of 3.4-STABLE

2000-02-01 Thread Johan Kruger
I checked out the sources from RELENG_3 for 3.4-STABLE and i got the same error i got last year, the release breaks at kerberos. My CHROOTDIR = /DRIVE2/R2/ It could'nt find /DRIVE2/R2/R/stage/trees/krb, so once again i had to make a link in DRIVE2/R2/R/stage/trees/krb from krb4 to krb, then it bu