Re: /bin/sh: Argument list too long when compiling LINT ...

2002-02-19 Thread Bruce Evans
On Mon, 18 Feb 2002, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Luigi Rizzo [EMAIL PROTECTED] writes: : Any idea on how to fix this ? Use a smaller path. Or dig up bde's fixes to config from the archives. That is only a temporary fix. LINT will eventually be larger

Re: /bin/sh: Argument list too long when compiling LINT ...

2002-02-19 Thread Luigi Rizzo
On Tue, Feb 19, 2002 at 07:36:30PM +1100, Bruce Evans wrote: Use a smaller path. Or dig up bde's fixes to config from the archives. That is only a temporary fix. LINT will eventually be larger than the world. The list of files passed to mkdep should be split up a bit. that is

Re: /bin/sh: Argument list too long when compiling LINT ...

2002-02-19 Thread Alfred Perlstein
* Luigi Rizzo [EMAIL PROTECTED] [020219 00:42] wrote: On Tue, Feb 19, 2002 at 07:36:30PM +1100, Bruce Evans wrote: Use a smaller path. Or dig up bde's fixes to config from the archives. That is only a temporary fix. LINT will eventually be larger than the world. The list of

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Matthew Dillon
: : because td-td_ucred is read-only for it's whole existance. : :??? : :Are you sure that td-td_ucred can't change in the middle, :to point to a different ucred, as a result of kernel :preemption? : :-- Terry I don't think that's possible though it might bring up a potential issue in

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread David Xu
- Original Message - From: Peter Wemm [EMAIL PROTECTED] To: Julian Elischer [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 19, 2002 4:00 PM Subject: Re: Patch sets to date and timing tests with Giant out of userret. Everybody who can commit to cvs on freefall also

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Julian Elischer
exactly On Tue, 19 Feb 2002, Terry Lambert wrote: Julian Elischer wrote: The fully safe version of this code is: td-td_retval[0] = td-td_ucred-cr_ruid; td-td_retval[1] = td-td_ucred-cr_uid; return (0); because td-td_ucred is read-only for it's whole existance. ??? Are you

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Julian Elischer
the client is free for free software projects (the server too I guess,) It has good points and bad points the bad point is that you can't work offline. the good point is that development in different branches doesn't slow each other down. (as it might in CVS). It also keeps track of edits that

pgrp/session patch

2002-02-19 Thread Seigo Tanimura
Here is the most up-to-date version of pgrp/session lock (at Change 6700): http://people.FreeBSD.org/~tanimura/patches/pgrp10.diff.gz I would like to commit this on the next Sunday. Otherwise, my patch would conflict with other patches, especially tty. -- Seigo Tanimura [EMAIL PROTECTED]

HEADS UP: DHCP 3.0.1RC6 imported

2002-02-19 Thread Murray Stokely
DHCP 3.0.1 RC6 has been imported into -CURRENT. DHCP 3.x provides DHCP failover support, dynamic DNS updates, and much more. http://www.isc.org/products/DHCP/dhcp-prerelease.html I've done testing with some Alpha and i386 machines on my local network, but it's certainly possible that the new

latest pccard/cardbus megacommit broke on-boot detection

2002-02-19 Thread Michal Mertl
I have Xircom CBEM-56G (on card printed RBEM-56G-100) which used to be detected on boot without problem on -CURRENT. After todays cvsup and buildworld the card is no longer detected. It works when I unplug it and put it back. Is it expected behaviour? It seems to me it can be and the commit is

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Dag-Erling Smorgrav
Julian Elischer [EMAIL PROTECTED] writes: It has good points and bad points the bad point is that you can't work offline. the good point is that development in different branches doesn't slow each other down. (as it might in CVS). It also keeps track of edits that touch multiple files as a

4.0-RELEASE - 4.5-STABLE now possible (was: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/libperl Makefile src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc ...)

2002-02-19 Thread Ruslan Ermilov
[Sorry for a cross-post, it's intentional.] The patch below brings us the following functionality: 1. FreeBSD 4.0 can be source upgraded to FreeBSD 4.5-STABLE. (Only standard make world has been tested, with an empty /etc/make.conf.) FreeBSD 4.0 could be source upgraded to FreeBSD

Re: latest pccard/cardbus megacommit broke on-boot detection

2002-02-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Michal Mertl [EMAIL PROTECTED] writes: : I have Xircom CBEM-56G (on card printed RBEM-56G-100) which used to be : detected on boot without problem on -CURRENT. After todays cvsup and : buildworld the card is no longer detected. It works when I unplug it

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav [EMAIL PROTECTED] writes: I'm working on porting the latest beta release of Subversion, which does all that and more, and has much better diff support than Perforce. Oh, and it supports limited offline operation without the need for a local repo (by caching unmodified

RE: HEADS UP: DHCP 3.0.1RC6 imported

2002-02-19 Thread Jan Stocker
I am using isc-dhcp3-3.0.r12 with DDNS on my FreeBSD 4.3 router a long time and have no problem. Shall this msg mean the port is completly integrated in freebsd 5? Jan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Murray Stokely Sent: Tuesday,

more -current testers

2002-02-19 Thread Michael Lucas
I understand that we're getting to that stage where we need more -current testers. We all agree that the optimal thing would be to have hordes of very sophisticated users who can debug problems on their own and submit patches to fix all their issues. I would guess that we all also agree that

Re: more -current testers

2002-02-19 Thread Miguel Mendez
On Tue, Feb 19, 2002 at 12:50:11PM -0500, Michael Lucas wrote: Hi Michael, It seems that the best we can hope for is to educate some of the braver users who are ready to take the next step and are willing to donate some time to us. Agreed. I think there are people out there willing to help

Either PAM or login is broken

2002-02-19 Thread Maxim Sobolev
Hi, Just upgraded by -current box and after a reboot found that I'm no longer able to log-in neither from console, nor from the network. Following is the log: FreeBSD/i386 (notebook) (ttyv0) login: root Password: Feb 19 19:59:35 notebook login: pan_open_session(): Error in service module

Re: more -current testers

2002-02-19 Thread Munish Chopra
On Tue, Feb 19, 2002 at 12:50:11PM -0500, Michael Lucas wrote: It seems that the best we can hope for is to educate some of the braver users who are ready to take the next step and are willing to donate some time to us. Very good idea. I probably qualify as a good representation of the

Re: more -current testers

2002-02-19 Thread Michael Lucas
In an ideal world, you're correct. The real question here should have been: do those people who are actively committing rapidly to the tree want to see this happen? They are the people who will realistically have to deal with the PRs. On Tue, Feb 19, 2002 at 07:01:42PM +0100, Miguel Mendez

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Garrett Rooney
On Tue, Feb 19, 2002 at 04:12:48PM +0100, Dag-Erling Smorgrav wrote: Julian Elischer [EMAIL PROTECTED] writes: It has good points and bad points the bad point is that you can't work offline. the good point is that development in different branches doesn't slow each other down. (as it

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Stijn Hoop
On Tue, Feb 19, 2002 at 04:12:48PM +0100, Dag-Erling Smorgrav wrote: I'm working on porting the latest beta release of Subversion, which does all that and more, and has much better diff support than Perforce. After using Perforce for my PAM work, I've come to the conclusion that although

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Garrett Rooney
On Tue, Feb 19, 2002 at 04:16:18PM +0100, Dag-Erling Smorgrav wrote: Dag-Erling Smorgrav [EMAIL PROTECTED] writes: I'm working on porting the latest beta release of Subversion, which does all that and more, and has much better diff support than Perforce. Oh, and it supports limited

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Garrett Rooney
On Tue, Feb 19, 2002 at 04:18:33PM +0100, Stijn Hoop wrote: On Tue, Feb 19, 2002 at 04:12:48PM +0100, Dag-Erling Smorgrav wrote: I'm working on porting the latest beta release of Subversion, which does all that and more, and has much better diff support than Perforce. After using Perforce

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Dag-Erling Smorgrav
Garrett Rooney [EMAIL PROTECTED] writes: it's a little out of date now, but i will be updating it to the next release as soon as it is released (this week sometime) and submitting it back to freebsd for inclusion in the ports tree. I've attached my patch to save you the trouble. it's

Re: more -current testers

2002-02-19 Thread George V. Neville-Neil
As someone who's just starting down this path as well, I'd say the sooner the better. Later, George To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: two panics with recent -CURRENT

2002-02-19 Thread Daniel Rock
Daniel Rock schrieb: Hi, during a make release run I got two panics in -CURRENT (from Feb 16). Both panics occured during high I/O rates. Just an additional note: The kernel from Feb 9 also panic'd this morning. I have now newfs'd the file system and are running the tests again. Daniel

Re: HEADS UP: DHCP 3.0.1RC6 imported

2002-02-19 Thread Bruce A. Mah
If memory serves me right, Murray Stokely wrote: DHCP 3.0.1 RC6 has been imported into -CURRENT. Cool. We're still shipping just the client part, right? Bruce. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Either PAM or login is broken

2002-02-19 Thread Maxim Sobolev
Ok, I've found the problem - it appears that my machine didn't have a /var/log/lastlog file and so far pam_lastlog.so was quite happy with this situation, while after a make world it doesn't tolerate it anymore. I am not sure that such POLA change is good and IMO pam_lastlog.so shouldn't refuse

Re: HEADS UP: DHCP 3.0.1RC6 imported

2002-02-19 Thread Terry Lambert
Murray Stokely wrote: DHCP 3.0.1 RC6 has been imported into -CURRENT. DHCP 3.x provides DHCP failover support, dynamic DNS updates, and much more. http://www.isc.org/products/DHCP/dhcp-prerelease.html I've done testing with some Alpha and i386 machines on my local network, but it's

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Dag-Erling Smorgrav
Garrett Rooney [EMAIL PROTECTED] writes: On Tue, Feb 19, 2002 at 04:18:33PM +0100, Stijn Hoop wrote: As for your port, there already is a /usr/ports/devel/subversion; it points you to the port skeleton for version r909. Is yours better/different? i imagine his is more up to date ;-) Yeah,

Re: more -current testers

2002-02-19 Thread Cliff Sarginson
On Tue, Feb 19, 2002 at 12:50:11PM -0500, Michael Lucas wrote: I understand that we're getting to that stage where we need more -current testers. We all agree that the optimal thing would be to have hordes of very sophisticated users who can debug problems on their own and submit patches

RE: more -current testers

2002-02-19 Thread Smokey DeWeed
I run FreeBSD both at home and at work and I'd be happy to provide feedback on any bugs I come across. Your article on debugging and submitting a proper bug report would be helpful in making sure that any info I submit is useful. And I'm sure that there's a thousand others reading this

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread M. Warner Losh
In message: 00cd01c1b926$82d35bb0$ef01a8c0@davidwnt David Xu [EMAIL PROTECTED] writes: : Sorry for a bit OT, is Perforce a free software? if it is not, why : do we need to use this property software? Because it is useful. And all the other alternative suck too bad to even try at

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Garrett Rooney
On Tue, Feb 19, 2002 at 04:30:43PM +0100, Dag-Erling Smorgrav wrote: Garrett Rooney [EMAIL PROTECTED] writes: it's a little out of date now, but i will be updating it to the next release as soon as it is released (this week sometime) and submitting it back to freebsd for inclusion in the

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Garrett Rooney
On Tue, Feb 19, 2002 at 04:34:10PM +0100, Dag-Erling Smorgrav wrote: Garrett Rooney [EMAIL PROTECTED] writes: On Tue, Feb 19, 2002 at 04:18:33PM +0100, Stijn Hoop wrote: As for your port, there already is a /usr/ports/devel/subversion; it points you to the port skeleton for version r909.

Re: more -current testers

2002-02-19 Thread Olivier Cortes
Hi, i'm a freelance sys/net admin/architect who works with bsd (free/open) in France (Paris/Bordeaux). i'm reading your columns very regularly. Your writing are easy to understand and that's a good point ! I'm (for now) just following mailing lists (security, hackers, stable, current) and i

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Garrett Rooney
On Tue, Feb 19, 2002 at 04:46:45PM +0100, Dag-Erling Smorgrav wrote: Garrett Rooney [EMAIL PROTECTED] writes: On Tue, Feb 19, 2002 at 04:30:43PM +0100, Dag-Erling Smorgrav wrote: *shrug* so we need a port of a devel version of apr. It's what the scientific community calls an engineering

Re: HEADS UP: DHCP 3.0.1RC6 imported

2002-02-19 Thread David W. Chapman Jr.
On Tue, Feb 19, 2002 at 07:07:24AM -0800, Murray Stokely wrote: DHCP 3.0.1 RC6 has been imported into -CURRENT. DHCP 3.x provides DHCP failover support, dynamic DNS updates, and much more. http://www.isc.org/products/DHCP/dhcp-prerelease.html I've been pushing for this for a while on

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread David O'Brien
On Tue, Feb 19, 2002 at 01:51:31PM -0700, M. Warner Losh wrote: Bitkeeper enforces the linux devleopment model to a large extent, In what way(s)? To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread David O'Brien
On Tue, Feb 19, 2002 at 04:30:43PM +0100, Dag-Erling Smorgrav wrote: it's problematic to do an apr port at this time because there is no stable release of apr, and subversion requires bleeding edge apr to function anyway. *shrug* so we need a port of a devel version of apr. It's what

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Dag-Erling Smorgrav
David O'Brien [EMAIL PROTECTED] writes: On Tue, Feb 19, 2002 at 04:30:43PM +0100, Dag-Erling Smorgrav wrote: *shrug* so we need a port of a devel version of apr. It's what the scientific community calls an engineering problem :) Please name it apr-snapshot or apr-beta rather than -devel if

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Garrett Rooney
On Wed, Feb 20, 2002 at 01:59:49AM +0100, Dag-Erling Smorgrav wrote: David O'Brien [EMAIL PROTECTED] writes: On Tue, Feb 19, 2002 at 04:30:43PM +0100, Dag-Erling Smorgrav wrote: *shrug* so we need a port of a devel version of apr. It's what the scientific community calls an engineering

Re: Patch sets to date and timing tests with Giant out of userret.

2002-02-19 Thread Dag-Erling Smorgrav
Garrett Rooney [EMAIL PROTECTED] writes: I've got a version of the port that links statically, so if people think that's enough for now, we can go with that, but I've also got the apache people to put up a tarball of apr, so I'm putting together an apr-snapshot port as well, since subversion

Re: HEADS UP: module build process changed

2002-02-19 Thread Hidetoshi Shimokawa
At Thu, 10 Jan 2002 17:35:00 -0800, Mike Smith wrote: In order to deal with this problem, I have changed the module build process so that symbols global to the module are converted to local symbols when the module is linked into the .kld/,ko file. In order to allow modules that intentionally

Re: HEADS UP: module build process changed

2002-02-19 Thread Peter Wemm
Hidetoshi Shimokawa wrote: At Thu, 10 Jan 2002 17:35:00 -0800, Mike Smith wrote: In order to deal with this problem, I have changed the module build process so that symbols global to the module are converted to local symbols when the module is linked into the .kld/,ko file. In order to

Re: HEADS UP: module build process changed

2002-02-19 Thread Hidetoshi Shimokawa
At Tue, 19 Feb 2002 21:41:11 -0800, Peter Wemm wrote: e.g. kldload module1 kldload module2 module2 cannnot resolv symbols in module1. -stable doesn't have this problem. module2 cannot resolve symbols in module1 unless there is a declared dependency. This is intentional,

Re: Kernel Debugging over the Ethernet?

2002-02-19 Thread Julian Elischer
On Tue, 19 Feb 2002, George V. Neville-Neil wrote: Hi Folks, Now that Luigi has put in polling support for some ethernet drivers I was wondering how much work it would be to make the remote kernel debugging run over the ethernet. I have worked on systems like this before (it's the