Re: Fwd: [openbsd/src] https://redmine.pfsense.org/issues/14444 (PR #39)

2023-07-02 Thread Aaron Miller
g, you'll want to send a plain-text email containing the diff (in body, not attachment) to this list -- tech@openbsd.org. You will also want to put "pf: " at the beginning of the subject line, so we know what your diff relates to. --Aaron On 6/18/23 08:06, Jonathan Lee wrote:

Re: OpenBSD 7.2 on Oracle Cloud

2023-05-03 Thread Aaron Mason
inate any variables at play here. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: OpenBSD 7.2 on Oracle Cloud

2023-05-02 Thread Aaron Mason
On Tue, May 2, 2023 at 11:30 AM Aaron Mason wrote: > > On Tue, May 2, 2023 at 9:29 AM Aaron Mason wrote: > > [REDACTED] > > > > > > The actual problem is here. One request times out, but the driver does > > > not tell qemu that it should abort the request.

Re: OpenBSD 7.2 on Oracle Cloud

2023-05-01 Thread Aaron Mason
On Tue, May 2, 2023 at 9:29 AM Aaron Mason wrote: > [REDACTED] > > > > The actual problem is here. One request times out, but the driver does > > not tell qemu that it should abort the request. The queue entry then > > gets reused and the two responses from qem

Re: OpenBSD 7.2 on Oracle Cloud

2023-05-01 Thread Aaron Mason
On Mon, May 1, 2023 at 11:32 PM Stefan Fritsch wrote: > > Dropping misc@ from cc > > Am 01.05.23 um 02:08 schrieb Aaron Mason: > > I can reproduce it with this in QEMU 8.0 in Winders (thanks Antun who > > sent something like this to the bugs@ list): > > > > q

Re: OpenBSD 7.2 on Oracle Cloud

2023-04-30 Thread Aaron Mason
On Mon, May 1, 2023 at 10:08 AM Aaron Mason wrote: > > I can reproduce it with this in QEMU 8.0 in Winders (thanks Antun who > sent something like this to the bugs@ list): > > qemu-system-x86_64 -accel whpx,kernel-irqchip=off -machine q35 \ >-cpu EPYC-Rome,-monitor -m 8

Re: OpenBSD 7.2 on Oracle Cloud

2023-04-30 Thread Aaron Mason
gt; Can you try with a newer qemu? > > Cheers, > Stefan > > Am 25.04.23 um 14:53 schrieb Aaron Mason: > >>>> Yeah I'm getting the same thing. Trying a build in QEMU and > >>>> transferring in to see if that helps. Will report back. > >>>

Re: OpenBSD 7.2 on Oracle Cloud

2023-04-27 Thread Aaron Mason
On Tue, Apr 25, 2023 at 10:53 PM Aaron Mason wrote: > > On Mon, Apr 24, 2023 at 3:47 PM Aaron Mason wrote: > > > > On Fri, Apr 21, 2023 at 2:50 PM Aaron Mason > > wrote: > > > > > > On Fri, Apr 21, 2023 at 1:39 PM Aaron Mason > > > wrote: &

Re: OpenBSD 7.2 on Oracle Cloud

2023-04-25 Thread Aaron Mason
On Mon, Apr 24, 2023 at 3:47 PM Aaron Mason wrote: > > On Fri, Apr 21, 2023 at 2:50 PM Aaron Mason wrote: > > > > On Fri, Apr 21, 2023 at 1:39 PM Aaron Mason > > wrote: > > > > > > On Fri, Apr 7, 2023 at 3:25 AM Antun Matanović > > > wrote:

Re: OpenBSD 7.2 on Oracle Cloud

2023-04-23 Thread Aaron Mason
On Fri, Apr 21, 2023 at 2:50 PM Aaron Mason wrote: > > On Fri, Apr 21, 2023 at 1:39 PM Aaron Mason wrote: > > > > On Fri, Apr 7, 2023 at 3:25 AM Antun Matanović > > wrote: > > > > > > On Thu, 6 Apr 2023 at 12:55, Fabio Martins wrote: > > >

Re: OpenBSD 7.2 on Oracle Cloud

