Re: relayd redirect not working

2017-03-15 Thread Dave Cohen
Michael, Appreciate you chiming in. I'm a fan of Absolute OpenBSD! I'm having trouble reproducing the settings that I originally wrote about. I've tried to restore /etc/relayd.conf and /etc/pf.conf to what they were when I wrote the email. But right now, neither port 80 nor 443 are redirecti

Re: httpd, SNI, https, and acme-client(1)

2017-03-15 Thread Nick Holland
Nothing like posting a question to misc@ to cause the fog to lift. :-/ see below... On 03/15/17 22:37, Nick Holland wrote: > First of all, I did set up an acme-client(1) ssl cert a few months ago > before the acme-client.conf(5) file days, and it was stupidly, > jaw-droppingly simple, and it's re

httpd, SNI, https, and acme-client(1)

2017-03-15 Thread Nick Holland
First of all, I did set up an acme-client(1) ssl cert a few months ago before the acme-client.conf(5) file days, and it was stupidly, jaw-droppingly simple, and it's renewed successfully, so yay man pages! Now, I'm doing it again on a (-current) system serving up a few domains on one IP address, s

Re: grep -E -F

2017-03-15 Thread Theo de Raadt
> > That also says: > > > > The use of conflicting mutually-exclusive arguments produces undefined > > results, unless a utility description specifies otherwise. > > > > In that paragraph, "application" refers to the thing invoking the utility. > > So > > a conforming script/user/etc is

Re: grep -E -F

2017-03-15 Thread Ingo Schwarze
Hi Ted, Ted Unangst wrote on Wed, Mar 15, 2017 at 05:26:40PM -0400: > Ingo Schwarze wrote: >> Philip Guenther wrote: >>> Standardese: POSIX doesn't specify that they are exclusive options >> It does: >> >> http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html >> >> sectio

Re: grep -E -F

2017-03-15 Thread Ted Unangst
Ingo Schwarze wrote: > Hi Philip, > > oops, our mails crossed. > > > Standardese: POSIX doesn't specify that they are exclusive options > > It does: > > http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html > > section 12.1, clause 8 That also says: The use of c

Re: grep -E -F

2017-03-15 Thread Ingo Schwarze
Hi Philip, oops, our mails crossed. > Standardese: POSIX doesn't specify that they are exclusive options It does: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html section 12.1, clause 8 > or that they override each other, True, so they *do not* override each other.

Re: grep -E -F

2017-03-15 Thread Ingo Schwarze
Hi Jan, Jan Stary wrote on Wed, Mar 15, 2017 at 08:17:39PM +0100: > Apparently, grep can be called with both -E and -F: > > $ printf "foo\nbar\n" | grep -EF '(foo|bar)' > $ printf "foo\nbar\n" | grep -FE '(foo|bar)' > foo > bar > > and the same happens with egrep and fgrep. Indeed, > >

Re: grep -E -F

2017-03-15 Thread Philip Guenther
On Wed, Mar 15, 2017 at 12:17 PM, Jan Stary wrote: > Apparently, grep can be called with both -E and -F: > > $ printf "foo\nbar\n" | grep -EF '(foo|bar)' > $ printf "foo\nbar\n" | grep -FE '(foo|bar)' > foo > bar > > and the same happens with egrep and fgrep. Indeed, .. > Should grep (or e

grep -E -F

2017-03-15 Thread Jan Stary
Apparently, grep can be called with both -E and -F: $ printf "foo\nbar\n" | grep -EF '(foo|bar)' $ printf "foo\nbar\n" | grep -FE '(foo|bar)' foo bar and the same happens with egrep and fgrep. Indeed, case 'E': Fflag = 0; Eflag = 1;

framebuffer console video settings

2017-03-15 Thread Allan Streib
I'm running OpenBSD 6.0 release (amd64). I have a Radeon video card. I recently got a pair of new Dell 25" monitors. When I boot the system, initially I see the VGA console and then it switches to framebuffer mode and the display goes blank, replaced by a message from the monitor firmware that ask

Re: how to debug OpenBSD virtio-scsi killing qemu-kvm VM?

2017-03-15 Thread Alexander Bochmann
...on Wed, Mar 15, 2017 at 10:29:25AM -0400, Jiri B wrote: > > > bios0: vendor SeaBIOS version > > "debian/1.7.5-1-0-g506b58d-dirty-20140812_231322-gandalf" date 04/01/2014 > > > bios0: QEMU Standard PC (i440FX + PIIX, 1996) > it doesn't say anything about qemu-kvm version :/ Nope, but:

Re: how to debug OpenBSD virtio-scsi killing qemu-kvm VM?

2017-03-15 Thread Jiri B
On Wed, Mar 15, 2017 at 02:54:03PM +0100, Alexander Bochmann wrote: > > > bios0: vendor SeaBIOS version > "debian/1.7.5-1-0-g506b58d-dirty-20140812_231322-gandalf" date 04/01/2014 > > bios0: QEMU Standard PC (i440FX + PIIX, 1996) it doesn't say anything about qemu-kvm version :/ > [..] > > v

Re: how to debug OpenBSD virtio-scsi killing qemu-kvm VM?

2017-03-15 Thread Alexander Bochmann
Hi, ...on Mon, Mar 13, 2017 at 11:26:42AM -0400, Jiri B wrote: > it seems virtio-scsi is not working correctly in OpenBSD, I gave it > a try today and OpenBSD VM was killed with: > 2017-03-13T15:29:00.814657Z qemu-kvm: wrong size for virtio-scsi headers > on EL7 with qemu-kvm-rhev-2.6.0-28.

Re: how to debug OpenBSD virtio-scsi killing qemu-kvm VM?

2017-03-15 Thread Jiri B
On Tue, Mar 14, 2017 at 05:58:29PM -0700, Mike Larkin wrote: > On Tue, Mar 14, 2017 at 08:16:17PM -0400, Jiri B wrote: > > Recent dmesg, and VM exits because of virtio-scsi issue when it is > > installing > > 'bsd.mp'. > > > > j. > > > > What are you trying to achieve here? Why not just use a d