Re: Select ssh key from ssh-agent?

2020-05-23 Thread David A. Pocock
I can't relate; doing this from OpenBSD6.7 to OpenBSD6.7 the ecdsa forward through and show up via ssh-add without any issues (and allow using the intermediary host without having the keys present (and being able to choose keys as per the initial question). I was also able to do this over to a

Re: acme client failing [SOLVED]

2020-05-23 Thread Teno Deuter
On Sat, May 23, 2020 at 8:22 PM Stuart Henderson wrote: > > On 2020-05-23, Teno Deuter wrote: > > acme-client: challenge, token: , status: 2 > > acme-client: dochngreq: > > https://acme-v02.api.letsencrypt.org/acme/authz-v3/4766326725 > > acme-client: challenge, token: ... , status: 0 > >

Re: 6.7 boot crashes on "entry point at" X1 Carbon gen7 i7-10510U

2020-05-23 Thread John Mettraux
> > On 23 May 2020, at 12:54, John Mettraux wrote: > > > > I tried to upgrade my Lenovo X1 Carbon 7th generation i7-10510U > > from 6.6 to 6.7. > > > > The last reboot freezes at "entry point at 0x1001000". > > > > I tried to do a pure install, but booting from the USB stick leads > >

acme client failing

2020-05-23 Thread Teno Deuter
I have following configuration: OpenBSD amd64 6.7 acme-client.conf: authority letsencrypt { api url "https://acme-v02.api.letsencrypt.org/directory; account key "/etc/acme/letsencrypt-privkey.pem" } authority letsencrypt-staging { api url

Re: Select ssh key from ssh-agent?

2020-05-23 Thread Paul Suh
> On May 22, 2020, at 11:45 AM, Stuart Henderson wrote: > > Ahh I just realised that you might be wanting to use agent-forwarded > keys to connect to bitbucket. What I described should work if you have > local keys on the server where you run the git commands but it's not > using them because

Re: Select ssh key from ssh-agent?

2020-05-23 Thread Paul Suh
On May 22, 2020, at 10:08 PM, David A. Pocock wrote: > > Consider: > > workstation$ eval $(ssh-agent) > workstation$ ssh-add ~/.ssh/my_primary_key > workstation$ ssh-add ~/.ssh/my_secondary_key > workstation$ ssh-add -l > hash /home/user/.ssh/my_primary_key > hash

Re: acme client failing [SOLVED]

2020-05-23 Thread Florian Obser
A common problem. :( I finally got around to improve acme-client's error reporting, it should be better in -current and 6.8 On 23 May 2020 21:28:23 CEST, Teno Deuter wrote: >On Sat, May 23, 2020 at 8:22 PM Stuart Henderson >wrote: >> >> On 2020-05-23, Teno Deuter wrote: >> > acme-client:

openBSD on chromebook ASUS c202sa-ys02

2020-05-23 Thread Strahil Nikolov
Hello Community, did anyone manage to install openBSD on a ASUS c202sa-ys02 chromebook ? What about any other chromebook? If yes, would you share some thoughts/warning/recommendations ? Thanks in advance. Best Regards, Strahil Nikolov

[cwm] Minor leak & truncation fixes, visual/colormap question

2020-05-23 Thread Wynn Wolf Arbor
Hi, I'm using cwm as a daily driver on my Linux desktop machine and have been maintaining a custom patchset for about half a year now. It mainly removes features I never use, but also has seen one or two bug fixes. In the hope that they are useful for upstream, I've attached a few of them.

Re: OpenVPN and 6.7

2020-05-23 Thread Henrik Krysteli Semark
It works fine here - I just had to do a pkg_add -u after upgrading. No changes to either hostname.tap or openvpn config file. My tap0: up !cd /etc/openvpn; /usr/local/sbin/openvpn --config /etc/openvpn/openvpn-server.conf --daemon openvpn/tap0 group vpn Med Venlig Hilsen / Best Regards Henrik

Re: acme client failing

2020-05-23 Thread Stuart Henderson
On 2020-05-23, Teno Deuter wrote: > acme-client: challenge, token: , status: 2 > acme-client: dochngreq: > https://acme-v02.api.letsencrypt.org/acme/authz-v3/4766326725 > acme-client: challenge, token: ... , status: 0 > acme-client: /var/www/acme/...: created > acme-client: >

Re: 6.7 boot crashes on "entry point at" X1 Carbon gen7 i7-10510U

2020-05-23 Thread Joseph A Borg
happened to me twice. Doing a hard power down worked for me but this is anecdotal. regards > On 23 May 2020, at 12:54, John Mettraux wrote: > > Hello, > > I tried to upgrade my Lenovo X1 Carbon 7th generation i7-10510U > from 6.6 to 6.7. > > The last reboot freezes at "entry point at

Re: Unable to sysupgrade to 6.7!

2020-05-23 Thread Federico Giannici
On 2020-05-23 10:45, Otto Moerbeek wrote: On Sat, May 23, 2020 at 09:33:59AM +0200, Federico Giannici wrote: I was unable to upgrade my amd64 6.6 workstation to 6.7. Here is what happens: https://www.neomedia.it/tmp/67.jpg Then system reboot in an infinite loop (finally I changed the boot

Re: Why does OpenBSD still include Perl in its base installation?

2020-05-23 Thread Dawid Czeluśniak
> An important note: > > If you do any of that and subsequently encounter a problem, you must > > 1. Assume you created that problem for yourself > 2. Not file a bug report > 3. Not complain to others on OpenBSD mailing lists. Fair enough. Thank you all for a detailed explanation.

Re: OpenVPN and 6.7

2020-05-23 Thread oolon
I kept getting client resets from the server. I fixed it by switching to openvpn-mbedtls. Maybe some issue with libressl and openvpn? Sent from ProtonMail mobile Original Message On May 23, 2020, 00:05, Rares Aioanei wrote: > On Sat, May 23, 2020 at 04:38:59AM +,

6.7 boot crashes on "entry point at" X1 Carbon gen7 i7-10510U

2020-05-23 Thread John Mettraux
Hello, I tried to upgrade my Lenovo X1 Carbon 7th generation i7-10510U from 6.6 to 6.7. The last reboot freezes at "entry point at 0x1001000". I tried to do a pure install, but booting from the USB stick leads immediately to the "entry point at 0x1001000" freeze. I found various past threads

Re: acpivout error using vega20 hardware

2020-05-23 Thread Andinus
You sent an email 11MiB in size!! Upload it elsewhere, please don't attach huge images to email.

Re: Unable to sysupgrade to 6.7!

2020-05-23 Thread Otto Moerbeek
On Sat, May 23, 2020 at 09:33:59AM +0200, Federico Giannici wrote: > I was unable to upgrade my amd64 6.6 workstation to 6.7. > > Here is what happens: https://www.neomedia.it/tmp/67.jpg > > Then system reboot in an infinite loop (finally I changed the boot image to > "bsd" and returned to

OpenVPN and 6.7

2020-05-23 Thread oolon
Is anyone successfully using openvpn on 6.7? Was working on 6.6 and seems broken after upgrade. Oolon Sent from ProtonMail mobile

Unable to sysupgrade to 6.7!

2020-05-23 Thread Federico Giannici
I was unable to upgrade my amd64 6.6 workstation to 6.7. Here is what happens: https://www.neomedia.it/tmp/67.jpg Then system reboot in an infinite loop (finally I changed the boot image to "bsd" and returned to previous 6.6). Other system infos at the end of the email. Anybody knows what

Re: OpenVPN and 6.7

2020-05-23 Thread Rares Aioanei
On Sat, May 23, 2020 at 04:38:59AM +, oo...@pm.me wrote: > Is anyone successfully using openvpn on 6.7? Was working on 6.6 and seems > broken after upgrade. > > Oolon > > Sent from ProtonMail mobile Can you offer more details? What doesn't work? Anything in the logs? dmesg?