hibernate fails to restore on i386

2014-05-29 Thread Josh Grosse
I use ZZZ rarely, so I have no clue when the regression -- if it is a regression -- began. Clue sticks welcome, as well a guidance for producing more useful diagnostics. Symptom: ZZZ apparently saves and shuts down. On reboot, it appears to unpack the image, then abandon the image and reboot.

Re: 5.5 pf priority

2014-05-29 Thread Limaunion
On 05/29/2014 07:10 AM, Paco Esteban wrote: On Thu, 29 May 2014, Marko Cupać wrote: On Wed, 28 May 2014 21:40:58 +0200 Henning Brauer wrote: I'm pretty damn sure I added "reset prio if queueing is on" thing. yes, in IF_ENQUEUE -> hfsc_enqueue m->m_pkthdr.pf.prio = IFQ_MAXPRIO; I

Re: pflow and interface numbers

2014-05-29 Thread Sebastian Benoit
Marko Cupa??(marko.cu...@mimar.rs) on 2014.05.29 16:22:40 +0200: > Hi, > > I am exporting netflow data from OpenBSD 5.5 machine to another > non-OpenBSD machine with nfsen installed, which is successfully > receiving netflow data. > > I have the following in pf.conf: > set state-defaults pflow >

Adding 'special devices' to an existing RAID1

2014-05-29 Thread Olivier Cherrier
Hi, Is there a way (without backup/restore) to add a 'special device' to an existing softraid RAID1 array? For instance: $ sudo bioctl -ih sd4 Volume Status Size Device softraid0 1 Online 39.0M sd4 RAID1 0 Online 39.0M 1:0.0 n

Re: System refuses to boot without first disabling acpimadt

2014-05-29 Thread Mike Larkin
On Thu, May 29, 2014 at 02:26:04PM -0500, Cal Folds wrote: > I'm learning OpenBSD on an older laptop from a company called Hannspree. > The installation went great and everything seemed fine, but when the > system boots it quickly starts to slow down and eventually hangs with a > flashing screen b

System refuses to boot without first disabling acpimadt

2014-05-29 Thread Cal Folds
I'm learning OpenBSD on an older laptop from a company called Hannspree. The installation went great and everything seemed fine, but when the system boots it quickly starts to slow down and eventually hangs with a flashing screen before the log in prompt. The problem goes away when I disable acpi

Re: xenocara crash with NVIDIA Quadro NVS 285 on snapshot

2014-05-29 Thread Sebastian Reitenbach
On Thursday, May 29, 2014 18:04 CEST, Philip Guenther wrote: > On Thu, May 29, 2014 at 3:35 AM, Sebastian Reitenbach < > sebas...@l00-bugdead-prods.de> wrote: > > > On Thursday, May 29, 2014 10:19 CEST, Matthieu Herrb > > wrote: > > > ... > > > after setting a breakpoint on xf86CVTMode, I s

Re: xenocara crash with NVIDIA Quadro NVS 285 on snapshot

2014-05-29 Thread Philip Guenther
On Thu, May 29, 2014 at 3:35 AM, Sebastian Reitenbach < sebas...@l00-bugdead-prods.de> wrote: > On Thursday, May 29, 2014 10:19 CEST, Matthieu Herrb > wrote: > ... > after setting a breakpoint on xf86CVTMode, I stepped through it, and > at the end, Mode was: > > (gdb) > 295 return Mode;

Re: SSL certs and xombrero again but with a third party twist

2014-05-29 Thread Zé Loff
On Thu, May 29, 2014 at 01:26:36PM +0100, Kevin Chadwick wrote: > previously on this list Stuart Henderson contributed: > > Does anyone use xombrero and can confirm a yellow rather than green > bar on the following domain: ewf.companieshouse.gov.uk > > and with the following in xombrero.conf > >

pflow and interface numbers

2014-05-29 Thread Marko Cupać
Hi, I am exporting netflow data from OpenBSD 5.5 machine to another non-OpenBSD machine with nfsen installed, which is successfully receiving netflow data. I have the following in pf.conf: set state-defaults pflow And the following in hostname.pflow0: flowsrc IP.ADD.RE.SS flowdst IP.ADD:RE.SS:PO

Re: SSL certs and xombrero again but with a third party twist

2014-05-29 Thread Kevin Chadwick
previously on this list Stuart Henderson contributed: > > I figured OK so the pem bundles differ and I am not too surprised where > > companies house is concerned. > > They are just using a geotrust cert, the default /etc/ssl/cert.pem is > enough - you can test this with lynx/curl/recent ftp(1)

