Re: httpd server configuration evaluation bug

2018-07-30 Thread Base Pr1me
Sorry, this time with the correct diff. On 7/25/18 4:15 PM, Base Pr1me wrote: Hi, I discovered that the wrong server configuration is evaluated in the server_read_http function. Only the first server in httpd.conf is checked. For example, I have five servers setup in httpd.conf and the third

httpd server configuration evaluation bug

2018-07-25 Thread Base Pr1me
Hi, I discovered that the wrong server configuration is evaluated in the server_read_http function. Only the first server in httpd.conf is checked. For example, I have five servers setup in httpd.conf and the third server is the only one with connection { max request body } set, because I des

Re: monitor mode for iwm(4)

2018-05-23 Thread Base Pr1me
Works fine on 8265. On Wed, May 23, 2018 at 4:31 AM, Stefan Sperling wrote: > This diff implements monitor mode for iwm(4). > > To use it, enable 11n mode, monitor mode, and configure a channel (e.g. > 11): > > ifconfig iwm0 mode 11n mediaopt monitor > ifconfig iwm0 chan 11 >

Fix path in athn.4 man file

2018-05-15 Thread Base Pr1me
The path to open-ath9k-htc-firmware is wrong in the athn.4 man file. This fixes that. Let me know if this comes through mangled. I sent it to myself first, and it worked fine. But, never can tell. Thanks, Tracey Index: share/man/man4/athn.4

Re: Include hostname in shell prompts by default

2017-12-09 Thread Base Pr1me
As a server admin, I adore the idea. I've yelled profanity too many times rebooting the wrong machine in haste. Would be wonderful in a large tmux session. On Dec 9, 2017 11:57, wrote: Sat, 09 Dec 2017 11:10:03 -0700 "Theo de Raadt" > > the default prompt works exactly because it doesn;t try to

Re: iwm(4) background scan

2017-12-06 Thread Base Pr1me
Sorry for the anecdotal information. I've enabled debugging and if I see any relevant data, I'll pass it along. On Wed, Dec 6, 2017 at 4:43 AM, Stefan Sperling wrote: > On Tue, Dec 05, 2017 at 02:49:49PM -0700, Base Pr1me wrote: > > Two questions: > > > > 1) In

Re: iwm(4) background scan

2017-12-05 Thread Base Pr1me
keep rebooting in to the future for testing. On Tue, Dec 5, 2017 at 10:15 AM, Base Pr1me wrote: > I'll see if I can suss anything out this week. I'll compile and test on > GENERIC as well. > > On Tue, Dec 5, 2017 at 10:13 AM, Stefan Sperling wrote: > >> On Tue, De

Re: iwm(4) background scan

2017-12-05 Thread Base Pr1me
I'll see if I can suss anything out this week. I'll compile and test on GENERIC as well. On Tue, Dec 5, 2017 at 10:13 AM, Stefan Sperling wrote: > On Tue, Dec 05, 2017 at 09:38:07AM -0700, Base Pr1me wrote: > > Testing environment: 3 APUs with same SSID, 2 5GHz channels and

Re: iwm(4) background scan

2017-12-05 Thread Base Pr1me
Testing environment: 3 APUs with same SSID, 2 5GHz channels and 1 2.4GHz channel. Test 1: Boot lappy, connected to 2.4GHz spot that I was closest to. Walked to 5GHz spot and waited. It switched fine. Walked to second 5GHz spot and waited. It did not switch. Waited longer. It did not switch. I

Re: glamor_egl build error

2017-11-30 Thread Base Pr1me
Sorry, in my exuberance to get the first diff out, I created it from the wrong directory. Here is a new diff for your consideration. Hope I did this right this time around. Regards, Tracey On Wed, Nov 29, 2017 at 12:36 PM, Base Pr1me wrote: > The attached diff fixes an error when build

glamor_egl build error

2017-11-29 Thread Base Pr1me
The attached diff fixes an error when building xenocara with XENOCARA_BUILD_GALLIUM=llvm set. Attaching instead of inline, as I've read on here the gmail mangles whitespace ... or something. Thanks, Tracey Index: Makefile.am === RCS f

Re: patch: syndaemon hangs on SIGINT

2017-10-24 Thread Base Pr1me
This has fixed the hanging processes on my laptop. On Tue, Oct 24, 2017 at 11:55 AM, Luca Castagnini < ilfigliodellaparolaavu...@gmail.com> wrote: > Hi guys, > > syndaemon goes into an infinite loop whenever it receives a SIGINT signal. > An explanation and a patch are proposed below. > > In the

Re: preliminary kabylake support for inteldrm

2017-09-26 Thread Base Pr1me
Sorry, have to send this from gmail right now. WOO, suspend works! I'll keep testing this week. On Tue, Sep 26, 2017 at 4:07 PM, Robert Nagy wrote: > > Hi > > This is an updated diff for preliminary kabylake support for 6.2, > this needs extensive testing on all inteldrm variants. > > This diff