Re: bin/176713: [patch] nc(1) closes network socket too soon

2013-07-29 Thread Ronald F. Guilmette
In message <1375112533.45247.43.ca...@revolution.hippie.lan>, Ian Lepore wrote: >I don't think this accurately summarizes things... Everyone is entitled to her or her own opinion. Unfortunately, due to other pressing matters I will no longer be able to be an active participant in this debate.

Re: kldload ipfw, with IPFIREWALL_DEFAULT_TO_ACCEPT

2013-07-29 Thread Karl Pielorz
--On 29 July 2013 17:04 +0300 Konstantin Belousov wrote: kenv net.inet.ip.fw.default_to_accept=1 should have the same effect after the usermode is booted. Kenv must be set before the module is loaded. Great - thanks! - I'll give that a go in the test environment, Thanks, -Karl

Re: bin/176713: [patch] nc(1) closes network socket too soon

2013-07-29 Thread Ian Lepore
On Tue, 2013-07-23 at 16:48 -0700, Ronald F. Guilmette wrote: > In message > > Adrian Chadd wrote: > > >Right, and your patch just stops the shutdown(), right? > > The shutdown that occurs when EOF is encountered on stdin, yes. > > >Rather than > >teaching nc to correctly check BOTH socket st

Re: Can't override function keys in kbdcontrol

2013-07-29 Thread Fernando ApesteguĂ­a
On Mon, Jul 29, 2013 at 11:06 AM, Pragm B wrote: > Hello everyone, > > I have problems overriding the functions keys of my keyboard in FreeBSD 9.1 > > The kbdcontrol utility can be used to define specific values for the > function keys. See here: > > http://www.freebsd.org/cgi/man.cgi?query=atkbd

Re: BUS_PROBE_NOWILDCARD behaviour doesn't seem to match DEVICE_PROBE(9)

2013-07-29 Thread Ian Lepore
On Thu, 2013-06-20 at 10:54 -0400, Ryan Stone wrote: > http://www.freebsd.org/cgi/man.cgi?query=DEVICE_PROBE&apropos=0&sektion=0&manpath=FreeBSD%208.2-RELEASE&format=html > > DEVICE_PROBE(9) has this to say about BUS_PROBE_NOWILDCARD: > > The driver expects its parent to tell it which children to

Re: kldload ipfw, with IPFIREWALL_DEFAULT_TO_ACCEPT

2013-07-29 Thread Konstantin Belousov
On Mon, Jul 29, 2013 at 12:27:40PM +0100, Karl Pielorz wrote: > > > --On 29 July 2013 13:02 +0200 Stefan Esser wrote: > > > I guess you were looking for: > > > > net.inet.ip.fw.default_to_accept="1" > > > > which is a tunable to be set in /boot/loader.conf ... > > Very probably - but that'

Re: kldload ipfw, with IPFIREWALL_DEFAULT_TO_ACCEPT

2013-07-29 Thread Karl Pielorz
--On 29 July 2013 12:30 +0100 Simon Dick wrote: My normal way is to run the kldload in screen and manually run an allow all right afterwards e.g. kldload ipfw && ipfw ... :) Yeah, that would probably work - I'm more concerned what impact it would have on the CARP interfaces on the box - i.

Can't override function keys in kbdcontrol

2013-07-29 Thread Pragm B
Hello everyone, I have problems overriding the functions keys of my keyboard in FreeBSD 9.1 The kbdcontrol utility can be used to define specific values for the function keys. See here: http://www.freebsd.org/cgi/man.cgi?query=atkbd&apropos=0&sektion=0&manpath=FreeBSD+9.1-RELEASE&arch=default&for

Re: kldload ipfw, with IPFIREWALL_DEFAULT_TO_ACCEPT

2013-07-29 Thread Simon Dick
On 29 July 2013 12:27, Karl Pielorz wrote: > > > --On 29 July 2013 13:02 +0200 Stefan Esser wrote: > > I guess you were looking for: >> >> net.inet.ip.fw.default_to_**accept="1" >> >> which is a tunable to be set in /boot/loader.conf ... >> > > Very probably - but that's at boot time :(

Re: kldload ipfw, with IPFIREWALL_DEFAULT_TO_ACCEPT

2013-07-29 Thread Karl Pielorz
--On 29 July 2013 13:02 +0200 Stefan Esser wrote: I guess you were looking for: net.inet.ip.fw.default_to_accept="1" which is a tunable to be set in /boot/loader.conf ... Very probably - but that's at boot time :( - Is there nothing I can do at kldload time to have the initial kl

Re: kldload ipfw, with IPFIREWALL_DEFAULT_TO_ACCEPT

2013-07-29 Thread Stefan Esser
Am 29.07.2013 12:45, schrieb Karl Pielorz: > I've got a number of 9.1 boxes, where we need to enable ipfw (by > kldload'ing it). > > I'm sure I saw a while ago a sysctl that would change the default ipfw > config from 'deny all' to 'allow all' - even for a kldload? But I can't > find it now. I gu

kldload ipfw, with IPFIREWALL_DEFAULT_TO_ACCEPT

2013-07-29 Thread Karl Pielorz
Hi, I've got a number of 9.1 boxes, where we need to enable ipfw (by kldload'ing it). I'm sure I saw a while ago a sysctl that would change the default ipfw config from 'deny all' to 'allow all' - even for a kldload? But I can't find it now. The boxes have a number of CARP interfaces on t