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: 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: 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

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

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: 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

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

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

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: 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

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:

Re: PC Engine APU.1D4 installation stopper.

2015-10-21 Thread Jonathan Gray
On Tue, Oct 20, 2015 at 02:12:35PM +0200, Mark Kettenis wrote: > > > For i386/amd64 you have to tell boot you want serial output > > > either at the boot prompt or via boot.conf. > > > > > > stty com0 115200 > > > set tty com0 > > > > > > OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT

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

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.

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

Re: bgpd+ospfd configuration question

2015-10-21 Thread Claudio Jeker
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: > > I am about to multihome. My uplinks to my ISPs terminate on different > OpenBSD routers.

Error messages in dmesg output about intel_dp_set_link_train and i915_write32

2015-10-21 Thread Jean-Philippe Provost
Hi guys, I just upgraded my laptop from 5.7 to 5.8 and I notice error messages in my dmesg output. Any ideas? OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 4178116608 (3984MB) avail mem =

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