patch crash related to remove_special_lines

2023-07-11 Thread Stuart Henderson
I ran into a segfault with patch(1) in a port, here's a test case with a minimal reproducer. $ echo foo > test $ perl -e 'print "--- test.orig\n+++ test\n@@ -1,1 +1,2 @@\n foo\n+" . 'x' x 32768 . "\n\\ No newline at end of file\n"' > test.patch $ patch < test.patch Hmm... Looks like a unified

Re: could there be a breach of license in efiboot?

2023-07-10 Thread Stuart Henderson
On 2023/07/10 05:22, Peter J. Philipp wrote: > Redistributions in binary form must reproduce the above copyright > notice, this list of conditions and the following disclaimer in > the documentation and/or other materials provided with the > distribution. > This should be included on all the

Re: 'scsi_xfer pool exhausted' console spam, system unresponsive

2023-07-05 Thread Stuart Henderson
Are you monitoring memory usage too? My first instinct is that 2GB feels a bit low so I'd want to get some stats on that. (I have reported these on i386 ports builders from time to time too, I can't do much about memory use there though..) -- Sent from a phone, apologies for poor

Re: OpenBSD in QEMU KVM: High QEMU CPU usage when OpenBSD is 100% idle

2023-05-27 Thread Stuart Henderson
On 2023/05/27 06:36, br...@mailbox.org wrote: > > > On Sat, 27 May 2023, Mike Larkin wrote: > > > probably IPI traffic then. not sure what else to say. If a few % host > > overhead > > is too much fot you with a 16 vCPU VM, I'd suggest reducing that. > > > > What is your workload for a 16

Re: Is it possible to use torrent to distribute OpenBSD?

2023-05-24 Thread Stuart Henderson
On 2023/05/23 00:05, Abel Abraham Camarillo Ojeda wrote: > In some countries ISPs limit aggressively the throughput of single tcp > connections and sometimes this isn't done on purpose but can happen due to problems in their equipment. > and torrents are the only mean available to

Re: pfctl problem with osfp parser

2023-05-25 Thread Stuart Henderson
On 2023/05/25 17:40, Alexandr Nedvedicky wrote: > Hello, > > I took a look at signatures: > > https://tools.netsa.cert.org/p0f/p0f.fp.2012032901 signatures file (pf.os), > > This change is not about updating parser it looks like it will > also require to update matching stuff in kernel. I have

Re: group owner segmentation

2023-05-21 Thread Stuart Henderson
On 2023/05/21 12:49, panpansh wrote: > Hi, trying this: > > chmod o-rx /usr/bin/ftp; groupadd g_fetch; usermod -G g_fetch _pkgfetch; > chown root:g_fetch /usr/bin/ftp > > # pkg_add: can't exec /usr/bin/ftp: permission denied at > /usr/libdata/perl5/OpenBSD/PackageRepository.pm line 869 > > #

Re: On 2013-06-12 snapshot xfce4 session dies immediately after xenodm login

2023-06-12 Thread Stuart Henderson
On 2023/06/12 16:54, Peter N. M. Hansteen wrote: > On Mon, Jun 12, 2023 at 04:47:41PM +0200, Sebastien Marie wrote: > > > (gdb) > > > > > > with some instruction I might be able to extract more information. > > > > > > > failing in _start is odd. it look like the binary wasn't build with > >

Re: OpenBSD in QEMU KVM: High QEMU CPU usage when OpenBSD is 100% idle

2023-05-27 Thread Stuart Henderson
On 2023/05/27 15:35, Mike Larkin wrote: > On Sat, May 27, 2023 at 10:29:37AM +0200, Claudio Jeker wrote: > > On Sat, May 27, 2023 at 09:16:23AM +0100, Stuart Henderson wrote: > > > On 2023/05/27 06:36, br...@mailbox.org wrote: > > > > > > > > >

Re: Allow libpcap to read files with some additional link-layer type values

2023-08-02 Thread Stuart Henderson
On 2023/08/02 10:12, Alexandr Nedvedicky wrote: > Hello, > > thank you for detailed explanation and diff. I went through it > and agree with your change. > > I also gave it a quick try to see if OpenBSD's tcpdump linked > with patched libpcap is able to read captured packets > which come from

Re: Allow libpcap to read files with some additional link-layer type values

