Re: Libreoffice crashing on Thinkcentre m92p 7.1 FVWM - seems to be a python problem

2022-09-26 Thread Cal Ledsham
Dear Stuart, I tried the two things you suggested - the same libreoffice problems & same message occurred with a freshly-created default user.  The pkg_info list you indicated as helpful is attached. I have cc'ed this to ports as you suggested. regards with gratitude, cal. PS the original email d

Re: Supposed way to have a login without password but still able to login via ssh?

2022-09-26 Thread Theo de Raadt
A Tammy wrote: > On 9/26/22 16:03, Antoine Jacoutot wrote: > > On Mon, Sep 26, 2022 at 09:58:13PM +0200, Florian Obser wrote: > >> Set the password hash to 13 * using vipw(8) or usermod -p. > >> > >> I wonder if we document that somewhere. > > We do, in passwd(5). > > > > Similarly, login account

Re: Supposed way to have a login without password but still able to login via ssh?

2022-09-26 Thread A Tammy
On 9/26/22 16:03, Antoine Jacoutot wrote: > On Mon, Sep 26, 2022 at 09:58:13PM +0200, Florian Obser wrote: >> Set the password hash to 13 * using vipw(8) or usermod -p. >> >> I wonder if we document that somewhere. > We do, in passwd(5). > > Similarly, login accounts not allowing password authent

Re: Supposed way to have a login without password but still able to login via ssh?

2022-09-26 Thread Leon Fischer
> I have a login that I want to be able to access only via ssh with a > certificate (in ~/.ssh/authorized_keys). > > > So I have disabled the password ('*') but left a valid shell. Something > like this in /etc/master.passwd: > > mylogin:*:1001:1001::0:0:My login:/home/mylogin:/bin/sh > > > But i

Re: Supposed way to have a login without password but still able to login via ssh?

2022-09-26 Thread Theo de Raadt
Antoine Jacoutot wrote: > On Mon, Sep 26, 2022 at 09:58:13PM +0200, Florian Obser wrote: > > Set the password hash to 13 * using vipw(8) or usermod -p. > > > > I wonder if we document that somewhere. > > We do, in passwd(5). Way too hard to find. Easier to start a thread.

Re: Supposed way to have a login without password but still able to login via ssh?

2022-09-26 Thread Antoine Jacoutot
On Mon, Sep 26, 2022 at 09:58:13PM +0200, Florian Obser wrote: > Set the password hash to 13 * using vipw(8) or usermod -p. > > I wonder if we document that somewhere. We do, in passwd(5). > On 26 September 2022 20:27:07 CEST, Federico Giannici > wrote: > >I have a login that I want to be abl

Re: Supposed way to have a login without password but still able to login via ssh?

2022-09-26 Thread Florian Obser
Set the password hash to 13 * using vipw(8) or usermod -p. I wonder if we document that somewhere. On 26 September 2022 20:27:07 CEST, Federico Giannici wrote: >I have a login that I want to be able to access only via ssh with a >certificate (in ~/.ssh/authorized_keys). > > >So I have disabled

Re: Supposed way to have a login without password but still able to login via ssh?

2022-09-26 Thread Romain FABBRI
Hi Federico, As far I am aware of, you shouldn't disable your user password... It seems akward to me And you're not telling why you absolutely need to login without the password... Regarding SSH configuration nothing special on openbsd I am aware of... Reading any good faq regarding ssh key manag

Supposed way to have a login without password but still able to login via ssh?

2022-09-26 Thread Federico Giannici
I have a login that I want to be able to access only via ssh with a certificate (in ~/.ssh/authorized_keys). So I have disabled the password ('*') but left a valid shell. Something like this in /etc/master.passwd: mylogin:*:1001:1001::0:0:My login:/home/mylogin:/bin/sh But in this way ever

Re: Libreoffice crashing on Thinkcentre m92p 7.1 FVWM - seems to be a python problem

2022-09-26 Thread Stuart Henderson
On 2022-09-25, Luke A. Call wrote: > Details in case it helps: > https://marc.info/?l=openbsd-misc&m=161280915705719&w=2 > https://marc.info/?l=openbsd-bugs&m=164814366002554&w=2 I think I tried to read that bugs@ report before but got totally bogged down in all the detail about how you use a spe

Re: inaccuracy in the faq regarding ntpd

2022-09-26 Thread Janne Johansson
Den mån 26 sep. 2022 kl 12:28 skrev Marc Beste : > > Dear Sir or Madam, > > when writing a script to check if my local NTP server is providing the > time to my network I have noticed a slight inaccuracy in the FAQ > regarding the status of ntpd in logs. > > https://www.openbsd.org/faq/faq10.html#Op

inaccuracy in the faq regarding ntpd

2022-09-26 Thread Marc Beste
Dear Sir or Madam, when writing a script to check if my local NTP server is providing the time to my network I have noticed a slight inaccuracy in the FAQ regarding the status of ntpd in logs. https://www.openbsd.org/faq/faq10.html#OpenNTPD Where it says: 'a "clock now synced" message will appe

Re: My home router, running OpenBSD 7.1, won't boot headlessly

2022-09-26 Thread Crystal Kolipe
On Sun, Sep 25, 2022 at 08:12:51AM -0400, Z. Charles Dziura wrote: > it won't boot up properly unless I have a monitor plugged into > one of the display ports. On Sun, Sep 25, 2022 at 06:52:16PM +0200, Ronan Viel wrote: > I had the same kind of issue with an Intel NUC some years ago and > solved i

Re: My home router, running OpenBSD 7.1, won't boot headlessly

2022-09-26 Thread Lars Noodén
On 9/26/22 00:21, Kastus Shchuka wrote: On Sun, Sep 25, 2022 at 08:12:51AM -0400, Z. Charles Dziura wrote: [snip] except for one glaring flaw: it won't boot up properly unless I have a monitor plugged into one of the display ports. Of course, this makes things a bit difficult to debug. [snip]