Re: snmpd in 7.2 dies with too many parse errors

2022-10-28 Thread Stuart Henderson
I wonder if there are any sensors which disappear and reappear.. On 2022/10/28 10:01, Martijn van Duren wrote: > Could you run snmpd with `-vv`? That way I also have the specific > OIDs being requested and returned (both frontend and backend) and > might make it a little more easy to reproduce. >

Re: Asynchronous wait on fence

2022-10-31 Thread Stuart Henderson
On 2022/10/30 18:22, anointedfig wrote: > Hi, > > I am new to OpenBSD. X crashed with the following output: > > Asynchronous wait on fence :Xorg[30301]:375f timed out > (hint:0x81dc8ab0s) https://www.openbsd.org/report.html shows the sort of information you need to include in a report f

Re: snmpd in 7.2 dies with too many parse errors

2022-11-01 Thread Stuart Henderson
On 2022/11/01 16:03, Ryan Freeman wrote: > On Tue, Nov 01, 2022 at 11:04:03AM +0100, Martijn van Duren wrote: > > On Mon, 2022-10-31 at 20:14 -0700, Ryan Freeman wrote: > > > > > > I can confirm the snmpd process is no-longer disappearing with this > > > patch. Almost 24 hours on one VM and 16 ho

Re: [sparc64] dup alloc panic while recompiling base system on 7.2-current

2022-11-07 Thread Stuart Henderson
That's a sign of an unhealthy filesystem. It's just /usr/obj which is unlikely to have anything important on, I'd just newfs it. -- Sent from a phone, apologies for poor formatting. On 7 November 2022 01:02:21 Koakuma wrote: Synopsis: Kernel panic while recompiling the base system on 7.2-cu

Re: ASUS BR1100CK panics on Boot

2022-11-20 Thread Stuart Henderson
On 2022/11/20 16:38, theprin...@post-scri.pt wrote: > I bought an ASUS BR1100CK laptop and decided to see if it could run > OpenBSD 7.2. Installation appeared to go well with the help of the > FAQ but I'm getting a kernel panic at boot. at the boot> prompt, "boot -c", disable acpitz, quit - if tha

Re: Bug report: installer freezes in macOS Virtualization.framework virtual machines.

2022-12-02 Thread Stuart Henderson
On 2022/12/01 19:55, Catherine Kelly wrote: > Bryan Steele wrote: > > You may need to switch to the framebuffer console. > > > > boot> set tty fb0 > > I've tried that - it still didn't boot. I don't know if it's general to all Virtualization.frameworks VMs, but to run OpenBSD under UTM I needed t

Re: Bug report: installer freezes in macOS Virtualization.framework virtual machines.

2022-12-02 Thread Stuart Henderson
On 2022/12/02 05:23, Catherine Kelly wrote: > UTM does not use Virtualization.framework. It is a GUI wrapper for QEMU. Yes, but doesn't QEMU use apple's virtualization layer underneath it? It's not doing machine emuation there. (QEMU+apple's virt stuff, similar to QEMU+KVM, or vmd+vmm). So if you

Re: Bug report: installer freezes in macOS Virtualization.framework virtual machines.

2022-12-02 Thread Stuart Henderson
; > > UTM does not use Virtualization.framework. It is a GUI wrapper for QEMU. > > > > https://mac.getutm.app/ > > > > "UTM employs Apple's Hypervisor virtualization framework to run ARM64 > > operating systems on Apple Silicon at near native speeds.&

Re: installation issue on x86_64

2022-12-09 Thread Stuart Henderson
On 2022/12/09 07:19, Andreas Ehlert wrote: > hello openbsd folks, > > thanks a lot for your os. > i have an issue for your interest. > > the install image install72.img have an failure. > the installation routine can not find the sha256.sig > file to check the base files with checksum. > > i tak

Re: cc claims ISO C99 support, but %n printf format specifier calls abort()

2022-12-16 Thread Stuart Henderson
On 2022/12/16 10:50, Vincent Lefevre wrote: > On 2022-12-15 18:56:15 -0700, Theo de Raadt wrote: > > There are almost no %n left in the software ecosystem. If we are able > > to make this crossing, everyone else is also capable, and eventually > > will. Just like with gets(). > > FYI, this break

Re: feature request: installation image with xfce installed

2022-12-19 Thread Stuart Henderson
On 2022/12/19 17:41, Peter Nicolai Mathias Hansteen wrote: > > 17. des. 2022 kl. 13:03 skrev Andrey : > > > > > > I need an installation image that immediately, in addition to OpenBSD, > > install xfce for me and will automatically launch XFCE when the computer is > > turned on. For many reason

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, USB_PRODUCT_APC

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: 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&quo

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 w

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 issues

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: 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 w

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

