Re: ldapd and The Diffie Hellman prime sent by the server is not acceptable

2013-01-19 Thread Vadim Agarkov
Hello! Debian's (as well as Ubuntu's) openldap client is linked against GnuTLS library in contrast to the OpenBSD one which is linked against openssl library. Recent GnuTLS versions have more strict settings - they won't allow dh params with 512 bits or less and OpenBSD's ldapd daemon uses

Merging pf redirection rules with macros?

2013-01-19 Thread pekka
Hi, is there a way to shorten these redirection rules with some macros server1 = 192.168.140.1 server2 = 192.168.140.2 server3 = 192.168.140.3 server4 = 192.168.140.4 rdp_port1 = 10001 rdp_port2 = 10002 rdp_port3 = 10003 rdp_port4 = 10004 pass in log on $ext_if proto tcp from any to $ext_if

Are pthreads hopeless in 5.0?

2013-01-19 Thread Alan Corey
They seem to work for my programs, but I'm trying to use rtl_fm from the osmocom group at http://sdr.osmocom.org/trac/wiki/rtl-sdr. This machine boots into OpenBSD and an old Debian Linux and the program runs fine under Linux. If I can figure out how to make it work under OpenBSD I'd like to

rc.d start claims to have failed, but actually succeeds

2013-01-19 Thread Forman, Jeffrey
Oh potentially helpful openbsd-misc, I have written a Python script that takes the output of tcpdump from pflog0, does some processing on it, and sends it to my monitoring infrastructure for eventual output into Graphite graphs. I can run the script just fine via the command line, but when I

Re: rc.d start claims to have failed, but actually succeeds

2013-01-19 Thread Matthew Weigel
On 1/19/2013 10:23 PM, Forman, Jeffrey wrote: One thing to note, is that the (failed) shows up after 5-10 seconds, not immediately. But the issue is that the Python script itself is actually running on the machine. Only rc.d claims it has failed. When rc_bg=YES, rc_cmd start does the