Re: Autoinstall

2013-11-05 Thread Peter Hessler
On 2013 Nov 04 (Mon) at 17:14:57 -0500 (-0500), Predrag Punosevac wrote: :I was driving last night so I have not had much sleep. I just want to :make sure that I am not hallucinating. Then minutes ago when I installed :the latest snapshot I was presented with an additional installation option :

Softraid crypto questions

2013-11-05 Thread Jeff Clarke
Hello - I've read that softraid crypto uses AES256-XTS for encryption. Can the algorithm be changed? Also, how long can the passphrase be? I've red the faq and the manpages and didn't see anything. regards, Jeff Clarke

Re: Softraid crypto questions

2013-11-05 Thread Joel Sing
On Tue, 5 Nov 2013, Jeff Clarke wrote: I've read that softraid crypto uses AES256-XTS for encryption. Can the algorithm be changed? Not currently. Also, how long can the passphrase be? I've red the faq and the manpages and didn't see anything. A key is derived from the passphrase using

Re: Softraid crypto questions

2013-11-05 Thread Stefan Sperling
On Tue, Nov 05, 2013 at 03:05:00AM -0600, Jeff Clarke wrote: Hello - I've read that softraid crypto uses AES256-XTS for encryption. Can the algorithm be changed? Presently only by tweaking the code. And I believe if you do that you cannot use the volume with a standard kernel. Also,

Re: Ivy Bridge-EP Xeon (E5-2637v2) and Intel C602 Patsburg-A Chipset support

2013-11-05 Thread Andy
Hi, No I have been waiting for the hardware to arrive as the chips are so new (Sept 2013). C6xx chipsets work fine as Chris said, crossing fingers for Ivy Bridge-EP, this is a few generations ahead of the 55xx CPUs, but I'm sure they will work great as the instruction set is the same. Will

Re: Softraid crypto questions

2013-11-05 Thread Joel Sing
On Tue, 5 Nov 2013, Joel Sing wrote: On Tue, 5 Nov 2013, Jeff Clarke wrote: I've read that softraid crypto uses AES256-XTS for encryption. Can the algorithm be changed? Not currently. Also, how long can the passphrase be? I've red the faq and the manpages and didn't see anything. A

Re: Problems receiving IP with dhclient

2013-11-05 Thread Dennis den Brok
i upgraded my Router at home from 5.3-STABLE to 5.4-RELEASE on Friday. After some hours, dhclient has problems to receive the DHCPOFFER anymore. Surfing the logs shows a lot of DHCPREQUEST without an IP. Sometimes the dhclient gets the DHCPOFFER, but more often not. When i restart dhclient,

Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hi, I'm trying to install the Fibers (https://npmjs.org/package/fibers) Node module on OpenBSD but it seems to be failing. I contacted the author and he told me to check the bindings.gyp file: Anything here OpenBSD might react to? % cat .npm/fibers/1.0.1/package/binding.gyp {

Re: Help building Node module on OpenBSD

2013-11-05 Thread David Coppa
On Tue, Nov 5, 2013 at 1:56 PM, openda...@hushmail.com wrote: Hi, I'm trying to install the Fibers (https://npmjs.org/package/fibers) Node module on OpenBSD but it seems to be failing. I contacted the author and he told me to check the bindings.gyp file: Anything here OpenBSD might react

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello, On 5. november 2013 at 1:06 PM, David Coppa dco...@gmail.com wrote: OpenBSD lacks the ucontext.h and associated functions (setcontext/getcontext, swapcontext, and makecontext). Ouch. That does not look good. From https://code.google.com/p/cog/issues/detail?id=132 -- Secondly, its not

Re: MBR Mishap!

2013-11-05 Thread Kenneth R Westerback
On Mon, Nov 04, 2013 at 06:12:15PM -0500, mia wrote: On 11/03/13 10:35, Nick Holland wrote: On 11/02/13 20:38, mia wrote: On 11/02/13 22:35, Nick Holland wrote: On 11/02/13 14:18, mia wrote: Hi All, I have a system with a sata disk or the OS and a areca pcie raid card with 4 1.5 Tb drives

Re: Problems receiving IP with dhclient

2013-11-05 Thread Kenneth R Westerback
On Tue, Nov 05, 2013 at 08:38:49AM +0100, Marc Peters wrote: Hi misc, i upgraded my Router at home from 5.3-STABLE to 5.4-RELEASE on Friday. After some hours, dhclient has problems to receive the DHCPOFFER anymore. Surfing the logs shows a lot of DHCPREQUEST without an IP. Sometimes the

Re: Help building Node module on OpenBSD

