Re: iwm/iwx: try to make roaming more reliable

2021-11-27 Thread Aaron Poffenberger
On 2021-11-27 12:44 +0100, Stefan Sperling wrote: > This patch reworks the steps involved in roaming to a new access > point on iwm(4) and iwx(4) interfaces. > > The current implementation suffers from race conditions which can > leave the interface in a state where it gets "stuck". I have seen >

Re: new site.8: document site*.tgz and /{upgrade,install}.site

2021-10-27 Thread Aaron Poffenberger
Looks good. Nice to see this moving forward. Thanks. On 2021-10-27 21:13 +, Klemens Nanni wrote: > On Mon, Sep 06, 2021 at 02:29:50PM -0500, Aaron Poffenberger wrote: > > Ping. > > > > Will someone commit this? Seems like no one knows about /upgrade.site and it > >

Re: [Patch] Document /upgrade.site in sysupgrade(8) man page

2021-09-06 Thread Aaron Poffenberger
Ping. Will someone commit this? Seems like no one knows about /upgrade.site and it fits well with sysupgrade(8). --Aaron On 2021-09-02 10:18 -0500, Aaron Poffenberger wrote: > Any further thoughts on this patch to the man page? > > Cheers, > > --Aaron > > On 2021-08-

Re: [Patch] Document /upgrade.site in sysupgrade(8) man page

2021-09-02 Thread Aaron Poffenberger
Any further thoughts on this patch to the man page? Cheers, --Aaron On 2021-08-28 12:53 -0500, Aaron Poffenberger wrote: > On 2021-08-28 19:45 +0200, Sebastien Marie wrote: > > On Sat, Aug 28, 2021 at 05:05:18PM +, Klemens Nanni wrote: > > > On Sat, Aug 28, 2021 at 10:44

Re: [Patch] - Add -u (update packages) to sysupgrade(8)

2021-08-30 Thread Aaron Poffenberger
On 2021-08-30 22:16 +0100, Stuart Henderson wrote: > On 2021/08/28 09:26, Sebastien Marie wrote: > > On Fri, Aug 27, 2021 at 08:17:51PM -0500, Aaron Poffenberger wrote: > > > Following is patch to add a flag to upgrade packages during > > > rc.firsttime after a sysupgr

Re: [Patch] Document /upgrade.site in sysupgrade(8) man page

2021-08-28 Thread Aaron Poffenberger
On 2021-08-28 19:45 +0200, Sebastien Marie wrote: > On Sat, Aug 28, 2021 at 05:05:18PM +, Klemens Nanni wrote: > > On Sat, Aug 28, 2021 at 10:44:48AM -0500, Aaron Poffenberger wrote: > > > Based on conversations in another thread, here's a patch documenting > >

[Patch] Document /upgrade.site in sysupgrade(8) man page

2021-08-28 Thread Aaron Poffenberger
Based on conversations in another thread, here's a patch documenting use of /upgrade.site in the sysupgrade(8) man page. The revised doc references /upgrade.site and includes examples for updating packages from Sebastien Marie. --Aaron Index: sysupgrade.8

Re: [Patch] - Add -u (update packages) to sysupgrade(8)

2021-08-27 Thread Aaron Poffenberger
On 2021-08-27 23:00 -0400, Daniel Jakots wrote: > On Fri, 27 Aug 2021 20:17:51 -0500, Aaron Poffenberger > wrote: > > > + ${PKGS} && echo "pkg_add -Iu" >> /etc/rc.firsttime > > I don't think this addition is worth it, but anyway this won't work fo

[Patch] - Add -u (update packages) to sysupgrade(8)

2021-08-27 Thread Aaron Poffenberger
Following is patch to add a flag to upgrade packages during rc.firsttime after a sysupgrade. --Aaron Index: sysupgrade.8 === RCS file: /cvs/src/usr.sbin/sysupgrade/sysupgrade.8,v retrieving revision 1.10 diff -u -p -u -r1.10

Re: New: netctl(8) - cli network-location manager

2017-09-27 Thread Aaron Poffenberger
* Aaron Poffenberger <a...@hypernote.com> [2017-09-26 21:53:24 -0500]: > I should add, I thought about adding commands like rcctl's > `get|getdef|set` commands to do full interface configuration (`set > nwid wapname` or `set bssid `) but wanted to get feedback on > the curre

Re: New: netctl(8) - cli network-location manager

2017-09-26 Thread Aaron Poffenberger
I should add, I thought about adding commands like rcctl's `get|getdef|set` commands to do full interface configuration (`set nwid wapname` or `set bssid `) but wanted to get feedback on the current approach before going to far down the rabbit hole. --Aaron * Aaron Poffenberger

New: netctl(8) - cli network-location manager

2017-09-26 Thread Aaron Poffenberger
20:16:28 2017 @@ -0,0 +1,450 @@ +#!/bin/sh +# +# $OpenBSD$ +# +# Copyright (c) 2017 Aaron Poffenberger <a...@hypernote.com> +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright

Re: regression tests and patch for calendar(1)

2016-09-14 Thread Aaron Poffenberger
Hi Andy, I just ran into this regression and wrote a similar patch (though I missed the WEEKLY test). Thanks for the fix! It solves the Easter-calculation problem I noticed. For anyone looking for a quick test, none of the pre- or post-Easter dates will be displayed when executing: calendar -t