Re: OpenSMTPD won't start after last update

2013-11-06 Thread Gilles Chehade
On Thu, Nov 07, 2013 at 02:23:43AM +, Nikola Gyurov wrote: > > [...] > > /etc/mail # egrep -v '^(#|$)' /etc/mail/smtpd.conf | head -6 > pki core.Techn0.eu certificate "/etc/mail/certs/core.Techn0.eu.crt" > pki core.Techn0.eu key "/etc/mail/certs/core.Techn0.eu.key" > pki core.Techn0.eu dhparams

Areca HW-Raid Support ARC-1224

2013-11-06 Thread Jan Lambertz
Hi, i'm currently looking for a openbsd compatible hw-raid solution. i ended up with areca. openbsd lists a number of supported devices. sadly nothing that can be found on the areca website. relevant openbsd supported products seem to be eol. the ARC-1224-8I ist quite intresting for my purpose, bu

Re: OpenSMTPD won't start after last update

2013-11-06 Thread Janne Johansson
http://undeadly.org/cgi?action=article&sid=20131107073405&mode=expanded&count=0 which points to: http://www.openbsd.org/faq/current.html#20131106 2013/11/7 Nikola Gyurov > After rebuilding, OpenSMTPD suddenly yelled syntax errors in a > previously working config file. Appar

Re: wanna be sys admin question

2013-11-06 Thread MJ
On 07 Nov 2013, at 06:09, Predrag Punosevac wrote: > I am soliciting opinions and some guidance on few very general sys admin > questions. > > 1. What do people in general use to parse large amount of log files > received in the form of e-mails? security/logsurfer and similar. I have > seen so

Re: Sudo no longer working with RADIUS logins after upgrade to 5.4

2013-11-06 Thread Ted Unangst
On Wed, Nov 06, 2013 at 14:29, Todd C. Miller wrote: > Basically, sudo is using the authentication style of the destination > user (in this case root) instead of the invoking user. A workaround > may be to configure root to use radius authentication. Is this the correct behavior? As I understand

wanna be sys admin question

2013-11-06 Thread Predrag Punosevac
I am soliciting opinions and some guidance on few very general sys admin questions. 1. What do people in general use to parse large amount of log files received in the form of e-mails? security/logsurfer and similar. I have seen some in the ports tree. 2. I just learned about www/racktables bu

OpenSMTPD won't start after last update

2013-11-06 Thread Nikola Gyurov
After rebuilding, OpenSMTPD suddenly yelled syntax errors in a previously working config file. Apparently 'certificate' on a listen statement has been replaced with pki, so I modified my config. It now looks starts like this: /etc/mail # egrep -v '^(#|$)' /etc/mail/smtpd.conf | head -6 pki core.Tec

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-06 Thread Peter Tong
pardon all, no cannot, pls spent no more. is electronically different. apple(adsl) can't taste(talk) like(to) orange(ethernet). and pontetially, adsl voltage will damage ethernet card/port. -- Regards, Peter

Re: Sudo no longer working with RADIUS logins after upgrade to 5.4

2013-11-06 Thread Todd C. Miller
On Wed, 06 Nov 2013 13:01:38 -0800, Andrew Klettke wrote: > Which is odd, and definitely incorrect, as it works with the old binary, > and radius is set up correctly in login.conf (IP censored): > > radius:\ > :auth=radius:\ > :radius-server=***.***.***.***:\ > :ignorenologin:\ > :requirehome@:\

Re: Sudo no longer working with RADIUS logins after upgrade to 5.4

2013-11-06 Thread Andrew Klettke
On 11/06/2013 12:26 PM, Alexander Hall wrote: On 11/06/13 20:47, Andrew Klettke wrote: Hey man, hope you're doing well. The new version of sudo definitely breaks radius support somehow. Old binary on newly-upgraded server, calling "login_radius" as expected: 32409 sudo CALL lstat(0xcfbda

Re: Sudo no longer working with RADIUS logins after upgrade to 5.4

2013-11-06 Thread Alexander Hall
On 11/06/13 20:47, Andrew Klettke wrote: Hey man, hope you're doing well. The new version of sudo definitely breaks radius support somehow. Old binary on newly-upgraded server, calling "login_radius" as expected: 32409 sudo CALL lstat(0xcfbda248,0xcfbd9fe0) 32409 sudo NAMI "/usr/l

Re: Sudo no longer working with RADIUS logins after upgrade to 5.4

2013-11-06 Thread Todd C. Miller
The only change I see to sudo between 5.3 and 5.4 that might be related is this one. You could try backing it out via "patch -R" and see if the old behavior is restored. - todd Index: sudo.c === RCS file: /home/cvs/openbsd/src/usr.

Re: UEFI

