kqueue and determine if a file is still open

2006-01-18 Thread Stephan Leemburg
I'm using kqueue events to trigger certain programs. The programs run when a file is dropped into a certain directory. To avoid race conditions, I want to know if the newly created or modified files are still open by a process, so I can do what I need to do when no-one else is possibly

Ata over Ethernet, any plans?

2006-01-15 Thread Stephan Leemburg
Are there any plans for implementing an ATA over Ethernet driver? -- Stephan

Re: NAT/pf before IPSEC

2005-12-24 Thread Stephan Leemburg
Sorry for the late reply. Indeed 192.168.8.254 is the IP Address of the internal NIC. In fact I only have one NIC on my OpenBSD Server (it's a Mac Cube, so I cannot add another one). It's setup as the default router for the other systems (through DHCP). Below is the contents of my

Re: NAT/pf before IPSEC

2005-12-21 Thread Stephan Leemburg
I have been using IPSec a lot on OpenBSD and Mac OS X, but switched almost completely to OpenVPN. As far as I'm concerned OpenVPN is far less complex, works well with NAT (off course you can NAT-T with OpenBSD, but Mac OS for example doesn't support that), the design looks good, is based

Re: OT: Quad Ethernet cards feedback on OpenBSD

2005-11-17 Thread Stephan Leemburg
The D-Link cards are bad and do not work well under OpenBSD (pre 3.8 I haven't used them with 3.8). You should avoid them. I had two in one firewall and one in another, I replaced them with Intel Pro cards, to get rid of frequent kernel panics. I was planning to try to work on the driver,