2023-04-20 Thread Aaron Mason
On Fri, Apr 21, 2023 at 1:39 PM Aaron Mason wrote: > > On Fri, Apr 7, 2023 at 3:25 AM Antun Matanović > wrote: > > > > On Thu, 6 Apr 2023 at 12:55, Fabio Martins wrote: > > > > > > Try to add an entry in grub like in this article: > > > > >

Re: xenodm: save ~/.xesssion to ~/.xsession.old

2022-11-14 Thread Aaron Bieber
Klemens Nanni writes: > X segfaulted when I opened a window, Xorg.log.old only showed the > address without anything specific, no core dump was created and > xenodm automatically restarted. > > After I logged in I checked ~/.xsession for possible indications, but > that file gets truncated on l

Re: rc.subr: implement rc_execdir

2022-05-22 Thread Aaron Bieber
On Sun, May 22, 2022, at 8:50 AM, Aaron Bieber wrote: > On Sun, May 22, 2022, at 8:32 AM, aisha wrote: >> tested with calibre-web, vaultwarden and redmine, everything is working >> fine :) >> >> thanks a lot! >> > > Navidrome working as well! Forgot to a

Re: rc.subr: implement rc_execdir

2022-05-22 Thread Aaron Bieber
On Sun, May 22, 2022, at 8:32 AM, aisha wrote: > tested with calibre-web, vaultwarden and redmine, everything is working > fine :) > > thanks a lot! > Navidrome working as well! > On 5/22/2022 4:12 AM, Antoine Jacoutot wrote: >> Here's new diff that implements daemon_execdir. >> >> Index: etc

Re: rc.subr: implement rc_execdir

2022-05-21 Thread Aaron Bieber
> Thanks. > > — > Antoine > >> On 21 May 2022, at 22:26, Aaron Bieber wrote: >> >>  >> >>> On Sat, May 21, 2022, at 10:56 AM, aisha wrote: >>>> On 5/21/2022 12:24 PM, Antoine Jacoutot wrote: >>>> On Sat, May 21, 2022 at 12:

Re: rc.subr: implement rc_execdir

2022-05-21 Thread Aaron Bieber
On Sat, May 21, 2022, at 10:56 AM, aisha wrote: > On 5/21/2022 12:24 PM, Antoine Jacoutot wrote: >> On Sat, May 21, 2022 at 12:04:03PM -0400, A Tammy wrote: >>> On 5/21/2022 10:53 AM, Antoine Jacoutot wrote: Hi. This diff allows to configure an directory from which we run rc.d com

Re: rc.subr - allow setting daemon start directory

2022-05-05 Thread Aaron Bieber
nes off the top of my head, >but for sure I have some personal rc scripts that need it for nodejs things. > — > Antoine > >> On 6 May 2022, at 00:43, Aaron Bieber wrote: >> >>  >> >>> On Thu, May 5, 2022, at 3:24 PM, Antoine Jacoutot wrote: >

Re: rc.subr - allow setting daemon start directory

2022-05-05 Thread Aaron Bieber
On Thu, May 5, 2022, at 3:24 PM, Antoine Jacoutot wrote: > Not a fan adding a knob for this. > I don’t remember why amd needs to start from /etc/amd. > > — > Antoine There are a number of ports that would benefit from this as well. > >> On 5 May 2022, at 23:12, aisha wrote: >> >> Hi, >>

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

2021-11-27 Thread Aaron Poffenberger
nnel 44 mode 11a iwm0: ASSOC -> RUN I see two differences. Before the patch, before "deauth" I see "sending delba" but not after patching, and before "firmware has detected regulatory domain 'US'", but not after. Perhaps they're unimportant, or don't show up in all roaming conditions. Cheers, --Aaron

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: sysupgr

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'

