7.4 panic ip_output no HDR

2023-11-07 Thread Kapetanakis Giannis
Hi, This is the 2nd panic I get on this machine after 7.4, both the same, ip_output() from pflow_output_process() ddb{0}> show panic *cpu0: ip_output no HDR ddb{0}> trace db_enter() at db_enter+0x14 panic(820bea35) at panic+0xc3

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-07 Thread Giovanni Bechis
On 11/7/23 20:16, Omar Polo wrote: On 2023/11/07 19:30:43 +0100, Harald Dunkel wrote: Hi Omar, sorry for the delay, but I have good news: The patch seems to work. Of course I will continue to watch it. Thanks for verifying! Before bumping the smtp-filter protocol version I took at look at

Re: Typo in faq4.html

2023-11-07 Thread Ingo Schwarze
Hi Robin, robin@tilde.institute wrote on Sat, Nov 04, 2023 at 01:18:47PM +: > In faq4.html, the link to OpenBSD's firmware directory is not working. > Indeed it is http://firmware.openbsd.org instead of > http://firmware.openbsd.org/firmware/ as shown in fw_update(8)'s > manpage. Thank

Re: OnLogic Helix 330

2023-11-07 Thread Stefan Sperling
On Tue, Nov 07, 2023 at 09:17:57PM -, Stuart Henderson wrote: > On 2023-11-07, Devin Reade wrote: > > I recently acquired an OnLogic Helix 330 (see [1] and [2]) and booted > > the 7.4 install image via USB; no installation yet, no serial console > > configured yet, no sharable dmesg yet. > >

Thinkpad Gets Very Hot

2023-11-07 Thread luffy20201
Hi, I've been an OpenBSD user for a year now, but I've never been able to disable Acpitz. I have tried everything, and nothing has worked. I use a Thinkpad X220, and it gets really hot. I need some help with this, can you please guys lend a hand? Thank You

Re: OnLogic Helix 330

2023-11-07 Thread Stuart Henderson
On 2023-11-07, Devin Reade wrote: > I recently acquired an OnLogic Helix 330 (see [1] and [2]) and booted > the 7.4 install image via USB; no installation yet, no serial console > configured yet, no sharable dmesg yet. > > I have the version with the four network interfaces, based on the > J6426.

Re: What happened to art4.html

2023-11-07 Thread cat
> for now It has been over a year On November 3, 2023 3:07:14 PM GMT, Christian Weisgerber wrote: >cat: > >> I tried to find OpenBSD's official branding art (not the release poster art >> or anything) and I couldn't find it. Wikipedia attributes the logo svg asset >> to

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-07 Thread Omar Polo
On 2023/11/07 19:30:43 +0100, Harald Dunkel wrote: > Hi Omar, > > sorry for the delay, but I have good news: The patch seems to > work. Of course I will continue to watch it. Thanks for verifying! Before bumping the smtp-filter protocol version I took at look at what we had in the port tree to

Re: Jumbo frame, just a little late..

2023-11-07 Thread Daniele B.
Thnx for your reply, I'm experimenting in a soho environment with very limited network activity from/to lan. Indeed in the doubt I was leaving the setting in rc.local for now. Can you give us more insight about the trouble? -- Daniele Bonini Nov 7, 2023 19:41:18 Theo de Raadt : > Daniele B.

OnLogic Helix 330

2023-11-07 Thread Devin Reade
(Returning after a long hiatus due to $DayJob$.) I recently acquired an OnLogic Helix 330 (see [1] and [2]) and booted the 7.4 install image via USB; no installation yet, no serial console configured yet, no sharable dmesg yet. I have the version with the four network interfaces, based on the

Re: Jumbo frame, just a little late..

2023-11-07 Thread Theo de Raadt
Daniele B. wrote: > Actually i'm not sure about the real benefits of it, and for a soho > environment like mine but after 17 years I decided to take jumbo > frame seriously.. and MTU values of my network equipment to 9018. > I watched with happiness also to my old Mac having jumbo frame hard >

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-07 Thread Harald Dunkel
Hi Omar, sorry for the delay, but I have good news: The patch seems to work. Of course I will continue to watch it. Thank you very much Harri

Re: __dead

2023-11-07 Thread Lucretia
Sorry, I got very confused trying to read this file. C is a lot different than Java what we learned, and the source I've read here is a lot different from the few examples of C I've read in books. I must have overlooked this comment but I did see the define for __dead On Tue, Nov 7, 2023 at

Re: __dead

