Re: boot failure after patch build cycle

2023-01-21 Thread Crystal Kolipe
On Sat, Jan 21, 2023 at 11:26:55PM +1300, Avon Robertson wrote: > During the reboot, immediately after the boot> prompt disappeared the > machine froze. Thanks for testing. I've only seen this issue happen on machines which are using the amdgpu framebuffer driver. I'll try to do some tests

boot failure after patch build cycle

2023-01-21 Thread Avon Robertson
Hello misc@, After successfully applying this patch from Crystal Kolipe; Date: Wed, 18 Jan 2023 21:00:29 -0300 From: Crystal Kolipe To: t...@openbsd.org Subject: Re: [patch] italic text on the console! Message-ID: Mail-Followup-To: t...@openbsd.org References: [1] then successfully

Re: Making MS teams work on openbsd

2023-01-21 Thread Divan Santana
>> Any workaround is better then nothing, painful or not. > > Perhaps doing up a package of Jami for BSDs would be a cleaner/better > option? > I wouldn't pollute my harddrive with anything MS, quite frankly. > For me, straightaway that would be a security issue, at the least. > >

Re: bridge(4) question new network setup

2023-01-21 Thread patrick keshishian
On 1/20/23, David Gwynne wrote: > On Fri, Jan 20, 2023 at 11:09:47AM -0800, patrick keshishian wrote: >> Hello, >> >> I am trying get a new ISP setup working. The Router is >> causing some pain. There is a /28 public block assigned. >> The DSL router can't be configured in transparent bridge >>

do i need to move to veb?

2023-01-21 Thread kasak
Hello misc! I'm using bridge for integrating remote clients to my network with this simple config: $ cat /etc/hostname.bridge0 add vether0 add em1 add tap1 up I see in this commit that veb is supposed to replace bridge https://marc.info/?l=openbsd-cvs=161405102019493=2 Does it make sense

Re: After upgrade to 7.2 snmpd fails

2023-01-21 Thread Mike Fischer
Nevermind! # userdel _rtadvd # groupdel _rtadvd # groupadd -g 92 _agentx Solved the problem. Apparently I failed to follow the instructions in https://www.openbsd.org/faq/upgrade64.html when I did that upgrade ;-) Sorry for the noise! Mike > Am 21.01.2023 um 23:59 schrieb Mike Fischer : >

Re: bridge(4) question new network setup

2023-01-21 Thread David Gwynne
On Sat, Jan 21, 2023 at 01:46:34PM -0800, patrick keshishian wrote: > On 1/20/23, David Gwynne wrote: > > On Fri, Jan 20, 2023 at 11:09:47AM -0800, patrick keshishian wrote: > >> Hello, > >> > >> I am trying get a new ISP setup working. The Router is > >> causing some pain. There is a /28

Re: init: single user shell terminated, restarting

2023-01-21 Thread Johan Huldtgren
hello, On 2023-01-16 14:31, Theo de Raadt wrote: > kettenis figured out what the problem is. > > There might be a solution tomorrow. For the archives I can confirm that my net5501 upgraded fine with the latest snapshot. $ sysctl kern.version kern.version=OpenBSD 7.2-current (GENERIC) #545:

Re: boot failure after patch build cycle

2023-01-21 Thread Avon Robertson
On Sat, Jan 21, 2023 at 07:59:46AM -0300, Crystal Kolipe wrote: > On Sat, Jan 21, 2023 at 11:26:55PM +1300, Avon Robertson wrote: > > During the reboot, immediately after the boot> prompt disappeared the > > machine froze. > > Thanks for testing. > > I've only seen this issue happen on machines

Re: Issues booting alpine linux > 3.5 on vmm - openbsd7.2

2023-01-21 Thread Divan Santana
Dave Voutila writes: > Dave Voutila writes: > >> di...@santanas.co.za writes: >> >>> Hi OpenBSD friends, >>> >>> Just a report, not sure if it's helpful, but @voutilad requested [1] I >>> send the details to the mailing list. >>> >>> I have seen a few reports online[1][2], about some users not

Re: After upgrade to 7.2 snmpd fails

2023-01-21 Thread Mike Fischer
Ok, I think I have figured out the root cause: Group _agentx (gid 92) does not exist! Instead I have: # cat /etc/passwd|grep _rtadvd _rtadvd:*:92:92:IPv6 Router Advertisement Daemon:/var/empty:/sbin/nologin # cat /etc/group|grep _rtadvd _rtadvd:*:92: # Any idea which port installs this? I

After upgrade to 7.2 snmpd fails

2023-01-21 Thread Mike Fischer
I have just upgraded a VM from OpenBSD 7.1 to 7.2. Looks good so far except for snmpd which suddenly fails shortly after starting up: >From /var/log/daemon: Jan 21 22:59:56 wo snmpd[86168]: legacy backend: Registering 1.3.6.1.6.3.15.1.1.6.0(instance) context() priority(1) timeout(1.50s) Jan 21

Re: bridge(4) question new network setup

2023-01-21 Thread David Gwynne
> On 22 Jan 2023, at 10:44, David Gwynne wrote: > > On Sat, Jan 21, 2023 at 01:46:34PM -0800, patrick keshishian wrote: >> On 1/20/23, David Gwynne wrote: >>> On Fri, Jan 20, 2023 at 11:09:47AM -0800, patrick keshishian wrote: Hello, I am trying get a new ISP setup working.

Re: bridge(4) question new network setup

2023-01-21 Thread David Gwynne
On Sat, Jan 21, 2023 at 01:32:18PM -0800, patrick keshishian wrote: > On 1/20/23, Hrvoje Popovski wrote: > > On 20.1.2023. 20:09, patrick keshishian wrote: > >> Hello, > >> > >> I am trying get a new ISP setup working. The Router is > >> causing some pain. There is a /28 public block assigned.

veb(4) with multiple vlan(4)'s

2023-01-21 Thread Scott Colby
Hello, I am trying to set up a router with a fresh install of OpenBSD 7.2, and I'm having a hard time grokking how to use veb. I have organized my network into 4 subnets: - DHCP "WAN" - 192.168.0.0/24 "LAN" - 192.168.2.0/24 "IOT" - 192.168.3.0/24 "Guest" My computer has 4 interfaces em{0..3}

Re: bridge(4) question new network setup

2023-01-21 Thread patrick keshishian
On 1/20/23, Hrvoje Popovski wrote: > On 20.1.2023. 20:09, patrick keshishian wrote: >> Hello, >> >> I am trying get a new ISP setup working. The Router is >> causing some pain. There is a /28 public block assigned. >> The DSL router can't be configured in transparent bridge >> mode (they say).