[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: vmm(4): improve {rd,wr}msr exit handling for both amd & intel

2021-04-05 Thread Aaron Bieber
Dave Voutila writes: > Dave Voutila writes: > >> The following diff cleans up and improves MSR-related event handling in >> vmm(4) for when the guest attempts a rdmsr/wrmsr instruction. As >> mentioned in a previous email to tech@ about fixing support for 9front >> guests [1], we found some disc

Re: update xterm to version 367

2021-04-01 Thread Aaron Bieber
Matthieu Herrb writes: > On Sat, Mar 27, 2021 at 10:22:15AM +0100, Matthieu Herrb wrote: >> Patch #367 - 2021/03/26 >> >> ok ? comments ? > > Hi, > > I could use some actual test results. I'd like to commit the update. Seems to be working fine here!

Re: Permit reading kern.somaxconn with unix pledge

2021-03-25 Thread Aaron Bieber
Theo de Raadt writes: > I have reviewed all the pledge using programs in the tree, and I do not > see additional risk from this change. > > Who wants to take care of the commit? I'll snag it! > > Josh Rickmar wrote: > >> The kern.somaxconn sysctl was previously permitted under the inet >> ple

Re: net80211: new Tx rate adaptation module (iwn + iwm)

2021-03-11 Thread Aaron Miller
el manually with the 'chan' option to ifconfig(8). I set it to the 5 GHz channel of my network and I didn't notice an improvement. Maybe it didn't really switch channels? Thanks for your help! --Aaron

Re: net80211: new Tx rate adaptation module (iwn + iwm)

2021-03-10 Thread Aaron Miller
s congested 5GHz band that Linux uses on the same machine, resulting in only a small fraction of the speed I get when I am booted into Linux (this is not a change caused by your patch). Your patch makes the connection usable for me. Nice work! :) --Aaron === $ ifconfig iwm0 iwm0: flags=8843

sndio support for Rust (cpal crate) - review requested

2020-11-01 Thread Aaron Miller
lling to test it on their machine and report back, that would be appreciated as well: 1. Install the rust package (if not already installed) 2. git clone https://github.com/conwayste/cpal \ -b aaron/openbsd_sndio_host 3. cd cpal 4. cargo run --example beep (there are some other examples un

Re: Python 3.8 os.listdir EINVAL on large directories

2020-07-26 Thread Aaron Miller
tory, or nbytes > is too small for returning a directory entry or block of > entries, or the current position pointer is invalid. > > > Where does the problem lie -- the upstream Python code, the > > OpenBSD-specific patches in its

Re: Add note about example dhclient.conf

2020-02-07 Thread Aaron Bieber
On Fri, 07 Feb 2020 at 17:49:41 -0800, Kyle Isom wrote: > I was looking through the dhclient.conf man page and missed that there was an > example config in /etc/examples, so I added this to the man page. I'm also > happy to go through the rest of man pages for the examples and add them if > the

Re: amdgpu (and possible radeondrm) fix

2020-01-21 Thread Aaron Bieber
On Wed, 22 Jan 2020 at 03:10:01 +0100, Mark Kettenis wrote: > The attached diff fixes amdgpu(4) and might very well fix radeondrm(4) as > well. The problems with the hardware cursor are gone, various screen > corruptions no longer seem to happen and the laptop I have here suspends and > resumes no

Remove NetChip from cdce

2019-11-13 Thread Aaron Bieber
s out that cdc and rndis are being presented. When NetChip is removed from the cdce driver, urndis(4) picks up the slack and things work as expected! Linux also has the product id defined as RNDIS. Debugged with patrick@ who is awesome and I now owe a beer or two for his help! :D OK? Cheers, A

Re: ld patch that greatly speeds up linking large programs with debug symbols

2019-02-23 Thread Aaron Miller
On February 23, 2019 2:50:46 AM PST, Jeremie Courreges-Anglas wrote: >On Sat, May 07 2016, Stefan Kempf wrote: >> Aaron Miller wrote: >>> Hi All, >>> >>> I was experiencing ~8 minute linking times for a large C++ >application >>> I have be

Re: Add Colemak keyboard encoding

2018-11-25 Thread Aaron Bieber
On Tue, 20 Nov 2018 at 19:36:55 -0700, Aaron Bieber wrote: > On Fri, 16 Nov 2018 at 07:02:42 -0700, Aaron Bieber wrote: > > On Fri, 16 Nov 2018 at 06:55:09 -0700, Aaron Bieber wrote: > > > Hi, > > > > > > This diff is based off a diff Geert Hendrickx sent to bug

Re: Add Colemak keyboard encoding

2018-11-20 Thread Aaron Bieber
On Fri, 16 Nov 2018 at 07:02:42 -0700, Aaron Bieber wrote: > On Fri, 16 Nov 2018 at 06:55:09 -0700, Aaron Bieber wrote: > > Hi, > > > > This diff is based off a diff Geert Hendrickx sent to bugs@ back in 2009. I > > have updated it to add the 'swapctrlcaps&#x

