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

2013-01-28 Thread Gilles Chehade
guys, no feedback on the diff I sent :/ On Sun, Jan 20, 2013 at 12:31:41PM +0100, Gilles Chehade wrote: > Hi Vadim, > > I only use ldapd in a local context but I'll have a look tomorrow and > come up with a diff for that. > > Thanks, > Gilles > > > On Sat, Jan 19, 2013 at 01:56:12PM +0100, Va

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

2013-01-28 Thread Joel Carnat
Hi, I wasn't aware of any diffs. With time, the OpenBSD (ldapd server) was upgraded to 5.2 and the Linux client is now Debian 6.0.6. So far, the issue is still there. Best regards. Le 28 janv. 2013 à 11:47, Gilles Chehade a écrit : > guys, > > no feedback on the diff I sent :/ > > On Sun,

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

2013-01-28 Thread Gilles Chehade
On Mon, Jan 28, 2013 at 12:28:58PM +0100, Joel Carnat wrote: > Hi, > > I wasn't aware of any diffs. > > With time, the OpenBSD (ldapd server) was upgraded to 5.2 and the Linux > client is now Debian 6.0.6. > So far, the issue is still there. > > Best regards. > Diff below should fix your issue

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

2013-01-28 Thread Joel Carnat
Built on source tree from 5.2: it works! Gotta switch back to SSL :)) Thank you. Jo Le 28 janv. 2013 à 12:31, Gilles Chehade a écrit : > On Mon, Jan 28, 2013 at 12:28:58PM +0100, Joel Carnat wrote: >> Hi, >> >> I wasn't aware of any diffs. >> >> With time, the OpenBSD (ldapd server)

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

2013-01-28 Thread Gilles Chehade
Great thanks On Mon, Jan 28, 2013 at 12:42:35PM +0100, Joel Carnat wrote: > Built on source tree from 5.2: it works! > > Gotta switch back to SSL :)) > Thank you. > > Jo > > Le 28 janv. 2013 ? 12:31, Gilles Chehade a ?crit : > > > On Mon, Jan 28, 2013 at 12:28:58PM +0100, Joel Carnat wr

Re: Could this be a faulty NIC?

2013-01-28 Thread Aaron Mason
Ok, I've replaced the Ralink card with a Wistron Neweb DCMA-81, an Atheros-basec wireless NIC: ath0 at pci1 dev 6 function 0 "Atheros AR5413" rev 0x01: irq 11 ath0: AR5413 10.5 phy 6.1 rf 6.3, WOR0W, address c0:ff:ee:de:ca:f1 I'm still having the same issue, however it now doesn't trigger an inte

DMA errors with wd(4) on KVM guest (5.2)

2013-01-28 Thread Manolis Tzanidakis
Hello all, I run a few OpenBSD guests under Linux KVM in various VPS providers without problems. Recently I started getting messages like this: wd0(pciide0:0:0): timeout type: ata c_bcount: 2048 c_skip: 0 pciide0:0:0: bus-master DMA error: missing interrupt, status=0x21 wd0f: device timeout writi

Re: firefox crashes

2013-01-28 Thread Eric Huiban
On 01/28/13 13:43, Ed Ahlsen-Girard wrote: On Fri, 25 Jan 2013 01:55:35 +0100 Eric Huiban wrote: On 01/23/13 01:43, Salil Wadnerkar wrote: Hi, On my amd64 machine, firefox crashes regularly after some time. [...] $ uname -a OpenBSD passport.my.domain 5.2 GENERIC.MP#17 amd64 I am on OpenBS

Re: OpenBSD/iwn(4) support for WPA2/PEAP/MSCHAPv2?

2013-01-28 Thread Mark Kettenis
Erling Westenvik gmail.com> writes: > I need to connect my ThinkPad T500 running 5.2 current to the wifi > network here at my university. E.g. the "eduroam" network which is > available at most universities through, at least, Europe. After Googling > around for a while I'm not sure whether OpenB

Re: panic: mtx_enter: locking against myself

2013-01-28 Thread mxb
Those panics seems to be related to GRE. I switched from using gre to gif and was unable to reproduce this panic. On 4 jan 2013, at 00:01, mxb wrote: > > scp from within internal network (network2) does not trigger this panic, eg. > > client_on_network2# scp fw2.int_ip:/bsd . > > > On 3 jan 2013

Re: firefox crashes

2013-01-28 Thread Ed Ahlsen-Girard
On Fri, 25 Jan 2013 01:55:35 +0100 Eric Huiban wrote: > On 01/23/13 01:43, Salil Wadnerkar wrote: > > Hi, > > > > On my amd64 machine, firefox crashes regularly after some time. > > > > [...] > > > > $ uname -a > > OpenBSD passport.my.domain 5.2 GENERIC.MP#17 amd64 > > > > I am on OpenBSD current

Medialink USB WiFi

2013-01-28 Thread Michael Lambert
Does anyone have experience with the Medialink MWN-USB150N USB 802.11g/n adapter? It allegedly uses the Ralink RT3070 chipset, which appears to be supported by the run(4) driver. Thanks, Michael

bug / misunderstanding in how pf interacts with dhclient

2013-01-28 Thread Bohdan Tashchuk
Hi guys, For many years, I've read pf and dhcp related threads like, e.g.: http://marc.info/?l=openbsd-misc&m=125907434809727&w=2 Some text from that post: "dhcp packets are grabbed by dhclient or dhcpd before pf sees them." My understanding, based on comments in a number of threads like that, i

Re: bug / misunderstanding in how pf interacts with dhclient

2013-01-28 Thread Andres Perera
On Mon, Jan 28, 2013 at 7:43 PM, Bohdan Tashchuk wrote: > Hi guys, > > For many years, I've read pf and dhcp related threads like, e.g.: > http://marc.info/?l=openbsd-misc&m=125907434809727&w=2 > > Some text from that post: > "dhcp packets are grabbed by dhclient or dhcpd before pf sees them." > >

Re: bug / misunderstanding in how pf interacts with dhclient

2013-01-28 Thread Andres Perera
On Tue, Jan 29, 2013 at 12:52 AM, Andres Perera wrote: > On Mon, Jan 28, 2013 at 7:43 PM, Bohdan Tashchuk wrote: >> Hi guys, >> >> For many years, I've read pf and dhcp related threads like, e.g.: >> http://marc.info/?l=openbsd-misc&m=125907434809727&w=2 >> >> Some text from that post: >> "dhcp p

Re: Athn0 won't link with new router!!

2013-01-28 Thread slhac tivist
Thank you. Your suggestions have helped. I gave up on DHCP., and can consistently get a link, but I can't even ping the router...here's some info: cat /etc/hostname.athn0: inet 192.168.1.101 255.255.255.0 255.255.255.255 nwid "THENAME" nwkey "THEPASSWORD" which results in the following: sudo i