nat-to/route-to bug?

2019-03-20 Thread thomas
>Synopsis: nat-to/route-to bug >Environment: System : OpenBSD 6.4 Details : OpenBSD 6.4-stable (GENERIC.MP) #0: Thu Mar 7 01:50:55 CET 2019 r...@puffy64-amd.intranet.mainloop.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP Architectu

Re: getrrsetbyname() doesn't set RES_USE_DNSSEC, preventing VerifyHostKeyDNS with OpenSSH

2021-11-17 Thread thomas
etbyname(), then? Hard coding it in getrrsetbyname() presumably risks it not being able to retrieve the SSHFP records at all, which makes it not even possible to fall back to "ask" for VerifyHostKeyDNS? -- typedef struct me_s { char name[] = { "Thomas Habets" }; char e

Re: getrrsetbyname() doesn't set RES_USE_DNSSEC, preventing VerifyHostKeyDNS with OpenSSH

2021-11-17 Thread thomas
out RES_USE_DNSSEC, in case DNSSEC is broken? -- typedef struct me_s { char name[] = { "Thomas Habets" }; char email[] = { "tho...@habets.se" }; char kernel[]= { "Linux" }; char *pgpKey[] = { "http://www.habets.pp.se/pubkey.txt"; }; ch

unable to load php-gd-5.3.21 library

2013-07-31 Thread thomas
Cannot load specified object All dependencies are available on my system as well: thomas@srv:/home/thomas$ readelf -a /usr/local/lib/php-5.3/modules/gd.so | \ grep Shared Type: DYN (Shared object file) 0x0001 (NEEDED)

Possible Wireguard issues 7,6 upgrade

2024-10-24 Thread Thomas
omething: the official site says a user can DOS their own keys with time issues, see Unreliable Monotonic Counter here: https://www.wireguard.com/known-limitations/ Best, Thomas

Re: user/6323: cwm(1) menus pops up when clicking inside windows at certain places.

2010-04-11 Thread Thomas Pfaff
The following reply was made to PR user/6323; it has been noted by GNATS. From: Thomas Pfaff To: gn...@openbsd.org Cc: Subject: Re: user/6323: cwm(1) menus pops up when clicking inside windows at certain places. Date: Sun, 11 Apr 2010 19:28:59 +0200 On Wed, 24 Feb 2010 15:56:47 +0100

Re: Console resolution restricted to 848x400 on inteldrm

2018-04-24 Thread Thomas Sullivan
On Tue, 24 Apr 2018 at 11:37 pm, Thomas Sullivan wrote: > Thanks Mark, > > That was my thought too, but it’s not hooked up to anything except power > and ethernet. > > On Tue, 24 Apr 2018 at 11:24 pm, Mark Kettenis > wrote: > >> > From: Thomas Sullivan >

Re: Console resolution restricted to 848x400 on inteldrm

2018-04-27 Thread Thomas Sullivan
;+61407890821> On Wed, Apr 25, 2018 at 12:46 AM, Thomas Sullivan wrote: > > > On Tue, 24 Apr 2018 at 11:37 pm, Thomas Sullivan wrote: > >> Thanks Mark, >> >> That was my thought too, but it’s not hooked up to anything except power >> and ethernet. >>

Potential memory leak in route6d

2018-06-14 Thread Barabosch, Thomas
attached a possible patch. Best regards, Thomas -- Thomas Barabosch Fraunhofer FKIETel.: +49 228 50212-601 Cyber Analysis & Defense Fax:+49 228 73-4571 Zanderstraße 5 D-53113 Bonn, Germany http://www.fkie.fraunhofer.de/ ---

Re: Potential memory leak in route6d

2018-06-14 Thread Barabosch, Thomas
/usr.sbin/route6d/route6d.c Am 14.06.2018 um 16:44 schrieb Florian Obser: > OK florian@ if someone wants to commit it. Alternatively I take OKs, > too :) > > On Thu, Jun 14, 2018 at 04:25:22PM +0200, Barabosch, Thomas wrote: >> Hi there, >> >> while reviewing the

More potential memory leaks based on not freeing getaddrinfo

2018-06-15 Thread Thomas Barabosch
It just greps for strings, there is no (sophisticated) static analysis involved similar to modules for malloc/free issue detection. Nevertheless, I thought that this may be of interest to you. Best regards, Thomas ##

Re: More potential memory leaks based on not freeing getaddrinfo

2018-06-16 Thread Thomas Barabosch
Hi there, I appended a patch for ndp.c. Best regards, Thomas Am 16.06.18 um 11:23 schrieb Sebastian Benoit: > fix for usr.sbin/ikectl/parser.c > > ok? > > diff --git usr.sbin/ikectl/parser.c usr.sbin/ikectl/parser.c > index 52488845fd3..32099bb3b3d 100644 > --- usr

Re: ncurses is outdated in OpenBSD

2021-01-01 Thread Thomas Dickey
howing the original code: https://github.com/ThomasDickey/ncurses-snapshots/blob/4ea0089ed3027c29ad07bb2cc016f81c04c4b2dc/ncurses/lib_tparm.c#L274 https://github.com/ThomasDickey/ncurses-snapshots/blob/4ea0089ed3027c29ad07bb2cc016f81c04c4b2dc/progs/tput.c https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tput/tput.c.diff?r1=1.7&r2=1.8&f=h -- Thomas E. Dickey http://invisible-island.net ftp://ftp.invisible-island.net

Re: Compiling ncurses-6.1 on OpenBSD

2019-12-25 Thread Thomas Dickey
On Wed, Aug 14, 2019 at 04:10:17PM -0400, Thomas Dickey wrote: > On Wed, Aug 14, 2019 at 12:22:44PM -0500, Robert Smith wrote: > > Thank you for the hard work on this Thomas. Have we heard anything back > > from > > OpenBSD team on this? > > nothing. My cc' on

Re: Compiling ncurses-6.1 on OpenBSD

2019-12-26 Thread Thomas Dickey
On Thu, Dec 26, 2019 at 01:13:11PM +, Stuart Henderson wrote: > On 2019/12/25 16:23, Thomas Dickey wrote: > > Since my message to bugs@openbsd.org was ignored, > > I'll have to assume that they're not interested in discussing it, > > and will keep in mind

Re: Compiling ncurses-6.1 on OpenBSD

2019-12-28 Thread Thomas Dickey
On Thu, Dec 26, 2019 at 05:12:56PM -0500, Thomas Dickey wrote: > On Thu, Dec 26, 2019 at 01:13:11PM +, Stuart Henderson wrote: > > On 2019/12/25 16:23, Thomas Dickey wrote: > > > Since my message to bugs@openbsd.org was ignored, > > > I'll have to assum

Re: Compiling ncurses-6.1 on OpenBSD

2019-12-29 Thread Thomas Dickey
On Sun, Dec 29, 2019 at 11:41:29PM +0100, Robert Smith wrote: > Dear Thomas, > > It's interesting to see some new discussion around this whereas I am > attempting to build it again. > > I was just reviewing some of the correspondence from earlier in the year to > s

Re: xterm killed with pledge dns violation

2020-01-07 Thread Thomas Dickey
ery likely, disabling the XA_HOSTNAME (and XA_IP_ADDRESS) chunks in that file wouldn't hurt xterm, though claws-mail might be annoyed). -- Thomas E. Dickey https://invisible-island.net ftp://ftp.invisible-island.net signature.asc Description: PGP signature

Re: xterm killed with pledge dns violation

2020-01-08 Thread Thomas Dickey
On Wed, Jan 08, 2020 at 09:01:32AM +0100, Benjamin Baier wrote: ... > > Thomas Dickey wrote: ... > > > Reading the source, it seems that the client is asking for the target > > > with this information, that libXmu is "merely" capable of honoring it &g

Re: xterm killed with pledge dns violation

2020-01-08 Thread Thomas Dickey
On Wed, Jan 08, 2020 at 12:24:56PM +0100, Benjamin Baier wrote: > On Wed, 8 Jan 2020 04:31:42 -0500 > Thomas Dickey wrote: > > > On Wed, Jan 08, 2020 at 09:01:32AM +0100, Benjamin Baier wrote: > > ... > > > > Thomas Dickey wrote: > > ... > > > >

Re: Locale not supported by C library.

2020-05-01 Thread Thomas Dickey
le. Since it's not a prepackaged locale, you'd have to find some more extensive documentation for mklocale. This looks like a place to start: http://openbsd-archive.7691.n7.nabble.com/Remove-build-machinery-for-non-UTF-8-charsets-td291943.html -- Thomas E. Dickey https://invisible

iked: Cannot send requests after rekeying IKE SA

2016-10-25 Thread Thomas Klute
length 16 ikev2_msg_decrypt: integrity check succeeded ikev2_msg_decrypt: decrypted payload length 16/16 padding 11 ikev2_msg_send: INFORMATIONAL response from 172.25.128.5:500 to 172.24.2.42:500 msgid 0, 80 bytes sa_state: ESTABLISHED -> CLOSED from 172.24.2.42:500 to 172.25.128.5:500 policy

iked sends KE payload not matching any proposal on IKE rekey

2016-10-26 Thread Thomas Klute
ertvalid,auth,authvalid,sa ikev2_pld_notify: not an initiator sa_state: ESTABLISHED -> CLOSED from 172.24.2.42:500 to 172.25.128.5:500 policy 'test' ikev2_init_create_child_sa: no proposal specified ikev2_recv: closing SA sa_free: ispi 0x27f2f333153d6637 rspi 0xbcde677e61984d2c config_free_

Broken handling of outgoing ESP packets with divert(4)

2017-01-03 Thread Thomas Klute
buttons, Z dir wsmouse1 at ums0 mux 0 vscsi0 at root scsibus3 at vscsi0: 256 targets softraid0 at root scsibus4 at softraid0: 256 targets root on wd0a (d9f1fa61e43a2a3f.a) swap on wd0b dump on wd0b usbdevs: Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x), I