2013-11-06 Thread Dmitrij D. Czarkoff
sven falempin wrote: > The goal is to boot over usb, i had linux/windows/openbsd and more 10 years > ago on a computer i do not want to have this madness again. I currently multiboot OpenBSD and Windows on my Lenovo (I'm their salesman too) laptop. And I did multiboot Linux and Windows 10 years a

Re: UEFI

2013-11-06 Thread Peter N. M. Hansteen
sven falempin writes: > The goal is to boot over usb, i had linux/windows/openbsd and more 10 years > ago on a computer i do not want to have this madness again. Multibooting always has carried with it its own very special brand of pain, and more likely than not always will, to be liberally dist

Re: Sudo no longer working with RADIUS logins after upgrade to 5.4

2013-11-06 Thread Andrew Klettke
Hey man, hope you're doing well. The new version of sudo definitely breaks radius support somehow. Old binary on newly-upgraded server, calling "login_radius" as expected: 32409 sudo CALL lstat(0xcfbda248,0xcfbd9fe0) 32409 sudo NAMI "/usr/libexec/auth/login_radius" 32409 sudo S

Re: UEFI

2013-11-06 Thread STeve Andre'
On 11/06/13 10:53, sven falempin wrote: On Wed, Nov 6, 2013 at 10:44 AM, Peter N. M. Hansteen wrote: On Wed, Nov 06, 2013 at 09:49:44AM -0500, Mayuresh Kathe wrote: just install another 'os' like ubuntu-desktop on your laptop first. openbsd will install on it flawlessly after that, it did on m

Re: Sudo no longer working with RADIUS logins after upgrade to 5.4

2013-11-06 Thread Andrew Klettke
Should also add that a /usr/bin/sudo binary copied over from a 5.3 machine works as expected. Thanks, Andrew Klettke Systems Admin Optic Fusion On 11/06/2013 11:17 AM, Andrew Klettke wrote: We're seeing a strange issue where logging into a newly-upgraded 5.4 machine with a RADIUS login works

Sudo no longer working with RADIUS logins after upgrade to 5.4

2013-11-06 Thread Andrew Klettke
We're seeing a strange issue where logging into a newly-upgraded 5.4 machine with a RADIUS login works fine, but when trying to use sudo to execute commands, I get "incorrect password attempts" in /var/log/secure. Transcript of this (server name censored to "foo", user censored to "user"), log

BCM5720, Dell R320 and OpenBSD 5.4

2013-11-06 Thread Loïc BLOT
Hi all, congrats to OpenBSD team, it seems the BCM5720 on Dell R320 is working fine since the many recent changes on bge driver ! A testing R320 is running since 8 hours at 560MB up + 560MB down with LACP trunks (on 5.3 LACP trunks with BCM freeze the server, and without, freeze are there but less

Re: Help building Node module on OpenBSD

2013-11-06 Thread opendaddy
Thanks again Aaron, I really appreciate it. Sharing this back to the list for them other Node heads out there. All the best! O.D. On 6. november 2013 at 5:33 PM, "Aaron Bieber" wrote: > >On Wed, Nov 06, 2013 at 04:03:43PM +, openda...@hushmail.com wrote: >> On 6. november 2013 at 3:56 PM,

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-06 Thread Christian Weisgerber
Chris Cappuccio wrote: > Mr. Pugsley, an ethernet NIC includes a Modulator and Demodulator for > any of 10BaseT, 100BaseTX, 1000BaseT, 1BaseThingies, fiber versions > of the same, and so on. Wait, wait, Ethernet is baseband, so there is no (de)modulator. -- Christian "naddy" Weisgerber

Re: Weard security report

2013-11-06 Thread Rajneesh N. Shetty
http://sans.org/ English Version (PDF) http://www.securingthehuman.org/newsletters/ouch/issues/OUCH-201311_en.pdf English Version (.epub -- tablets only) http://www.securingthehuman.org/newsletters/ouch/issues/OUCH-201311_eneb.epub Translations & Archives http://www.securingthehuman.org/ouch I

Re: UEFI

2013-11-06 Thread Eric S Pulley
>> because you are all asking for trivia: >> >> This is a ASUS N76V > > Bullshit. That is not trivia. That's the important bit. > > Okay now that we know what model you have. I can tell you that it has a legacy mode and boots OpenBSD just fine in that mode. You said that you want to keep the reco

Re: UEFI

2013-11-06 Thread Raimo Niskanen
On Tue, Nov 05, 2013 at 04:29:04PM -0500, sven falempin wrote: > On Tue, Nov 5, 2013 at 1:49 PM, Peter N. M. Hansteen wrote: > > > sven falempin writes: > > > > > My laptop has <> BIOS. > > > What do you recommend to get openBSD on it ? > > > > It's not entirely uncommon to have a (sometimes quit

Re: UEFI

2013-11-06 Thread Theo de Raadt
> because you are all asking for trivia: > > This is a ASUS N76V Bullshit. That is not trivia. That's the important bit.

Re: UEFI

2013-11-06 Thread sven falempin
On Wed, Nov 6, 2013 at 11:20 AM, ag@gmail wrote: > On Nov 6, 2013, at 7:53 AM, sven falempin wrote: > > > > On Wed, Nov 6, 2013 at 10:44 AM, Peter N. M. Hansteen >wrote: > > > >> On Wed, Nov 06, 2013 at 09:49:44AM -0500, Mayuresh Kathe wrote: > >>> just install another 'os' like ubuntu-desktop o

Re: UEFI

2013-11-06 Thread ag@gmail
On Nov 6, 2013, at 7:53 AM, sven falempin wrote: > > On Wed, Nov 6, 2013 at 10:44 AM, Peter N. M. Hansteen wrote: > >> On Wed, Nov 06, 2013 at 09:49:44AM -0500, Mayuresh Kathe wrote: >>> just install another 'os' like ubuntu-desktop on your laptop first. >>> openbsd will install on it flawlessly

Re: UEFI

2013-11-06 Thread Philip Guenther
On Wed, Nov 6, 2013 at 7:53 AM, sven falempin wrote: > Why you people are talking about your Lenovo experience ? are you salesman ? Because talking in the abstract with absolutely no details about the real product involved isn't helpful. "Hi, I'm having a problem, but I'm not going to describe a

Re: UEFI

2013-11-06 Thread sven falempin
On Wed, Nov 6, 2013 at 10:44 AM, Peter N. M. Hansteen wrote: > On Wed, Nov 06, 2013 at 09:49:44AM -0500, Mayuresh Kathe wrote: > > just install another 'os' like ubuntu-desktop on your laptop first. > > openbsd will install on it flawlessly after that, it did on mine. > > and yes, there was no nee

Re: UEFI

2013-11-06 Thread Peter N. M. Hansteen
On Wed, Nov 06, 2013 at 09:49:44AM -0500, Mayuresh Kathe wrote: > just install another 'os' like ubuntu-desktop on your laptop first. > openbsd will install on it flawlessly after that, it did on mine. > and yes, there was no need to change any options anywhere. On my daughter's brand spanking new

Re: make release problem with -current

2013-11-06 Thread Kenneth R Westerback
On Tue, Nov 05, 2013 at 11:23:26PM -0500, Scott McEachern wrote: > On 11/05/13 23:02, Philip Guenther wrote: > >On Tue, Nov 5, 2013 at 7:33 PM, Scott McEachern wrote: > >>On 11/05/13 22:29, Ted Unangst wrote: > >>>On Tue, Nov 05, 2013 at 22:18, Scott McEachern wrote: > Anyone else running into

Re: UEFI

2013-11-06 Thread Mayuresh Kathe
just install another 'os' like ubuntu-desktop on your laptop first. openbsd will install on it flawlessly after that, it did on mine. and yes, there was no need to change any options anywhere.

Re: UEFI

2013-11-06 Thread ag@gmail
> On Nov 5, 2013, at 10:49 AM, pe...@bsdly.net (Peter N. M. Hansteen) wrote: > > sven falempin writes: > >> My laptop has <> BIOS. >> What do you recommend to get openBSD on it ? > > It's not entirely uncommon to have a (sometimes quite well hidden) > option to choose 'legacy mode' or similar o

scramble.io and firefox

2013-11-06 Thread frantisek holop
hi there, i was trying to give scramble.io a try but firefox seems to be stuck 31853 f 640 209M 208M onproc/3 thrslee 3:05 98.58% firefox for ages. this is a slow netbook so i am just asking if someone with a proper quick machine could give this a go and tell me if it works and

Re: KVM card in HP MicroServer

2013-11-06 Thread Martin Pieuchot
Hello Joe, On 02/11/13(Sat) 13:58, Joe Gidi wrote: > > I have an HP MicroServer N36L with HP's remote management card installed. > The card provides KVM-over-IP by presenting a video device and an emulated > USB keyboard and mouse to the system. The KVM is accessed via a Java (ugh) > applet in th

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-06 Thread Stuart Henderson
On 2013-11-06, James Hartley wrote: > On Tue, Nov 5, 2013 at 5:50 PM, Stuart Henderson wrote: > >> On 2013-11-05, Lo�c BLOT wrote: >> > I would test to plug RJ11 cable (from my ADSL line, behind the ADSL >> > filter) to the RJ45 plug but it seems this doesn't work (no carrier). >> > Is this possi

Re: make release problem with -current

2013-11-06 Thread Otto Moerbeek
> Op 6 nov. 2013 om 05:23 heeft Scott McEachern het > volgende geschreven: > >> On 11/05/13 23:02, Philip Guenther wrote: >>> On Tue, Nov 5, 2013 at 7:33 PM, Scott McEachern wrote: On 11/05/13 22:29, Ted Unangst wrote: > On Tue, Nov 05, 2013 at 22:18, Scott McEachern wrote: > Anyon