Re: OpenBSD 7.4/amd64 on APU4D4 - kernel panic

2024-01-28 Thread Stuart Henderson
t; On 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 "Americ

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) TIDPIDU

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: > https://www.reddit.com/r/openbsd/comments/1afi7f6

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 WSKBDIO_G

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) > { > [...] > in

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 real

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: 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 disab

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 rw_enter,

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
e it's because 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

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 2n

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'

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 retriev

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 file

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 troubles

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 think

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: 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 > > dera...@amd64.

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 wil

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: 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: 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: 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 > 2.

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 > >Environm

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 us

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 ... > > > When

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 16:49

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 n

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, s

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: 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 particul

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&r=1&w=2 I'm not sure if we'd be expecting to see trouble on non-MP... On 2024/05/17 00:55, Anthony

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 > https://cloudflare

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 d

Re: No rtw88 firmware support

2024-07-03 Thread Stuart Henderson
On 2024/07/03 01:31, mederimmedeiros wrote: > I installed openbsd recently and can't get connection in my laptop that have > a RTL8821CE seems > openbsd nota have a firmware for it now. Is there any plans to support it? > > Not a bug - that device is just plain not supported - there's no driver

Re: crontab(5) clarification: "~" field is evaluated once at install time

2024-07-03 Thread Stuart Henderson
On 2024/07/03 17:56, K R wrote: > Hi, > > On Wed, Jul 3, 2024 at 12:31 PM Jason McIntyre wrote: > > > > On Wed, Jul 03, 2024 at 10:52:46AM -0300, K R wrote: > > > >Synopsis: crontab(5) clarification: "~" field is evaluated once at > > > >install time > > > >Category: documentation sys

Re: crontab(5) clarification: "~" field is evaluated once at install time

2024-07-04 Thread Stuart Henderson
On 2024/07/04 00:01, Jason McIntyre wrote: > On Wed, Jul 03, 2024 at 10:08:09PM +0100, Stuart Henderson wrote: > > > > > > A random value (within the legal range) may be obtained by using the > > > ???~??? > > > character in a field.

Re: Pre-compiled static go binary fails with "undefined symbol 'syscall'"

2024-07-07 Thread Stuart Henderson
On 2024/07/07 22:06, Chris Narkiewicz wrote: > There is plenty of go applications in ports, so I guess this > is a solved problem. Not completely - some of these still try to use syscall and fail at runtime.

Re: [k...@disroot.org: Re: Pre-compiled static go binary fails with "undefined symbol 'syscall'"]

2024-07-08 Thread Stuart Henderson
On 2024/07/07 21:09, Kian Ali Agheli wrote: > > OpenBSD recently changed access to its syscalls. > The change which allows upstream Go to build working executables > for current OpenBSD was committed on May 4th. > https://github.com/golang/go/commit/8841f50d98b224ecf5ee27d9b7e6f18ad2c98e46 That i

Re: sendbug(1) should not delete bug report before confirming it has landed on https://marc.info/?l=openbsd-bugs

2024-07-08 Thread Stuart Henderson
On 2024/07/07 16:55, Qingyao Sun wrote: > 1. make sendbug(1) block on smtpd(8) until the mail goes through, and > then print > a URL of the message on > https://marc.info/?l=openbsd-bugs&m=XX as a > confirmation. sendbug *does* block until your local mail system acc

Re: Xorg hangs and segfaults with today snapshot

2024-08-18 Thread Stuart Henderson
On 2024/08/18 09:09, Walter Alejandro Iglesias wrote: > I still don't understand how gdb(1) works. Today I ran the same command > against the same Xorg.core file but I got different messages. The whole > egdb output: > > $ egdb -q $(which X) Xorg.core > Reading symbols from /usr/X11R6/bin/X... [

Re: exim SIGSEGV on TLS connections on latest amd64 snapshot

2024-08-18 Thread Stuart Henderson
Original message didn't show up. Is this exim 4.97.1 or 4.98? If it's 4.98 can you try building 4.97.1 ('cvs up -D 2024/07/29' in mail/exim) to see whether it was the update or something else causing it? On 2024/08/18 14:14, Peter N. M. Hansteen wrote: > And I should add, the data in the report i

Re: exim SIGSEGV on TLS connections on latest amd64 snapshot

2024-08-18 Thread Stuart Henderson
On 2024/08/18 13:57, Stuart Henderson wrote: > Original message didn't show up. Ah it showed up now. : >Fix: : To be determined. Likely abi mismatch between exim and libressl that's unlikely. > Is this exim 4.97.1 or 4.98? If it's 4.98 can you try building 4.97

Re: exim SIGSEGV on TLS connections on latest amd64 snapshot

2024-08-19 Thread Stuart Henderson
On 2024/08/19 15:26, Theo Buehler wrote: > On Mon, Aug 19, 2024 at 02:57:28PM +0200, Renaud Allard wrote: > > > > > > On 8/19/24 12:04 PM, Peter Nicolai Mathias Hansteen wrote: > > > > > > So quite odd, the whole thing. > > > > > > > That's indeed quite odd if connecting with openssl s_client

Re: sysupgrade Verifying sets FAILED

2024-08-19 Thread Stuart Henderson
Wait and try again, or try a different mirror. Something is causing shearing in some cases i.e. a mixture of files from two different snapshots. (Ran into the same one myself earlier and discovered that autoinstall doesn't reboot in this situation, instead drops back to install/upgrade/auto in

Re: sysupgrade Verifying sets FAILED

2024-08-20 Thread Stuart Henderson
On 2024/08/20 05:22, UDENIX wrote: > I wish OpenBSD supported using mirrors hosted on the Tor or I2P networks for > system and package installation and upgrades. For instance, Debian not only > supports but also maintains official mirrors on the Tor network. Not going to happen. If you can find a

Re: sysupgrade Verifying sets FAILED

2024-08-20 Thread Stuart Henderson
"WireGuard is not included in the base system because it violates OpenBSD's copyright policy" huh? -- Sent from a phone, apologies for poor formatting. On 20 August 2024 18:54:37 UDENIX wrote: I wish OpenBSD supported using mirrors hosted on the Tor or I2P networks for system and package in

Re: relayd TLS handshake failure

2024-08-22 Thread Stuart Henderson
On 2024/08/21 22:54, Omar Polo wrote: > On 21/08/24 14:49, Kirill A. Korinsky wrote: > > On Wed, 21 Aug 2024 14:32:34 +0200, > > David McMackins II wrote: > >> rsae_send_imsg: privenc poll timeout, keyop #0 > >> relay gemini, session 1 (1 active), 0, 192.168.1.1 -> :11965, TLS > >> handshake error

MBP M2 pro, !cold assert failed drm/include/linux/completion.h line 89 at shutdown

2024-08-27 Thread Stuart Henderson
'Apple MacBook Pro (14-inch, M2 Pro, 2023)', running recent -current. Not running X. I hit this after running halt -p: panic: kernel diagnostic assertion "!cold" failed: file "/usr/src/sys/dev/pci/drm/include/linux/completion.h", line 89 Transcribed, maybe typos: TID *328025, PID 16963, UID 0,

Re: MBP M2 pro, !cold assert failed drm/include/linux/completion.h line 89 at shutdown

2024-08-28 Thread Stuart Henderson
I've not run into this again yet (with a few reboots). -- Sent from a phone, apologies for poor formatting. On 27 August 2024 23:46:46 Stuart Henderson wrote: 'Apple MacBook Pro (14-inch, M2 Pro, 2023)', running recent -current. Not running X. I hit this after running

Re: [ksh?] quote missing exit error message

2024-08-30 Thread Stuart Henderson
On 2024/08/29 19:03, Nick Holland wrote: > On 8/29/24 16:11, Anon Loli wrote: > > Okay, I have an vague idea about what happens, let me 1st add this to the > > bug > > report: > > > > So I launched a half a dozen tmux windows and they had archivemedia script > > running and while I started all th

sftp(11084) in malloc(): error: recursive call

2016-06-14 Thread Stuart Henderson
amd64, snap from May 30th with self built kernel, seen when fetching a file with sftp: sftp> cd somedir sftp> get Some\ File.pdf Fetching /home/sthen/somedir/Some File.pdf to Some File.pdf /home/sthen/somedir/Some File.pdf 7% 5920KB 975.3KB/s 01:13 ETAsftp(11084) in malloc(): error: recursiv

Re: sftp(11084) in malloc(): error: recursive call

2016-06-14 Thread Stuart Henderson
On 2016/06/14 08:33, Philip Guenther wrote: > On Tue, 14 Jun 2016, Stuart Henderson wrote: > > amd64, snap from May 30th with self built kernel, seen when > > fetching a file with sftp: > > Already fixed by Ingo that very day: > > progressmeter.c > --

Re: glxgears: Abort trap (core dumped)

2016-06-20 Thread Stuart Henderson
On 2016/06/20 13:01, RD Thrush wrote: > > Synopsis: glxgears cores > > Category: system > > Environment: > System : OpenBSD 6.0 > Details : OpenBSD 6.0-beta (GENERIC.MP) #2198: Sun Jun 19 11:58:45 > MDT 2016 > > r...@amd64.openbsd.org:/usr/src/sys/a

Re: IPv6 link-local not working on gre(4) since 5.9

2016-06-22 Thread Stuart Henderson
On 2016/06/22 10:58, Michael Lechtermann wrote: > # diff of simple “ifconfig" > --- ifconfig.58 Wed Jun 22 08:44:09 2016 > +++ ifconfig.59 Wed Jun 22 10:31:40 2016 > @@ -1,33 +1,33 @@ > lo0: flags=8049 mtu 32768 > - priority: 0 > + index 4 priority 0 llprio 3 This isn't 5.9; w

Re: unp_gc kernel crash on -current

2016-07-09 Thread Stuart Henderson
On 2016/07/05 19:01, Dimitris Papastamos wrote: > On Tue, Jul 05, 2016 at 02:14:57PM +0200, Martin Pieuchot wrote: > > Without more information it's hard to find what could be the reason > > for this crash. Being able to reproduce the crash easily is the key > > to debugging. Can you do that? >

Re: networking related freeze with -current

2016-07-21 Thread Stuart Henderson
On 2016/07/21 11:16, Dimitris Papastamos wrote: > Hi, > > I use tinc-vpn on my laptop and noticed that when I reboot or halt > the system, it freezes when it tries to stop the tinc daemon. > > This is reproducible with today's current. Would you notice if it was a panic rather than a freeze? >

Re: perl IO::Socket::IP Argument "1.38_01" isn't numeric in numeric lt ...

2016-08-02 Thread Stuart Henderson
On 2016/08/02 08:11, Andrew Fresh wrote: > On Tue, Aug 02, 2016 at 10:53:24AM -0400, RD Thrush wrote: > > Resending this report since it hasn't appeared on bugs nor marc.info. > > Apologies if it emerges from a queue. > > This was broken (by me) in r1.2 and fixed in r1.3 of this file. Sadly > t

Re: Serious error in PF documentation

2016-08-12 Thread Stuart Henderson
On 2016/08/12 10:15, Sonic wrote: > On Fri, Aug 12, 2016 at 8:19 AM, Petr Topiarz wrote: > > where should be: > > pass out on tl0 from 192.168.1.0/24 to any nat-to 198.51.100.79 > > block out on tl0 from 192.168.1.208 to any > > I think you're mistaken, your rule blocks 192.168.1.208, whereas the

Re: Resizing terminal during "pkg_add -u" causes package to not be updated

2016-08-18 Thread Stuart Henderson
On 2016/08/18 05:13, Todd C. Miller wrote: > The http path needs to use connect_sync() too. The following diff > moves it to util.c and calls it in fetch.c for http. This fixes things for me, OK.

Re: Synchronous and asynchronous FFS at the same time

2016-09-03 Thread Stuart Henderson
On 2016/09/03 16:23, Lampshade wrote: > Sometimes I have crash (unrelated to this bug) > during halt -p, so I decided to remount /home > as sync just before I execute halt -p. > During testing I have discovered unexpected > behaviour of mount(8). > > Mount is printing that I have FFS filesystem >

Re: Can't install pkgs - quirks on i386 are broken or damaged

2016-09-07 Thread Stuart Henderson
On 2016/09/06 23:00, Philip Guenther wrote: > On Tue, 6 Sep 2016, Petr Topiarz wrote: > > about six hours ago I installed a fresh OpenBSD-6.0 on i386. > > "fresh" means what? 6.0-release, ala from the CD? Or does it mean a > -current snapshot? > > > > However I could not install a single app

Re: no route to host for tcp connection

2016-09-07 Thread Stuart Henderson
On 2016/09/07 16:33, Sebastien Marie wrote: > On Wed, Sep 07, 2016 at 01:14:45PM +0200, Sebastien Marie wrote: > > Hi, > > > > I upgraded my laptop (amd64) to latest snapshot, and I experiment odd > > network connectivity. > > > > in resume: > > - ping is ok (lan and internet) > > - udp is ok (l

Re: Current AMD64 IPv6 broken

2016-09-22 Thread Stuart Henderson
It's a Juniper so probably the upstream router. $ maclookup 78:fe:3d:46:ed:9d 78:fe:3d:46:ed:9d (Juniper Networks) On 22 September 2016 08:54:47 Martin Pieuchot wrote: On 21/09/16(Wed) 23:24, Heiko Zimmermann wrote: Hello Martin, the Infos you wanted: 176.9.157.65

Re: Some online man pages don't have hyperlinks.

2016-10-02 Thread Stuart Henderson
On 2016/10/02 15:30, Pavan Maddamsetti wrote: > Hi, > > I often refer to the online documentation for OpenBSD. One feature that I > find useful is that pages for the system calls and C library tend to have > links under "See Also", for example if you look up open(2) or getc(3). > > However, there

Re: pkg_add "signify: write to stdout: Broken pipe"

2016-10-12 Thread Stuart Henderson
On 2016/10/12 11:09, Marc Espie wrote: > On Wed, Oct 12, 2016 at 10:51:59AM +0200, Martin Natano wrote: > > I've seen this since the new signing method has been implemented. I > > blamed it on something being out of date/sync on my machine, but after > > updating to the latest snapshot yesterday (t

Re: Volunteering for feature addition to openssh_client: Specification of source port

2016-10-16 Thread Stuart Henderson
On 2016/10/14 21:48, Tanmay Tiwari wrote: > Hi, > > *Feature*: Specification of local port when initiating a ssh connection > using ssh client (and optionally specification of local address/interface) > > Many people approach me for patching their openssh installation to allow > specification of

Re: bad kernel id in bsd file

2016-10-16 Thread Stuart Henderson
On 2016/10/16 12:02, Theo Buehler wrote: > On Sun, Oct 16, 2016 at 11:54:44AM +0200, Sebastien Marie wrote: > > Since the switch to the new way to build kernels, the identification > > string of kernels starts to be too "generic" (and unhelpfull for bug > > report). I noticed this today too :) >

Re: dhclient fails to write resolv.conf

2016-11-23 Thread Stuart Henderson
On 2016/11/15 15:29, ED Fochler wrote: > dhclient fails to update resolv.conf if DHCP is served by dnsmasq on linux. > > This bug is odd and very specific. affects at least OpenBSD 5.9 - 6.0 amd64. > Running OpenBSD on core2duo laptop and vm gives me the same behavior. > If dhclient.conf specifie

Re: tcpdump segfault in armv7 snapshots

2016-12-13 Thread Stuart Henderson
On 2016/12/13 12:23, Lars Noodén wrote: > On a BeagleBone Black (one that has not been used for GPIO), I have > been getting segfaults with tcpdump since the last four or so > snapshots. Running tcpdump in any way triggers the fault. A backtrace would be nice, or even better build with symbols an

Re: ntpd with default config broken in -current

2017-01-02 Thread Stuart Henderson
ificate fails verification because the 'Equifax > Secure Certificate Authority' root CA certificate that is on top of > the www.google.com certificate chain is missing from newer > /etc/ssl/cert.pem. It fails verification because alt chains aren't working correctly. It'

Re: traceroute no timeout

2017-01-09 Thread Stuart Henderson
On 2017/01/09 16:43, Gabriel Nieto wrote: > if you are doing ping to one host and some one else use the > traceroute command, then traceroute command no timeout all the hops. I can't replicate this on -current. > In $OpenBSD: *traceroute.c,v 1.95* 2014/03/24 11:11:49 this problem > doe

Re: OpenBSD /usr/bin/readelf does not properly validate input.

2017-01-17 Thread Stuart Henderson
On 2017/01/17 08:41, Marshall Whittaker wrote: > >Synopsis: OpenBSD's readelf does not properly validate input. > >Category: system > >Environment: > System : OpenBSD 6.0 > Details : OpenBSD 6.0 (GENERIC) #2148: Tue Jul 26 12:55:20 MDT 2016 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd

Re: dhclient doesn't work in trunk failover

2015-12-23 Thread Stuart Henderson
On 2015/12/23 09:22, Timo Myyrä wrote: > Ok, so failover trunk doesn't quite get me where I want. Gotta see if I can > find > time to tweak my network config now that I have better understanding about the > trunk. Hmm, could probably add ifstated to monitor em0 up/down messages and > use > that t

Re: dhclient doesn't work in trunk failover

2015-12-23 Thread Stuart Henderson
On 2015/12/23 10:24, Stuart Henderson wrote: > The normal way in recent OpenBSD versions is to just run dhclient on both > interfaces. To clarify, this is "one instance of dhclient per interface" i.e. "dhclient em0" and "dhclient iwn0", it doesn't liste

Re: Bug with file(1)

2015-12-31 Thread Stuart Henderson
On 2015/12/30 18:23, Brandon Vincent wrote: > In the file(1) utility shipped with OpenBSD 5.8, non-audio files are > being detected as having a sampling frequency and a set number of > audio channels. > > Please see the following mailing list post: > http://marc.info/?l=openbsd-misc&m=145147348920

<    1   2   3   4   5   6   7   8   9   10   >