Re: counting dropped packets for pf

2018-03-29 Thread Sebastian Benoit
3(ba...@yandex.ru) on 2018.03.29 02:10:29 +0300: > > 3(ba...@yandex.ru) on 2018.03.28 23:03:27 +0300: > >> > On 03/28/18 15:04, 3 wrote: > >> >> hi guys. when the pflow option first appeared, i was surprised by the > >> >> stupidity of those who implemented it- pflow could not be specified > >> >>

OpenBSD Xenocara supports "dummy" driver for headless X? (wd support FB resizing, Xvfb does not)

2018-03-29 Thread Tinker
Hi misc@, I did not find any mentioning of OpenBSD Xenocara use of the "dummy" video driver on mailing list nor web. Digging into code and documentation, I think it looks like it's available and should work. I'll try this out soon, this is mostly to mention the topic and to check if anyone has

Re: VMM VM - 'dummy' based driver-based X11 server inside, not possible?

2018-03-29 Thread Karel Gardas
On Thu, 29 Mar 2018 11:59:21 -0400 Tinker wrote: > On March 29, 2018 11:36 PM, Mike Larkin wrote: > > what do you hope to achieve here? > > Xvfb + X11vnc gives you a fixed-resolution graphical remote terminal. > > My hope is that dummy X + X11vnc

Re: VMM VM - 'dummy' based driver-based X11 server inside, not possible?