2013-11-05 Thread Nicholas Marriott
This makes it seem like it has several options instead of ucontext, and even wants to define CORO_ASM on OpenBSD: ['OS == linux or OS == solaris or OS == sunos or OS == freebsd', {'defines': ['CORO_UCONTEXT']}], ['OS == mac', {'defines': ['CORO_SJLJ']}], ['OS == openbsd',

Re: Problems receiving IP with dhclient

2013-11-05 Thread Marc Peters
On 11/05/13 14:47, Kenneth R Westerback wrote: There were many changes to dhclient, but this problem was obviously not intended. What would help is 1) Your dhclient.conf supersede host-name router; supersede domain-name mpeters.org home; supersede domain-name-servers 127.0.0.1; 2) Any

Re: Help building Node module on OpenBSD

2013-11-05 Thread Alexey E. Suslikov
David Coppa dcoppa at gmail.com writes: OpenBSD lacks the ucontext.h and associated functions (setcontext/getcontext, swapcontext, and makecontext). http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/node-fibers/

Re: Help building Node module on OpenBSD

2013-11-05 Thread Aaron
On Tue, Nov 5, 2013 at 5:56 AM, openda...@hushmail.com wrote: Hi, I'm trying to install the Fibers (https://npmjs.org/package/fibers) Node module on OpenBSD but it seems to be failing. I contacted the author and he told me to check the bindings.gyp file: Anything here OpenBSD might react

Re: Autoinstall

2013-11-05 Thread Marian Hettwer
Am 2013-11-05 10:06, schrieb Peter Hessler: On 2013 Nov 04 (Mon) at 17:14:57 -0500 (-0500), Predrag Punosevac wrote: :I was driving last night so I have not had much sleep. I just want to :make sure that I am not hallucinating. Then minutes ago when I installed :the latest snapshot I was

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
On 5. november 2013 at 2:22 PM, Alexey E. Suslikov alexey.susli...@gmail.com wrote: David Coppa dcoppa at gmail.com writes: OpenBSD lacks the ucontext.h and associated functions (setcontext/getcontext, swapcontext, and makecontext).

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello, On 5. november 2013 at 2:29 PM, Aaron def...@gmail.com wrote: The problem is because node's gyp was not taught (my bad - I fixed it for next release) what OpenBSD boxes are. To fix it - simply `pkg_add gyp` (obviously you will need to have PKG_PATH set). Once gyp is installed the ['OS

Re: Help building Node module on OpenBSD

2013-11-05 Thread Aaron
On Tue, Nov 5, 2013 at 9:30 AM, openda...@hushmail.com wrote: Hello again, On 5. november 2013 at 2:31 PM, Aaron def...@gmail.com wrote: The problem is because node's gyp was not taught (my bad - I fixed it for next release) what OpenBSD boxes are. To fix it - simply `pkg_add gyp` (obviously

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello again, On 5. november 2013 at 2:31 PM, Aaron def...@gmail.com wrote: The problem is because node's gyp was not taught (my bad - I fixed it for next release) what OpenBSD boxes are. To fix it - simply `pkg_add gyp` (obviously you will need to have PKG_PATH set). Once gyp is installed the

Failed to hibernate in 5.4 current i386

2013-11-05 Thread Jes
This ocurrs in last two o three snapshots (I cannot be more precise) but it used to work fine in current. Hibernation fails with the following message: insufficient swap space for hibernate acpi0: hibernate_suspend failedugen0 detached My computer has 8Gb for RAM, but it's i386. The swap

Re: Failed to hibernate in 5.4 current i386

2013-11-05 Thread Theo de Raadt
This ocurrs in last two o three snapshots (I cannot be more precise) but it used to work fine in current. Hibernation fails with the following message: insufficient swap space for hibernate acpi0: hibernate_suspend failed This problem has been there since the start. Anyways, I fixed it

Re: Failed to hibernate in 5.4 current i386

