Re: dhclient on carp

2020-07-22 Thread David Gwynne
> On 22 Jul 2020, at 22:59, Guy Godfroy wrote: > > Hello, > > So I read in 6.7 release note that it's finally possible to use dhclient on > CARP interface. That's great news. > > However, I'm not sure how to use it on a hostname.if file. I tried to replace > inet instruction directly with

Re: Upgrade old 6.2 but 6.3 SHA256.sig on mirror different

2020-07-22 Thread Johan Mellberg
> 22 juli 2020 kl. 17:29 skrev Christian Weisgerber : > > "Theo de Raadt": > >> Johan Mellberg wrote: > >>> and https://ftp.openbsd.org/pub/OpenBSD/6.3/amd64/SHA256.sig >>> (Canada, as I like to take them from different sources). I then ran: >> >> The format of the .sig files was changed i

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Julian Smith
On Wed, 22 Jul 2020 19:09:41 +0200 Theo Buehler wrote: > On Wed, Jul 22, 2020 at 07:05:31PM +0200, Theo Buehler wrote: > > This works around the bug: > > And this might even be a correct fix: > > diff --git configure.ac configure.ac > index 0d22ad59b..d27222459 100644 > --- configure.ac > +++

Re: dhclient on carp

2020-07-22 Thread Sebastian Benoit
Guy Godfroy(guy.godf...@gugod.fr) on 2020.07.22 14:59:53 +0200: > Hello, > > So I read in 6.7 release note that it's finally possible to use dhclient > on CARP interface. That's great news. > > However, I'm not sure how to use it on a hostname.if file. I tried to > replace inet instruction dire

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Theo Buehler
On Wed, Jul 22, 2020 at 01:10:38PM -0600, Todd C. Miller wrote: > On Wed, 22 Jul 2020 18:38:42 +0200, Theo Buehler wrote: > > > Likely glob. Many glob implementations were found to suffer from > > complexity issues: https://research.swtch.com/glob > > > > The glob(3) in libc was fixed > > https://

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Todd C . Miller
On Wed, 22 Jul 2020 18:38:42 +0200, Theo Buehler wrote: > Likely glob. Many glob implementations were found to suffer from > complexity issues: https://research.swtch.com/glob > > The glob(3) in libc was fixed > https://github.com/openbsd/src/commit/5c36dd0c22429e7b00ed5df80ed1383807532b5 > 9 > bu

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Theo de Raadt
Wow. We really don't live in the best of possible worlds. Theo Buehler wrote: > On Wed, Jul 22, 2020 at 07:05:31PM +0200, Theo Buehler wrote: > > This works around the bug: > > And this might even be a correct fix: > > diff --git configure.ac configure.ac > index 0d22ad59b..d27222459 100644 >

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Theo Buehler
On Wed, Jul 22, 2020 at 07:05:31PM +0200, Theo Buehler wrote: > This works around the bug: And this might even be a correct fix: diff --git configure.ac configure.ac index 0d22ad59b..d27222459 100644 --- configure.ac +++ configure.ac @@ -483,7 +483,7 @@ AC_LINK_IFELSE( [AC_LANG_PROGRAM([#inclu

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Theo Buehler
On Wed, Jul 22, 2020 at 06:38:42PM +0200, Theo Buehler wrote: > > I don't know what's causing this. Is there some algorithm inside ksh > > that could be running into complexity issues somehow? > > Likely glob. Many glob implementations were found to suffer from > complexity issues: https://researc

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Theo Buehler
> I don't know what's causing this. Is there some algorithm inside ksh > that could be running into complexity issues somehow? Likely glob. Many glob implementations were found to suffer from complexity issues: https://research.swtch.com/glob The glob(3) in libc was fixed https://github.com/openb

Re: OpenIKED: Authentication question

2020-07-22 Thread Scheibel, Michael
Hi, Tobias, Thanks for your response! I am pasting the contents of the iked.confs as well as the list of files in /etc/iked on both hosts below. Kind regards, Michael -- /etc/iked.conf on initiator: local_IP="192.168.5.10" local_NW="192.168.5.10

Re: Upgrade old 6.2 but 6.3 SHA256.sig on mirror different

2020-07-22 Thread Christian Weisgerber
"Theo de Raadt": > Johan Mellberg wrote: > > and https://ftp.openbsd.org/pub/OpenBSD/6.3/amd64/SHA256.sig > > (Canada, as I like to take them from different sources). I then ran: > > The format of the .sig files was changed in a very small way, intentionally, > way back then. You are hitting t

Which AMD GPUs Work the Best with 6.7 Current and Above?

2020-07-22 Thread Justin Noor
Hello Misc, Which AMD GPUs work the best for general purpose use? “Best” is defined as the ability to run xenodm or startx to play every videos, games, render 3D or CAD/CAM graphics, a desktop, etc. - without causing any unexplainable or unreported crashes/freezes. Specs: 6.7 Current Ryzen 5 26

Re: OpenIKED: Authentication question

2020-07-22 Thread Tobias Heider
On Wed, Jul 22, 2020 at 11:56:15AM +, Scheibel, Michael wrote: > Hi, folks, > > I have successfully set up an ESP tunnel between two OpenBSD 6.7 hosts using > OpenIKED but I have not copied any key material (public keys) from one host > to the other. Still, authentication succeeds. > > This

Re: Upgrade old 6.2 but 6.3 SHA256.sig on mirror different

2020-07-22 Thread Theo de Raadt
Johan Mellberg wrote: > Hi, > > before my question, note that I have already decided to make a clean > install, not actually upgrade. Will be more efficient, but wanted to pose > the question anyway. > > So, I was initially planning on upgrading a VM step by step from 6.2 up to > 6.7. Downloade

Re: grow a filesystem on a softraid

2020-07-22 Thread Leo Unglaub
Hey, On 2020-07-22 16:03, Otto Moerbeek wrote: Backup, recreate the RAID, restore. THe RAID meta data includes the size and AFAIK, there is now way to change that after creation. alright, i will do that! Thanks so much for your help. Greetings from Vienna Leo

Re: grow a filesystem on a softraid

2020-07-22 Thread Otto Moerbeek
On Wed, Jul 22, 2020 at 02:20:41PM +0200, Leo Unglaub wrote: > Hey, > i have the following setup: I have the drive sd1 with 20GB and on there i > have one partition "a" with the type RAID. On that raid i have used bioctl > to create an encrypted partition. When i decrypt sd1a it becomes sd3 and on

OpenIKED: Authentication question

2020-07-22 Thread Scheibel, Michael
Hi, folks, I have successfully set up an ESP tunnel between two OpenBSD 6.7 hosts using OpenIKED but I have not copied any key material (public keys) from one host to the other. Still, authentication succeeds. This is how it looks like in the logs of the initiator: ca_validate_pubkey: valid pub

grow a filesystem on a softraid

2020-07-22 Thread Leo Unglaub
Hey, i have the following setup: I have the drive sd1 with 20GB and on there i have one partition "a" with the type RAID. On that raid i have used bioctl to create an encrypted partition. When i decrypt sd1a it becomes sd3 and on there i have my normal sd3a with the type FFS. It works great b

dhclient on carp

2020-07-22 Thread Guy Godfroy
Hello, So I read in 6.7 release note that it's finally possible to use dhclient on CARP interface. That's great news. However, I'm not sure how to use it on a hostname.if file. I tried to replace inet instruction directly with dhcp: dhcp vhid 11 carpdev em1 pass description "test"

Upgrade old 6.2 but 6.3 SHA256.sig on mirror different

2020-07-22 Thread Johan Mellberg
Hi, before my question, note that I have already decided to make a clean install, not actually upgrade. Will be more efficient, but wanted to pose the question anyway. So, I was initially planning on upgrading a VM step by step from 6.2 up to 6.7. Downloaded https://ftp.eu.openbsd.org/pub/OpenBSD