Re: Thinkpad locks up with current

2001-05-08 Thread Jan Chrillesen
On Sun, 06 May 2001, Warner Losh <[EMAIL PROTECTED]> wrote: > OLDCARD or NEWCARD? If oldcard, are you using the identical > configuration as you are on 4.2? The same irq for the pcic device, > the same irq list in /etc/pccard.conf, the same memory ranges in > /etc/pccard.conf, etc. I build it

Re: Thinkpad locks up with current

2001-05-08 Thread Warner Losh
In message <[EMAIL PROTECTED]> Jan Chrillesen writes: : > OLDCARD or NEWCARD? If oldcard, are you using the identical : > configuration as you are on 4.2? The same irq for the pcic device, : > the same irq list in /etc/pccard.conf, the same memory ranges in : > /etc/pccard.conf, etc. : : I buil

RE: select(2) converted to use a condition variable, and optimis

2001-05-08 Thread Seigo Tanimura
On Mon, 07 May 2001 12:37:22 -0700 (PDT), John Baldwin <[EMAIL PROTECTED]> said: John> You need the lock when clearing the bit in p_flag. That is why the proc locks John> are there, so all those proc locks need to stay. When you clear a bit, you are John> writing all the bits, so you need to

world broken, pstat wants IN_SHLOCK, IN_EXLOCK

2001-05-08 Thread Michael Harnois
cc -O2 -fno-strength-reduce -pipe -march=pentiumpro -I/usr/src/usr.sbin/pstat/../../sys -c /usr/src/usr.sbin/pstat/pstat.c /usr/src/usr.sbin/pstat/pstat.c: In function `ufs_print': /usr/src/usr.sbin/pstat/pstat.c:494: `IN_SHLOCK' undeclared (first use in this function) /usr/src/usr.sbin/pstat/

world broken in sshd

2001-05-08 Thread Michael Harnois
cc -O2 -fno-strength-reduce -pipe -march=pentiumpro -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM -DHAVE_PAM_GETENVLIST -DKRB4 -DSKEY -DXAUTH_PATH=\"/usr/X11R6/bin/xauth\" -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.

RE: select(2) converted to use a condition variable, and optimis

2001-05-08 Thread John Baldwin
On 08-May-01 Seigo Tanimura wrote: > On Mon, 07 May 2001 12:37:22 -0700 (PDT), > John Baldwin <[EMAIL PROTECTED]> said: > > John> You need the lock when clearing the bit in p_flag. That is why the > proc locks > John> are there, so all those proc locks need to stay. When you clear a bit, > y

Re: pgm to kill 4.3 via vm

2001-05-08 Thread Terry Lambert
Dag-Erling Smorgrav wrote: > Plus, your program doesn't even do what you think it does (because a) > it has at least one significant bug and b) malloc() doesn't behave the > way you think it does). And even if it did, the /dev/random stuff is > pointless, you can achieve the same effect by settin

Re: pgm to kill 4.3 via vm

2001-05-08 Thread Terry Lambert
Jordan Hubbard wrote: > That's like saying that putting someone > into orbit is a simple matter of determining what escape velocity is > necessary from an object with earth's mass and deciding how many tons > of payload you want to insert at what altitude. The devil is, as they > say, all in the

Re: pgm to kill 4.3 via vm

2001-05-08 Thread Terry Lambert
Dennis Glatting wrote: > > What is memory exhaustion? > > Uh, when I perform a malloc() and get a NULL back? I > dunno, what do you call that? Hitting an administratively enforced resource limitation. > Why would it kill random processes as opposed to the > offending process? The offending pr

DELL 2 X PIII/500Mhz, SCSI/Adaptec/(QUANTUM ATLAS)

2001-05-08 Thread Edwin L. Culp
A couple of days ago, I installed current on a Dell that had been an NT server. Everything works fine except is seems very slow. A make world on current takes over 5 hours. A little more than my old K6-2 300 laptop. This is the first SMP kernel I have used but I have disabled it with no not