2023-08-02 Thread Stuart Henderson
On 2023/08/02 13:12, Guy Harris wrote: > Thanks. > > (By the way, when testing this on a 7.3 virtual machine, I saw the problem > that I suspect this change to sys/net/if_loop.c: > > revision 1.97 > date: 2023/07/21 22:24:41; author: bluhm; state: Exp; lines: +10 -1; >

Re: snmpd snmpe AgentX disappeared unexpected

2023-07-27 Thread Stuart Henderson
On 2023/07/27 11:31, Marko Cupać wrote: > Hi, > > snmpd crashed on my 7.2 amd64, I'm sending snmpd.conf, log excerpt and > dmesg. Could this be a bug or I'm misconfiguring something? Thank you > in advance. Try updating, there were a number of fixes post-7.2. You may be able to update just snmpd

Re: ER: improve wireguard logging, please?

2023-08-11 Thread Stuart Henderson
On 2023/08/11 08:47, Harald Dunkel wrote: > Hi folks, > > would it be possible to improve wireguard logging in OpenBSD? > A message like > > Receiving handshake initiation from peer 17 > > in /var/log/messages of 2 weeks ago isn't really helpful. Peer > 17 might have become peer 8 over

Re: Xorg totally freezes after a while while using picom or playing 2d or 3d games

2023-07-02 Thread Stuart Henderson
On 2023/07/02 06:52, chris greek wrote: > Xorg totally freezes after a while while using picom or playing 2d or 3d > games > If i don't use picom it doesn't seem to have a problem but i tried playing > a 2d game and also freezed. > I have an R7 240 with 2Gbytes of Ram , my pc has 8 Gbytes of ram

Re: ftp(1) will never attempt to set the modification date of any file retrieved by http[s]

2023-06-28 Thread Stuart Henderson
On 2023/06/28 12:19, Theo Buehler wrote: > > Good catch. It's the only header where we forget to skip leading > > blanks. > > This was overlooked in fetch.c r1.209 ah I was wondering about that, because it definitely used to work. > ok tb and from me. > > > > I can reproduce and confirm

Re: kernel reordering happily consumes invalid objects

2023-06-14 Thread Stuart Henderson
On 2023/06/14 04:12, Schech, C. W. ("Connor") wrote: > There's no check of the checksums for all the object files that the > /rc task consumes > > This can be trivially fixed by generating them in, say > > In /sys/conf/newvars.sh, add the line: > > +sha512 -h /var/db/obj.${id}.sha512 *.o lorder

Re: On 2013-06-12 snapshot xfce4 session dies immediately after xenodm login

2023-06-12 Thread Stuart Henderson
On 2023/06/12 19:21, Peter N. M. Hansteen wrote: > On Mon, Jun 12, 2023 at 05:50:13PM +0100, Stuart Henderson wrote: > > On 2023/06/12 18:34, Peter N. M. Hansteen wrote: > > > On Mon, Jun 12, 2023 at 05:08:20PM +0100, Stuart Henderson wrote: > > > > Ah, the nex

Re: On 2013-06-12 snapshot xfce4 session dies immediately after xenodm login

2023-06-12 Thread Stuart Henderson
On 2023/06/12 18:52, Sebastien Marie wrote: > note that instead of using pkg_delete, you could use: `pkg_add -Dinstalled > -u' > to force reinstalling already installed packages. if it gets to this point for anyone else, we would like to see the state of /var/db/pkg and try to figure out why

Re: OpenBSD 7.3/amd64 on APU4D4 - system drops into ddb

2023-05-15 Thread Stuart Henderson
On 2023/05/15 16:29, Radek wrote: > Hello, > continuing the previous topic [1] my APU4D4 router randomly drops into ddb > when runnig 7.3/amd64. At some crashes my serial console is not responding > too. > I attached dmesg and ddb console output of my last crash. > Maybe there is a hardware

Re: Some programs appear to cause system to leak memory, fill ram

2023-05-15 Thread Stuart Henderson
On 2023/05/15 19:55, bugreport555 wrote: > Ok, I tested it in various ways and tried to force OOM killer to step in but > it never did and all worked fine. OOM killer? This isn't Linux.

Re: Some programs appear to cause system to leak memory, fill ram

2023-05-16 Thread Stuart Henderson
"OOM killer" is perfectly clear > regardless of what the actual implementation in OpenBSD is called. > > On Mon, 2023-05-15 at 21:32 +0100, Stuart Henderson wrote: > > On 2023/05/15 19:55, bugreport555 wrote: > > > Ok, I tested it in various ways and tried to force OOM ki

Re: Can't sync local usb mounted mirror with openrsync

2023-05-16 Thread Stuart Henderson
On 2023/05/16 22:38, Julian Huhn wrote: > I have an external hard drive that I want to use as a storage > location for a local mirror. The initial synchronization of the > mirror went through successfully with openrsync, but each new run > hangs either with no error or

Re: Intel Ethernet (?Synopsys based) on Filet3 Elkhart Lake unconfigured on recent snapshot

2023-05-03 Thread Stuart Henderson
On 2023/05/02 19:03, Ted Ri wrote: > According to Compulab the Fitlet3 onboard Ethernet uses Marvell 88E1512 phys. > The data sheet from Marvell is here: > > https://www.marvell.com/content/dam/marvell/en/public-collateral/phys-transceivers/marvell-phys-transceivers-alaska-88e151x-datasheet.pdf

Re: ER: improve wireguard logging, please?

2023-08-13 Thread Stuart Henderson
On 2023/08/13 08:46, Harald Dunkel wrote: > Hi Stuart, > > On 2023-08-11 11:39:24, Stuart Henderson wrote: > > On 2023/08/11 08:47, Harald Dunkel wrote: > > > > > > For forensic measures in case of an incident it is crucial to > > > have the peers pub

Re: OpenBSD 7.4/amd64 on APU4D4 - kernel panic

2024-01-19 Thread Stuart Henderson
On 2024/01/19 08:32, Radek wrote: > > It looks like you are running 7.4 release with a self compiled > > kernel. > True, is it GENERIC kernel compiled with usb APC UPS support, the rest is > untouched. > [root@@krz74~:]grep APC /usr/src/sys/dev/usb/usb_quirks.c > { USB_VENDOR_APC,

Re: String of emojis and IRC color codes crashes tmux

2024-01-24 Thread Stuart Henderson
On 2024/01/23 23:12, Luiz de Milon wrote: > To: bugs@openbsd.org > Subject: String of emojis and IRC color codes crashes tmux > From: hiriga...@riseup.net > Cc: hiriga...@riseup.net > Reply-To: hiriga...@riseup.net > > >Synopsis:  String of emojis and IRC color codes crashes > tmux (and has

Re: odd pf divert-packet problem

2024-02-08 Thread Stuart Henderson
On 2024/02/08 09:19, Peter J. Philipp wrote: > > On 2/7/24 20:15, Janne Johansson wrote: > > > pass in log quick on wg1 inet proto udp from 192.168.178.1 to any port = > > > 5060 sc > > > rub (reassemble tcp) divert-packet port 2 > > The mix of udp and tcp reassembly seems interesting there.

"kbd -l" -> wskbd_displayioctl_sc uvm_fault

2024-02-08 Thread Stuart Henderson
I hit this after running "kbd -l". On this machine (VM) the keyboard is not responsive in DDB so I can't get any more from it. uvm_fault(0xfd8073ad8a10, 0x0, 0, 1) -> e kernel: page fault trap, code=0 Stopped at wskbd_displayioctl_sc+0x1b9:cmpl$0,0(%rcx,%rsi,8) TIDPID

Re: Super Slow Bug

2024-02-09 Thread Stuart Henderson
On 2024/02/08 19:50, Dragonking wrote: > I dont feel like adding all the context because it spans two reddit posts, that's not a great attitude to have when you're asking for help :( > whoever gets this email sorry but here the reddit posts are: >

Re: "kbd -l" -> wskbd_displayioctl_sc uvm_fault

2024-02-15 Thread Stuart Henderson
On 2024/02/13 08:44, Miod Vallat wrote: > > Does this help? > > > > diff --git sys/dev/wscons/wskbd.c sys/dev/wscons/wskbd.c > > index 7631cd5f701..dd65f61ce63 100644 > > --- sys/dev/wscons/wskbd.c > > +++ sys/dev/wscons/wskbd.c > > @@ -1229,7 +1229,10 @@ getkeyrepeat: > > > > case

Re: "kbd -l" -> wskbd_displayioctl_sc uvm_fault

2024-02-16 Thread Stuart Henderson
On 2024/02/15 14:53, Stuart Henderson wrote: > On 2024/02/13 08:44, Miod Vallat wrote: > > > Does this help? > > > > > > diff --git sys/dev/wscons/wskbd.c sys/dev/wscons/wskbd.c > > > index 7631cd5f701..dd65f61ce63 100644 > > > --- sys/dev

Re: "kbd -l" -> wskbd_displayioctl_sc uvm_fault

2024-02-16 Thread Stuart Henderson
On 2024/02/16 16:04, Miod Vallat wrote: > > Diff does fix the crash - > > > > # kbd -l > > tables available for pc-xt/pc-at keyboard: > > encoding > > Do you have machdep.forceukbd=1 somewhere in /etc/sysctl.conf? Ah, yes! And there's no USB keyboard now, I added that when the disk was in a

Re: iwx obtains IP via DHCP but no traffic

2024-02-16 Thread Stuart Henderson
On 2024/02/16 10:13, Stefan Sperling wrote: > Tne driver uses the lowest basic rate anncounced by the AP: > > const struct iwx_rate * > iwx_tx_fill_cmd(struct iwx_softc *sc, struct iwx_node *in, > struct ieee80211_frame *wh, uint16_t *flags, uint32_t *rate_n_flags) > { > [...] >

Re: unveil on MFS

2024-02-19 Thread Stuart Henderson
On 2024/02/19 23:00, hahahahacker2009 wrote: > I cannot reproduce the problem with your code If I mount an MFS /usr/obj *over the top* of an existing FFS /usr/obj then I can reproduce it, but not with MFS mounted on /mnt, /mnt/1, /usr/obj/1

Re: OpenBSD installer partitioning has a problem!

2023-12-19 Thread Stuart Henderson
On 2023/12/19 09:59, Henryk Paluch wrote: > - however it means that additional GPT partitions (starting from 9) are > simply NOT accessible from OpenBSD. not *entirely*, you could add a disklabel entry pointing at the part if disk holding such a partition using one of the non-spoofed letters.

Re: tmux requests ANSI answer-back but doesn't consume reply from rxvt

2023-12-10 Thread Stuart Henderson
Upstream has fixed it but not made a new release yet. https://github.com/exg/rxvt-unicode/commit/417b540d6dba67d440e3617bc2cf6d7cea1ed968 -- Sent from a phone, apologies for poor formatting. On 10 December 2023 07:54:22 Nicholas Marriott wrote: We do detect rxvt-unicode already so it

Re: Firefox Not Launching - XPCOMGlueLoad error for file /usr/local/lib/firefox/libmozwayland.so.132.0: File not found

2023-12-11 Thread Stuart Henderson
There is a working amd64 package from the previous bulk build at https://spacehopper.org/mirrors/firefox-120.0.1.tgz It is just from a backup of the normal packages not a local build, so you should expect the signature will verify. You should be able to install by downloading and "pkg_add -D

Re: PF doesn't apply filter rule with max on relays

2023-12-11 Thread Stuart Henderson
Seems like you might want to use "return" on your block rule. -- Sent from a phone, apologies for poor formatting. On 10 December 2023 20:15:36 Luca Di Gregorio wrote: Hi, in my /etc/pf.conf I have the line: set skip on lo That is why the rules of my previous email don't work. If I comment

Re: tmux requests ANSI answer-back but doesn't consume reply from rxvt

2023-12-09 Thread Stuart Henderson
We have a patch in our rxvt-unicode port for this, it sounded like upstream might fix it in a future release -- Sent from a phone, apologies for poor formatting. On 9 December 2023 21:57:23 Stefan Hagen wrote: Tim Chase wrote (2023-12-09 21:47 CET): When connecting from an rxvt terminal

rw_enter: netlock locking against myself, 7.4+errata007, hyper-v hvn((4)

2024-01-02 Thread Stuart Henderson
Badly OCR'd and manually quickly corrected screen capture below (tesseract doesn't do _at all_ well with digits and the spleen font), originals at https://junkpile.org/hv-panic-202401-1.png https://junkpile.org/hv-panic-202401-2.png https://junkpile.org/hv-panic-202401-3.png This is a VM running

Re: rw_enter: netlock locking against myself, 7.4+errata007, hyper-v hvn((4)

2024-01-02 Thread Stuart Henderson
On 2024/01/02 20:02, Vitaliy Makkoveev wrote: > On Tue, Jan 02, 2024 at 03:45:10PM +0000, Stuart Henderson wrote: > > Badly OCR'd and manually quickly corrected screen capture below > > (tesseract doesn't do _at all_ well with digits and the spleen font), > > origin

Re: rw_enter: netlock locking against myself, 7.4+errata007, hyper-v hvn((4)

2024-01-03 Thread Stuart Henderson
On 2024/01/02 23:49, Stuart Henderson wrote: > On 2024/01/02 20:02, Vitaliy Makkoveev wrote: > > On Tue, Jan 02, 2024 at 03:45:10PM +0000, Stuart Henderson wrote: > > > Badly OCR'd and manually quickly corrected screen capture below > > > (tesseract doesn't d

Re: AX211 wifi firmware load issue

2023-11-23 Thread Stuart Henderson
and here are kernel messages with IWX_DEBUG defined iwx0: L1 Disabled - LTR Enabled iwx0: ucode type 0 section 0 iwx0: ucode type 0 section 1 iwx0: ucode type 0 section 2 iwx0: ucode type 0 section 3 iwx0: ucode type 0 section 4 iwx0: ucode type 0 section 5 iwx0: ucode type 0 section 6 iwx0:

Re: netstart fails to parse complex wpa2 passphrases

2023-11-25 Thread Stuart Henderson
On 2023/11/25 16:00, Thomas Nemeth wrote: > join mywifi wpakey 'B22c-2&0%snOy7!l+6vmpH#QT2BN1RPdeImAb0/ btw: it's hard to guess at the real complexity of your SSID, but it's used as a salt for the WPA paasword, so if it isn't already, it's a good idea to make this fairly complex too.

Re: AX211 wifi firmware load issue

2023-11-23 Thread Stuart Henderson
On 2023/11/23 19:38, Stefan Sperling wrote: > It is possible that our driver is trying to use an incompatible > firmware image on this particular device. Which firmware file name > is loaded by the iwlwifi driver on a recent Linux distribution? > Are we loading the same one? Seems the first

Re: String of emojis and IRC color codes crashes tmux

2024-01-25 Thread Stuart Henderson
On 2024/01/24 15:58, George Koehler wrote: > On Wed, 24 Jan 2024 09:20:41 + > Stuart Henderson wrote: > > > On 2024/01/23 23:12, Luiz de Milon wrote: > > >     When the following file is `cat`ed in tmux, the server > > > crashes. This also messes

Re: OpenBSD 7.4/amd64 on APU4D4 - kernel panic

2024-01-27 Thread Stuart Henderson
On 2024/01/27 10:36, Radek wrote: > but it doesn't work for another APC UPS hardware > uhidev0 at uhub0 port 3 configuration 1 interface 0 "American Power > Conversion Smart-UPS 2200 FW:UPS 09.3 / ID=18" rev 2.00/1.06 addr 2 ... > > > On 2024-01-19 1

Re: Trouble with console on UART

2024-01-27 Thread Stuart Henderson
On 2024/01/28 00:20, stephane Tranchemer wrote: > Got it ! > > I had a hunch so I modified all the tty0X the same way as tty00 to see if > someone answers: > > tty00 "/usr/libexec/getty std.115200" vt220on secure > > and I got a tty at next reboot. > However I find myself on tty04, so it

Re: OpenBSD 7.4/amd64 on APU4D4 - kernel panic

2024-01-28 Thread Stuart Henderson
Sat, 27 Jan 2024 18:48:48 + > Stuart Henderson wrote: > > > On 2024/01/27 10:36, Radek wrote: > > > but it doesn't work for another APC UPS hardware > > > > > uhidev0 at uhub0 port 3 configuration 1 interface 0 "American Power

Re: OpenBSD 7.4/amd64 on APU4D4 - kernel panic

2024-01-19 Thread Stuart Henderson
On 2024/01/19 13:15, Stuart Henderson wrote: > On 2024/01/19 13:27, Radek wrote: > > I'm not using any USB keyboard but I need USB port to manage APC UPS > > connected by USB cable (apcupsd). > > Yes exactly. ...actually, maybe it needs to be "disable uhidev".

Re: OpenBSD 7.4/amd64 on APU4D4 - kernel panic

2024-01-19 Thread Stuart Henderson
On 2024/01/19 13:27, Radek wrote: > I'm not using any USB keyboard but I need USB port to manage APC UPS > connected by USB cable (apcupsd). Yes exactly. > On Fri, 19 Jan 2024 11:05:13 + > Stuart Henderson wrote: > > > On 2024/01/19 08:32, Radek wrote: >

Re: pf.conf: modifier :0 doesn't work for IPv6 addresses

2024-01-19 Thread Stuart Henderson
On 2024/01/19 20:05, Peter Hessler wrote: > Thinking out loud, ignore addresses with scopeid (link-local), and > deprecated, then pick the zero-th address. For places where "(iface:0)" is actually used, which I think is mainly translation rules, we pretty much always _only_ want to use addresses

Re: vxlan(4) custom destination UDP port seems not working

2023-11-15 Thread Stuart Henderson
On 2023/11/15 13:03, Otto Moerbeek wrote: > On Wed, Nov 15, 2023 at 12:42:46PM +0100, Luca Di Gregorio wrote: > > > # uname -a > > OpenBSD X.my.domain 7.4 GENERIC#0 amd64 ... > > # ifconfig vxlan0 tunnel SOURCE_IP DEST_IP:8472 vnetid 5 ... > It helps to read the vxlan(4) manpage, specifcially

Re: vxlan(4) custom destination UDP port seems not working

2023-11-15 Thread Stuart Henderson
On 2023/11/15 05:59, Theo de Raadt wrote: > Otto Moerbeek wrote: > > > On Wed, Nov 15, 2023 at 12:42:46PM +0100, Luca Di Gregorio wrote: > > > > > # uname -a > > > OpenBSD X.my.domain 7.4 GENERIC#0 amd64 > > > > > > # ifconfig vxlan0 tunnel SOURCE_IP DEST_IP:8472 vnetid 5 > > > # ifconfig

Re: nmap sendto in send_ip_packet_sd: sendto => Permission denied

2023-11-17 Thread Stuart Henderson
On 2023/11/16 21:35, Rafael Sadowski wrote: > I stumbled across the following. Maybe only our nmap port is broken. > > $ doas nmap -vvv -sU -sT google.de > Starting Nmap 7.91 ( https://nmap.org ) at 2023-11-16 21:28 CET > Warning: Hostname google.de resolves to 2 IPs. Using 142.250.74.195. >

Re: Memory Leak on 7.4 (Stable) with nginx 1.24.0 related to TLS1.3

2023-11-11 Thread Stuart Henderson
Excellent, that is very helpful. Here's a simpler nginx.conf to reproduce. Note that the leak goes away if you don't use Connection: Upgrade. Simple test tool: pkg_add http_load echo http://127.0.0.1:8123/ > /tmp/urls http_load -rate 100 -seconds 10 /tmp/urls worker_processes 4;

Re: Memory Leak on 7.4 (Stable) with nginx 1.24.0 related to TLS1.3

2023-11-11 Thread Stuart Henderson
On 2023/11/11 15:19, Stuart Henderson wrote: > Excellent, that is very helpful. > > Here's a simpler nginx.conf to reproduce. Note that the leak goes away > if you don't use Connection: Upgrade. > > Simple test tool: > > pkg_add http_load > echo http://127.0.0.1:81

Re: plasma-desktop installation failed due to problem with icon theme package

2024-04-20 Thread Stuart Henderson
On 2024/04/20 11:26, Thomas Nemeth wrote: > > Synopsis: Plasma-desktop can't get installed because an icon theme > package seems to be corrupted > > Category: system > > Environment: > System : OpenBSD 7.5 > Details : OpenBSD 7.5 (GENERIC.MP) #192: Wed Mar 20

Re: Unable to use latest version ( 7.5) Autoinstall

2024-04-18 Thread Stuart Henderson
On 2024/04/18 22:03, markmarq...@sapo.pt wrote: > > Sorry for the late reply ... > When I wrote that ".. the first installation started with 6.9 ..." , i was > merely trying to > pinpoint in time my first install with OpenBSD .. > which were executed via the (A)utoinstall option ... > > >

Re: plasma-desktop installation failed due to problem with icon theme package

2024-04-21 Thread Stuart Henderson
On 2024/04/20 14:15, Thomas Nemeth wrote: > Le samedi 20 avril 2024, 12:27:05 CEST Stuart Henderson a écrit : > > On 2024/04/20 11:26, Thomas Nemeth wrote: > > > Machine : i386 > > > > Unrelated to this problem, but do you really need i386? It's not &g

Re: plasma-desktop installation failed due to problem with icon theme package

2024-04-23 Thread Stuart Henderson
On 2024/04/21 16:53, Thomas Nemeth wrote: > Le dimanche 21 avril 2024, 12:53:08 CEST Stuart Henderson a écrit : > > On 2024/04/20 14:15, Thomas Nemeth wrote: > > > bios0: ASUSTeK Computer INC. B202 > > > ... > > > cpu0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (&quo

Re: iwm regression in 7.5 amd64

2024-04-29 Thread Stuart Henderson
On 2024/04/29 09:19, Mizsei Zoltán wrote: > Hi, > > thanks for the input! I sadly don't have any other OBSD machine on this lan, > so i can't do any tcpbench test right now :( How about iperf? (iperf2 usually preferred over iperf3). > I hovewer did a test with fast.com (same LAN, same router,

Re: PF's DIOCNATLLOK call did't work in OpenBSD 7.3-7.5

2024-05-10 Thread Stuart Henderson
Not directly answering about the change to DIOCNATLOOK (I don't know the answer), but that's generally not recommended any more anyway - the preferred option for transparent proxies is to use "divert-to" and then, for TCP, getsockname(2), or for UDP, IP_RECVDSTADDR/IPV6_RECVDSTPORT etc. In

Re: Openbsd stalls at boot>

2024-05-07 Thread Stuart Henderson
On 2024/05/06 22:33, John Armstrong wrote: > Greetings, > > I have run into the issue since OpenBSD 7.3 and recently upgraded to OpenBSD > 7.5 where when > rebooting the system stalls at: > > Using drive 0, partition 3. > Loading. > probing: pc0 con0 con1 con2 mem[630k 495m 15m 2386m 1m 24k

Re: Stopped at smu7_powergate_uvd+0x23

2024-03-08 Thread Stuart Henderson
On 2024/03/08 15:35, Avon Robertson wrote: > Ideally, my kernel build will need to be in sync with the install75.img > files on the troublesome machine? So, to reduce the chances of out of > sync errors, I will build a kernel and create a release to install with > a USB flash drive on the

Re: arm64 mbp M2 pro, screen blanks and won't restore after inactivity in X

2024-03-08 Thread Stuart Henderson
On 2024/03/08 22:35, Mark Kettenis wrote: > > Date: Fri, 8 Mar 2024 20:29:35 + > > From: Stuart Henderson > > > > On 2024/03/08 14:34, Kenneth Westerback wrote: > > > I see the same/similar behaviour on my M1 MacMini. i.e. when sceen blanks > &

Re: arm64 mbp M2 pro, screen blanks and won't restore after inactivity in X

2024-03-08 Thread Stuart Henderson
On 2024/03/08 14:34, Kenneth Westerback wrote: > I see the same/similar behaviour on my M1 MacMini. i.e. when sceen blanks > it won't come back until I reboot. > > Monitor is connected via HDMI. Happy to provide more details/info/tests if > same deemed useful. Just tried xset s off, which I

Re: uaudio: Rode NT-USB Mini interface detection issues

2024-03-22 Thread Stuart Henderson
On 2024/03/22 15:19, vazub wrote: > >Synopsis:uaudio: Rode NT-USB Mini interface detection issues > >Category:kernel > >Environment: > System : OpenBSD 7.5 > Details : OpenBSD 7.5 (GENERIC.MP) #75: Wed Mar 13 05:45:48 MDT 2024 > >

Re: pcidevs_data.h relies on pcireg.h despite not including it.

2024-03-26 Thread Stuart Henderson
On 2024/03/25 05:12, Gibson Pilconis wrote: > Hi. > > I'm working on a project that supports OpenBSD and I noticed that > pcidevs_data.h uses > structures defined in pcireg.h but doesn't include the file. As a result, > pcireg.h has to be > included before pcidevs_data.h or else the compiler

Re: FW: ls -l Segmentation fault

2024-03-26 Thread Stuart Henderson
On 2024/03/26 18:49, Peter Fraser wrote: > > I tried to get the source, but I get no response out of > > cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_7_4 -P src That server is no more; see https://www.openbsd.org/anoncvs.html You can do a partial checkout if you prefer, e.g.

Re: FW: ls -l Segmentation fault

2024-03-26 Thread Stuart Henderson
On 2024/03/26 19:10, Peter Fraser wrote: > I did check https://www.openbsd.org/anoncvs.html > > It still points to https://www.openbsd.org/anoncvs.html Oh, in the example commands, I see. The actual list of mirrors is below - will fix. > -Original Message----- > From: S

Re: ls -l Segmentation fault

2024-03-26 Thread Stuart Henderson
ls is statically linked, could you build from src with "make DEBUG=-g" and obtain a fresh backtrace? On 2024/03/26 17:59, Peter Fraser wrote: > I never expected it was the number files, I give the number to show that it > was some what of general error that populated lost+found > > Using lldb

Re: pkg_add doesn't set the Host header in CONNECT requests

2024-04-07 Thread Stuart Henderson
Diff looks good to me - I'm a bit surprised Apache httpd needs this on proxy CONNECT requests though, other proxies that I've used are happy without. On 2024/04/07 16:46, KUWAZAWA Takuya wrote: > >Synopsis:pkg_add doesn't set the Host header in CONNECT requests > >Category:user >

Re: 7.5 regression - relayd - websockets - WS session setup ok, but no payload from server

2024-04-09 Thread Stuart Henderson
This is most likely a result of increased sanity checks for headers done last autumn. Does anything show in debug logs? (relayd -dv) On 2024/04/09 01:02, Ollie Strickland wrote: > bugs@ - post upgrade to 7.5, I have lost websockets functionality via relayd > for app Vaultwarden. Websockets is

Re: Can't install amd64 `install.iso` since 7.0

2024-04-05 Thread Stuart Henderson
Try installing from network rather than files on cd0. On 2024/04/05 21:14, veganaiZe wrote: > When attempting to Install OpenBSD (at least) 7.3, 7.4, 7.5 on amd64 virtual > machine in VirtualBox 6.1 on Windows 8.1 (64-bit), with mostly default > options (except for)... > > > 1. [I]nstall >

Re: 404 on download links

2024-04-04 Thread Stuart Henderson
Should show up soon if it's not there already. Different steps of the release happen at different times and can get a bit out of sync sometimes (actual release day for 7.5 is tomorrow). On 2024/04/03 23:40, Rory wrote: > Hi, > > Under 'Downloading OpenBSD' all download links lead to 404 for me.

Re: Kernel crash on Thinkpad X1 Carbon

2024-02-23 Thread Stuart Henderson
On 2024/02/23 10:44, open...@huttu.net wrote: > >Description: > Trying to power off the system, the kernel crashes. I was trying to > debug why 4/8 cores are offline. I can answer the second bit - i7-1165G7 has 4 cores not 8 - the others are smt (hyperthreading) pseudo-cores which are

Re: panic: kernel diagnostic assertion "p->p_wchan == NULL" failed

2024-02-28 Thread Stuart Henderson
Please try to re-type at least the most important bits from a screenshot so readers can quickly see which subsystems are involved. splassert: assertwaitok: want 0 have 4 assertion p->wchan == NULL failed, kern_sched.c line 373 active procs: openvpn wg_handshake softnet0 trace includes

Re: Gajim msyscall error

2024-03-02 Thread Stuart Henderson
On 2024/03/02 20:32, Lucas Gabriel Vuotto wrote: > gajim is reporting a msyscall error on launch since today's snapshot. This is likely to be fixed by updating to packages built against the new libc version when they're available. > OpenBSD 7.5 (GENERIC.MP) #46: Fri Mar 1 19:36:05 MST 2024 >

Re: Gajim msyscall error

2024-03-03 Thread Stuart Henderson
On 2024/03/03 14:29, Stuart Henderson wrote: > On 2024/03/03 13:19, Lucas Gabriel Vuotto wrote: > > On Sun, Mar 03, 2024 at 11:58:51AM +0000, Stuart Henderson wrote: > > > On 2024/03/02 14:46, Theo de Raadt wrote: > > > > Is this a situation where two libc's are

Re: Gajim msyscall error

2024-03-03 Thread Stuart Henderson
On 2024/03/03 07:59, Theo de Raadt wrote: > Does it work if this is modified to just ask for "libc.so"? Yes. Conservative approach just doing this for libc: Index: Makefile === RCS file: /cvs/ports/lang/python/3.10/Makefile,v

Re: Gajim msyscall error

2024-03-03 Thread Stuart Henderson
On 2024/03/03 15:21, Stuart Henderson wrote: > On 2024/03/03 07:59, Theo de Raadt wrote: > > Does it work if this is modified to just ask for "libc.so"? > > Yes. Conservative approach just doing this for libc: oh, we need to update the installed list-of-changes f

Re: Gajim msyscall error

2024-03-03 Thread Stuart Henderson
On 2024/03/03 13:19, Lucas Gabriel Vuotto wrote: > On Sun, Mar 03, 2024 at 11:58:51AM +0000, Stuart Henderson wrote: > > On 2024/03/02 14:46, Theo de Raadt wrote: > > > Is this a situation where two libc's are being loaded into the address > > > space? And the 2nd one

Re: Gajim msyscall error

2024-03-03 Thread Stuart Henderson
ause external Python modules are dlopen()'d and perhaps there could be some edge case in the "only load one libc" code in ld.so. I'm a bit surprised why a mixture of libs would happen there at all (unless something had been rebuilt locally) but don't see another reason to hit the msy

Re: WireGuard(?) issues

2024-05-17 Thread Stuart Henderson
There are problems with wg(4) that people with some workloads have been seeing after upgrading past 7.3, though looking at this thread from when it last came up https://marc.info/?t=17094089271=1=2 I'm not sure if we'd be expecting to see trouble on non-MP... On 2024/05/17 00:55, Anthony J.

Re: TLS handshake failure during pkg_add

2024-06-19 Thread Stuart Henderson
On 2024/06/19 23:36, Mizsei Zoltán wrote: > Hi, > > I am facing this issue on my VPS. All other machines are unaffected. All of > them are in the same TZ. > > vps# pkg-add -u > /bin/ksh: pkg-add: not found > vps# > vps# pkg_add -u > quirks-7.14 signed on 2024-06-15T18:27:56Z >

Re: TLS handshake failure during pkg_add

2024-06-20 Thread Stuart Henderson
On 2024/06/20 06:08, Mizsei Zoltán wrote: > Hi and thanks for your reply. > > Some extra information: > - If i try pkg_add many times, it will eventually do its job without any > error. But it needs many tries. > Also switching to other mirror using the /etc/installurl helps *sometimes*... > I

Re: php-5.6.21-no_suhosin build failure

2016-06-03 Thread Stuart Henderson
On 2016/06/02 23:22, Devin Ceartas wrote: > I have a amd64 VM running 5.9-stable. > > The command given was: /usr/ports/lang/php/5.6# env FLAVOR=no_suhosin > SUBPACKAGE="-main" FETCH_PACKAGES=Yes make install > > The output stalled at a prompt asking what file to patch. I entered return, > then

Re: php-5.6.21-no_suhosin build failure

2016-06-03 Thread Stuart Henderson
Oops sorry: also rename patch-ext_suhosin_execute_c to suhosin-ext_suhosin_execute_c. On 3 June 2016 09:58:55 BST, Stuart Henderson <s...@spacehopper.org> wrote: >On 2016/06/02 23:22, Devin Ceartas wrote: >> I have a amd64 VM running 5.9-stable. >> >> The command giv

Re: Fido2/Webauthn does randomly stop working in Firefox and Chrome

2021-06-22 Thread Stuart Henderson
The ports-bugs@ mailing list is no longer used (not sure where you found the address as it is not listed on the website). Please re-send to po...@openbsd.org.

Re: Possible bulk build failed for amd64

2024-03-13 Thread Stuart Henderson via bugs
On 2024/03/13 14:38, Mike Rotondo via bugs wrote: > To: bugs@openbsd.org > Subject: Possible bulk build failed for amd64 > From: mike > Cc: mike > Reply-To: mike > > >Synopsis: Possible bulk build failed for amd64 > >Category: Unknown > >Environment: > System : OpenBSD 7.4 > Details

<    4   5   6   7   8   9