Re: requesting help working around boot failures with supermicro atom board

2015-10-21 Thread Jack Peirce
I have a great relationship with some SuperMicro engineers, if others can provide part #'s and firmare/bios revs, I can bring this up with them. From: owner-m...@openbsd.org on behalf of li...@wrant.com Sent: Wednesday, October 21, 2015 8:50 PM To: misc@op

Re: requesting help working around boot failures with supermicro atom board

2015-10-21 Thread lists
Synopsis: if sensors show missing data then reset the BMC unit before rebooting the system to prevent unable to boot long beep issue. I found a reliably reproducible workaround for this problem retaining control continuity without the need to trip the mains breaker. This entirely prevents the lon

Using fsync instead of ioctl(fd, DIOCGFLUSH); (Re: anybody besides me trying to compile gpt-fdisk?)

2015-10-21 Thread Joel Rees
Is fsync an appropriate way to flush writes to the disk device? In the FreeBSD code, it is #if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) sleep(2); i = ioctl(fd, DIOCGFLUSH); cout << "Warning: The kernel may continue to use old or deleted parti

Re: how to partition routing namespace

2015-10-21 Thread Chris Cappuccio
Geoff Steckel [g...@oat.com] wrote: > > On reading the latest if_bridge.c it looks like it will cross routing > domains. No domain information is passed with the packet. > A lot of it got rewritten between 5.7 and 5.8 > What does bridge have to do with it? I thought you wanted to terminate a tu

Re: how to partition routing namespace

2015-10-21 Thread Geoff Steckel
On 10/20/2015 10:19 PM, Chris Cappuccio wrote: Geoff Steckel [g...@oat.com] wrote: I'm using sixxx.net as an IPv6 tunnel gateway. They gave me 2001:::0111::0002 as my tunnel endpoint and 2001:::0111::1 as their end and router address. They gave me 2001:::8111::/64 for my

Re: ThinkPad W541 resume doesn't work.

2015-10-21 Thread Christoph R. Murauer
Ops, typo in the email adress. Answer is below. >> Try *completely* disabling the Trusted Platform Module (TPM) in the >> BIOS. > > Thanks @all for your answers. > Yes, TPM which is named in BIOS Security Chip was enabled. Got the > ThinkPad back on friday from Lenovo from a repair and don't chec

Re: ThinkPad W541 resume doesn't work.

2015-10-21 Thread Jonathan Gray
On Wed, Oct 21, 2015 at 05:07:32PM +0200, Christoph R. Murauer wrote: > Hello ! > > Don't tread this post as bug. If it works nice - if not also no > problem because I don't need it really. > > I have a W541 where suspend works but resume not. > > The machine has no serial port. But beside the i

ThinkPad W541 resume doesn't work.

2015-10-21 Thread Christoph R. Murauer
Hello ! Don't tread this post as bug. If it works nice - if not also no problem because I don't need it really. I have a W541 where suspend works but resume not. The machine has no serial port. But beside the i7 a nVidia optimus which can't be switched off in the bios. If I close the lid after

Re: recompile packages to include base / libressl errata?

2015-10-21 Thread Stuart Henderson
On 2015-10-21, Tim Kuijsten wrote: > I'm following 5.7-stable but I'm not confident if my dovecot server has > the recent OBJ_obj2txt fix (019) for it's tls connections. Should I > start using the dovecot port and recompile instead of using the dovecot > package in order to get the fix? I'm usi

Re: anybody besides me trying to compile gpt-fdisk?

2015-10-21 Thread Joel Rees
Okay, here's my current set of diffs for gptfdisk: - diff --git a/diskio-unix.cc b/diskio-unix.cc index af71cdb..83b60f9 100644 --- a/diskio-unix.cc +++ b/diskio-unix.cc @@ -248,6 +248,13 @@ int DiskIO::DiskSync(void) { << "You should reboot or remove the drive.\n";

Re: bgpd+ospfd configuration question

2015-10-21 Thread John E.P. Hynes
Thanks Claudio - that clears it up. -John On 10/21/2015 02:06 AM, Claudio Jeker wrote: > On Tue, Oct 20, 2015 at 11:07:12AM -0400, John E.P. Hynes wrote: >> Hi list, >> >> I've read through the docs and Claudio's guide, but something isn't >> clear to me I'm hoping to get some direction on: >> >>

Re: Diffie-Helman issue?

2015-10-21 Thread Kimmo Paasiala
On Tue, Oct 20, 2015 at 7:43 PM, Giancarlo Razzolini wrote: > Em 20-10-2015 10:25, Kimmo Paasiala escreveu: >> Someone correct me if I'm wrong but as far as I know the prime numbers >> used in DH group exchange are not secret but must be known by everyone >> (and couple other parameters are also p

recompile packages to include base / libressl errata?

2015-10-21 Thread Tim Kuijsten
I'm following 5.7-stable but I'm not confident if my dovecot server has the recent OBJ_obj2txt fix (019) for it's tls connections. Should I start using the dovecot port and recompile instead of using the dovecot package in order to get the fix? I'm using dovecot with IMAP over tls. Furthermore

Re: pledge(2) problems on 18/x/ octeon snapshot

2015-10-21 Thread Kim Zeitler
Might be a stupid question, but I haven't found an answer to it yet - how does one update to a new snapshot/kernel on an octeon system? boot bsd.rd and select upgrade in the installer. (i hope.) I'm afraid this is not as simple as this, yet. You will also need to copy your kernel to the fat16

Re: how to partition routing namespace

2015-10-21 Thread Stuart Henderson
On 2015-10-21, Geoff Steckel wrote: > They gave me 2001:::0111::0002 as my tunnel endpoint and > 2001:::0111::1 as their end and router address. > They gave me 2001:::8111::/64 for my address space. > Note that the tunnel endpoint addresses are globally routeable. > > So...