2023-11-07 Thread Crystal Kolipe
On Tue, Nov 07, 2023 at 04:01:12PM +, Lucretia wrote: > I read the whole file top to bottom, slowly and with care, and saw no > comments about __dead. Unless by chance they've been added since > 7.4 release. Immediately above where __dead and __pure are defined is the following comment: /*

Re: __dead

2023-11-07 Thread Lucretia
I didn't know there was a style man page. Thanks! I will make that my reading next. On Tue, Nov 7, 2023 at 22:07, Maja Reberc <[m...@chloris.si](mailto:On Tue, Nov 7, 2023 at 22:07, Maja Reberc < wrote: > There's also something about it in style(9) man page. > https://man.openbsd.org/style > >

Re: __dead

2023-11-07 Thread Maja Reberc
There's also something about it in style(9) man page. https://man.openbsd.org/style On Tue, 07 Nov 2023 16:01:12 + Lucretia wrote: > I read the whole file top to bottom, slowly and with care, and saw no > comments about __dead. Unless by chance they've been added since 7.4 > release.

Re: __dead

2023-11-07 Thread Lucretia
I read the whole file top to bottom, slowly and with care, and saw no comments about __dead. Unless by chance they've been added since 7.4 release. On Tue, Nov 7, 2023 at 21:15, Crystal Kolipe <[kolip...@exoticsilicon.com](mailto:On Tue, Nov 7, 2023 at 21:15, Crystal Kolipe < wrote: > On Tue,

Re: __dead

2023-11-07 Thread Marc Espie
On Tue, Nov 07, 2023 at 03:08:18PM +, Lucretia wrote: > I've seen __dead a few places in the source code, does this mean it isn't > functional anymore, or maybe just deprecated? > It's the old non-standard representation for __attribute__(__noreturn__) in code, to stop the compiler whining

Re: __dead

2023-11-07 Thread Crystal Kolipe
On Tue, Nov 07, 2023 at 03:08:18PM +, Lucretia wrote: > I've seen __dead a few places in the source code, does this mean it isn't > functional anymore, or maybe just deprecated? Read the comments about it in /usr/src/sys/sys/cdefs.h.

__dead

2023-11-07 Thread Lucretia
I've seen __dead a few places in the source code, does this mean it isn't functional anymore, or maybe just deprecated?

Re: Default Revival of a ten years old computer : how would you do it?

2023-11-07 Thread Riccardo Mottola
Hi, h...@mailo.com wrote: i have tested "recent" openbsd releases, since 2022, and almost all of them are a bit slow with xfce/firefox etc. i was wondering, for laptops range of 2013/16 years old, what would you recommmend them for a common web browsing using openbsd? I like to run BSD and

Re: Regression (or misconfig on my side?) after OpenOSPFd upgrade (OpenBSD 7.3 -> 7.4)

2023-11-07 Thread Laurent CARON
Le 07/11/2023 à 10:59, Claudio Jeker a écrit : Ugh. My bad. I forgot that iface->auth_key is not really a string. So the code setting the auth_key would copy too much if you use a password with 8 chars. Using a password with 7 or less chars works fine. As a result of this overflow the

Re: Jumbo frame, just a little late..

2023-11-07 Thread Daniele B.
Claudio Jeker : > This is not what hostname.if documents as a correct command line. > > Best is if you put mtu 9018 as a single line. Indeed to make things easy I prefer to keep the mtu update in rc.local for now. I was curious to clarify the error problem indeed, thnx.

Re: Regression (or misconfig on my side?) after OpenOSPFd upgrade (OpenBSD 7.3 -> 7.4)

2023-11-07 Thread Theo Buehler
On Tue, Nov 07, 2023 at 10:59:48AM +0100, Claudio Jeker wrote: > On Tue, Nov 07, 2023 at 08:21:16AM +0100, Laurent CARON wrote: > > Hi, > > > > After upgrading a 7.3 to 7.4 OpenBSD box, I noticed OSPF adjacencies using a > > password are not coming up with the following in /var/log/messages: > >

Re: Jumbo frame, just a little late..

2023-11-07 Thread Claudio Jeker
On Tue, Nov 07, 2023 at 11:33:04AM +0100, Daniele B. wrote: > > Sorry Claudio, my fault. > > wiz# ifconfig reX hwfeatures > hwfeatures= [*] hardmtu 9194 > > by hostname.reX: > > wiz# nano /etc/hostname.reX: > inet 192.168.XXX.XXX 0xff00 mtu 9018 This is not what hostname.if documents

Re: Jumbo frame, just a little late..