2018-03-29 Thread Mike Larkin
On Thu, Mar 29, 2018 at 11:59:21AM -0400, Tinker wrote: > On March 29, 2018 11:36 PM, Mike Larkin wrote: > .. > > > (Thread crossreferenced with > > > https://marc.info/?t=15223071333=1=2 .) > > > > > > Thanks for reporting that you got X dummy working, though only on >

Re: counting dropped packets for pf

2018-03-29 Thread 3
> On 03/28/18 22:03, 3 wrote: >> maybe im so dumb and blind to see pflow here.. and maybe deal not in >> me. where is pflow? > pflow gets the data it exports from the state table. > Blocked connections do not create state table entries. > This means that pflow does not have the information

Re: OpenBSD Xenocara supports "dummy" driver for headless X? (wd support FB resizing, Xvfb does not)

2018-03-29 Thread Tinker
On March 29, 2018 5:00 PM, Jiri B wrote: > See https://marc.info/?l=openbsd-misc=151877018030790=2 > > Is it relevant? > > Jiri Hi Jiri B! Thanks for highlighting your post from last month! I skimmed it through then but couldn't recall it now. So the whole thread is at

Re: VMM VM - 'dummy' based driver-based X11 server inside, not possible?

2018-03-29 Thread Tinker
On March 30, 2018 12:39 AM, Mike Larkin wrote: > On Thu, Mar 29, 2018 at 11:59:21AM -0400, Tinker wrote: > > On March 29, 2018 11:36 PM, Mike Larkin mlar...@azathoth.net wrote: > > .. > > > > (Thread crossreferenced with > > > > https://marc.info/?t=15223071333=1=2 .) >

httpd.conf path substitution

2018-03-29 Thread Markus Rosjat
Hi there, its not really an issue but I noticed if I want to substitute a path for the tls key or cert I get a syntax error from httpd -n So is there some special syntax for this or is it simply not possible to do something like tls_key ="/path/to/key" tls_cert ="/path/to/cert" server

Re: OpenBSD Xenocara supports "dummy" driver for headless X? (wd support FB resizing, Xvfb does not)

2018-03-29 Thread Jiri B
See https://marc.info/?l=openbsd-misc=151877018030790=2 Is it relevant? Jiri

Re: counting dropped packets for pf

2018-03-29 Thread Stuart Henderson
On 2018-03-28, 3 wrote: > hi guys. when the pflow option first appeared, i was surprised by the > stupidity of those who implemented it- pflow could not be specified > for block-rules, i.e. dropped packets were not taken into account. as > a result of this approach, the

Re: counting dropped packets for pf

2018-03-29 Thread Peter N. M. Hansteen
On 03/28/18 22:03, 3 wrote: > maybe im so dumb and blind to see pflow here.. and maybe deal not in > me. where is pflow? pflow gets the data it exports from the state table. Blocked connections do not create state table entries. This means that pflow does not have the information you're

Re: httpd.conf path substitution

2018-03-29 Thread edgar
On Mar 29, 2018 4:58 AM, Markus Rosjat wrote: > > Hi there, > > its not really an issue but I noticed if I want to substitute a path for > the tls key or cert  I get a syntax error from httpd -n > > So is there some special syntax for this or is it simply not possible to > do

Re: SNI PCD-5T - MP operation on OpenBSD 6.3-current

2018-03-29 Thread Daniel Dickman
Hi Frank — > I got this nice old "workstation" from the mid 90ies with dual P54C > processors and i430NX chipset and want to operate it in MP mode with > OpenBSD. Unfortunately this doesn't work as expected currently. Are you able to describe "doesn't work as expected" a bit more? Does it hang

kqueue EV_DISPATCH and EV_EOF interaction

2018-03-29 Thread Lukas Larsson
Hello, I've been re-writing the polling mechanisms in the Erlang VM and stumbled across something that might be a bug in the OpenBSD implementation of kqueue. When using EV_DISPATCH, the event is never triggered again after the EV_EOF flag has been delivered, even though there is more data to be

Re: counting dropped packets for pf

2018-03-29 Thread Eric Furman
On Wed, Mar 28, 2018, at 7:10 PM, 3 wrote: > > 3(ba...@yandex.ru) on 2018.03.28 23:03:27 +0300: > >> > On 03/28/18 15:04, 3 wrote: > >> >> hi guys. when the pflow option first appeared, i was surprised by the > >> >> stupidity of those who implemented it- pflow could not be specified > >> >> for

Re: VMM VM - 'dummy' based driver-based X11 server inside, not possible?

2018-03-29 Thread Tinker
On February 16, 2018 4:35 PM, Jiri B wrote: > On Fri, Feb 16, 2018 at 12:19:44AM -0800, Mike Larkin wrote: > > > Xvfb + x11vnc worked fine in the test I just did. > > Yes, it does, thanks for confirmation. > > I was curious why X11 'dummy' mode does not if it should be > used

Re: httpd.conf path substitution

2018-03-29 Thread Michael Hekeler
On Thu, Mar 29, 2018 at 11:58:09AM +0200, Markus Rosjat wrote: > Hi there, > > its not really an issue but I noticed if I want to substitute a path > for the tls key or cert I get a syntax error from httpd -n > > So is there some special syntax for this or is it simply not > possible to do

Re: counting dropped packets for pf

2018-03-29 Thread edgar
On Mar 29, 2018 8:35 AM, Eric Furman wrote: > > On Wed, Mar 28, 2018, at 7:10 PM, 3 wrote: > > > 3(ba...@yandex.ru) on 2018.03.28 23:03:27 +0300: > > >> > On 03/28/18 15:04, 3 wrote: > > >> >> hi guys. when the pflow option first appeared, i was surprised by the > > >>

Re: counting dropped packets for pf

2018-03-29 Thread 3
Вы писали 29 марта 2018 г., 16:35:45: > On Wed, Mar 28, 2018, at 7:10 PM, 3 wrote: >> > 3(ba...@yandex.ru) on 2018.03.28 23:03:27 +0300: >> >> > On 03/28/18 15:04, 3 wrote: >> >> >> hi guys. when the pflow option first appeared, i was surprised by the >> >> >> stupidity of those who implemented

Re: ThinkPad X250 not resuming

2018-03-29 Thread Daniel Bolgheroni
On Thu, Mar 29, 2018 at 05:56:05AM +, Mike Larkin wrote: > Turn off the TPM in the bios and try again. Working now. Thank you. -- db

Re: VMM VM - 'dummy' based driver-based X11 server inside, not possible?

2018-03-29 Thread Mike Larkin
On Thu, Mar 29, 2018 at 11:03:21AM -0400, Tinker wrote: > On February 16, 2018 4:35 PM, Jiri B wrote: > > On Fri, Feb 16, 2018 at 12:19:44AM -0800, Mike Larkin wrote: > > > > > Xvfb + x11vnc worked fine in the test I just did. > > > > Yes, it does, thanks for confirmation. > >

Re: VMM VM - 'dummy' based driver-based X11 server inside, not possible?

2018-03-29 Thread Tinker
On March 29, 2018 11:36 PM, Mike Larkin wrote: .. > > (Thread crossreferenced with > > https://marc.info/?t=15223071333=1=2 .) > > > > Thanks for reporting that you got X dummy working, though only on > > baremetal but not in a VMM, the latter crashing at X start with >