Re: Add Colemak keyboard encoding

2018-11-16 Thread Aaron Bieber
On Fri, 16 Nov 2018 at 06:55:09 -0700, Aaron Bieber wrote: > Hi, > > This diff is based off a diff Geert Hendrickx sent to bugs@ back in 2009. I > have updated it to add the 'swapctrlcaps' bit and removed the xenocara diff. > > https://marc.info/?l=openbsd-bugs&m=

Add Colemak keyboard encoding

2018-11-16 Thread Aaron Bieber
Hi, This diff is based off a diff Geert Hendrickx sent to bugs@ back in 2009. I have updated it to add the 'swapctrlcaps' bit and removed the xenocara diff. https://marc.info/?l=openbsd-bugs&m=124284599329729 Not sure if this didn't land because it was sent to bugs@ or if there are other reasons

Add the ability to style inactive panes in tmux

2018-09-30 Thread Aaron Bieber
Hi! This diff lets one style the inactive panes in tmux without forcing a default style. Before this diff I was using a combo of 'window-style' and 'window-active-style' to mimic this feature. This method isn't ideal because window-active-style becomes the "default", while window-style is the "in

[PATCH] fakertc: A Real time clock simulator

2018-07-04 Thread Aaron Lancaster
n 1970 00:00:00 - +++ libexec/fakertc/fakertc 4 Jul 2018 16:49:28 - @@ -0,0 +1,109 @@ +#!/bin/ksh +# +# $OpenBSD: fakertc.sh,v 1.0 2018/07/03 22:14:32 aal Exp $ +# +# Copyright (c) 2018 Aaron Lancaster +# +# Permission to use, copy, modify, and distribute this software for any +# purpose

Re: Allow disks to be specifid by duid in install.sub

2018-05-17 Thread Aaron Bieber
On Thu, May 17, 2018 at 06:37:56PM -0600, Aaron Bieber wrote: > On Fri, Mar 02, 2018 at 07:32:04AM -0700, Aaron Bieber wrote: > > Hi, > > > > Currently disks can only be entered in the [sw]d[0-9][0-9] format at the > > "Which disk is the root disk?"

Re: Allow disks to be specifid by duid in install.sub

2018-05-17 Thread Aaron Bieber
On Fri, Mar 02, 2018 at 07:32:04AM -0700, Aaron Bieber wrote: > Hi, > > Currently disks can only be entered in the [sw]d[0-9][0-9] format at the > "Which disk is the root disk?" prompt. This is great for humans, but > things get tricky when doing an autoinstall

Re: Allow disks to be specifid by duid in install.sub

2018-03-02 Thread Aaron Bieber
On Fri, Mar 02, 2018 at 03:21:00PM -0700, Aaron Bieber wrote: > On Fri, Mar 02, 2018 at 07:32:04AM -0700, Aaron Bieber wrote: > > Hi, > > > > Currently disks can only be entered in the [sw]d[0-9][0-9] format at the > > "Which disk is the root disk?" prompt. Thi

Re: Allow disks to be specifid by duid in install.sub

2018-03-02 Thread Aaron Bieber
On Fri, Mar 02, 2018 at 07:32:04AM -0700, Aaron Bieber wrote: > Hi, > > Currently disks can only be entered in the [sw]d[0-9][0-9] format at the > "Which disk is the root disk?" prompt. This is great for humans, but > things get tricky when doing an autoinstall upgrade on

Allow disks to be specifid by duid in install.sub

2018-03-02 Thread Aaron Bieber
UID in the response file. If anyone has a better way to determine the disk from the duid, I am all ears :D Cheers, Aaron Index: distrib/miniroot/install.sub === RCS file: /cvs/src/distrib/miniroot/install.sub,v retrieving revision 1.1065

rc.d/vmd - wait for vms to shutdown

2018-02-16 Thread Aaron Bieber
Hola, Here is a stab at telling /etc/rc.d/vmd to wait for vms to shutdown before killing vmd. Since there is no linux vmmci layer - linux machines still get killed. #!/bin/ksh # # $OpenBSD: vmd,v 1.6 2018/01/11 22:44:44 rpe Exp $ daemon="/usr/sbin/vmd" . /etc/rc.d/rc.subr # Child will not ret