2013-11-05 Thread Jes
Sorry, I don't understand you. You says the problem is solved since yesterday (the snapshot my computer is running is from 03/11/2013), but at the same time you says the swap size is not bib enough, but it's more than the memory+64Mb (http://undeadly.org/cgi?action=articlesid=20120712101743). And,

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello, On 5. november 2013 at 4:37 PM, Aaron def...@gmail.com wrote: If you need 1.0.1, I would recommend pkg_delete'ing the port version - and letting npm install it (just make sure gyp is installed). gyp-0.1282 is installed, but it seems I'm getting the same ../src/libcoro/coro.h:321:23:

UEFI

2013-11-05 Thread sven falempin
My laptop has no BIOS. What do you recommend to get openBSD on it ? -- - () ascii ribbon campaign - against html e-mail /\

Re: UEFI

2013-11-05 Thread Peter N. M. Hansteen
sven falempin sven.falem...@gmail.com writes: My laptop has no 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 over UEFI mode. But you should be prepared to dig out the long form

Re: Failed to hibernate in 5.4 current i386

2013-11-05 Thread Mike Larkin
On Tue, Nov 05, 2013 at 06:40:03PM +0100, Jes wrote: Sorry, I don't understand you. You says the problem is solved since yesterday (the snapshot my computer is running is from 03/11/2013), but at the same time you says the swap size is not bib enough, but it's more than the memory+64Mb

composite sync not supported

2013-11-05 Thread Daniel Aurelio Galeazzo
Hi misc, From 5.4 I've this dmesg every time I use xbacklight: composite sync not supported and I've some crash with web browsers when I try to get html5 video (like youtube). Another issue is about light, I'm dual booting with archlinux and when I do xbacklight -set 0 and reboot, that's value is

Re: Failed to hibernate in 5.4 current i386

2013-11-05 Thread Jes
Thanks Mike and Theo. I'll test it with the new way. Jes On Tue, Nov 5, 2013 at 7:55 PM, Mike Larkin mlar...@azathoth.net wrote: On Tue, Nov 05, 2013 at 06:40:03PM +0100, Jes wrote: Sorry, I don't understand you. You says the problem is solved since yesterday (the snapshot my computer

Re: Ivy Bridge-EP Xeon (E5-2637v2) and Intel C602 Patsburg-A Chipset support

2013-11-05 Thread Pedro Federico
13/11/5 Chris Cappuccio ch...@nmedia.net Pedro Federico [pedfre...@gmail.com] wrote: Andy, did you finally get that server? If so, is OpenBSD running fine? I am interested in that server too. I have some Xeon 55xx with intel C6xx chipsets. Works fucking awsome. Nice to read, what is

Re: composite sync not supported

2013-11-05 Thread Fred
On 11/05/13 19:24, Daniel Aurelio Galeazzo wrote: Hi misc, From 5.4 I've this dmesg every time I use xbacklight: composite sync not supported and I've some crash with web browsers when I try to get html5 video (like youtube). /snipped which browsers? and which versions? There are some known

Re: UEFI

2013-11-05 Thread sven falempin
On Tue, Nov 5, 2013 at 1:49 PM, Peter N. M. Hansteen pe...@bsdly.netwrote: sven falempin sven.falem...@gmail.com writes: My laptop has no 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'

Re: UEFI

2013-11-05 Thread Dmitrij D. Czarkoff
sven falempin wrote: Not helping . What are your laptop vender and model? -- Dmitrij D. Czarkoff

Re: Ivy Bridge-EP Xeon (E5-2637v2) and Intel C602 Patsburg-A Chipset support

2013-11-05 Thread Pedro Federico
Sorry for replying my own message but my comment to Andy got wrongly into the quote. Just to ensure he sees it: Ok, when you test it please tell us how it worked Thank you both. 2013/11/5 Pedro Federico pedfre...@gmail.com 2013/11/5 Andy a...@brandwatch.com Hi, No I have been waiting for

Re: UEFI

2013-11-05 Thread noah pugsley
On Tue, Nov 5, 2013 at 1:29 PM, sven falempin sven.falem...@gmail.comwrote: On Tue, Nov 5, 2013 at 1:49 PM, Peter N. M. Hansteen pe...@bsdly.net wrote: sven falempin sven.falem...@gmail.com writes: My laptop has no BIOS. What do you recommend to get openBSD on it ? It's not

RJ11 on Alix 2d13 with OpenBSD

2013-11-05 Thread Loïc BLOT
Hi, i'm trying to replace and remove my ADSL box with a Alix 2d13 runs very well on it and with athn, congrats !) 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 possible ? If yes, how can i do it ?

Re: MBR Mishap!

2013-11-05 Thread mia
On 11/05/13 08:41, Kenneth R Westerback wrote: On Mon, Nov 04, 2013 at 06:12:15PM -0500, mia wrote: On 11/03/13 10:35, Nick Holland wrote: On 11/02/13 20:38, mia wrote: On 11/02/13 22:35, Nick Holland wrote: On 11/02/13 14:18, mia wrote: Hi All, I have a system with a sata disk or the OS

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-05 Thread noah pugsley
On Tue, Nov 5, 2013 at 3:30 PM, Loïc BLOT loic.b...@unix-experience.frwrote: Hi, i'm trying to replace and remove my ADSL box with a Alix 2d13 runs very well on it and with athn, congrats !) I would test to plug RJ11 cable (from my ADSL line, behind the ADSL filter) to the RJ45 plug but it

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-05 Thread Stuart Henderson
On 2013-11-05, Loïc BLOT loic.b...@unix-experience.fr wrote: Hi, i'm trying to replace and remove my ADSL box with a Alix 2d13 runs very well on it and with athn, congrats !) 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

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-05 Thread Loïc BLOT
Hi, thanks for you replies, i'll try a ADSL 2+ bridge modem later. Sorry noah but i'm not familiar with DSL techs, i prefer LAN tech it's simpler. I thought modern RJ45 network cards can understand the RJ11/ADSL protocol but this is wrong. Good evening ! -- Best regards, Loïc BLOT, UNIX systems,

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-05 Thread noah pugsley
On Tue, Nov 5, 2013 at 4:28 PM, Loïc BLOT loic.b...@unix-experience.frwrot Hi, thanks for you replies, i'll try a ADSL 2+ bridge modem later. Sorry noah but i'm not familiar with DSL techs, i prefer LAN tech it's simpler. I thought modern RJ45 network cards can understand the RJ11/ADSL

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-05 Thread James Hartley
On Tue, Nov 5, 2013 at 5:50 PM, Stuart Henderson s...@spacehopper.orgwrote: On 2013-11-05, Loïc BLOT loic.b...@unix-experience.fr 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

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-05 Thread noah pugsley
On Tue, Nov 5, 2013 at 4:43 PM, James Hartley jjhart...@gmail.com wrote: On Tue, Nov 5, 2013 at 5:50 PM, Stuart Henderson s...@spacehopper.org wrote: On 2013-11-05, Loïc BLOT loic.b...@unix-experience.fr wrote: I would test to plug RJ11 cable (from my ADSL line, behind the ADSL filter)

Re: UEFI

2013-11-05 Thread Amit Kulkarni
My laptop has no 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 over UEFI mode. But you should be prepared to dig out the long form user or service manual for your

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-05 Thread Chris Cappuccio
noah pugsley [noah.pugs...@gmail.com] wrote: Ethernet. Stated differently, an ethernet nic is not a modem. 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. Of course, it's not a

Re: UEFI

2013-11-05 Thread Chris Cappuccio
sven falempin [sven.falem...@gmail.com] wrote: My laptop has no BIOS. What do you recommend to get openBSD on it ? Damn, someone should port over the GPT stuff from Bitrig. That's half the problem solved right there.

make release problem with -current

2013-11-05 Thread Scott McEachern
Anyone else running into this when running make release with -current? cc -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-main -Wno-uninitialized -Wno-format -Wstack-larger-than-2047 -fno-builtin-printf -fno-builtin-snprintf -fno-builtin-vsnprintf -fno-builtin-log

Re: make release problem with -current

2013-11-05 Thread Ted Unangst
On Tue, Nov 05, 2013 at 22:18, Scott McEachern wrote: Anyone else running into this when running make release with -current? vnconfig -v -c vnd0 /var/tmp/image.11200 vnconfig: VNDIOCSET: Device busy Are you already using vnd0?

Re: make release problem with -current

2013-11-05 Thread Scott McEachern
On 11/05/13 22:29, Ted Unangst wrote: On Tue, Nov 05, 2013 at 22:18, Scott McEachern wrote: Anyone else running into this when running make release with -current? vnconfig -v -c vnd0 /var/tmp/image.11200 vnconfig: VNDIOCSET: Device busy Are you already using vnd0? No, not intentionally at

Re: RJ11 on Alix 2d13 with OpenBSD

2013-11-05 Thread noah pugsley
On Tue, Nov 5, 2013 at 6:56 PM, Chris Cappuccio ch...@nmedia.net wrote: noah pugsley [noah.pugs...@gmail.com] wrote: Ethernet. Stated differently, an ethernet nic is not a modem. Mr. Pugsley, an ethernet NIC includes a Modulator and Demodulator for any of 10BaseT, 100BaseTX, 1000BaseT,

Re: make release problem with -current

2013-11-05 Thread Philip Guenther
On Tue, Nov 5, 2013 at 7:33 PM, Scott McEachern sc...@blackstaff.ca 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 this when running make release with -current? vnconfig -v -c vnd0 /var/tmp/image.11200 vnconfig:

Re: make release problem with -current

2013-11-05 Thread Scott McEachern
On 11/05/13 23:02, Philip Guenther wrote: On Tue, Nov 5, 2013 at 7:33 PM, Scott McEachern sc...@blackstaff.ca 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 this when running make release with -current? vnconfig -v