Re: kill list signals - newsyslog (newbie question)

2001-07-16 Thread Ben Smithurst
nce these shells have their own "kill" function you're not running the /bin/kill program normally. -- Ben Smithurst / [EMAIL PROTECTED] PGP signature

Re: how to track stable

2001-04-10 Thread Ben Smithurst
ur installed ports if you want. Things like lsof, if you have it installed, *will* need recompiling because it deals with the kernel very closely (same reason ps, top, etc, need to be recompiled for a new kernel). Good luck! -- Ben Smithurst / [EMAIL PROTECTED] To Unsubscribe: send mail to [

Re: Further question Re: cvsupped to RELENG_4 but got 4.3-RC

2001-04-05 Thread Ben Smithurst
and not the others you still wouldn't be consistent, they'd still be different codebases but with the same name. If it _really_ bothers you just change /sys/conf/newvers.sh appropriately so your kernel reports itself as 4.2-STABLE, if all you want is the same name but different codebase

Re: Weird files in root

2001-01-09 Thread Ben Smithurst
got there, but it was there on three of my machines.. :-/ -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: /kernel: negative proccnt for uid = 0

2000-09-17 Thread Ben Smithurst
CVSup again and rebuild your kernel (and world too just to be sure). -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: I'll be rolling a 4.1.1 release on September 25th

2000-09-16 Thread Ben Smithurst
Peter Radcliffe wrote: > However, I don't know who the committers are, Read the handbook if you really want to know... > or where they hang out. [EMAIL PROTECTED] -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with &

Re: tail -f over NFS in -stable

2000-09-02 Thread Ben Smithurst
break; } - if (fflag) { + if (statfs(fname, &statfsbuf) != 0) + err(1, "statfs %s", fname); + + if (fflag && strcmp(statfsbuf.f_fstypename, "ufs") == 0) { kq = kqueue(); if (kq < 0)

Re: tail -f over NFS in -stable

2000-09-02 Thread Ben Smithurst
Ben Smithurst wrote: > Fred Gilham wrote: > >> In 4.1-stable tail -f over NFS polls rather than blocking. > > Yes, this is acknowledged in the kqueue() manual page. Try this patch, > it seems to work for me so I might commit it if no-one objects. Scratch that, th

Re: How can I obtain -stable for previous date ?

2000-08-22 Thread Ben Smithurst
o find what is causing the problem, of course. I assume that will work anyway, I've never actually used the date option in CVSup myself. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: burncd...

2000-08-19 Thread Ben Smithurst
ly does similar things to burncd. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D FreeBSD Documentation Project / To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: README.TXT and RELNOTES.TXT not updated before release tag?

2000-07-26 Thread Ben Smithurst
files). Is it just me, or does someone need to do an > edit->slidetags->reroll on these? Hmm, I see what you mean. Jordan, do these need fixing? It would look rather silly if the CDs went out with a readme saying "4.0-stable snapshot" or something. :-( -- Ben Smithurst

Re: Color ls

2000-07-18 Thread Ben Smithurst
ault, but perhaps there's a good reason. /me runs away for fear of annoying people by even daring to suggest this. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D FreeBSD Documentation Project / PGP signature

Re: HEADS UP! Always use the 'make buildkernel' target to make yerkernels

2000-07-13 Thread Ben Smithurst
were as simple as typos sometimes. Go figure. :-) If you find _any_ documentation problem, it needs fixing. The first PR I committed was just a typo, too. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D FreeBSD Documentation Project / PGP signature

Re: Attachments request -OOOOOPS

2000-04-07 Thread Ben Smithurst
the limit. You're a few hundred over. Nevermind, you're getting boring now. You'll be glad to know you'll get no more responses from me. *plonk* -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: 4.0 Kernel

2000-03-29 Thread Ben Smithurst
Can you give > me the IP ? Name:baerenklau.de.freebsd.org Address: 195.185.195.14 Aliases: www.de.freebsd.org -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: ps, w, top and netstat problem

2000-03-26 Thread Ben Smithurst
th the kernel. I removed all > compiler options during this make world. ok, I hate to ask questions which imply you're stupid, but you *did* do 'make install' in the kernel compile directory, didn't you? It's just that you've never explicitly mentioned that, and I

Re: 4.0 STABLE CVSUP tags?

2000-03-26 Thread Ben Smithurst
e ports tree *never* uses a tag other than ".", it's not branched in the way the source tree is. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: tun0 lost in 4.0

2000-03-19 Thread Ben Smithurst
uot;interface tun0 does not exist" > > Actually, I need tun0 to accept incoming user-ppp, > and would be happy to hear of workaround at least. I have a feeling there's something funny about tun devices now, IIRC hearing they're created on demand or something... What error is ppp(8)

Re: CD problems after upgrade to 4.0

2000-03-19 Thread Ben Smithurst
#x27;s your problem with audio CDs, but that shouldn't affect "mount /cdrom" operation. > Have I overlooked anything else? I assume the CD is detected at boot time? 'dmesg | grep acd' -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: Huge differences in suid programs ?

1999-12-28 Thread Ben Smithurst
an compare /usr/obj/usr/src/bin/sh with /bin/sh (or whatever the path is)? I don't think that would work, since /usr/obj/... files aren't stripped, and the installed versions are. -- Ben Smithurst| PGP: 0x99392F7D [EMAIL PROTECTED] | key available from keyservers and

Re: Solution to my 3.3-RELEASE panics!

1999-11-12 Thread Ben Smithurst
;t need to make clean... make depend; make should be enough. -- Ben Smithurst| PGP: 0x99392F7D [EMAIL PROTECTED] | key available from keyservers and | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message