no lcp echo requests from 5.9 kernel pppoe

2016-04-05 Thread Thomas Elvers
I observed several termination and re-authentification requests of my pppoe link within hours since the upgrade to version 5.9 Monitoring the pppoe interface and dumping the lcp control packages showed that the openbsd 5.9 client always initiates a termination request without previous sendin

Crash when unplugging uchcom while connected to its ucom.

2015-04-09 Thread Thomas Pfaff
Hi. I disconnected an "arduino" device (this particular one is a cheap chinese knock-off) while being connected to its serial port and ... $ cu -l cuaU0 Connected to /dev/cuaU0 (speed 9600) ucom0 detached uchcom0 detached [EOT] kernel: protection fault trap, code=0 Stopped a

Re: Crash when unplugging uchcom while connected to its ucom.

2015-04-13 Thread Thomas Pfaff
> On 09/04/15(Thu) 13:11, Thomas Pfaff wrote: > > $ cu -l cuaU0 > > Connected to /dev/cuaU0 (speed 9600) > > ucom0 detached > > uchcom0 detached > > > > [EOT] > > kernel: protection fault trap, code=0 > > Stopped at ehci_check_in

ulpt(4) panic

2015-04-21 Thread Thomas Pfaff
Hi. I'm trying to get a non-PS printer working, which is always fun, and when I try to write something to /dev/ulpt0 it just sits there doing nothing useful, so ^C and the kernel will panic. This happens on both SP and MP kernels (panic below is from an SP kernel). The printer attaches to both ul

