System is halted while installing on IBM x 3550 M3 server

2012-08-18 Thread munga
Dear all, I am using openbsd 5.1 i386 arch. While installing openbsd5.1 i get these error message. acpi0 at bios0:rev2uvm_fault (0xd07ea4,.) fatal page_fault (6) in supervisor mode trap type 6 code 0eipd02ef7ba cs 8 eflage 10006 cr2 4e4553440 cpl 90 panic trap type 6 code=0,pc

Perl 5.16.1 testing for inclusion in base

2012-08-18 Thread Andrew Fresh
I have been working on getting a newer perl tested for import into OpenBSD. I put some work into splitting the patches by function in hopes of pushing as many as possible upstream and to make testing future versions of perl easier. What I've been working on is available here: http://cvs.afresh1.c

Re: dhclient ignore

2012-08-18 Thread Artturi Alm
How did it end up looking? Just a reminder really, since I use this already/anyway. :) 2012/7/27 Kenneth R Westerback : > I like this on first read. In fact I thought this already existed. > I'll actually look more closely at the code tomorrow. > > Ken > > On Thu, Jul 26, 2012 at 10:09:28PM

Here's the thing, I like u

2012-08-18 Thread Yoshiko Rojas
Hello cutie! It's Yoshiko. If you r interested in spending great time in a company of interesting, sex appeal chick then I'm before u! I liked your pictures and so decided to send this mail! I'm thinking that u would not stay indifferent after examining mine too. So, I wait for your answer this

Re: unterminated make variables

2012-08-18 Thread Kenneth R Westerback
On Sat, Aug 18, 2012 at 12:29:51PM +0200, Marc Espie wrote: > Our make currently "misbehaves" and doesn't treat this as a problem. > > A=a > > a: > echo ${A > > > there are several possibilities. > 1/ do like gmake and treat this as an actual error. > 2/ keep the status quo > 3/ do someth

Re: unterminated make variables

2012-08-18 Thread Vadim Zhukov
18.08.2012 14:33 пользователь "Marc Espie" написал: > > Our make currently "misbehaves" and doesn't treat this as a problem. > > A=a > > a: > echo ${A > > > there are several possibilities. > 1/ do like gmake and treat this as an actual error. > 2/ keep the status quo >

unterminated make variables

2012-08-18 Thread Marc Espie
Our make currently "misbehaves" and doesn't treat this as a problem. A=a a: echo ${A there are several possibilities. 1/ do like gmake and treat this as an actual error. 2/ keep the status quo 3/ do something else: if it's not a complete variable reference, then it should be seen as a s

Re: Fix clang warning in x86emu code

2012-08-18 Thread Brad Smith
On Tue, Aug 14, 2012 at 10:33:00AM +0200, Mark Kettenis wrote: > > Date: Tue, 14 Aug 2012 04:12:47 -0400 > > From: Brad Smith > > > > ../../../../dev/x86emu/x86emu.c:291:1: error: function declared 'noreturn' > > should not return [-Werror,-Winvalid-noreturn] > > > > > > x86emu_halt_sys: add a

Support power saving with athn(4) in host AP mode

2012-08-18 Thread Mark Kettenis
Finally got annoyed enough that my MacBook running OS X (don't ask) didn't work too well on my OpenBSD AP at home. The reason is the following caveat listed in the athn(4) man page: Host AP mode doesn't support power saving. Clients attempting to use power saving mode may experience si