Re: panic: unix: lock not held

2024-05-02 Thread Stuart Henderson
On 2024-05-03, Amit Kulkarni wrote: > Hi all, > Referring to the existing email chain on bugs@ > https://marc.info/?l=openbsd-bugs&m=171468519914343&w=2 > > Unable to boot to a prompt. How do I recover by booting an older kernel? > There is no /obsd to try out. sysupgrade doesn't save old kernels

panic: unix: lock not held

2024-05-02 Thread Amit Kulkarni
Hi all, Referring to the existing email chain on bugs@ https://marc.info/?l=openbsd-bugs&m=171468519914343&w=2 Unable to boot to a prompt. How do I recover by booting an older kernel? There is no /obsd to try out. Thanks

Re: fw_update

2024-05-02 Thread Stuart Henderson
On 2024-05-02, Harald Dunkel wrote: > On 2024-04-30 13:25:39, Страхиња Радић wrote: >> Дана 24/04/30 01:12PM, Kirill A. Korinsky написа: >>> You may download it by hand and install as fw_update /path/to/firmware.tgz >> >> BTW, this is in fw_update(8). >> >> man 8 fw_update >> /SYNOPSIS >> > > A

Re: pax and ext2fs (update)

2024-05-02 Thread Walter Alejandro Iglesias
Removing the inode check (-Y option) files are updated correctly to ext2fs. So the command would be: $ pax -rw -v -Z $files $target So, it's something with the inode check what doesn't work with ext2fs.

Re: fw_update

2024-05-02 Thread Страхиња Радић
Дана 24/05/02 02:55PM, Harald Dunkel написа: > SYNOPSIS >fw_update [-adinv] [-p path] [driver ...] > > What is -F supposed to do? What happened to the -i? I'm not sure what flavor are you using, but you should update it and the packages (type ‘pkg_add -u’ as root). With OpenBS

Re: Relayd forward to multiple ports on one target host?

2024-05-02 Thread Manuel Giraud
Paul Pace writes: > Hello! > > I have an OpenBSD server that hosts multiple services listening on > various ports (some projects have their own web server, some projects > require a reverse proxy, some projects just use httpd, etc.). This > server receives requests via relayd on a different serve

Re: boot openbsd from emmc on RockPro64

2024-05-02 Thread Cristian Danila
UPDATE By doing some research I found this to be a bug in ATF. Since this is another topic I left the message dedicated to it in hope some openbsd dev would implement a workaround in kernel. https://marc.info/?l=openbsd-misc&m=171448854117299&w=2 On Tue, Apr 30, 2024 at 4:13 PM OBI wrote: > > On

Re: Relayd forward to multiple ports on one target host?

2024-05-02 Thread Zé Loff
On Thu, May 02, 2024 at 06:34:51AM -0700, Paul Pace wrote: > Hello! > > I have an OpenBSD server that hosts multiple services listening on various > ports (some projects have their own web server, some projects require a > reverse proxy, some projects just use httpd, etc.). This server receives

Re: pax and ext2fs

2024-05-02 Thread Walter Alejandro Iglesias
On Thu, 2 May 2024 12:03:10, Stuart Henderson wrote > I don't have a suitable filesystem handy to test, but does OpenBSD's > implementation of ext2fs support sub-second timestamps? > > stat -f %Fm $filename > > If not, that's a probable explanation for the difference in behaviour. > You could proba

Relayd forward to multiple ports on one target host?

2024-05-02 Thread Paul Pace
Hello! I have an OpenBSD server that hosts multiple services listening on various ports (some projects have their own web server, some projects require a reverse proxy, some projects just use httpd, etc.). This server receives requests via relayd on a different server. I was hoping to not ins

Re: fw_update

2024-05-02 Thread Jason McIntyre
On Thu, May 02, 2024 at 02:55:33PM +0200, Harald Dunkel wrote: > On 2024-04-30 13:25:39, ?? wrote: > > 24/04/30 01:12PM, Kirill A. Korinsky : > >> You may download it by hand and install as fw_update /path/to/firmware.tgz > > > > BTW, this is in fw_upd

Re: fw_update

2024-05-02 Thread Harald Dunkel
On 2024-04-30 13:25:39, Страхиња Радић wrote: Дана 24/04/30 01:12PM, Kirill A. Korinsky написа: You may download it by hand and install as fw_update /path/to/firmware.tgz BTW, this is in fw_update(8). man 8 fw_update /SYNOPSIS Another BTW: # fw_update -i fw_update: unknown

Re: pax and ext2fs

2024-05-02 Thread Stuart Henderson
On 2024-05-02, Walter Alejandro Iglesias wrote: > I expect from that command no more and no less than what is explained in > the man page: > > Update (and list) only those files in the destination directory > /backup which are older (less recent inode change or file > modification time

Re: pax and ext2fs

2024-05-02 Thread Walter Alejandro Iglesias
I expect from that command no more and no less than what is explained in the man page: Update (and list) only those files in the destination directory /backup which are older (less recent inode change or file modification times) than files with the same name found in the source fil

Re: Ports: micro is broken

2024-05-02 Thread Mizsei Zoltán
I see, thanks for the detailed explanation. I'll use mg then. :) Regards, --ext Stuart Henderson írta 2024. máj.. 2, Cs-n 11:15 órakor: > On 2024-05-02, Mizsei Zoltán wrote: >> I am unsure if this is the correct list for this to report, but there seems >> to be other mails regarding ports here,

Re: Ports: micro is broken

2024-05-02 Thread Stuart Henderson
On 2024-05-02, Mizsei Zoltán wrote: > I am unsure if this is the correct list for this to report, but there seems > to be other mails regarding ports here, so... po...@openbsd.org is better for ports-related questions. > I am facing issues with the port of the "micro" editor (written in go) on

Ports: micro is broken

2024-05-02 Thread Mizsei Zoltán
Hi, I am unsure if this is the correct list for this to report, but there seems to be other mails regarding ports here, so... I am facing issues with the port of the "micro" editor (written in go) on OBSD 7.5. While the color handling was broken in 7.4, but otherwise the editor used to work, h