Re: pkg_add/delete slow, not informative and other issues

2022-02-14 Thread Stuart Henderson
On 2022/02/14 10:51, bug.ig...@aleeas.com wrote: > As a new OpenBSD user I found some issues with pkg_add and pkg_delete > compared to other package managers I tried. I tried apt, pacman, xbps, > dnf, pkg (freebsd). There are probably other users with far more > experience than mine, but as a new

Re: route sourceaddr and ping/traceroute

2022-03-19 Thread Stuart Henderson
On 2022/03/19 19:14, David Gwynne wrote: > On Thu, Mar 17, 2022 at 12:05:16PM -0600, Theo de Raadt wrote: > > This should not be done in applications. The kernel must do it. It means > > the current kernel code is worng. > > i think this is the right place for raw ipv4 sockets like what >

Re: rc.d/spamlogd

2022-04-03 Thread Stuart Henderson
On 2022/04/03 01:50, Clint Pachl wrote: > Setting aside pflog, I still think there may have been an error > introduced in revision 1.2, as I stated in my bug description below. > > Unless "rc_pre" works in a way that I don't understand, the first line > of the rc_pre function in rc.d/spamlogd is

Re: axen0: invalid buffer(pkt#1)

2022-03-27 Thread Stuart Henderson
"4 bytes missing" - are you using vlans? if so, can you try without and does the problem continue? On 2022/03/26 22:05, Stephan Mending wrote: > Hi *, > I am currently in the unlucky position having to use two > usb-to-ethernet-adapters on a router. > > Therefore, I bought a model from "ISY"

Re: Kernel panic on boot as of obsd 7.0-current from 2022-02-02

2022-02-04 Thread Stuart Henderson
On 2022/02/04 01:26, Claudio Miranda wrote: > Hello, > > As of the OpenBSD 7.0-current snapshot from 2022-02-02, I've been getting a > kernel panic on boot when it tries to load inteldrm0. The system is a Dell > Latitude E6410 laptop with a Core i5-520M and Intel HD Graphics. Below is the >

Re: wifi ax 201, iwx not working on thinkpad e15 gen2 intel model

2022-01-06 Thread Stuart Henderson
On 2022/01/06 16:57, Anant Pande wrote: > Post installation after fw_update ( which did not automatically install the > iwx driver, so had to manually do ‘fw_update iwx’), the wifi is not working, > that is no wireless interface shows up in ifconfig command output. > I tried this on Openbsd 7.0

Fwd: sysupgrade, softraid and USB removable devices

2022-01-23 Thread Stuart Henderson
Installing the UP kernel on an MP system is definitely a bug. Forwarding to bugs@ where there's more chance of it being seen by somebody with time to look at it. This might explain the several reports I've seen where people have had 1 cpu show up (and usually have "helpful" people telling them to

Re: (C/C++] getline... do a "double free memory leek"

2022-01-14 Thread Stuart Henderson
On 2022/01/14 13:45, Bilal Emohmadian wrote: > Because in GNU/Linux... char* line is NULL when i initialized it. You can > close topic. It is not guaranteed that an automatic variable is set to any particular value on any OS. Maybe it _usually_ does on the Linux version you tested on with the

Re: path error in suricata package

2022-04-06 Thread Stuart Henderson
Moving to po...@openbsd.org, please reply there On 2022/04/05 10:31, George Pontis wrote: > OpenBSD 7.0 release for amd64 > > After installing the suricata 6.0.2 package, the readme provides guidance > for using suricata-update as follows: > > * > > suricata-update > --- >

Re: bootloop with 7.0 and 7.1

2022-04-10 Thread Stuart Henderson
On 2022/04/09 23:00, Daniele Olivo wrote: > >Synopsis: > >Category: > >Environment: > System : OpenBSD 7.1 > Details : OpenBSD 7.1 (GENERIC.MP) #464: Fri Apr 8 10:41:39 MDT 2022 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 >

Re: rc.d/spamlogd

2022-04-15 Thread Stuart Henderson
jturner had a problem with this, here's a diff on top of what was committed. - I think the first line is superfluous as /etc/rc.d/rc.subr has some special case for this (and I think this maybe responsible for a problem which jturner ran into) - look for the pflog interface passed in flags and

Re: pf nat-to doesn't match a crafted packet

2023-08-28 Thread Stuart Henderson
On 2023/08/28 18:30, Peter J. Philipp wrote: > Here is my icmp rulesets: > > root@stern# grep icmp /etc/pf.conf a partial pf.conf fragment is hardly ever enough to debug a ruleset problem. if a packet doesn't match any rule then it hits the implicit "pass flags any no state" rule 0.

Re: installer should work around ocsp failure

2023-10-27 Thread Stuart Henderson
On 2023/10/27 13:15, Theo de Raadt wrote: > > It occurred to me later maybe the clock was off? > > Oh now people want a ntp client on the installer??!?! Don't we already have a tempprary time sync in the installer from ftplist for exactly this situation?

Re: PXE install of OpenBSD 7.3 (amd64) fails on Protectli VP4650 & VP2420, with 'igc' Intel I225-V 2.5Gbps NICs

2023-10-02 Thread Stuart Henderson
On 2023/10/01 18:25, Ian R. wrote: >     My best guess is that OpenBSD's BOOTX64.EFI is lacking > support for the 'igc' Intel I225-V 2.5Gbps NICs It doesn't directly help you, but the boot loader doesn't have any NIC-specific code, it calls into EFI to make network connections. >     Here are

Re: PXE install of OpenBSD 7.3 (amd64) fails on Protectli VP4650 & VP2420, with 'igc' Intel I225-V 2.5Gbps NICs

2023-10-02 Thread Stuart Henderson
On 2023/10/02 18:24, Alexander Bluhm wrote: > On Sun, Oct 01, 2023 at 06:25:41PM -0700, Ian R. wrote: > > ?? The 'bsd' file it's looking for definitely does exist on my pxeboot > > server, in the tftpd root dirirectory where it's supposed to be. I've > > It is supposed to be in an IP

Re: pflogd doesn't stop properly on -current

2023-10-05 Thread Stuart Henderson
On 2023/10/05 19:04, Mikhail wrote: > I have also 7.3-release with syspatches - it prints > pflogd(ok) > on rcctl -f stop pflogd, and no pflogd processes around after that. > > > $ sysctl kern.version > kern.version=OpenBSD 7.4 (GENERIC.MP) #1394: Wed Oct 4 10:25:33 MDT 2023 >

Re: terminal is cleared when logging as root

2023-10-24 Thread Stuart Henderson
On 2023/10/24 08:21, Nicholas Marriott wrote: > I can't see what is different in tset, both old and new should just > send is2 and that hasn't changed as far as I can tell. > > Can someone show me the output of this from before the ncurses update > (maybe 7.4-release): > > /usr/bin/tset -sQ

Re: RTL8111 won't load on RockPro64 PCI-E slot

2022-04-20 Thread Stuart Henderson
On 2022/04/20 00:12, blind_gh...@tutanota.com wrote: > Hello Stuart, > > Have you had a chance to review my latest update? I am still having trouble > on OpenBSD 7.0 and I'm not seeing any changes that would give me hope for > OpenBSD 7.1. I don't have any more ideas at this point I don't

Re: rc.d/spamlogd

2022-04-21 Thread Stuart Henderson
On 2022/04/21 10:23, Stuart Henderson wrote: > Anyone fancy giving an explicit ok for this? Preferably someone who > uses spamd? Ah I missed that jturner@ already did, sorry for the noise! > > On 2022/04/15 22:00, Stuart Henderson wrote: > > jturner had a problem with t

Re: rc.d/spamlogd

2022-04-21 Thread Stuart Henderson
Anyone fancy giving an explicit ok for this? Preferably someone who uses spamd? On 2022/04/15 22:00, Stuart Henderson wrote: > jturner had a problem with this, here's a diff on top of what was > committed. > > - I think the first line is superfluous as /etc/rc.d/rc.subr has some &g

Re: ipsp_ids_gc panic after 7.1 upgrade

2022-04-27 Thread Stuart Henderson
To test, follow the "user mod" command and "Fetching -stable" from https://www.openbsd.org/faq/faq5.html#Bld, then cd /usr/src/sys and apply the patch from the email (you can fetch it from the mailing list archives with "ftp -o- 'https://marc.info/?l=openbsd-bugs=165090296209542=mbox' |

Re: syspatch fails on 7.1 due to wrong directory name on the mirrors

2022-04-23 Thread Stuart Henderson
This is intentional due to a problem with a patch. -- Sent from a phone, apologies for poor formatting. On 23 April 2022 10:08:29 Clemens Gößnitzer wrote: syspatch fails on 7.1 due to a wrong directory naming on the mirrors: # syspatch syspatch: Error retrieving

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

2023-11-10 Thread Stuart Henderson
On 2023/11/10 14:09, Tobias Fiebig wrote: > Moin, > i have been running into memleaks with nginx 1.24.0 for some time; > Nginx is self-build (as i need the http_sub module); It is configures > with: ./configure --with-http_sub_module --with-http_ssl_module --with- > http_stub_status_module

Re: ssh ldap authentication broken

2022-05-20 Thread Stuart Henderson
Are you using login_ldap from ports or from base? Please show your /etc/login.conf file (if it's the ports one mask hostnames etc if you consider them senstive, but otherwise please inclue the whole file) On 2022/05/20 07:16, helmut.kiessl...@btinternet.com wrote: > >Synopsis:ssh/sftp

Re: ssh ldap authentication broken

2022-05-21 Thread Stuart Henderson
On 2022/05/20 16:27, helmut.kiessl...@btinternet.com wrote: > Hi Stuart, > > Thanks for pointing out login.conf - indeed ldap was some reason missing > which is odd as in 70 it was automatically added there when installed > package? Nothing has ever been automatically added to login.conf when

Re: System upgraded from 7.0 to 7.1 hangs after fs mounts

2022-05-21 Thread Stuart Henderson
On 2022/05/21 11:04, Sebastien Marie wrote: > On Sat, May 21, 2022 at 04:35:25AM -0400, Johan Huldtgren wrote: > > hello, > > > > I tried to update my server from 7.0 to 7.1 tonight but after the upgrade > > booting 7.1 it just > > hangs after having mounted the filesystems. > > could you

-current crash

2022-05-31 Thread Stuart Henderson
I accidentally updated a router to -current instead of 7.1 and hit this. (Thanks sysupgrade - it was running a 7.0-stable kernel before...) Unfortunately it runs with ddb.panic=0 and this time it hanged, I won't have time to figure anything out with it when I get it back online, but might be able

Re: ssh ldap authentication broken

2022-05-23 Thread Stuart Henderson
On 2022/05/23 15:39, helmut.kiessl...@btinternet.com wrote: > Hi Stuart, > > Yes you were right and I was wrong. Login.conf is not automatically updated > but my build script somehow skipped command 'cap_mkdb login.conf' and that > was the main reason why authentication not worked. So all is good

Re: ssh ldap authentication broken

2022-05-23 Thread Stuart Henderson
On 2022/05/23 16:24, Helmut Kiessling wrote: > Hi Stuart, > > Usually it is however I tested 700, 755, root, ldap and yp service accounts > for > login_ldap.conf no luck unfortunately. I will test more when next to machine > again. Anyway no > biggie it works old way so I'm happy with it.

Re: sysupgrade vs. -stable, [was: Re: -current crash]

2022-06-01 Thread Stuart Henderson
On 2022/06/01 08:26, Florian Obser wrote: > On 2022-06-01 06:57 +02, Florian Obser wrote: > > On 2022-05-31 23:27 +01, Stuart Henderson wrote: > >> I accidentally updated a router to -current instead of 7.1 and hit this. > >> (Thanks sysupgrade - it was running

Re: -current crash

2022-06-01 Thread Stuart Henderson
On 2022/06/01 06:57, Florian Obser wrote: > On 2022-05-31 23:27 +01, Stuart Henderson wrote: > > I accidentally updated a router to -current instead of 7.1 and hit this. > > (Thanks sysupgrade - it was running a 7.0-stable kernel before...) > > Hmm? Are you saying

Re: please build unbound with --enable-event-api

2022-05-30 Thread Stuart Henderson
On 2022/05/29 14:20, Andrew Cagney wrote: > On Sun, 29 May 2022 at 13:44, Stuart Henderson wrote: > > > > On 2022/05/29 19:08, Florian Obser wrote: > > > On 2022-05-29 12:27 -04, Andrew Cagney wrote: > > > > Are you porting libreswan? > > Slo

Re: uhid spam: uhidev_intr: bad repid 33

2022-05-13 Thread Stuart Henderson
On 2022/05/11 07:54, Anton Lindqvist wrote: > On Tue, May 10, 2022 at 02:51:07PM +0100, Stuart Henderson wrote: > > On 2022/05/10 08:12, Anton Lindqvist wrote: > > > On Mon, May 09, 2022 at 05:44:29PM +0100, Stuart Henderson wrote: > > > > I have a USB combi

Re: [PATCH] Over-eager inclusion of man pages by makewhatis?

2022-05-24 Thread Stuart Henderson
That strictness will break things for quite a lot of packages. -- Sent from a phone, apologies for poor formatting. On 24 May 2022 08:58:46 "Matthew King" wrote: While writing some documentation I noticed backup files turning up in my mandoc.db and chased it down to what appears to be an

Re: please build unbound with --enable-event-api

2022-05-29 Thread Stuart Henderson
On 2022/05/29 19:08, Florian Obser wrote: > On 2022-05-29 12:27 -04, Andrew Cagney wrote: Are you porting libreswan? > > Per: > > > > --enable-event-api Enable (experimental) pluggable event base > > Why? This seems like a good reason to

Re: Azalia codec Realtek ALC3204 - Microphone not working

2022-07-02 Thread Stuart Henderson
On 2022/07/02 10:26, Jonathan Gray wrote: > On Fri, Jul 01, 2022 at 05:31:36PM +, Eric JACQUOT wrote: > > >Synopsis: Azalia codec Realtek ALC3204 - Microphone not working > > >Category: system kernel amd64 > > >Environment: > > System : OpenBSD 7.1 > > Details : OpenBSD

[summarizing from misc@]: ix(4) 599 fibre, persistent ENOBUF possibly after remote side bounces

2022-06-28 Thread Stuart Henderson
This is a summary of the "network interface becomes inoperable - No buffer space" thread from misc because something seems wrong to me (also I have some fibre ix(4) myself in places that would be a pain for them to break and I don't really want to run into it if possible ;) The reporter has 82599

Re: aq* on i386

2022-06-26 Thread Stuart Henderson
On 2022/06/26 05:36, Mike Larkin wrote: > On Sun, Jun 26, 2022 at 01:26:28PM +0300, Andrius V wrote: > > Hi, > > > > Is it possible to add aq* to i386 kernel configuration by default? The > > driver seems to work out of the box, at least on my AQC100 SFP+ based > > card. The need comes from the

Re: relayd panic

2022-06-05 Thread Stuart Henderson
I don't know this code well enough to give a meaningful OK, but this should probably get committed. On 2022/06/01 09:16, Alexandr Nedvedicky wrote: > Hello, > > > > r420-1# rcctl -f start relayd > > relayd(ok) > > r420-1# uvm_fault(0xfd862f82f990, 0x0, 0, 1) -> e > > kernel: page fault

Re: MTU setting during installation

2022-06-03 Thread Stuart Henderson
Normally if you're using DHCP you wouldn't need to do this by hand anyway, but it looks like this isn't yet implemented in dhcpleased. -- Sent from a phone, apologies for poor formatting. On 3 June 2022 15:28:23 "Theo de Raadt" wrote: yes that is the way to do it. guent...@openbsd.org

Re: [PATCH] Over-eager inclusion of man pages by makewhatis?

2022-05-24 Thread Stuart Henderson
On 2022/05/24 14:17, Matthew King wrote: > > That strictness will break things for quite a lot of packages. > > I am open to suggestions for a better patch --- my original plan > was specifically to stop files ending in ~ but this route seemed like > a better idea once I'd seen the code and

Re: New release of C-Kermit

2022-07-25 Thread Stuart Henderson
On 2022/07/24 15:26, Frank da Cruz wrote: > (Not a bug but I can't find any other email address at openbsd.org...) Hi Frank. Thanks for the notice, for the record po...@openbsd.org is the best place for mails about ports which don't have a specific maintainer . > You guys have the C-Kermit

Re: patch to ksh to show current rdomain

2022-07-26 Thread Stuart Henderson
On 2022/07/25 23:41, mgra...@brainfat.net wrote: > >Description: > This change adds the \% argument to the ksh process of the prompt. This will > cause the current rdomain of the shell to be displayed in the prompt. This > can be quite helpful when bouncing around between different rdomains.

Re: kernel panic on openbsd 7.1

2022-04-30 Thread Stuart Henderson
On 2022/04/30 20:01, Jihyun Yu wrote: > >Synopsis: kernel panic, without user activities > >Category: kernel panic > >Environment: > System : OpenBSD 7.1 > Details : OpenBSD 7.1 (GENERIC.MP) #465: Mon Apr 11 18:03:57 MDT 2022 >

Re: [External] : Using network interface in a pf rule does not work with ipv6.

2022-04-29 Thread Stuart Henderson
On 2022/04/29 22:08, Alexandr Nedvedicky wrote: > Hello Ian, > > > > > However, this does not work with IPv6, because vlan10 translates to the > > link-local address (fe80::) instead of the real address on the interface. > > > > This is a bug, IMO. I'm not sure why you'd want the link local

Re: rc.d/spamlogd

2022-04-18 Thread Stuart Henderson
On 2022/04/18 03:13, Clint Pachl wrote: > On Fri, 15 Apr 2022 22:00:35 +0100 > Stuart Henderson wrote: > > > jturner had a problem with this, here's a diff on top of what was > > committed. > > > > - I think the first line is superfluous as /etc/rc.d/

Re: uhid spam: uhidev_intr: bad repid 33

2022-05-10 Thread Stuart Henderson
On 2022/05/10 08:12, Anton Lindqvist wrote: > On Mon, May 09, 2022 at 05:44:29PM +0100, Stuart Henderson wrote: > > I have a USB combi keyboard/trackpad thing which is triggering "bad > > repid 33" frequently while attached (between a couple of times a minute, >

Re: 'less -F' broken?

2022-05-09 Thread Stuart Henderson
On 2022/05/09 00:37, Lyndon Nerenberg (VE7TFX/VE6BBM) wrote: > It seems that the -F flag to less is broken. Instead of reverting to > cat-like behaviour on short files, it prints nothing at all. You'll probably be happier with at least LESS=Xcq in the environment. (I use MXciq). > This is with

uhid spam: uhidev_intr: bad repid 33

2022-05-09 Thread Stuart Henderson
I have a USB combi keyboard/trackpad thing which is triggering "bad repid 33" frequently while attached (between a couple of times a minute, and once every few minutes). It does work but it's annoying. Presumably this is because it has non-contiguous report IDs? Anyone have an idea how to handle

Re: uhid spam: uhidev_intr: bad repid 33

2022-05-09 Thread Stuart Henderson
On 2022/05/09 20:39, Mark Kettenis wrote: > > Date: Mon, 9 May 2022 17:44:29 +0100 > > From: Stuart Henderson > > > > I have a USB combi keyboard/trackpad thing which is triggering "bad > > repid 33" frequently while attached (between a couple of times

Re: Realtek product 0x8852 class network not configured

2022-05-05 Thread Stuart Henderson
On 2022/05/05 06:04, Jacqueline Jolicoeur wrote: > >Synopsis:Realtek product 0x8852 class network not configured This is expected, OpenBSD does not have a driver for these "rtw89" .11ax devices

Re: dovecot: lack of filehandles slows down thunderbird

2022-08-25 Thread Stuart Henderson
On 2022/08/24 21:11, Harald Dunkel wrote: > Hi folks, > > using the current dovecot-2.3.19.1p0v0 I had to increase the limits for > dovecot's filehandles from 1024/2048 to 4096/8192. Without this change > Thunderbird (running on Linux or MacOS) was horrible unresponsive. > > Question is, why

Re: Missing and strfmon()/strfmon_l()

2022-08-23 Thread Stuart Henderson
On 2022/08/17 11:30, Ingo Schwarze wrote: > QUESTION TO PORTERS: > Would providing , strfmon(3), and strfmon_l(3) > in our libc make porters' lives easier, or are these interfaces > used so rarely in real-world programs that it does not matter? Only Star Traders has a patch to cope with it. I

Re: USB audio interface RME Babyface Pro FS is not recognized

2022-08-29 Thread Stuart Henderson
On 2022/08/29 07:23, Angelo wrote: > The USB audio interface RME Babyface Pro FS does not seem to attach > as an audio interface. It does: > uaudio0 at uhub0 port 4 configuration 1 interface 1 "RME Babyface Pro > (73034982)" rev 2.00/0.01 addr 2 > uaudio1 at uhub0 port 4

Re: kernel panic in -releases

2022-08-18 Thread Stuart Henderson
On 2022/08/18 12:04, Daniel Santos wrote: > When will someone give me some feedback on this issue? You didn't respond to my suggestion about uaudio or question about when the crash happened. > My computer keeps on kernel panicking, each 2 reboots, and as you may > imagine, this is very instable

Re: An old em(4) bug is still present in latest snapshot

2022-08-22 Thread Stuart Henderson
Try disabling iAMT in bios. If that helps it may be possible to workaround if the right places can be found, see the patch in comment 7 on https://bugzilla.kernel.org/show_bug.cgi?id=10990 On 2022/08/22 13:17, Walter Alejandro Iglesias wrote: > Hi, > > This bug: > >

Re: high interrupt load from acpi0 on Jasper Lake N5105

2022-09-27 Thread Stuart Henderson
On 2022/09/26 17:40, Sebastian Oswald wrote: > The high interrupt load also seems to cause the CPU to never reduce > clock speed (hw.cpuspeed always showing 2001), hence constantly using > maximum power and getting relatively hot (>60°C) after a while. Currently OpenBSD won't automatically change

Re: Panic on Dell Precision T1600, BIOS A21 (stopped at efi_attach+0x171)

2022-10-19 Thread Stuart Henderson
On 2022/10/19 12:07, Claudio Miranda wrote: > Greetings, > > I'm getting a kernel panic on a Dell Precision T1600 with BIOS A21 > which is the latest revision from Dell for this system. This all > started as of the #793 snapshot of -current on Monday, October 17 at > 10:16:43 MDT. I've attached

Re: Had to set 'kern.timecounter.hardware' to 'acpitimer0' to fix system clock going too fast

2022-10-24 Thread Stuart Henderson
On 2022/10/24 08:26, Scott Cheloha wrote: > > pppoe0: received unexpected PADO > > [snip] > > pppoe0: received unexpected PADO > > pppoe0: LCP keepalive timeout > > [snip] > > pppoe0: host unique tag found, but it belongs to a connection in state 3 > > pppoe: received PADO but could not find

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

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: Userspace serial console not working since OpenBSD-7.1 release

2022-09-13 Thread Stuart Henderson
If you have old.boot messages from 7.0 saved somewhere, or can boot a 7.0 kernel (e.g. download to /bsd.70 and "boot bsd.70" at the boot prompt) then it would be useful to compare the com* attach lines. The acpidump output files might be useful too (probably saved in /var/db/acpi). The

Re: Unable to complete secure online login

2022-09-14 Thread Stuart Henderson
On 2022/09/13 08:36, Alton Shaw wrote: >     I am no longer able to log into to my bank using Firefox, Firefox-ESR, > or Chromium on OpenBSD.  After entering my username and password the > website responds "/We’re currently having technical issue Please try again > later./"  The bank's technical

Re: Unable to complete secure online login

2022-09-14 Thread Stuart Henderson
On 2022/09/14 05:48, Alton Shaw wrote: > Thank you Stuart for your suggestion. I tried logging in using the add-on > /User-Agent Switcher and Manager/ within Firefox set to Windows 10/Edge but > I've received the same response. as I said, "usually best to change the presented OS and not the type

Re: OpenSMTPd crash

2022-09-22 Thread Stuart Henderson
> > Note that this domain has bogus DNS records and mail will fail anyway. > > > > habitium.fr mail is handled by 10 _dc-mx.4063971290c7.habitium.fr. > > # host _dc-mx.4063971290c7.habitium.fr > > _dc-mx.4063971290c7.habitium.fr has address 212.63.111.139 > > Host _dc-mx.4063971290c7.habitium.fr

Re: OpenSMTPd crash

2022-09-22 Thread Stuart Henderson
On 2022/09/22 10:37, Renaud Allard wrote: > Hello, > > I opened a bug report on github for smtpd, but I am not really sure if it's > read, so I am also posting it here. > > It's all described in https://github.com/OpenSMTPD/OpenSMTPD/issues/1183 > > Basically, I am able to reliably crash

Re: OpenSMTPd crash

2022-09-22 Thread Stuart Henderson
On 2022/09/22 13:35, Renaud Allard wrote: > > > On 9/22/22 13:05, Stuart Henderson wrote: > > > > Note that this domain has bogus DNS records and mail will fail anyway. > > > > > > > > habitium.fr mail is handled by 10 _dc-mx.4063971290c7.ha

Re: Unable to complete secure online login

2022-09-20 Thread Stuart Henderson
On 2022/09/20 05:00, Alton Shaw wrote: > Thanks for the suggestion Mikhail. > > Early on I had tried Chromium with the same result which I find very curious > as I don't believe they share any code.  So I was thinking it was something > in how OpenBSD passed browser traffic to the web.  But at

Re: Intel NUC 11 very slow, acpi0 kernel thread always take 100%

2022-10-06 Thread Stuart Henderson
On 2022/10/06 11:49, Igor Petruk wrote: > I've looked at the previous threads on this issue. One explanation was > that it was a buggy hardware, e.g. cheap motherboard. In my case this > is Intel NUC. I've just upgraded the BIOS from Feb 2022 version to Aug > 16th, 2022 version from >

Re: Intel NUC 11 very slow, acpi0 kernel thread always take 100%

2022-10-06 Thread Stuart Henderson
On 2022/10/06 12:29, Stuart Henderson wrote: > On 2022/10/06 11:49, Igor Petruk wrote: > > I've looked at the previous threads on this issue. One explanation was > > that it was a buggy hardware, e.g. cheap motherboard. In my case this > > is Intel NUC. I've just upgraded t

Re: xterm man-page -/+tb option vs implemented options

2022-09-05 Thread Stuart Henderson
On 2022/09/04 18:30, Tim Chase wrote: > On 2022-09-04 18:16, Tim Chase wrote: > > Playing around, I encountered the man-page talked about a toolbar: > > > > $ man xterm | ul | grep -e -tb -A6 > >-tb This option, corresponding to the toolBar resource, indicates > >

Re: fontconfig error

2022-08-06 Thread Stuart Henderson
On 2022/08/05 18:46, Walter Alejandro Iglesias wrote: > Now, after applying your patch, setting FONTCONFIG_FILE and > FONTCONFIG_PATH to my home config dir and file, xterm loads the xft font > correctly but the error appears again. I don't understand why since it > seemed to me to see in the code

Re: Printing in firefox doesn't work

2022-08-08 Thread Stuart Henderson
You're going to need to give more information about how you're trying to print (cups? plain lpr? do other programs work?), which packages you have installed (pkg_info output), and what happens. There is no general problem with printing from Firefox. On 2022/08/07 11:25, Jean-Louis ABRAHAM wrote:

Re: kernel panic in -releases

2022-08-14 Thread Stuart Henderson
Please extract the zips so they can be viewed directly in a browser. (Ideally retype the lines from the panic message as text, but unzipping will at least make it slightly easier for people to see if they can help) -- Sent from a phone, apologies for poor formatting. On 13 August 2022

Re: kernel panic in -releases

2022-08-15 Thread Stuart Henderson
Adding bugs@openbsd.org back to CC. Please keep it in your replies. On 2022/08/14 12:43, Daniel Santos wrote: > It has been unzipped. thanks. > > > this is the third time in 4 days that my OpenBSD is crashing without a > > > reason. I believe this is a kernel panic. This is my first bug

Re: Areca ARC-1880 on sparc64

2022-07-31 Thread Stuart Henderson
On 2022/07/31 06:53, Klemens Nanni wrote: > > > Both kernel panics didn't provide a ddb prompt, > > so I was unable to do trace, ps, show registers. > > Supported or not, this is a kernel bug. ramdisk kernels don't have ddb

Re: Kernel crash

2022-08-08 Thread Stuart Henderson
On 2022/08/08 07:59, Hendrik Meyburgh wrote: > Hi. > > I started a sysupgrade to snapshot last night and left it unattended. I > assume it rebooted after it downloaded the software and now it is in this > state. I am not sure if this is before or after the install of the snapshot. > jpegs

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

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

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

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

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

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

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

Re: mpv segfaults on -current

2023-01-24 Thread Stuart Henderson
On 2023/01/23 14:21, nat...@blazebone.com wrote: > >Synopsis:Trying to play videos with mpv segfaults > >Category: > >Environment: > System : OpenBSD 7.2 > Details : OpenBSD 7.2-current (GENERIC.MP) #979: Sun Jan 22 > 21:51:52 MST 2023 > >

Re: mpv segfaults on -current

2023-01-24 Thread Stuart Henderson
t down yet. Thanks for participating > > in snapshots and helping us make a better world. > > Thank you Theo for building this wonderful system which is (also in my > opinion) a step towards a better world! I am very glad if I can be of > any help. > > > Stuart Henderson wr

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

Re: Debugging a 7.2-current segfault that started around #3033

2023-02-20 Thread Stuart Henderson
On 2023/02/20 10:46, Stephan Somogyi wrote: > On aarch64 on a RPi3, somewhere between 7.2-current GENERIC.MP#2028 and > GENERIC.MP#2033, and the package snapshots that happened around the #2033 > time,something changed that causes persistent segfaulting while executing a > perl script that's been

Re: Support for Banana PI BPI-M5 confusion on ftp.openbsd.org vs www.openbsd.org

2023-03-03 Thread Stuart Henderson
On 2023/03/02 15:48, kod code wrote: > Hello, > > at > https://ftp.openbsd.org/pub/OpenBSD/7.2/arm64/INSTALL.arm64 > under > "OpenBSD System Requirements and Supported Devices:" > ... > "Amlogic G12B/SM1" > the Banana PI BPI-M5 isn't listed. That's from 7.2 release time, the webpage was updated

intel T14 gen 3, picom triggers page fault trap in dpt_insert_entries

2023-04-24 Thread Stuart Henderson
Running picom (with no special config or command line flags) on intel T14 gen 3 fairly easily triggers a crash in drm. If it doesn't fail the first time, exiting and restarting a few times pretty much always triggers it. Full proc listing below after dmesg, Xorg is the only active process at the

Re: intel T14 gen 3, picom triggers page fault trap in dpt_insert_entries

2023-04-24 Thread Stuart Henderson
On 2023/04/24 23:53, Jonathan Gray wrote: > On Mon, Apr 24, 2023 at 01:49:32PM +0100, Stuart Henderson wrote: > > Running picom (with no special config or command line flags) on intel > > T14 gen 3 fairly easily triggers a crash in drm. If it doesn't fail the > > first time, e

Re: intel T14 gen 3, picom triggers page fault trap in dpt_insert_entries

2023-04-24 Thread Stuart Henderson
On 2023/04/24 15:00, Stuart Henderson wrote: > > Looking over the local changes to i915_scatterlist.h the segment size > > could be larger, I'm not sure if that would help. > > I will try that and report back after lunch. Doesn't help. > > > Index: dev/pci/

Re: lock order reversal: drmwq and wakeref.mutex

2023-04-24 Thread Stuart Henderson
On 2023/04/24 15:50, Klemens Nanni wrote: > cpu0: 12th Gen Intel(R) Core(TM) i7-1270P, 2095.31 MHz, 06-9a-03 ah you got one of the warm CPU versions then :)

Re: lock order reversal: drmwq and wakeref.mutex

2023-04-24 Thread Stuart Henderson
On 2023/04/24 16:05, Klemens Nanni wrote: > On Mon, Apr 24, 2023 at 04:58:08PM +0100, Stuart Henderson wrote: > > On 2023/04/24 15:50, Klemens Nanni wrote: > > > cpu0: 12th Gen Intel(R) Core(TM) i7-1270P, 2095.31 MHz, 06-9a-03 > > > > ah you got one of the warm CPU v

Re: intel t14 gen3: microphone recording does not work

2023-04-26 Thread Stuart Henderson
On 2023/04/25 19:40, Klemens Nanni wrote: > Speakers work fine, 'aucat -o rec.wav' produces non-zero data, > but 'aucat -i rec.wav' keeps quiet ('mpv song73.ogg' plays). > > https://www.openbsd.org/faq/faq13.html#enablerec did not help me, > there is nothing muted and I did not find a knob to

Re: Sierra Wireless MC7750 attaches as ugen(4) on OpenBSD 7.3 #1125 2023-March-25

2023-04-06 Thread Stuart Henderson
On 2023/04/06 09:13, Gerhard Roth wrote: > 2) query the list of modes with "AT!UDUSBCOMP=?". Example result: > > 0 - reserved NOT SUPPORTED > 1 - DM AT SUPPORTED > 2 - reserved NOT

Re: Caps Lock influences yubikey

2023-02-07 Thread Stuart Henderson
On 2023/02/07 12:13, Paul de Weerd wrote: > Should yubikey really depend on the caps lock state of an (external) > keyboard? Would it make sense to lower the case of any password there's complex code to handle 90 odd different keymaps, it would seem silly to go to that much trouble and not cope

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

2023-06-13 Thread Stuart Henderson
On 2023/06/13 11:57, Matthias Schmidt wrote: > $ pkg_info -vv screen | head -30 > Information for inst:screen-4.9.0 > [...] > Size: 1244302 > Signature: screen-4.9.0,10,c.97.0,curses.14.0,util.16.0 > Packing-list: > @comment $OpenBSD: PLIST,v 1.24 2019/08/15 21:01:49 naddy Exp $ > @name

Re: dvmrpd reports "routeroute decision engine terminated; signal 11"

2023-07-03 Thread Stuart Henderson
On 2023/07/03 14:52, Why 42? The lists account. wrote: > > Hi All, > > FYI, after patching the kernel (See: discussion from June 7th entitled > "dvmrpd start causes kernel panic: assertion failed") I am able to run > the dvmrpd multicast routing daemon and indeed it seems to be doing >

<    3   4   5   6   7   8   9   >