2023-11-07 Thread Daniele B.
Thanks this solved.. Zé Loff wrote: > From man hostname.if: > > Regular IPv4 network setup: > inet [alias] addr netmask broadcast_addr options > > The third argument after "inet" is the broadcast address. You have > "mtu", which isn't one, hence the error. Try adding

Re: Jumbo frame, just a little late..

2023-11-07 Thread Daniele B.
"Peter N. M. Hansteen" wrote: > try "ifconfig $device hwfeatures" and look for the "hardmtu" value. > > it is possible whatever mynicdevice is does not actually support > jumbo frames. Thxs, received, but not this case (hardmtu=9194) and however manually the new MTU value goes up. There is

Re: Loongson: Version 7.3 package information in 7.4 SHA256 file

2023-11-07 Thread Armin Jenewein
There was a small discussion thread a couple of days ago already, where people noticed. Just pointing to it so you're aware. We also noticed the wrong 73 entries in the SHA256 file: https://marc.info/?l=openbsd-bugs=169872312517797=2 Best, ~ Armin On 23-11-05 18:34:18, Carsten Strotmann

Re: Jumbo frame, just a little late..

2023-11-07 Thread Zé Loff
On Tue, Nov 07, 2023 at 11:33:04AM +0100, Daniele B. wrote: > > Sorry Claudio, my fault. > > wiz# ifconfig reX hwfeatures > hwfeatures= [*] hardmtu 9194 > > by hostname.reX: > > wiz# nano /etc/hostname.reX: > inet 192.168.XXX.XXX 0xff00 mtu 9018 >From man hostname.if: Regular

Re: Default Revival of a ten years old computer : how would you do it?

2023-11-07 Thread Zé Loff
On Mon, Nov 06, 2023 at 11:29:22AM +0100, h...@mailo.com wrote: > > > since few months im discovering openbsd ; as linux has been often > recommended for windows's users with a very slow system, i guess that > it's not that unadvised to use openbsd with a GUI for web browsing and > little

Re: Jumbo frame, just a little late..

2023-11-07 Thread Daniele B.
Sorry Claudio, my fault. wiz# ifconfig reX hwfeatures hwfeatures= [*] hardmtu 9194 by hostname.reX: wiz# nano /etc/hostname.reX: inet 192.168.XXX.XXX 0xff00 mtu 9018 ctrl+S; ctrl+X wiz# sh /etc/netstart ifconfig: mtu: bad value (same eventually at boot time) by shell or

Re: Jumbo frame, just a little late..

2023-11-07 Thread Peter N. M. Hansteen
On Tue, Nov 07, 2023 at 10:21:35AM +0100, Daniele B. wrote: > About OpenBSD (7.3 stable) the only thing I need to ask explanation > for is the reason of the error "wrong MTU value" popping up by setting > jumbo frame directly via hostame.mynicdevice; when the setting go > smoothly up via ifconfig

Re: Jumbo frame, just a little late..

2023-11-07 Thread Claudio Jeker
On Tue, Nov 07, 2023 at 10:21:35AM +0100, Daniele B. wrote: > Hello, > > Actually i'm not sure about the real benefits of it, and for a soho > environment like mine but after 17 years I decided to take jumbo > frame seriously.. and MTU values of my network equipment to 9018. > I watched with

Re: Regression (or misconfig on my side?) after OpenOSPFd upgrade (OpenBSD 7.3 -> 7.4)

2023-11-07 Thread Claudio Jeker
On Tue, Nov 07, 2023 at 08:21:16AM +0100, Laurent CARON wrote: > Hi, > > After upgrading a 7.3 to 7.4 OpenBSD box, I noticed OSPF adjacencies using a > password are not coming up with the following in /var/log/messages: > > ospfd[55040]: recv_packet: authentication error, neighbor ID X.X.X.X >

Jumbo frame, just a little late..

2023-11-07 Thread Daniele B.
Hello, Actually i'm not sure about the real benefits of it, and for a soho environment like mine but after 17 years I decided to take jumbo frame seriously.. and MTU values of my network equipment to 9018. I watched with happiness also to my old Mac having jumbo frame hard coded with MTU 9018

Regression (or misconfig on my side?) after OpenOSPFd upgrade (OpenBSD 7.3 -> 7.4)

2023-11-07 Thread Laurent CARON
Hi, After upgrading a 7.3 to 7.4 OpenBSD box, I noticed OSPF adjacencies using a password are not coming up with the following in /var/log/messages: ospfd[55040]: recv_packet: authentication error, neighbor ID X.X.X.X interface vlanXX After removing the authentication, I was able to get