[patch] Log signals and kills generated by traps

2017-12-06 Thread Aaron Vodney
Maybe I'm missing something, but it makes sense to me to log SEGV and friends in the same manner pledge(2) kills are logged. Index: kern/kern_sig.c === RCS file: /cvs/src/sys/kern/kern_sig.c,v retrieving revision 1.212 diff -u -p -u -

permit IPV6_V6ONLY in sockopt()

2017-11-17 Thread Aaron Bieber
"inet", syscall 105' Removing the "#ifdef notyet"'d IPV6_V6ONLY fixes this issue for me. Discussed with tb, jca and deraadt. OK? Cheers, Aaron Index: kern/kern_pledge.c === RCS file: /cvs/src/sys/kern/

Re: Please test: kqueue & rwlock

2017-09-29 Thread Aaron Bieber
fications grabbing the > > NET_LOCK() as well. juanfra@ told me he couldn't reproduce the > > previous crash with this diff, however I'm looking for more testers. > > Here's an updated version that fixes a hang triggered by lldpd(8) >

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

2017-09-27 Thread Aaron Poffenberger
* Aaron Poffenberger [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 current approach before goin

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 [2017-09-

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

2017-09-26 Thread Aaron Poffenberger
and rc.subr(8) work. One file for inclusion in /etc and the main ctl for /usr. The code could be integrated into netstart at some later date. In addition to the netctl utility I've included a man page. Comments or feedback would be appreciated. --Aaron --- /dev/null Tue Sep 26 20:26:45 2

Re: USB KVM switch under Xorg spams read IO errors on detach (filling up /var)

2017-09-23 Thread Aaron Fineman
le(void *v, int on /* unused */) { struct pms_softc *sc = v; int rv; @@ -808,8 +808,9 @@ pms_ioctl(void *v, u_long cmd, caddr_t d } int -pms_sec_enable(void *v) +pms_sec_enable(void *v, int on /* unused */) { + /* XXX: aaron: does this break mice on resume? */ struct p

Re: combined usb rng driver

2017-08-27 Thread Aaron Bieber
s 9 . > +.Sh HARDWARE > +The following devices are supported by this driver: > +.Pp > +.Bl -tag -width "Altusmetrum" > +.It Araneus Alea II > +Capable of delivering 100kbit/sec of hardware-generated entropy. > +The product do

Prevent pkg_info from puking: 'Use of uninitialized'

2017-08-05 Thread Aaron Bieber
K? Cheers, Aaron Index: OpenBSD/PkgInfo.pm === RCS file: /cvs/src/usr.sbin/pkg_add/OpenBSD/PkgInfo.pm,v retrieving revision 1.46 diff -u -p -r1.46 PkgInfo.pm --- OpenBSD/PkgInfo.pm 4 Aug 2017 23:35:40 - 1.46 +++ OpenBSD/PkgInfo

Re: make pkg_info -Q work with other flags

2017-08-02 Thread Aaron Bieber
On Sat, Jul 29, 2017 at 10:40:37AM -0600, Aaron Bieber wrote: > Hola, > > Currently "pkg_info -Q" doesn't respect other flags and the way > pkg_info(1) reads, it implies that they will work with it. > > This diff makes pkg_info function as expected when other

make pkg_info -Q work with other flags

2017-07-29 Thread Aaron Bieber
Hola, Currently "pkg_info -Q" doesn't respect other flags and the way pkg_info(1) reads, it implies that they will work with it. This diff makes pkg_info function as expected when other flags are passed when using -Q. Cheers, Aaron Index: Ope

Re: cpu{1,2,3}: failed to enter VMM mode

2016-10-15 Thread Aaron Bieber
On Sat, Oct 15, 2016 at 09:25:43AM -0600, Aaron Bieber wrote: > Hola, > > I have been running into some issues getting vmm to start up vms. It > had been previously working (yes it's enabled in bios, I have even > tried disabling and re-enabling a few times). > > I sta

cpu{1,2,3}: failed to enter VMM mode

2016-10-15 Thread Aaron Bieber
Hola, I have been running into some issues getting vmm to start up vms. It had been previously working (yes it's enabled in bios, I have even tried disabling and re-enabling a few times). I started seeing the 'failed to enter VMM mode' about every other reboot but now it happens all the time. He

Re: regression tests and patch for calendar(1)

2016-09-14 Thread Aaron Poffenberger
20160101 -A 180 -f /usr/share/calendar/calendar.christian After Andy's patch it resolves the issue. --Aaron * Andy Bradford [2016-08-31 07:52:19 -0600]: > Hello, > > While writing a set of regression tests for calendar(1) I discovered a > bug introduced by my last patc

Re: Bridge broken in 6.0?

2016-09-05 Thread Aaron Riekenberg
bridging? On Sun, Sep 4, 2016 at 9:12 AM, Ted Unangst wrote: > Aaron Riekenberg wrote: > > Based on Martin's hint I tried an experiment - I configured em0 > statically > > instead of using dhcp. This fixes my problem. > > > > So to summarize: in 6.0 running dh

Bridge broken in 6.0?

2016-09-04 Thread Aaron Riekenberg
Based on Martin's hint I tried an experiment - I configured em0 statically instead of using dhcp. This fixes my problem. So to summarize: in 6.0 running dhclient on a bridge-member interface breaks dhcp traffic passing through the bridge. This worked in 5.9. Also the FAQ bridge example uses DHC

Fwd: Bridge broken in 6.0?

2016-09-04 Thread aaron . riekenberg
Forwarding to tech. On Saturday, 3 September 2016 08:36:43 UTC-5, aaron.ri...@gmail.com wrote: > > On Saturday, 3 September 2016 07:15:27 UTC-5, Martin Pieuchot wrote: > > Yes something changed. That might be the cause for your regression. > > Sadly your bug report does not contain enough infor

Bridge broken in 6.0?

2016-09-03 Thread Aaron Riekenberg
I have been using a 5.9 amd64 box with 2 em interfaces configured as a bridge for some time between my ISP's modem/router and my home network. With this setup on 5.9, things worked perfectly. On 6.0 I have tried the same very simple configuration of creating a bridge with em0 and em1 interfaces an

ld patch that greatly speeds up linking large programs with debug symbols

2016-04-28 Thread Aaron Miller
Hi All, I was experiencing ~8 minute linking times for a large C++ application I have been working on when running -current on amd64. It turns out that the decade-old version of ld in the OpenBSD source tree has a bug that causes quadratic complexity for some linking operations when debug symbols

Re: Xorg stipple

2016-03-10 Thread Aaron Bieber
joshua stein writes: > Is anyone seriously finding video/Xorg bugs through the default X > stipple pattern anymore? Xorg changed the default to draw a black > background a while ago (with stipple enabled using the -retro flag), > but we have this local change that reverted it while adding a sill

Re: morse(6) update

2016-01-17 Thread Aaron Bieber
Stuart Henderson writes: > Update for the current spec which includes an official prosign for @ > (I'm not sure where the old one we had came from but it's not the right > thing to use nowadays) and distinct parentheses. > > OK? OK abieber@ if you haven't gotten one yet. > > Index: morse.6 > ==

Re: rtadvd on OpenBSD 5.6 with Comcast cable connection

2015-01-01 Thread Aaron Riekenberg
OK with me. Thanks. On Thu, Jan 1, 2015 at 12:15 PM, Florian Obser wrote: > (moved to tech@) > > On Thu, Jan 01, 2015 at 11:51:32AM -0600, Aaron Riekenberg wrote: > > I found some other reports of the same problem with rtadvd logging > > excessive messages about router

Re: xhci problems on Thinkpad X240

2014-11-09 Thread Aaron Bieber
Matthieu Herrb writes: > Hi, > > my X240 has 2 USB3.0 ports. I use one of them to connect a urtwn(4) > usb wifi dongle since the internal intel wifi is not (yet) supported. > > After the recent commit to enable xhci, I tried to switch the BIOS > USB3 support mode from 'disabled' to 'auto'. This

Re: SSLHonorCipherOrder for OpenBSD's httpd

2013-07-07 Thread Aaron Stellman
On Mon, Jul 08, 2013 at 07:06:43AM +0200, Otto Moerbeek wrote: > I think you missed the renogiate case. Anyway, I posted almost the > same diff some time ago. You're right -- renegotiate case was missed. Your patch from April looks fine to me. It would be beneficial to have it committed. Thanks

Re: base apache and HonorCipherOrder

2013-07-07 Thread Aaron Stellman
On Tue, Apr 23, 2013 at 09:08:19AM +0200, Otto Moerbeek wrote: > If there is any interest, I might add the manual stuff, get ok's and > commit it. I find it useful to have SSLHonorCipherOrder in OpenBSD's apache.

Re: SSLHonorCipherOrder for OpenBSD's httpd

2013-07-07 Thread Aaron Stellman
On Mon, Jul 08, 2013 at 05:30:22AM +0200, J??r??mie Courr??ges-Anglas wrote: > Otto Moerbeek had already done work about this, but no one commented on > the mailing-list: http://marc.info/?l=openbsd-tech&m=136670100711787&w=2 I am sorry I've missed his earlier email. > > This diff is adapted from

SSLHonorCipherOrder for OpenBSD's httpd

2013-07-07 Thread Aaron Stellman
As you may or may not know, SSLHonorCipherOrder is supported since apache 2.1. This diff ports this feature to OpenBSD's httpd. Its effects can be tested @ https://www.ssllabs.com/ssltest/analyze.html?d=example.com by playing with SSLHonorCipherOrder/SSLCipherSuite directives. SSLHonorCipherOrder

Re: iked(8) and GCM

2013-05-22 Thread Aaron Stellman
On Mon, May 20, 2013 at 08:24:06PM +0100, Stuart Henderson wrote: > If you make it a couple of paragraphs past the table, there is this > paragraph, which is rather clear: > > Using AES-GMAC or NULL with ESP will only provide authentication. This > is useful in setups where AH can not b

Re: iked(8) and GCM

2013-05-20 Thread Aaron Stellman
On Sat, May 18, 2013 at 04:30:43AM +0200, Reyk Floeter wrote: > You're mixing up GCM and GMAC. You have to update your config to use > aes-256-gcm instead of aes-256-gmac! The GMAC is actually only the > authentication part and it is not encrypting the payload. You can > see it as "childsa enc n

iked(8) and GCM

2013-05-17 Thread Aaron Stellman
Before I proceed, I realize that iked is not yet finished and is missing some important security features. I am just pointing out something that may not be known, and perhaps should be addressed. I have a very simple instance of 2 qemu machines, running same snapshot of 5.3-current: OpenBSD openbs

Re: fix audio/midi interrupts on mp kernels

2013-04-17 Thread Aaron
On Wed, Apr 17, 2013 at 1:47 AM, Alexandre Ratchov wrote: > On Mon, Apr 08, 2013 at 12:09:15PM +0200, Alexandre Ratchov wrote: >> This diff is to add audio-specific locking in order to stop taking >> the global kernel lock in audio interrupt code paths. With this, >> audio drivers don't have to wa

Re: ksh: tab completion fix (again)

2012-09-26 Thread Aaron Bieber
On Thu, Sep 27, 2012 at 01:42:25AM +0400, Alexander Polakov wrote: > I sent this diff in 2011 (?) with a bunch of other diffs. > It fixes tab completion for filenames containing special > characters like [], () and so. > > This code affects interactive mode only, and I don't know a way > to do aut

Re: FTDI FT2232H

2012-09-10 Thread Aaron
On Sun, Sep 9, 2012 at 8:32 PM, Aaron Bieber wrote: > On Sat, Sep 08, 2012 at 04:47:45PM +0200, Raphael Graf wrote: >> This adds support for the FT2232H and FT4232H serial adapters. >> (FT2232H found on the BeagleBone). >> >> These devices have a 120MHz base clock

Re: FTDI FT2232H

2012-09-09 Thread Aaron Bieber
On Sat, Sep 08, 2012 at 04:47:45PM +0200, Raphael Graf wrote: > This adds support for the FT2232H and FT4232H serial adapters. > (FT2232H found on the BeagleBone). > > These devices have a 120MHz base clock for the baud rate generator > and need a different encoding for the baud rate divisor. > Th

Re: ksh sigwinch

2012-09-09 Thread Aaron Bieber
On Wed, Sep 05, 2012 at 01:11:28PM +0200, LEVAI Daniel wrote: > On sze, szept 05, 2012 at 07:01:45 -0400, Ted Unangst wrote: > [...] > > > This doesn't work for me inside either urxvt or xterm. I've resized the > > > windows but the end of the line remained more far than the windows' > > > edge. Do

rc(8) patch

2012-07-02 Thread Aaron Stellman
Re-create a seed file on a first boot too -- better than not having any seed at all. Index: etc/rc === RCS file: /cvs/src/etc/rc,v retrieving revision 1.400 diff -u etc/rc --- etc/rc 6 Apr 2012 15:11:30 - 1.400 +++ etc/

Re: ssh, extern cleanup

2011-12-12 Thread Aaron Stellman
On Thu, Dec 08, 2011 at 07:34:16PM +0100, Mike Belopuhov wrote: > patches for portable openssh should go to the portable openssh mailing lists: > http://mindrot.org/portable-openssh.html > (you can't apply them to openbsd source tree) > > and you should probably use unified diffs (diff -up). Here

ssh, extern cleanup

2011-12-08 Thread Aaron Stellman
Hello there, Is there any good reason why most of .c files need to have externs for ServerOptions/Options? Any reason not to have them in appropriate header files? Index: auth-chall.c === RCS file: /cvs/openssh/auth-chall.c,v retriev

Re: Synaptics touchpad

2011-07-20 Thread Aaron Bieber
Still working here. On Wed, Jul 20, 2011 at 12:43:54AM +0600, Alexandr Shadchin wrote: > Hi, > > Please test latest patch for support Synaptics touchpad > (or http://koba.devio.us/distfiles/synaptics.v5.diff) > Patch for snapshot from 18-Jul-2011 or newer. > > It seems everything regression elim

Re: X configuration changes for synaptics - please test

2011-07-06 Thread Aaron
This seems to resolve my issues on the T410. No lockups yet! On Wed, Jul 6, 2011 at 1:05 AM, Alexandr Shadchin < alexandr.shadc...@gmail.com> wrote: > On Sat, Jun 18, 2011 at 01:40:56AM +0600, Alexandr Shadchin wrote: > > On Wed, Jun 15, 2011 at 09:11:43AM +0200, Matthieu Herrb wrote: > > > Hi, >

ssh, consistent use of fcntl(2) with F_SETFD

2011-05-14 Thread Aaron Stellman
Please review the diff. Thanks Index: usr.bin/ssh/authfd.c === RCS file: /cvs/src/usr.bin/ssh/authfd.c,v retrieving revision 1.84 diff -p -u -r1.84 authfd.c --- usr.bin/ssh/authfd.c31 Aug 2010 11:54:45 - 1.84 +++ usr.

WIP: Support Synaptics touchpad

2011-03-15 Thread Aaron Bieber
Hi I am running the synaptics patch on -current amd64. Seems to be running great! dmesg: pms0 at pckbc0 (aux slot) wsmouse0 at pms0 mux 0 wsmouse1 at pms0 mux 0 I have touchpad+trackpoint enabled on a lenovo t410 Cheers, Aaron

Re: Please test this diff on as many acpi systems as possible

2009-06-09 Thread Aaron W. Hsu
0: console keyboard, using wsdisplay0 pms0 at pckbc0 (aux slot) pckbc0: using irq 12 for aux slot wsmouse0 at pms0 mux 0 pcppi0 at isa0 port 0x61 midi0 at pcppi0: spkr0 at pcppi0 aps0 at isa0 port 0x1600/31 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 mtrr: Pentium Pro MTRR suppo

Re: Please test this diff on as many acpi systems as possible

2009-06-08 Thread Aaron Stellman
On Sat, Jun 06, 2009 at 10:23:34PM -0600, g...@gwk.ca wrote: > And it works better if you send the actual diff you would like tested > sorry about this, but please test this one. > seemingly no regressions on thinkpad T61, speedstep is properly recognized now. OpenBSD 4.5-current (GENERIC.MP) #4:

Re: ksh vi mode werase (^W) handling

2009-06-03 Thread Aaron W. Hsu
From dwchand...@stilyagin.com Wed Jun 3 22:45:13 2009 Here's a diff to make ksh vi mode handle werase more like vi. It's really irritating to have whole paths go away on ^W instead of just the last bit. Way cool. -- Aaron W. Hsu | <http://ww