cvs error while checking out openbsd sources

2015-05-10 Thread Thomas Schweikle
/usr/bin/ssh_2022 holds: /usr/bin/ssh -p 2022 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $@ looks like there is something wrong with openbsd.cs.fau.de/cvs. -- Thomas

Re: cvs error while checking out openbsd sources

2015-05-10 Thread Thomas Schweikle
rroring. 2015-05-10 15:15 GMT+02:00 Bühler Theo : > On May 10, 2015, at 15:01, "Thomas Schweikle" wrote: > >> + export CVSROOT=anon...@openbsd.cs.fau.de/cvs > > shouldn't this be > "export CVSROOT=anon...@openbsd.cs.fau.de:/cvs" > (missing colon?) > > sorry about the formatting, writing from > my phone -- Thomas

Directly waking up from sleep mode

2015-05-13 Thread Thomas Feron
>Synopsis: It goes into sleep mode but wake up straight after >Category: apm >Environment: System : OpenBSD 5.7 Details : OpenBSD 5.7-current (GENERIC.MP) #971: Sat May 2 09:18:21 MDT 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd

Re: X with Broadwell GPU still not working

2015-10-31 Thread Thomas Weinbrenner
On Thu, Oct 08, 2015 at 08:50:29PM +0200, m...@tweinbrenner.net wrote: > >Synopsis:X with Broadwell GPU still not working > >Category:kernel > >Environment: > System : OpenBSD 5.8 > Details : OpenBSD 5.8-current (GENERIC.MP) #1440: Thu Oct 8 > 07:52:55 MDT 2015 >

Re: X with Broadwell GPU still not working

2015-11-01 Thread Thomas Weinbrenner
Thank you Jonathan. I just upgraded to #1556. X starts as fast as it should be. Acceleration doesn't work (fonts are not displayed, firefox doesn't display anything), but if I disable acceleration via xorg.conf everything is fine. I guess I have to wait for the next drm update to use hardware acc

Re: X with Broadwell GPU still not working

2015-11-01 Thread Thomas Weinbrenner
On Mon, Nov 02, 2015 at 12:56:22AM +1100, Jonathan Gray wrote: > On Sun, Nov 01, 2015 at 10:51:45AM +0100, Thomas Weinbrenner wrote: > > X starts as fast as it should be. Acceleration doesn't work (fonts are > > not displayed, firefox doesn't display anything), but if I

Re: sndiod stops and doesn't resume until reboot

