Upgrade Apache Web Server

2001-10-26 Thread Kelvin Ng Chee Hoong
Hi ; I have installed apache web server (Version 1.3.20) from port collection . How do I upgrade this software to version 1.3.22 from port collection ? Please advise . To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Change Prompt

2001-10-26 Thread Mark Murray
Hi Please ask these questions on [EMAIL PROTECTED] M > Hi ; > I use bash shell in my FreeBSD machine . How do I change a promt from > "$" to "#" when I login as superuser from normal user to root ? > > > my .bashrc script looks as following . > > PS1="[\u@\h: \w]\$ " > alias ls=

Re: Change Prompt

2001-10-26 Thread David O'Brien
> Another question , what is the function of PS2 and when to use it ? Please > advise I advise you to use PS2="smokin'crack? > " as I do. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

winbindd support for samba

2001-10-26 Thread Martin Blapp
Hi, Is someone working on winbindd support for Free/NetBSD ? #man winbindd NAME winbindd - Name Service Switch daemon for resolving names from NT servers winbindd is a daemon that provides a service for the Name Service Switch capability that is present in most modern C libraries. The

Re: Upgrade Apache Web Server

2001-10-26 Thread Dag-Erling Smorgrav
Kelvin Ng Chee Hoong <[EMAIL PROTECTED]> writes: > I have installed apache web server (Version 1.3.20) from port > collection . How do I upgrade this software to version 1.3.22 from > port collection ? Please advise . For the last time, -current is *not* the appropriate place to ask such q

Re: -CURRENT freeze under high load

2001-10-26 Thread Andrea Campi
Looks like the problem below is caused by this commit: dwmalone2001/10/04 06:11:48 PDT Modified files: lib/libc/rpc clnt_vc.c svc_vc.c sbin/mount_portalfs activate.c sys/kern uipc_socket.c uipc_usrreq.c sys/netgraph ng_socket.c sys/sys

Re: RELENG_4 builds on -current

2001-10-26 Thread Kris Kennaway
On Thu, Oct 25, 2001 at 10:10:11PM +0200, Gerhard Sittig wrote: > On Wed, Oct 24, 2001 at 18:27 -0600, Warner Losh wrote: > > > > At timing solutions, we build all our products in a chroot jail. [...] > > > > We don't build RELEASES in the chroot. We build a system (make world > > DESTDIR=xxx

Re: RELENG_4 builds on -current

2001-10-26 Thread Kris Kennaway
On Thu, Oct 25, 2001 at 11:53:30PM -0700, Terry Lambert wrote: > I have a 10k shell script for doing this. It copies in all the > stuff from the parent system which is important to match to the > real kernel, including /kernel, the "ps" program, and basically > all other programs that open /dev/

Re: RELENG_4 builds on -current

2001-10-26 Thread Terry Lambert
Kris Kennaway wrote: > > What I've always been wondering since Kris first mentioned this > > technique in the thread's course (building -STABLE in a jail on > > a -RELEASE host or vice versa, IIUC) was the following: There's > > the host's kernel serving a differing world's userland. We all > >

Re: RELENG_4 builds on -current

2001-10-26 Thread Terry Lambert
Kris Kennaway wrote: > > On Thu, Oct 25, 2001 at 11:53:30PM -0700, Terry Lambert wrote: > > > I have a 10k shell script for doing this. It copies in all the > > stuff from the parent system which is important to match to the > > real kernel, including /kernel, the "ps" program, and basically >

Re: -CURRENT freeze under high load

2001-10-26 Thread David Malone
On Fri, Oct 26, 2001 at 06:16:12PM +0200, Andrea Campi wrote: > All my problems are now gone. This sort of makes sense to me, as the culprit, > qmail, is quite socket intensive. > > Anybody has any idea how to properly fix? This patch changed quite a few things, so it's not obvious exactly what

kernel build error

2001-10-26 Thread Beech Rintoul
Today's -current build fails on my box with the following: linking kernel vm_fault.o: In function `vm_fault1': vm_fault.o(.text+0x941): undefined reference to `vm_object_set_writeable_dirty' vm_page.o In function `vm_page_insert': vm_page.o(.text+0x4c2): undefined reference to `vm_object_set_wri

Re: -CURRENT freeze under high load

2001-10-26 Thread Andrea Campi
On Fri, Oct 26, 2001 at 05:52:37PM +0100, David Malone wrote: > On Fri, Oct 26, 2001 at 06:16:12PM +0200, Andrea Campi wrote: > > All my problems are now gone. This sort of makes sense to me, as the culprit, > > qmail, is quite socket intensive. > > > > Anybody has any idea how to properly fix? >

Re: -CURRENT freeze under high load

2001-10-26 Thread David Malone
On Fri, Oct 26, 2001 at 07:12:24PM +0200, Andrea Campi wrote: > I know. I'd like to look deeper into the issue, but from a quick glance at the > code, I don't think I could figure out a way to separate those "things" and tr > each one. Do you happen to have separate patches for them, that I could

RE: kernel build error

2001-10-26 Thread John Baldwin
On 26-Oct-01 Beech Rintoul wrote: > Today's -current build fails on my box with the following: > > linking kernel > vm_fault.o: In function `vm_fault1': > vm_fault.o(.text+0x941): undefined reference to > `vm_object_set_writeable_dirty' > vm_page.o In function `vm_page_insert': > vm_page.o(.tex

Giant mutex wrappers implemented, starting wrapping work.

2001-10-26 Thread Matthew Dillon
Everyone who is working on Giant unwinding should be aware of the new giant wrapper routines which allow us to control whether Giant is turned on around a subsystem with sysctls. There are several sysctls: kern.giant.all kern.giant.proc kern.giant.file kern.giant.

Re: RELENG_4 builds on -current

2001-10-26 Thread Kris Kennaway
On Fri, Oct 26, 2001 at 09:49:42AM -0700, Terry Lambert wrote: > Kris Kennaway wrote: > > > > On Thu, Oct 25, 2001 at 11:53:30PM -0700, Terry Lambert wrote: > > > > > I have a 10k shell script for doing this. It copies in all the > > > stuff from the parent system which is important to match to

Re: cu(1) (Was: Re: cvs commit: src/etc/mtree BSD.var.dist)

2001-10-26 Thread Garrett Wollman
< said: > Do you have a problem with cu being a port and not in the base system? > (ie, a port that gives you _just_ cu with no other UUCP crap?) I think that's a POLA question; I have no fundamental objection. -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: RELENG_4 builds on -current

2001-10-26 Thread Dag-Erling Smorgrav
Gerhard Sittig <[EMAIL PROTECTED]> writes: > What I've always been wondering since Kris first mentioned this > technique in the thread's course (building -STABLE in a jail on > a -RELEASE host or vice versa, IIUC) was the following: There's > the host's kernel serving a differing world's userland

Re: kernel build error

2001-10-26 Thread Dag-Erling Smorgrav
Beech Rintoul <[EMAIL PROTECTED]> writes: > Today's -current build fails on my box with the following: I think it's safe to say, as a general rule, that whenever you hit a build error (as opposed to a run-time bug) you should wait a couple of hours, re-cvsup, rebuild, and check that the problem i

Re: RELENG_4 builds on -current

2001-10-26 Thread Terry Lambert
Dag-Erling Smorgrav wrote: > The answer is that the tools used to build world *generally* aren't > affected by changes in the kernel. The stuff that usually breaks when > your kernel is out of synch (ps, top, ipfw...) isn't needed to build > world. Of course, there are exceptions, like trying to