Re: exec'ing ppp from within PHP

2003-02-10 Thread Christopher Weimann
On Mon 02/10/2003-10:16:22PM +0100, Manuel Kasper wrote: > > I simply can't imagine what difference it makes whether ppp has been > executed from PHP or from a shell script once it is running. And yes, I'm > using > /dev/null 2>&1 in the exec() in PHP to make sure PHP won't wait for > ppp - in fac

accept() doesn't pass back sockaddr

2002-10-14 Thread Christopher Weimann
I am using on a web filter ( dansguardian.org ) and am having problems on FreeBSD (4.5-STABLE). The filter runs fine for about 20 minutes or so then can't seem to come up with the right ip addresses for any client machines. After much reading of man pages, Stevens, and some banging of my head a

Re: accept() doesn't pass back sockaddr

2002-10-14 Thread Christopher Weimann
On Tue 10/15/2002-12:17:49AM +0100, Ian Dowse wrote: > > In message <[EMAIL PROTECTED]>, Christopher Weimann writes: > >I am using on a web filter ( dansguardian.org ) and am having > >problems on FreeBSD (4.5-STABLE). The filter runs fine for > >about 20 minutes

FIXED: accept() doesn't pass back sockaddr

2002-10-15 Thread Christopher Weimann
On Mon 10/14/2002-08:50:08PM -0400, Christopher Weimann wrote: > > On Tue 10/15/2002-12:17:49AM +0100, Ian Dowse wrote: > > > > Is the code in question correctly initialising the variable that > > the `addrlen' parameter points to before calling accept? It look

Aliasing lo0

2002-11-29 Thread Christopher Weimann
I needed to put an alias on lo0 for 127.0.0.2 and I made the mistake of assuming this would work like any other interface but that isn't the case. ifconfig inet lo0 127.0.0.2 netmask 255.255.255.255 alias results in an ip that I can ping but when I startup dnscache and ask it to listen on that i

Re: Complete FreeBSD the same as the online handbook?

2003-07-16 Thread Christopher Weimann
On Wed 07/16/2003-12:50:19PM +0200, dick hoogendijk wrote: > > If not, how can I obtain a printed copy of the handbook other than > printing it myself (something I don't want to do ;-)) > http://www.freebsdmall.com Check out the Books section. ___ [E

Re: Monitoring TCP/IP traffic

2004-03-04 Thread Christopher Weimann
On 03/04/2004-11:44AM, Francisco Reyes wrote: > > Is there is anything like TOP for TCP/IP? /usr/ports/net/trafshow ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL