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: 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: 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
Hi, I have a raspberry pi 0 that attaches as: cdce0 at uhub0 port 3 configuration 2 interface 0 "Linux 4.19.75+ with \ 2098.usb RNDIS/Ethernet Gadget" rev 2.00/4.19 addr 10 Unfortunately the cdce interface does not work with this particular device. On the linux end, it turns out that c

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

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
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 systems where connected disks change frequently. This diff lets you put the DUID in the response

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

permit IPV6_V6ONLY in sockopt()

2017-11-17 Thread Aaron Bieber
Hi, I ran into a pledge'ing weirdness with Go apps and 'inet'. Go tries to probe available communication options: https://github.com/golang/go/blob/master/src/net/ipsock_posix.go#L44-L56 The result of which ends up being 'inet' pledged go apps fail with: 'pledge "inet", syscall 105' Removing th

Re: Please test: kqueue & rwlock

2017-09-29 Thread Aaron Bieber
On Thu, Sep 28, 2017 at 02:07:39PM +, Martin Pieuchot wrote: > On 12/09/17(Tue) 11:09, Martin Pieuchot wrote: > > My previous attempt to grab the NET_LOCK(), thus potentially sleeping, > > inside kqueue_scan() resulting in NULL dereferences: > > https://marc.info/?l=openbsd-bugs&m=149935139

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
Hola, This was spotted by mischief on #openbsd (freenode). Currently if -v is used with -Q and PKG_PATH is not set, users see: Use of uninitialized value $ENV{"PKG_PATH"} in concatenation (.) or string at /usr/libdata/perl5/OpenBSD/PkgInfo.pm line... This diff fixes that. OK? Cheers, Aaron

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: OpenBSD/PkgInfo.pm =

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

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

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