Re: hint on starting tftpd -r

2013-02-24 Thread David Gwynne
what are you using the rewrite stuff for? On 23/02/2013, at 5:45 PM, russell wrote: > So I am using tftpd -r and my rewrite script works however I am at a > loss as to the best way to start tftpd. > > From my experiments, the rewrite engine has to start before tftpd, tftpd > expects the sock

Re: problem compiling userland in -current

2013-02-24 Thread Mike Korbakov
May be, your host system too old, and in -current system header files has changed significantly. Compare files in /usr/include/sys and /usr/src/sys/sys (check other headers too) Or download and install -current as host for building. 25.02.2013, 07:43, "Chris Smith" : >   On Sun, Feb 24, 2013 at

Re: problem compiling userland in -current

2013-02-24 Thread Chris Smith
On Sun, Feb 24, 2013 at 6:04 PM, Alexander Hall wrote: > $ cvs up -dAP That didn't help :-(

Re: [Bulk] Re: Constant attacks and ISP's are ignoring them

2013-02-24 Thread agroconsultor
On Sun, 24 Feb 2013 16:12:54 + Kevin Chadwick wrote: > > Depends on the network, both are easy targets Could you please explain, Kevin? -- agroconsultor

Re: problem compiling userland in -current

2013-02-24 Thread Alexander Hall
On 02/24/13 23:21, Chris Smith wrote: On Sun, Feb 24, 2013 at 4:10 PM, Stuart Henderson wrote: It seems your tree is not clean, the tsig_get_algorithm_by_id prototype which it's complaining about was removed in tsig.h r1.1.1.3. I re-ran "cvs up" which was clean (no changes) and did a "make bu

Re: problem compiling userland in -current

2013-02-24 Thread Chris Smith
On Sun, Feb 24, 2013 at 4:10 PM, Stuart Henderson wrote: > It seems your tree is not clean, the tsig_get_algorithm_by_id prototype > which it's complaining about was removed in tsig.h r1.1.1.3. I have plenty of tsig.h files: === locate tsig.h /usr/local/include/ldns/ts

Re: problem compiling userland in -current

2013-02-24 Thread Chris Smith
On Sun, Feb 24, 2013 at 4:10 PM, Stuart Henderson wrote: > It seems your tree is not clean, the tsig_get_algorithm_by_id prototype > which it's complaining about was removed in tsig.h r1.1.1.3. I re-ran "cvs up" which was clean (no changes) and did a "make build" (after the other steps) instead o

Re: hint on starting tftpd -r

2013-02-24 Thread Stuart Henderson
On 2013-02-23, russell wrote: > So I am using tftpd -r and my rewrite script works however I am > at a loss as to the best way to start tftpd. > > From my experiments, the rewrite engine has to start before tftpd, > tftpd expects the socket to exist. however tftpd is started rather > earlier

Re: pppoe repeated disconnects

2013-02-24 Thread Stuart Henderson
On 2013-02-24, Pim van Pelt wrote: >> Your log only shows the last incoming packet and a few unanswered >> outgoing packets, so it's not enough to tell, does the ISP reply to >> any of your earlier LCP echo requests or does it ignore all of them? > You are right, I only pasted the tail end of the

Re: problem compiling userland in -current

2013-02-24 Thread Stuart Henderson
On 2013-02-24, Chris Smith wrote: > cc -I. -I/usr/src/usr.sbin/nsd -O2 -pipe -c /usr/src/usr.sbin/nsd/nsd-xfer.c > /usr/src/usr.sbin/nsd/nsd-xfer.c:175: error: static declaration of > 'tsig_get_algorithm_by_id' follows non-static declaration > /usr/src/usr.sbin/nsd/tsig.h:161: error: previous de

problem compiling userland in -current

2013-02-24 Thread Chris Smith
make echo "#include " > zlexer.c echo "#include \"configyyrename.h\"" > configlexer.c /usr/bin/yacc -d -o configparser.c /usr/src/usr.sbin/nsd/configparser.y flex -i -t /usr/src/usr.sbin/nsd/zlexer.lex >> zlexer.c flex -i -t /usr/src/usr.sbin/nsd/configlexer.lex >> configlexer.c /usr/bin/yacc -d -o

Re: [Bulk] Re: Constant attacks and ISP's are ignoring them

2013-02-24 Thread Kevin Chadwick
> > If I buy a car, and don't know how to operate it, and cause harm, nobody > > would blame the manufacturer. Never heard of a Toyota recall such as the accelerator pedal sending cars into walls all by themselves. If cars were as bad as routers we wouldn't need to worry about traffic atleast

Re: pppoe repeated disconnects

2013-02-24 Thread Pim van Pelt
Hoi, Thanks for helping me think about this, Stu. 2013/2/22 Stuart Henderson : >> At 00:27:30.706636 I see ingress to .86, which is replied at >> 00:27:30.708050 egress. Then, ingress halts. I send three echos at >> 00:27:52.564297, 00:28:02.563980 and 00:28:12.563665, and then give up >> at 00:2

hint on starting tftpd -r

2013-02-24 Thread russell
So I am using tftpd -r and my rewrite script works however I am at a loss as to the best way to start tftpd. From my experiments, the rewrite engine has to start before tftpd, tftpd expects the socket to exist. however tftpd is started rather earlier in /etc/rc than than a "pkg_scripts" rc.d

Re: enabling sendmail

2013-02-24 Thread Marc Espie
On Sun, Feb 24, 2013 at 08:57:14AM +, James Griffin wrote: > - rich...@thornton.net [2013-02-21 00:29:45 +] > - : > > > Is sendmail enabled by default? If not, how do I do that? > > It's not enabled by default. And you need to copy > /usr/share/sendmail/cf/openbsd-proto.mc to y

Re: Wireless link - connected but not talking

2013-02-24 Thread Aaron Mason
Disregard, folks. Turns out it doesn't like it if I use 802.11a. Switched to 802.11b and it took flight. On Sun, Feb 24, 2013 at 2:16 PM, Aaron Mason wrote: > http://i.imgur.com/9ytYX5i.png > > On Sun, Feb 24, 2013 at 2:07 PM, Aaron Mason > wrote: >> Some more intel: >> >> If I try to ping eit

Re: enabling sendmail

2013-02-24 Thread James Griffin
- rich...@thornton.net [2013-02-21 00:29:45 +] - : > Is sendmail enabled by default? If not, how do I do that? It's not enabled by default. And you need to copy /usr/share/sendmail/cf/openbsd-proto.mc to your hostname.mc; edit it with your requirements, then use make(1) on your hos