world broken

2001-05-08 Thread Daniel
world broken at /usr/src/usr.sbin/pstat/pstat.c because IN_SHLOCK is undeclared, is this something new added to sys/ufs/ufs/inode.h ? d.- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

different world breakage (Perl bootstrap, alpha)

2001-05-08 Thread Matthew Jacob
===> gnu/usr.bin/perl/perl Extracting config.h (with variable substitutions) Extracting cflags (with variable substitutions) Extracting writemain (with variable substitutions) Extracting myconfig (with variable substitutions) Missing right curly or square bracket at lib/SelfLoader.pm line 69, at

RE: DELL 2 X PIII/500Mhz, SCSI/Adaptec/(QUANTUM ATLAS)

2001-05-08 Thread John Baldwin
On 08-May-01 Edwin L. Culp wrote: > A couple of days ago, I installed current on a Dell that had been an > NT server. Everything works fine except is seems very slow. A make > world on current takes over 5 hours. A little more than my old K6-2 > 300 laptop. > > This is the first SMP kernel

Re: different world breakage (Perl bootstrap, alpha)

2001-05-08 Thread Anton Berezin
Please see [EMAIL PROTECTED] On Tue, May 08, 2001 at 11:16:41AM -0700, Matthew Jacob wrote: > ===> gnu/usr.bin/perl/perl > Extracting config.h (with variable substitutions) > Extracting cflags (with variable substitutions) > Extracting writemain (with variable substitutions) > Extracting myconfi

user connection request data w/ recvmsg(2)/getsockopt(2)

2001-05-08 Thread huntting
The following jucy tidbit has been hiding in the accept(2) man page for several years, but has apparently never been implemented. One can obtain user connection request data without confirming the con- nection by issuing a recvmsg(2) call with an msg_iovlen of 0 and a non- zer

world broken...

2001-05-08 Thread Sergey A. Osokin
Hello. After resup my sources (a 2 hours ago) i tried make buildworld and it failed: Extracting myconfig (with variable substitutions) Missing right curly or square bracket at lib/SelfLoader.pm line 69, at end of line syntax error at lib/SelfLoader.pm line 69, at EOF Compilation failed in requir

Kernel secure level

2001-05-08 Thread Corey Brune
I forgot the kernel secure level was set to 1 when I started make build. The build almost finishes, but dies when it tries to install /usr/lib/libcrypt.so.2 saying operation not permitted. I cannot chflags because of the secure level. Does anyone know a way around this? Thanks for any suggestions

Re: Kernel secure level

2001-05-08 Thread Dima Dorfman
Corey Brune <[EMAIL PROTECTED]> writes: > I forgot the kernel secure level was set to 1 when I started make build. > The build almost finishes, but dies when it tries to install > /usr/lib/libcrypt.so.2 saying operation not permitted. I cannot chflags > because of the secure level. Does anyone kno

Re: pgm to kill 4.3 via vm

2001-05-08 Thread Dag-Erling Smorgrav
Terry Lambert <[EMAIL PROTECTED]> writes: > So now the question becomes "what is he testing that is > resulting in 4.3 locking up?". Good question. It does some non-trivial stuff besides allocating: buffered I/O and fork()/exec()'ing sync(1). > Your suggested replacement test might be fun to ru

Re: pgm to kill 4.3 via vm

2001-05-08 Thread Dag-Erling Smorgrav
Terry Lambert <[EMAIL PROTECTED]> writes: > A number of operating systems will allow programs to be > parked "precious". In AIX, this is done by establishing > a signal handler for the resource starvation condition; > programs without the handler "just die". Programs with > the handler are permi

Re: different world breakage (Perl bootstrap, alpha)

2001-05-08 Thread Matthew Jacob
And how is that piece of mail (about cvsup) pertinent? > Please see [EMAIL PROTECTED] > > On Tue, May 08, 2001 at 11:16:41AM -0700, Matthew Jacob wrote: > > > ===> gnu/usr.bin/perl/perl > > Extracting config.h (with variable substitutions) > > Extracting cflags (with variable substitutions) >

Re: different world breakage (Perl bootstrap, alpha)

2001-05-08 Thread Anton Berezin
On Tue, May 08, 2001 at 02:29:35PM -0700, Matthew Jacob wrote: > And how is that piece of mail (about cvsup) pertinent? Well, there is a follow-up: [EMAIL PROTECTED] , or http://www.freebsd.org/cgi/getmsg.cgi?fetch=195431+0+/usr/local/www/db/text/2001/freebsd-current/20010506.freebsd-current

Re: Kernel secure level

2001-05-08 Thread Corey Brune
Dima Dorfman wrote: > Corey Brune <[EMAIL PROTECTED]> writes: > > I forgot the kernel secure level was set to 1 when I started make build. > > The build almost finishes, but dies when it tries to install > > /usr/lib/libcrypt.so.2 saying operation not permitted. I cannot chflags > > because of th

another one....rlogin (p_match: clnt_call: RPC: Program unavailable)

2001-05-08 Thread Matthew Jacob
[ This time I *did* try and use the FreeBSD mailing list search engined- to no result that I can see. ] I now get, when I try and rlogin: p_match: clnt_call: RPC: Program unavailable in the client. I *have* changed hosts.allow to allow rpcbind locally in hosts.allow (if that's pertine

Re: pgm to kill 4.3 via vm

2001-05-08 Thread Dima Dorfman
[ cc severely trimmed ] Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > I would *love* to have a DDB equivalent to 'kill -9', so I could drop > to the DDB prompt, check ps, kill a process or two, and drop back out > of DDB. It would have saved me a reboot and a longish fsck in this > case. Mm

Re: pgm to kill 4.3 via vm

2001-05-08 Thread John Baldwin
On 08-May-01 Dag-Erling Smorgrav wrote: > Terry Lambert <[EMAIL PROTECTED]> writes: >> So now the question becomes "what is he testing that is >> resulting in 4.3 locking up?". > > Good question. It does some non-trivial stuff besides allocating: > buffered I/O and fork()/exec()'ing sync(1). >

world broken at pstat

2001-05-08 Thread walt
cvsup'd CURRENT 5-8-2001 around 1900 PST make buildworld stopped here: ===> usr.sbin/pstat cc -O -pipe -I/usr/src/usr.sbin/pstat/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/pstat/pstat.c /usr/src/usr.sbin/pstat/pstat.c: In function `ufs_print': /usr/src/usr.sbin/pstat/p

Re: world broken at pstat

2001-05-08 Thread David Wolfskill
>From: walt <[EMAIL PROTECTED]> >Date: 08 May 2001 19:58:05 -0700 >cvsup'd CURRENT 5-8-2001 around 1900 PST >make buildworld stopped here: >===> usr.sbin/pstat >cc -O -pipe -I/usr/src/usr.sbin/pstat/../../sys >-I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/pstat/pstat.c >/usr/src/u

Re: pgm to kill 4.3 via vm

2001-05-08 Thread Robert Watson
On Tue, 8 May 2001, John Baldwin wrote: > That's easy enough. Well, it used to be at least. You can use 'ps' to > find the address of the struct proc (first pointer in the display) and > then do 'call psignal(addr, 9)' to send SIGKILL to the process. Then > hit 'c' to continue and voila, the

Re: cp -u patch

2001-05-08 Thread Steve O'Hara-Smith
On Mon, 7 May 2001 10:18:38 -0700 [EMAIL PROTECTED] wrote: > Lets try another realistic example: > > cp -uvp ab* cde*.f* g? h/*.i? j/kl /m > What's the find | cpio invocation for that? When you come up with it, it echo ab* cde*.f* g? h/*.i? j/kl /m | cpio ... Messy - No