securelevel=2 and mount hardening

2024-03-24 Thread Lyndon Nerenberg (VE7TFX/VE6BBM)
I am curious to hear peoples thoughts on adding some mount(2) hardening when the system is running at securelevel 2. Specifically: * do not allow removing MT_NODEV, MT_NOEXEC, MT_NOSUID, or MT_RDONLY in conjunction with MNT_UPDATE * do not allow MNT_WXALLOWED in

configure rad for ULA addresses

2024-03-24 Thread Evan Sherwood
I'm not sure how to configure rad (or if rad is the right program) to help have my devices autoconfigured ULA addresses in a given prefix (generated from https://www.unique-local-ipv6.com). I am debugging a new ISP and need to switch between two ISPs without disrupting communication between my

Re: CLI program to download OpenBSD ISO images

2024-03-24 Thread Peter N. M. Hansteen
On Sun, Mar 24, 2024 at 05:32:20PM -0300, Alceu Rodrigues de Freitas Junior wrote: > > Is there any CLI program for OpenBSD that implements the steps described at > https://www.openbsd.org/faq/faq4.html#Download to download and check the ISO > images? > > I wasn't able to find anything relevant

CLI program to download OpenBSD ISO images

2024-03-24 Thread Alceu Rodrigues de Freitas Junior
Greetings, Is there any CLI program for OpenBSD that implements the steps described at https://www.openbsd.org/faq/faq4.html#Download to download and check the ISO images? I wasn't able to find anything relevant after a quick check on DuckDuckGo. I implemented a simple Perl script that

Re: Firefox hangs after sleep

2024-03-24 Thread Raymond, David
I reinstalled OpenBSD on the laptop experiencing this problem (for various reasons) and the Firefox problem went away.(!) Dave David J. Raymond david.raym...@nmt.edu http://kestrel.nmt.edu/~raymond On Thu, Mar 21, 2024 at 2:36 AM Stefan Sperling wrote: > On Thu, Mar 21, 2024 at 02:29:14AM

Re: porting OpenBSD to Ox64

2024-03-24 Thread Peter J. Philipp
On 3/24/24 14:09, Slava Voronzoff wrote: On Fri, 22 Mar 2024 04:28:15 +0100 "Peter J. Philipp" wrote: No I didn't try a newer OBSD, I will soon though. :-)  And no I didn't change anything in the DTB. While this is an EXTREMELY dirty attempt to add it can you try somehow this patch for

Re: Request for a check 'relinking in progress' before a reboot

2024-03-24 Thread Dan
Thanks for the reply, I will give it a try. I'm still with the /etc/bsd.re-config without effect.. Stuart Henderson : >> Eg. actually I was testing changes to my /etc/bsd.re-config ( as per >> different thread ), it needs two reboots to apply changes.. > > Run /usr/libexec/reorder_kernel

Re: Trying to access /dev/ttyUSB0 device from VM

2024-03-24 Thread Stuart Henderson
On 2024/03/24 20:12, Sadeep Madurange wrote: > On 2024-03-24 10:51:51, Stuart Henderson wrote: > > On 2024-03-24, Sadeep Madurange wrote: > > > On 2024-03-24 09:43:07, Stuart Henderson wrote: > > >> Any particular reason to not just run esptool on OpenBSD? It's in > > >> packages.. > > > > > >

Re: Trying to access /dev/ttyUSB0 device from VM

2024-03-24 Thread Sadeep Madurange
On 2024-03-24 10:51:51, Stuart Henderson wrote: > On 2024-03-24, Sadeep Madurange wrote: > > On 2024-03-24 09:43:07, Stuart Henderson wrote: > >> Any particular reason to not just run esptool on OpenBSD? It's in > >> packages.. > > > > Unfortunately, the esptool in the packages is for programming

Re: Trying to access /dev/ttyUSB0 device from VM

2024-03-24 Thread Stuart Henderson
On 2024-03-24, Sadeep Madurange wrote: > On 2024-03-24 09:43:07, Stuart Henderson wrote: >> On 2024-03-17, Sadeep Madurange wrote: >> > I set up a Linux VM on OpenBSD hoping to flash ESP32 programs from >> > the Linux VM. However when I plug the MCU in, I can't see it in the >> > /dev directory.

Re: Camera or mic works on video calls, but not both

2024-03-24 Thread Sadeep Madurange
On 2024-03-24 10:44:07, Kirill A. Korinsky wrote: > On Sun, 24 Mar 2024 02:45:16 +0100, > Sadeep Madurange wrote: > > > > Then I tried Zoom on firefox (doesn't work with chromium at all). I > > can both see and hear the other party. They can hear me, but can't > > see my video. I see a warning on

Re: Trying to access /dev/ttyUSB0 device from VM

2024-03-24 Thread Sadeep Madurange
On 2024-03-24 09:43:07, Stuart Henderson wrote: > On 2024-03-17, Sadeep Madurange wrote: > > I set up a Linux VM on OpenBSD hoping to flash ESP32 programs from > > the Linux VM. However when I plug the MCU in, I can't see it in the > > /dev directory. > > Any particular reason to not just run

Re: Request for a check 'relinking in progress' before a reboot

2024-03-24 Thread Stuart Henderson
On 2024-03-23, Dan wrote: > Eg. actually I was testing changes to my /etc/bsd.re-config ( as per > different thread ), it needs two reboots to apply changes.. Run /usr/libexec/reorder_kernel after your edit.

Re: Request for a check 'relinking in progress' before a reboot

2024-03-24 Thread Stuart Henderson
On 2024-03-23, Florian Obser wrote: > > diff --git libexec/reorder_kernel/reorder_kernel.sh > libexec/reorder_kernel/reorder_kernel.sh > index fb1d151f42a..809d1e18e55 100644 > --- libexec/reorder_kernel/reorder_kernel.sh > +++ libexec/reorder_kernel/reorder_kernel.sh > @@ -30,6 +30,14 @@

Re: Camera or mic works on video calls, but not both

2024-03-24 Thread Kirill A . Korinsky
On Sun, 24 Mar 2024 02:45:16 +0100, Sadeep Madurange wrote: > > Then I tried Zoom on firefox (doesn't work with chromium at all). I can > both see and hear the other party. They can hear me, but can't see my > video. I see a warning on my end saying that it couldn't detect my > camera. As far as

Re: Trying to access /dev/ttyUSB0 device from VM

2024-03-24 Thread Stuart Henderson
On 2024-03-17, Sadeep Madurange wrote: > I set up a Linux VM on OpenBSD hoping to flash ESP32 programs from the > Linux VM. However when I plug the MCU in, I can't see it in the /dev > directory. Any particular reason to not just run esptool on OpenBSD? It's in packages..