Re: vi - inability to search backwards for ?

2023-05-13 Thread Kastus Shchuka
On Fri, May 12, 2023 at 11:11:23PM -0700, Jeremy Mates wrote: > A search for /\/ is okay; this discards the \ and searches for "/" > > A search for ?\? is not okay; this discards the \ and searches for "?" > which is an invalid regular expression, "RE error: repetition-operator > operand

Re: Default partitioning scheme ran out of space for updates

2023-05-13 Thread michal . lyszczek
On 2023-05-13 11:16:13, Allan Streib wrote: > On Sat, May 13, 2023, at 09:19, Sylvain Saboua wrote: > > > Filesystem SizeUsed Avail Capacity Mounted on > > /dev/sd1a 986M986M -49.1M 105%/ > > You have something else using space on your root partition. > > From my

Re: Default partitioning scheme ran out of space for updates

2023-05-13 Thread Amelia A Lewis
On Sat, 13 May 2023 11:16:13 -0500, Allan Streib wrote: > On Sat, May 13, 2023, at 09:19, Sylvain Saboua wrote: > >> Filesystem SizeUsed Avail Capacity Mounted on >> /dev/sd1a 986M986M -49.1M 105%/ > > You have something else using space on your root partition. > >

Re: Default partitioning scheme ran out of space for updates

2023-05-13 Thread Allan Streib
On Sat, May 13, 2023, at 09:19, Sylvain Saboua wrote: > Filesystem SizeUsed Avail Capacity Mounted on > /dev/sd1a 986M986M -49.1M 105%/ You have something else using space on your root partition. >From my machine, (7.3 amd64): /dev/sd0a 1005M214M740M

Failure to boot post 04/18 kernel on Deciso DEC750

2023-05-13 Thread Denis Fondras
Hello, Just for your information, when applying this diff : http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/ic/com.c.diff?r1=1.175=1.176=h Deciso DEC750 (based on Ryzen Embedded) cannot boot anymore (reboot or hang when loading kernel). Regards, Denis

Re: vi - inability to search backwards for ?

2023-05-13 Thread Jeremy Mates
On 2023-05-13 10:26:42 +0200, Andreas Kusalananda Kähäri wrote: > I'm assuming this is with the "extended" option set in vi, right? Yes.

Re: vi - inability to search backwards for ?

2023-05-13 Thread Andreas Kusalananda Kähäri
On Fri, May 12, 2023 at 11:11:23PM -0700, Jeremy Mates wrote: > A search for /\/ is okay; this discards the \ and searches for "/" > > A search for ?\? is not okay; this discards the \ and searches for "?" > which is an invalid regular expression, "RE error: repetition-operator > operand

Re: OpenBSD Hackathons

2023-05-13 Thread Chris Bennett
On Fri, May 12, 2023 at 08:18:45PM +, Katherine Mcmillan wrote: > Hi all, > > Thank you for the helpful responses, this definitely explains some things! > > I'm looking at organizing an OpenBSD Hackathon in the National Capital Region > in Canada (could potentially be on the Gatineau,

Re: OpenBSD Hackathons

2023-05-13 Thread Otto Moerbeek
On Sat, May 13, 2023 at 09:18:45AM +1000, David wrote: > On Fri, 2023-05-12 at 22:07 +0200, Anders Andersson wrote: > > On Fri, May 12, 2023 at 9:39 PM Katherine Mcmillan > > wrote: > > > > > > Hi Stuart, > > > > > > Thank you for your response.  The upcoming OpenBSD Hackathons > > > aren't

vi - inability to search backwards for ?

2023-05-13 Thread Jeremy Mates
A search for /\/ is okay; this discards the \ and searches for "/" A search for ?\? is not okay; this discards the \ and searches for "?" which is an invalid regular expression, "RE error: repetition-operator operand invalid". A problematic bare leading ? on a backwards search can be escaped by