2018-01-21 Thread Thomas Frohwein
Thanks so much for looking at this! Here what I found: (Not sure if it's related to the problem, but I noticed that azalia1 attaches to "unknown product..." in dmesg.) > To confirm this, the next time this happens, after mpv terminates, > could you run in one terminal: > > cat /dev/zero >/

Spamd does not Greylist

2017-07-04 Thread Thomas Laus
List: I recently installed OpenBSD 6.1 on an Amazon AWS EC2 instance. I used the default configuration and just have the "-v" flag set in rc.conf.local for spamd. I see various smtp connections in the daemon log but was surprised to see the spamdb entry after the initial connection was showing s

Re: acme-client: renewal fails

2019-01-29 Thread Thomas L.
I meanwhile tried it again with the same setup and it worked. It got a "status": "valid" this time, so maybe pending/valid handling really is the problem. # acme-client -vv lists.dl6tom.de acme-client: /etc/ssl/lists.dl6tom.de.crt: certificate renewable: -48 days left acme-client: /etc/acme/letse

Re: acme-client: renewal fails

2019-01-29 Thread Thomas L.
I got another domain which still fails: # acme-client -vv feuf.eu acme-client: /etc/ssl/private/feuf.eu.key: loaded RSA domain key acme-client: /etc/acme/letsencrypt-privkey.pem: loaded RSA account key acme-client: /etc/ssl/feuf.eu.crt: certificate renewable: -61 days left acme-client: https://acme

Re: acme-client: renewal fails

2019-01-30 Thread Thomas L.
On Wed, 30 Jan 2019 10:08:30 +0100 Sebastian Benoit wrote: > http://feuf.eu/.well-known/acme-challenge/ > reports a 404 not found. I would expect a 403 Permission Denied there > if you have DirectoryIndex turned off. > > Also feuf.eu claims it is "Apache/2.4.10 (Debian) Server at feuf.eu > Port 80

Ryzen HDA stops acceping MSI interrupts (follow-up on: sndiod stops and doesn't resume until reboot)

2019-03-15 Thread Thomas Frohwein
>Synopsis: HD audio device on Ryzen systems locks up after variable amounts of time. >Category: kernel system >Environment: System : OpenBSD 6.5 Details : OpenBSD 6.5-beta (GENERIC.MP) #50: Fri Mar 15 08:06:42 PDT 2019 thfr@ryz.domain:/u

getrrsetbyname() doesn't set RES_USE_DNSSEC, preventing VerifyHostKeyDNS with OpenSSH

2021-11-17 Thread Thomas Habets
text/x-cvsweb-markup [2] https://cvsweb.openbsd.org/src/lib/libc/asr/asr.c?rev=1.66&content-type=text/x-cvsweb-markup [3] I realize that the path from the recursive resolver to the machine must be secure. I'm using 8.8.8.8 as an example. https://serverfault.com/questions/1063853/sshfp

crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-01-19 Thread Thomas Frohwein
>Synopsis: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot >Category: kernel amd64 >Environment: System : OpenBSD 7.0 Details : OpenBSD 7.0-current (GENERIC) #265: Wed Jan 19 11:41:29 MST 2022 dera...@amd64.openbsd.org:/usr/

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-01-20 Thread Thomas Frohwein
On Fri, Jan 21, 2022 at 12:22:49AM +1100, Jonathan Gray wrote: > On Wed, Jan 19, 2022 at 11:04:26PM -0800, guent...@openbsd.org wrote: [...] > > The backtrace is kinda nonsensical, showing a copyout() call with no > > predecessor, but maybe that's just from copy*() not setting up a proper > > fra

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-01-21 Thread Thomas Frohwein
On Fri, Jan 21, 2022 at 07:54:29PM +1100, Jonathan Gray wrote: > On Thu, Jan 20, 2022 at 04:08:28PM -0700, Thomas Frohwein wrote: > > On Fri, Jan 21, 2022 at 12:22:49AM +1100, Jonathan Gray wrote: > > > On Wed, Jan 19, 2022 at 11:04:26PM -0800, guent...@openbsd.org wrote: >

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-01-23 Thread Thomas Frohwein
On Sun, Jan 23, 2022 at 10:19:24AM +1100, Jonathan Gray wrote: > On Fri, Jan 21, 2022 at 03:31:14PM -0700, Thomas Frohwein wrote: > > On Fri, Jan 21, 2022 at 07:54:29PM +1100, Jonathan Gray wrote: > > > On Thu, Jan 20, 2022 at 04:08:28PM -0700, Thomas Frohwein wrote: > >

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-01-24 Thread Thomas Frohwein
On Tue, 25 Jan 2022 10:59:26 +1100 Jonathan Gray wrote: > > if you revert the previous and try this does it still boot? > > this would be more interesting to try > > corresponds to 'drm/i915: Add object locking to vm_fault_cpu' > 9fa1f4785f2a54286ccb8a850cda5661f0a3aaf9 > > https://git.kerne

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-01-27 Thread Thomas Frohwein
On Thu, 27 Jan 2022 21:15:12 +1100 Jonathan Gray wrote: > thfr said those changes didn't help, I imagine it would be the same for > you. Both were committed. That is correct > > > > > Wanted to clarify my reddit post: > > There is a problem when the install is encrypted (full disk encryption,

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-01-28 Thread Thomas Frohwein
On Thu, 27 Jan 2022 06:16:04 -0700 Thomas Frohwein wrote: > > > Wanted to clarify my reddit post: > > > There is a problem when the install is encrypted (full disk encryption, w > > > bioctl). > > > Unencrypted version works fine (got to the login). > &g

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-01-28 Thread Thomas Frohwein
On Sat, 29 Jan 2022 15:19:20 +1100 Jonathan Gray wrote: > does this diff to revert uvm_fault.c rev 1.124 change anything? Unfortunately no. Same pmap error as in the original bug report occurs with a kernel with this diff. > > Index: sys/uvm/uvm_fault.c > =

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-01-30 Thread Thomas Frohwein
On Sat, 29 Jan 2022 12:15:10 -0300 Martin Pieuchot wrote: > On 28/01/22(Fri) 23:03, Thomas Frohwein wrote: > > On Sat, 29 Jan 2022 15:19:20 +1100 > > Jonathan Gray wrote: > > > > > does this diff to revert uvm_fault.c rev 1.124 change anything? > > >

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-02-01 Thread Thomas Frohwein
On Tue, 1 Feb 2022 14:56:22 +1100 Jonathan Gray wrote: > > I don't understand which process is triggering the fault. Maybe > > somebody (jsg@?) could craft a diff to figure out if this same address > > fault and which thread/context is faulting it in SP and/or with > > pool_debug = 2. > > I'm

Re: crash on booting GENERIC.MP since upgrade to Jan 18 snapshot

2022-02-01 Thread Thomas Frohwein
On Wed, 2 Feb 2022 10:41:06 +1100 Jonathan Gray wrote: > > does this diff to provide stolen memory data help? > > I have committed this minus the printf change > would still be interested to hear if it helps This fixed it! I built a new kernel after checking out the latest commits below, and

Reproducible crash on repeatedly running OpenGL-accelerated games

2022-04-30 Thread Thomas Frohwein
>Synopsis: Reproducible crash on repeatedly running mono+SDL2 games >Category: kernel amd64 >Environment: System : OpenBSD 7.1 Details : OpenBSD 7.1-current (GENERIC.MP) #487: Sat Apr 30 09:14:44 MDT 2022 dera...@amd64.openbsd.org:/usr

Re: Reproducible crash on repeatedly running OpenGL-accelerated games

2022-05-01 Thread Thomas Frohwein
I have switched the drive into my older Skylake laptop and I get the same problem there, too. This time, I ran into the following error showing up in the console after the application crashed: panic: Data modified on freelist: word 4 of object 0x81d7e800 size 0x258 previous type temp (0xe

Re: Reproducible crash on repeatedly running OpenGL-accelerated games

2022-05-02 Thread Thomas Frohwein
On Mon, May 02, 2022 at 04:56:30PM +1000, Jonathan Gray wrote: > On Mon, May 02, 2022 at 10:16:16AM -0600, Thomas Frohwein wrote: > > > > Here, it triggered after running the game twice with less than 30 > > seconds of gameplay and then launching it a third time. > > &

Re: TPUT expects an incorrect number of arguments

2022-06-15 Thread Thomas Dickey
s://invisible-island.net/ncurses/ncurses.faq.html#platform-portable > Again, this is my first time looking into the details of the termcap/terminfo > libraries, so I may have misinterpreted some of the details, but overall I > think the essence of my analysis is correct. (I don't agree)

Re: TPUT expects an incorrect number of arguments

2022-06-15 Thread Thomas Dickey
On Wed, Jun 15, 2022 at 09:31:44PM +, Michael Hambly wrote: > Hi Thomas, > > Thanks for your fast response. To clarify, the only issue that I am > reporting with tput is that it *fails* when the capability string > returned by tigetstr() contains conditionals. The str

Re: Compiling ncurses-6.1 on OpenBSD

2019-08-10 Thread Thomas Dickey
On Mon, Jul 22, 2019 at 10:21:28AM +0900, Robert Smith wrote: > Dear Thomas, here is my build script for 5.9, when I change the source file > to 6.1 all it does it duplicate this 5.6 file to a 6.1 file, and I have to > manually add any tweaks if necessary. > > root@h1up:/usr/src/

netstart fails to parse complex wpa2 passphrases

2023-11-25 Thread Thomas Nemeth
>Synopsis: /etc/netstart fails to parse complex wpa2 passphrases >Category: system >Environment: System : OpenBSD 7.4 Details : OpenBSD 7.4 (GENERIC.MP) #2273: Tue Oct 10 09:45:06 MDT 2023 dera...@arm64.openbsd.org:/usr/src/sys/arch/ arm6

Re: netstart fails to parse complex wpa2 passphrases

2023-11-25 Thread Thomas Nemeth
ation exceeds what can be done. Ok. That won't be a problem since I have a workaround. Anyway I wasn't expecting replies so fast :) Thanks a lot ! Thomas.

Re: xterm bug

2023-12-19 Thread Thomas Dickey
Makefile?rev=1.37&content-type=text/plain does this: -e s%__default_termid__%vt100% \ > Well at least it does in my OpenBSD 7.4 install that's a bug in OpenBSD's patches. -- Thomas E. Dickey https://invisible-island.net

Re: xterm bug

2023-12-19 Thread Thomas Dickey
- Original Message - | From: "Bryan Steele" | To: "bugs" | Cc: "Thomas Dickey" , "cml55uk" | Sent: Tuesday, December 19, 2023 11:09:00 AM | Subject: Re: xterm bug | On Tue, Dec 19, 2023 at 08:58:09AM -0700, Todd C. Miller wrote: |> On Tue, 19

Re: xterm bug

2023-12-19 Thread Thomas Dickey
- Original Message - | From: "Thomas Dickey" | To: "Bryan Steele" | Cc: "bugs" , "cml55uk" | Sent: Tuesday, December 19, 2023 2:58:03 PM | Subject: Re: xterm bug ... | | but vt420 has been the default since | | https://invisible-island.net/x

Re: Unable to boot -current without disabling amdgpu

2024-01-23 Thread Thomas Frohwein
On Tue, Jan 23, 2024 at 12:07:05PM -0500, Josh Rickmar wrote: > On Tue, Jan 23, 2024 at 10:55:26AM -0500, Josh Rickmar wrote: > > Latest -current is unhappy with my amd64 desktop. I'm assuming this > > is due to the recent drm sync to newer Linux. My GPU is a RX Vega 64. > > > > It seems to kern

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

2024-04-20 Thread Thomas Nemeth
> 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:13 MDT 2024 dera...@i386.op

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

2024-04-20 Thread Thomas Nemeth
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 > recommended on machins which can run amd64 (and I guess if

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

2024-04-21 Thread Thomas Nemeth
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 ("GenuineIntel" 686-class) > > 1.61 GHz, 06-1c-02, patc

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

2024-04-24 Thread Thomas Nemeth
l plasma-desktop again continues to give an error on papirus-icon-theme. I'm not going to wear out the sun installing plasma ;) I'll try again with the next release and go on with something else to play with. Thanks. Thomas.

Man Page for ifmedia(4) Omits Several Media Types Defined for Ethernet

2023-01-21 Thread Thomas Dunn
FM_40G_AOC /* 40G Active Optical Cable */ IFM_100G_AOC/* 100G Active Optical Cable */ I suggest revising the man page to address these omissions. Thank you for your assistance. Respectfully, Thomas Dunn Sent from my iPad

Re: xterm segfaults when selecting missing font

2023-01-26 Thread Thomas Dickey
rncasecmp, to help with error-recovery for a missing font (Debian #1022942). and 377 has change default for xftTrackMemUsage to false, because libXft does not handle certain fonts. -- Thomas E. Dickey https://invisible-island.net

GPU acceleration (amdgpu) works with MBR install, but not with GPT install

2023-04-02 Thread Thomas Frohwein
>Synopsis: GPU acceleration (amdgpu) works with MBR install, but not with >GPT install >Category: system >Environment: System : OpenBSD 7.3 Details : OpenBSD 7.3 (GENERIC.MP) #1125: Sat Mar 25 10:36:29 MDT 2023 dera...@amd64.openbsd.org

Re: Upgrade to OpenBSD 7.5 broke the bsd game of cribbage

2024-05-28 Thread Thomas Dickey
le-island.net/ncurses/NEWS.html#index-t20120825 https://invisible-island.net/ncurses/announce-6.0.html#h3-lib-setbuf > know OpenBSD developers have really important things to maintain.   If > someone could spare some time for this little bug, I'd be happy.  Maybe it > could be deleg

Issue regarding virtio and qemu environment

2024-09-06 Thread Thomas Siegmund
what is really causing the crash/shutdown. Maybe you can figure it out and this information will be helpful. Kind regards, Thomas Siegmund -- SEPPmail -- Deutschland GmbH Ringstrasse 1c, 85649 Brunnthal b. München Eingetragen im Handelsregister HRB 221051 ­ München Umsatzsteuer-Identifikationsn

kernel: page fault trap in rw_status

2021-08-04 Thread Thomas L.
>Synopsis: page fault trap in rw_status >Category: kernel >Environment: System : OpenBSD 6.9 Details : OpenBSD 6.9 (GENERIC) #4: Mon Jun 7 08:20:14 MDT 2021 r...@syspatch-69-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC

Re: kernel: page fault trap in rw_status

2021-08-16 Thread Thomas L.
On Fri, 6 Aug 2021 08:08:26 +0200 Theo Buehler wrote: > > The diff below fixes this by setting the "source" amap lock to the > > newly allocated one. This is not strictly necessary on OpenBSD > > since the amap is only inserted on the global list at the end of > > amap copy, but this satisfies th

PXE boot bsd.rd -- keyboard repeat rate (and delay) problem.

2012-12-27 Thread Thomas Pfaff
rnal USB keyboard has no effect. I am unable to proceed with the installation. Any ideas? This is i386 current (I also tried 5.2 bsd.rd with the same results). Thanks. Thomas.

Re: PXE boot bsd.rd -- keyboard repeat rate (and delay) problem.

2013-01-03 Thread Thomas Pfaff
I realise my first post was a bit vague (vacation, some gløgg, plus various other excuses) so here's an update (transcript from screenshots) ... On Thu, 27 Dec 2012 23:27:38 +0100 Thomas Pfaff wrote: > > I was handed a craptop that I want to install OpenBSD on but since the >

Re: PXE boot bsd.rd -- keyboard repeat rate (and delay) problem.

2013-01-04 Thread Thomas Pfaff
On Thu, 3 Jan 2013 21:10:53 + Miod Vallat wrote: > > So one keypress on 'i' spits out between 5 and 20 'i's depending > > on how quick I am at the keyboard. Notice above that the boot> > > prompt works just fine. I hit enter and ... > > > > At any prompt except password prompts you can esc

Re: PXE boot bsd.rd -- keyboard repeat rate (and delay) problem.

2013-01-29 Thread Thomas Pfaff
So I have given up getting OpenBSD (current) running on this machine. Debian installed just fine so I gathered some information about the hardware and put it at http://tp76.info/stuff/craptop in case anyone wants to have a look and perhaps patch me up so I can try again ;-) A quick review of the

arp(8) "arp: actual retrieval of routing table: Cannot allocate memory"

2013-03-14 Thread Thomas Pfaff
See https://www.freebsd.org/cgi/query-pr.cgi?pr=76075 OpenBSD has the same issue (lines 457 to 464 in arp.c). FreeBSD fixed this back in 2005 by doing a realloc loop (see above link). Someone in #openbsd at freenode hit this problem a few days ago. Cheers, Thomas.

Re: unable to load php-gd-5.3.21 library

2013-08-01 Thread Thomas Schmitz
root bin 547838 Feb 28 00:29 /usr/X11R6/lib/libfreetype.so.19.0 $ file /usr/X11R6/lib/libfreetype.so.19.0 /usr/X11R6/lib/libfreetype.so.19.0: ELF 32-bit LSB shared object, Intel 80386, version 1, for OpenBSD, dynamically linked, not stripped Rgds, Thomas

bgpd bug

2013-09-27 Thread Thomas Greer
Hi All I'm seeing high CPU usage with bgpd session engine, and this was knocking out all my routing. The only way to get routing back is to pill the bgpd and then start it again. sthen suggested I ktraced it and the output is below. This is on 5.3 however same issues experienced on 5.2. Different

Re: bgpd bug

2013-09-27 Thread Thomas Greer
On 27/09/2013 11:30, "Mike Belopuhov" wrote: >On 27 September 2013 12:21, Stuart Henderson wrote: >> On 2013/09/27 10:09, Thomas Greer wrote: >>> Hi All >>> >>> I'm seeing high CPU usage with bgpd session engine, and this was >>>knock

Re: bgpd bug

2013-09-27 Thread Thomas Greer
On 27/09/2013 12:46, "Henning Brauer" wrote: >* Mike Belopuhov [2013-09-27 13:25]: >> but your fstat output is sufficient as well for now. 0x9 >> is a unix stream socket. >> >> > _bgpdbgpd52559* unix stream 0x80ccf000 <-> >> > 0x80ccfe00 > >that should be the SE

Re: bgpd bug

2013-09-30 Thread Thomas Greer
On 27/09/2013 13:17, "Thomas Greer" wrote: > > > >On 27/09/2013 12:46, "Henning Brauer" wrote: > >>* Mike Belopuhov [2013-09-27 13:25]: >>> but your fstat output is sufficient as well for now. 0x9 >>> is a unix stream soc

Please remove CAcert.org certificate from rootcerts

2013-11-13 Thread Geoffrey Thomas
ment of trust in CAcert as a certificate authority by the OpenBSD project. See for instance this discussion: http://issues.foresightlinux.org/jira/browse/FL-1458 -- Geoffrey Thomas http://ldpreload.com geo...@ldpreload.com

Re: Please remove CAcert.org certificate from rootcerts

2013-11-14 Thread Geoffrey Thomas
is particularly enforceable, but IANAL, and more importantly, as Ted said, it's pretty irrelevant considering the other issues. Do you have thoughts on the security concerns about CAcert and whether it makes sense for OpenBSD to trust by default? -- Geoffrey Thomas http://ldpreload.com geo...@ldpreload.com

ugen(4) crash libusb

2014-02-02 Thread Thomas Pfaff
Hi. I was playing with libusb when my machine suddenly crashed. The code below, run twice, should reproduce the problem on i386 and amd64 with any ugen device attached, GENERIC and GENERIC.MP. $ cat bug.c # minimal error-checking #include #include #include #include /* Set to your ugen(4) de

Re: ugen(4) crash libusb

2014-02-04 Thread Thomas Pfaff
[...] > To debug USB related problems, > you can start by compiling a new kernel with USB_DEBUG define then set > the usbdebug to something different than 0 (depending on the verbosity > you want/need). In this case since it's an ugen(4) related bug, > defining UGEN_DEBUG also helps ;) Thank you

radeondrm: losing console, X initially garbled

2014-03-23 Thread Thomas Pfaff
When this machine boots up it switches successfully to radeondrm but when X starts the display gets garbled [1]. Switching to the console and back again fixes the issue [2] but now the console is blank with the cursor blinking top left corner. It still accepts input though, and the X display is s

Re: radeondrm: losing console, X initially garbled

2014-03-23 Thread Thomas Pfaff
On Sun, 23 Mar 2014 19:23:50 +0100 (CET) Mark Kettenis wrote: > > > > When this machine boots up it switches successfully to radeondrm but > > > > when X starts the display gets garbled [1]. Switching to the console > > > > and back again fixes the issue [2] but now the console is blank with > >

em(4) sometimes stop working after booting

2010-08-10 Thread Thomas Pfaff
This bug is probably a bit tricky since it does not happen every time I boot the system, but reboot the system a few times and it will happen. The problem is that the interface becomes non-responsive after booting, even though I don't see anything that would indicate that something is wrong. "non

Re: em(4) sometimes stop working after booting

2010-08-18 Thread Thomas Pfaff
On Wed, 18 Aug 2010 12:04:31 +0200 Joerg Goltermann wrote: > On 10.08.2010 20:31, Thomas Pfaff wrote: > > This bug is probably a bit tricky since it does not happen every time > > I boot the system, but reboot the system a few times and it will happen. > > > > The pr

"btconfig ubt0 down" panic

2011-01-12 Thread Thomas Pfaff
When doing "btconfig ubt0 up" and then "btconfig ubt0 down" the kernel will panic. This happens on two different ubt(4) devices. Can anyone else reproduce this? This did not happen before (quite some time ago). OpenBSD 4.8-current (GENERIC.MP) #697: Sat Jan 8 19:56:08 MST 2011 dera...@i386

installboot fails on amd64 snapshot

2011-04-14 Thread Thomas Pfaff
sector 268435455 Failed to install bootblocks. You will not be able to boot OpenBSD from wd0. <-- I've had the same fdisk setup for years and never encountered any problems, so what changed? (The OpenBSD partition starts somewhere at 120GB after two other partitions.) Thomas.

age(4) splassert and watchdog timeout

2011-05-20 Thread Thomas Pfaff
age(4) will start emitting splassert messages when scp-ing large-ish files. Usually scp will stall shortly after the copying begins and then resume some (2-10) seconds later and then stall again, and so on. This is easily reproducible (at least with large files.) I was not able to reproduce with

Re: amdgpu Radeon 780M graphics hang after page fault

2024-11-03 Thread Thomas Frohwein
On Sat, 2 Nov 2024 22:56:24 +1100 Jonathan Gray wrote: > > amdgpu0: IP DISCOVERY GC 11.0.1 12 CU rev 0x09 > > There is newer GC 11.0.1 firmware, does it help? > The linux-firmware commit doesn't specify what changed. It was worth a try, but same issue persists... for the record the GPU has be

imt(4) bug report: Touchpad not working because of wrong USB Report ID. (ADDAMENDUM)

2025-05-07 Thread Thomas Dettbarn
(most) of the same Usage Page/Usage combinations in a Report Descriptor which is not understood in Report IDs 1, 54 and 2. (Even Though Report ID 2 is missing The Device Mode, but it is available in Report ID 3) Does this help? Thomas Working touchpad: 2/ 665 09 02 (0)local/usage

hid.c: Failing Range check in the parser

2025-05-14 Thread Thomas Dettbarn
First of all: I send this via sendbug(1) before, but I am not sure if it went i through... So this might be a repost. My apologies for that. tl;dr: I am afraid that a FAILING RANGE CHECK in a parser is causing FALSE POSITIVES in higher functions. Due to Vendor specific usage pages. In sys/dev/hid/

Re: Man page for hostname.if not current for IPv6 autoconf

2016-07-27 Thread Thomas Alexander Frederiksen
I found the option to do nothing, rtsol and rtsold to have no man page, and it all to be listed as being removed in the release notes for OpenBSD 5.7: " • IPv6 router solicitations are now sent by the kernel ("inet6 autoconf"); rtsol(8) and rtsold(8) are no longer necessary and have been removed.” Regards, /Thomas

  1   2   >