Re: npppd security

2014-05-29 Thread Mike Jackson
Quoting YASUOKA Masahiko : You can change the listen address by npppd.conf: tunnel L2TP protocol l2tp { listen on xxx.xxx.xxx.xxx } So npppd.conf(5) is not accurate (states that changing listener address is not currently supported): -- BUGS The current version of npppd(8) do

Re: npppd security

2014-05-29 Thread YASUOKA Masahiko
On Wed, 28 May 2014 22:04:34 +0300 Mike Jackson wrote: > If npppd tunnel listen address can't be changed and l2tp-ipsec-require > isn't supported, You can change the listen address by npppd.conf: tunnel L2TP protocol l2tp { listen on xxx.xxx.xxx.xxx } l2tp-ipsec-require isn't supporte

Re: xenocara crash with NVIDIA Quadro NVS 285 on snapshot

2014-05-29 Thread Sebastian Reitenbach
On Thursday, May 29, 2014 10:19 CEST, Matthieu Herrb wrote: > On 29/5/14 9:09 , Sebastian Reitenbach wrote: > > Hi, > > > > yesterday I updated my desktop from a 5.2 or 5.3, to a current snapshot, > > now to find > > the X server dying on me. See Xorg.0.log, xdm.log and dmesg below. > > > >

Re: 5.5 pf priority

2014-05-29 Thread Paco Esteban
On Thu, 29 May 2014, Marko Cupać wrote: > On Wed, 28 May 2014 21:40:58 +0200 > Henning Brauer wrote: > > > I'm pretty damn sure I added "reset prio if queueing is on" thing. > > > > yes, in IF_ENQUEUE -> hfsc_enqueue > > m->m_pkthdr.pf.prio = IFQ_MAXPRIO; > > I would like to give prior

Re: 5.5 pf priority

2014-05-29 Thread Marko Cupać
On Wed, 28 May 2014 21:40:58 +0200 Henning Brauer wrote: > I'm pretty damn sure I added "reset prio if queueing is on" thing. > > yes, in IF_ENQUEUE -> hfsc_enqueue > m->m_pkthdr.pf.prio = IFQ_MAXPRIO; I would like to give priority to certain traffic, for example: prio 7: tcp acks prio

Re: PF log entry

2014-05-29 Thread Stuart Henderson
On 2014-05-29, Stan Gammons wrote: > On 05/28/2014 04:10 PM, Philip Guenther wrote: >> On Tue, May 27, 2014 at 7:12 PM, Stan Gammons > > wrote: >> >> Using tcpdump -n -ttt -r /var/log/pflog I have a log entry with >> [len16> 161. What is len16> >> >> If s

Re: SSL certs and xombrero again but with a third party twist

2014-05-29 Thread Stuart Henderson
On 2014-05-28, Kevin Chadwick wrote: > Using xombrero in cert_warn mode with a ca file I get a yellow bar > which means untrusted on > > ewf.companieshouse.gov.uk > > but firefox shows a green bar > > OpenSSL output at the bottom. > > I figured OK so the pem bundles differ and I am not too surpris

Re: xenocara crash with NVIDIA Quadro NVS 285 on snapshot

2014-05-29 Thread Matthieu Herrb
On 29/5/14 9:09 , Sebastian Reitenbach wrote: > Hi, > > yesterday I updated my desktop from a 5.2 or 5.3, to a current snapshot, now > to find > the X server dying on me. See Xorg.0.log, xdm.log and dmesg below. > > So I went back, installed a 5.5 release, where starting X just worked. > > Afte

Re: pf+voip

2014-05-29 Thread Stuart Henderson
On 2014-05-27, Andre Ruppert wrote: > You have two different protocols: SIP for signaling und RTP for media. > > Media information between the endpoints is specified in SIP-SDP-packets > (session description protocol). > > SDP-packets contain the original IPs of the VoIP-endpoints, and these > IPs

xenocara crash with NVIDIA Quadro NVS 285 on snapshot

2014-05-29 Thread Sebastian Reitenbach
Hi, yesterday I updated my desktop from a 5.2 or 5.3, to a current snapshot, now to find the X server dying on me. See Xorg.0.log, xdm.log and dmesg below. So I went back, installed a 5.5 release, where starting X just worked. Afterward again, back to the snapshot. I built, xenocara with debug