Re: Keeping track of Changes?

2001-03-04 Thread Kris Kennaway
On Sun, Mar 04, 2001 at 06:31:59PM -0500, William Wong wrote: > Hi there, > > I'm just wondering how the developers keep track or what still needs to be > merged from -CURRENT to -STABLE. Is it just version numbers on particular > files? Well, it varies according to developer - but given the nu

Re: buildworld failure (3-4-2001 cvsup)

2001-03-04 Thread Mike Tancsa
Perhaps an "all clear" when you would like people to start testing what has been committed ? ---Mike At 04:13 PM 3/4/2001 -0800, David O'Brien wrote: >I would suggest that only those that are interested in debugging build >problems (and suppling patches) be active right now. > >-- >-

Re: netstat problem

2001-03-04 Thread Maxime Henrion
[EMAIL PROTECTED] wrote: > > > On Sun, 4 Mar 2001, Maxime Henrion wrote: > > > I didn't rebuild world, only the kernel, but I rebuilt netstat too to > > be sure it wasn't a kernel/userland sync problem even if /usr/src/UPDATING > > says nothing about this. > > did you rebuild libkvm before net

Re: buildworld failure (3-4-2001 cvsup)

2001-03-04 Thread David O'Brien
On Sun, Mar 04, 2001 at 10:16:47PM +0200, Alexandr A. Listopad wrote: > Uh, I'm waiting for it... ;{ To tell the truth, I would *HIGHLY* suggest that most users not even try to update their RELENG_4 -STABLE systems for the next 2-3 days. Right before a code freeze there is always a lot of commit

Re: failed to buildworld... (make: don't know how to make build-

2001-03-04 Thread David O'Brien
On Sun, Mar 04, 2001 at 03:42:51PM -0600, Conrad Sabatier wrote: > > Nope. Forgot to commit the MFC in src/bin/csh > > Will the libdisk, etc. fixes be merged in anytime soon? Make buildworld is > still broken. Still working on it. It would help if my -CURRENT NFS server would stop hanging...

Keeping track of Changes?

2001-03-04 Thread William Wong
Hi there, I'm just wondering how the developers keep track or what still needs to be merged from -CURRENT to -STABLE. Is it just version numbers on particular files? - Will To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: broken cvs update

2001-03-04 Thread Kris Kennaway
Mark, FYI: Kris On Sun, Mar 04, 2001 at 10:39:02PM +0100, turbo23 wrote: > Hello > > Well it looks today there are a lot of cvs updates (Freebsd 4.2-stable) > I found a new error during the make buildworld after severals cvs updates > today. > > I did: cd /usr/obj;chflags -R noschg *;rm -r *

Re: buildworld failure (3-4-2001 cvsup)

2001-03-04 Thread Kris Kennaway
On Sun, Mar 04, 2001 at 11:38:29AM -0600, Conrad Sabatier wrote: > -- > >>> stage 2: build tools > -- > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj INSTALL="sh /usr/src/tools/install

Userland PPP hanging instead of terminating

2001-03-04 Thread Thomas Quinot
I am using pptpclient with the userland PPP daemon, and have been occasionally encountering the following situation: * for some reason, the data link layer (here, a PPTP tunnel) goes down; * ppp closes the LCP... * ...but the PPP process hangs indefinitely rather than terminating. Here

Re: Is RhostsRSAAuthentication broken?

2001-03-04 Thread Jesper Skriver
On Sat, Mar 03, 2001 at 03:16:46PM -0800, Crist J. Clark wrote: > On Sat, Mar 03, 2001 at 01:38:07PM -0800, John Polstra wrote: > > Is ssh's RhostsRSAAuthentication using the ~/.shosts file broken in > > -stable? On the server, OpenSSH on a FreeBSD-stable machine from Jan > > 30, /etc/ssh/sshd_co

RE: Different output from pkg_version

2001-03-04 Thread Don Read
On 04-Mar-01 Martti Kuparinen wrote: > Hi! > > Does anyone know a reason for the difference in the following outputs: > > ROOT ws3:~> pkg_version -v | grep bash > bash-2.04 = up-to-date with port >~ > ROOT server:~> pkg

Re: KERNCONF instead of KERNEL?

2001-03-04 Thread Kent Stewart
Nik Clayton wrote: > > On Fri, Mar 02, 2001 at 11:34:19PM +0900, Daniel C. Sobral wrote: > > Here is the order suggested and the why: > > > > 1) make buildworld -- because the new kernel may depend on new tools > > (config(8) is a common example, but no the only one). > > 2) make buildkernel --

Re: failed to buildworld... (make: don't know how to make build-

2001-03-04 Thread Conrad Sabatier
On 04-Mar-01 David O'Brien wrote: > On Sun, Mar 04, 2001 at 05:44:47PM +0200, Alexandr A. Listopad wrote: >> > cd /usr/src/bin/csh; make build-tools >> > make: don't know how to make build-tools. Stop > ... >> seems wrong src/Makefile.inc1 rev. 1.141.2.22: > > Nope. Forgot to commit the MFC in