Re: Trouble with console on UART

2024-01-27 Thread stephane Tranchemer
tty04 even if this port is the only com port I do have on my system as show by dmesg? I would have expected to have it on tty00. I'm all hears if you have a sensible explanation. Le 27/01/2024 à 23:56, Brian Conway a écrit : On Sat, Jan 27, 2024, at 8:21 AM, stephane Tranchemer wrote: I said works with

Re: Trouble with console on UART

2024-01-27 Thread stephane Tranchemer
Hello Brian, Thanks for confirming, I changed in /etc/ttys the line tty00  "/usr/libexec/getty std.9600"   unknown off to tty00   "/usr/libexec/getty std.115200" vt220    on secure but get no change. Le 27/01/2024 à 23:56, Brian Conway a écrit : On Sat, Jan 27, 2024,

Re: Trouble with console on UART

2024-01-27 Thread stephane Tranchemer
:47:05 +0900 From: stephane Tranchemer Hello Jonathan, made a kernel with the patch and here is what I get on dmesg: puc0 at pci0 dev 26 function 0 "Intel C3000 UART" rev 0x11: ports: 16 com com4 at puc0 port 0 apic 2 int 16: ns16550a, 16 byte fifo so now it seems to get the com port, h

Re: Trouble with console on UART

2024-01-27 Thread stephane Tranchemer
Works ! I actually had to do stty com4 115200 mach comaddr 0xe060 set tty com4 Le 27/01/2024 à 23:05, Mark Kettenis a écrit : Date: Sat, 27 Jan 2024 22:47:05 +0900 From: stephane Tranchemer Hello Jonathan, made a kernel with the patch and here is what I get on dmesg: puc0 at pci0 dev 26

Re: Trouble with console on UART

2024-01-27 Thread stephane Tranchemer
Hello Jonathan, made a kernel with the patch and here is what I get on dmesg: puc0 at pci0 dev 26 function 0 "Intel C3000 UART" rev 0x11: ports: 16 com com4 at puc0 port 0 apic 2 int 16: ns16550a, 16 byte fifo so now it seems to get the com port, however when I type "set tty com4" on the boot

Re: libressl on OpenBSD7.3 - x509_extensions crlDistributionPoints being ignored

2023-09-26 Thread stephane Tranchemer
Another trouble I found, maybe it's my conf again(?) is that I am unable to use a section to call out to define common options for x509extensions. Example, this does not work: [ ca ] default_ca = Domain-CA [ Domain-CA ] ... x509_extensions = common_options [ common_options ]

Re: libressl on OpenBSD7.3 - x509_extensions crlDistributionPoints being ignored

2023-09-26 Thread stephane Tranchemer
Hello, How-To-Repeat: Create a config file for SSL certificates that declares to use the x509_extensions crlDistributionPoints with a RUL target. Generate a certificate against this config, there should be the CRL options declared. As far as I can see, the problem is this: your crldp URI

libressl on OpenBSD7.3 - x509_extensions crlDistributionPoints being ignored

2023-09-26 Thread stephane Tranchemer
Synopsis:  Creating certificates with a config file declaring x509_extensions crlDistributionPoints option is being ignored >Category:  libressl >Environment:     System  : OpenBSD 7.3     Details : OpenBSD 7.3 (GENERIC.MP) #1125: Sat Mar 25 10:36:29 MDT 2023

Re: kernel PPP doesn't set IP address on PPPOE interface from IPV6CP

2016-03-23 Thread stephane Tranchemer
On Wed, Mar 23, 2016 at 01:15:03PM +0900, Tranchemer Stephane wrote: > So, I do have PPPoE session, I do have connectivity, problem is that no IPv6 > is given to the pppoe1 interface (except the local-link of course) and no > information is given about the gateway. > from what I could