Re: Question about cvsup...

2007-11-18 Thread John Hay
On Sun, Nov 18, 2007 at 04:56:08PM -0800, Darren Reed wrote: > Nearly every time I run cvsup from the command line (as root), > I see large amounts of output like this for every file: > > SetAttrs src/contrib/amd/fsinfo/wr_fstab.c,v > > Is cvsup actually doing anything? > Have I done something wr

Re: problem compiling RELENG_6

2007-11-18 Thread David Wolfskill
On Sun, Nov 18, 2007 at 04:48:40PM -0800, Darren Reed wrote: > My apologies > > I forgot to do a "cvs commit" of sbin/ipf in addition to contrib/ipfilter > and sys/contrib/ipfilter. I've just done a commit that should fix this. >... It did: g1-18(6.3-P)[1] uname -a FreeBSD g1-18.catwhisker.org.

Question about cvsup...

2007-11-18 Thread Darren Reed
Nearly every time I run cvsup from the command line (as root), I see large amounts of output like this for every file: SetAttrs src/contrib/amd/fsinfo/wr_fstab.c,v Is cvsup actually doing anything? Have I done something wrong in my config? (I run in with "cvsup -l lockfile -g -L 1 ncvs-supfile")

Re: How to get filename of an open file descriptor

2007-11-18 Thread Skip Ford
son to stop processing further pids. This also affects attempting to >>list all pids since it currently stops processing pids as soon as one >>doesn't exist. A global error variable could just be incremented with >>every call and returned at process exit, that way it'd

Re: problem compiling RELENG_6

2007-11-18 Thread Darren Reed
My apologies I forgot to do a "cvs commit" of sbin/ipf in addition to contrib/ipfilter and sys/contrib/ipfilter. I've just done a commit that should fix this. Cheers, Darren Jeremy Chadwick wrote: On Sun, Nov 18, 2007 at 01:03:28PM -0300, Daniel Molina Wegener wrote: > I've downloaded the REL

Re: double panic, and whats apic_cmd? (kqemu crash...)

2007-11-18 Thread Juergen Lock
On Sun, Nov 18, 2007 at 03:05:33AM +0100, Juergen Lock wrote: > Ok I finally have an amd64 smp box here that i can play with, and tried > to reproduce http://www.freebsd.org/cgi/query-pr.cgi?pr=113430 - and I got > the following crash: >[...] Ok, the crashes seem to be pretty random, I got a few m

Re: Multiple IP Jail's patch for FreeBSD 6.2

2007-11-18 Thread Jan Knepper
Andre Oppermann wrote: Ed Schouten wrote: Hello, It may be interesting to mention that yesterday there was a presentation at the NLUUG (Netherlands UNIX Users Group) conference by Marco Zec, who once wrote a patchset for FreeBSD 4.11 (and is in the process of porting it to FreeBSD 7.x) that giv

Re: How to get filename of an open file descriptor

2007-11-18 Thread Robert Watson
t'd still be meaningful for single PIDs. Actually, I think I've fixed all of the above in p4 with some changes yesterday; I'll do a new code drop for you to try: http://www.watson.org/~robert/freebsd/20071118-procstat.tgz The kernel patch is identical, so you can just rebuil

Re: How to get filename of an open file descriptor

2007-11-18 Thread Skip Ford
Thomas Hurst wrote: > * Skip Ford ([EMAIL PROTECTED]) wrote: > > > It would be interesting to know for sure, though, if Solaris uses > > hardlinks and, if so, what their utility is called. > > Nope. They *do* use hardlinks in that they have 32bit wrappers in > /usr/bin etc which dispatch to the

Re: problem compiling RELENG_6

2007-11-18 Thread Jeremy Chadwick
On Sun, Nov 18, 2007 at 01:03:28PM -0300, Daniel Molina Wegener wrote: > I've downloaded the RELENG_6 through csup. While compiling the > source with make buildworld I get the next error: > > -8<--8<--8<--8<--8<- > ===> sbin/ipf/libipf (depend) > make: don'

problem compiling RELENG_6

2007-11-18 Thread Daniel Molina Wegener
Hello, I've downloaded the RELENG_6 through csup. While compiling the source with make buildworld I get the next error: -8<--8<--8<--8<--8<- ===> sbin/ipf/libipf (depend) make: don't know how to make extras.c. Stop *** Error code 2 -8<--8<

Re: need help with sigaction and siginfo_t

2007-11-18 Thread Tijl Coosemans
On Saturday 17 November 2007 17:03:51 nikita kozlov wrote: > I'm a student and we are working on FreeBSD. > My problem is i don't understand how to use SA_SIGINFO and siginfo_t. > The following code caught my SIGUSR1 with a "kill -30 my_server_pid" > from my shell. > but siginfo_t is empty when i'm

Re: need help with sigaction and siginfo_t

2007-11-18 Thread Tijl Coosemans
On Sunday 18 November 2007 14:39:41 [EMAIL PROTECTED] wrote: > Tijl Coosemans <[EMAIL PROTECTED]> a écrit : >> On Saturday 17 November 2007 17:03:51 nikita kozlov wrote: >>> I'm a student and we are working on FreeBSD. >>> My problem is i don't understand how to use SA_SIGINFO and >>> siginfo_t. Th

Re: How to get filename of an open file descriptor

2007-11-18 Thread Thomas Hurst
* Skip Ford ([EMAIL PROTECTED]) wrote: > It would be interesting to know for sure, though, if Solaris uses > hardlinks and, if so, what their utility is called. Nope. They *do* use hardlinks in that they have 32bit wrappers in /usr/bin etc which dispatch to the relevent architecture, but the com

Re: Would like some simple volunteer work

2007-11-18 Thread Adrian Chadd
On 16/11/2007, Fred Bertram <[EMAIL PROTECTED]> wrote: > Hi, > > I'm a cs student from Australia. Perth eh? Wow, its nice to see someone else interested in FreeBSD out here. > Just want to enhance my skills and hopefully benefit this online software > community in some way. I enjoy C programming