PF state problem

2006-11-12 Thread Gerald Holl
Hello, I am using OpenBSD 4.0 with pf. On my machine I run some services including ssh. Since I want access to my machine from outside I opened the ssh port and created a rule that allows outgoing traffic: pass in on $ext_if proto tcp to ($ext_if) port 22 pass out on $ext_if proto { tcp, udp,

Re: PF state problem

2006-11-12 Thread Gerald Holl
Stuart Henderson wrote: On 2006/11/12 11:24, Gerald Holl wrote: pass in on $ext_if proto tcp to ($ext_if) port 22 pass out on $ext_if proto { tcp, udp, icmp } from any to any modulate state So long, from two of my PCs outside the network I can connect to the ssh service but from exactly one

rsync and iconv

2011-09-02 Thread Gerald Holl
Hello, I'm using OpenBSD 4.9 and I'm having troubles when rsync'ing data to a GNU/Linux box. As I have Umlauts in the file names I tried to use rsync's iconv feature to convert between different charsets. But rsync from the OpenBSD packages doesn't support iconv at all: $> rsync --version rsync v

Re: rsync and iconv

2011-09-03 Thread Gerald Holl
On 2011-09-03 13:38, Marc Espie wrote: > On Fri, Sep 02, 2011 at 06:19:30PM +0200, Gerald Holl wrote: >> Are there any ways to get rsync with iconv support without building it >> from source? And why was iconv support dropped from the rsync binary? > > If you really think th

eSATA Hotplug

2010-08-28 Thread Gerald Holl
Hello, I'm using OpenBSD 4.7 on an IBX 530 Intel Atom[1]. If I connect an external SATA HDD it is not discovered and I have to reboot in order to mount it. If I connect the same HDD by USB hotplug works as expected. Is there a way to enable hotplug for eSATA devices on OpenBSD? Or is it restricted

Re: eSATA Hotplug

2010-09-04 Thread Gerald Holl
On 2010-08-30 01:57, David Gwynne wrote: > we'll happily take diffs though. Which diffs? Gerald