public key-only accounts

2017-11-20 Thread Jan Stary
This is current/amd64. I created a user account, disabling password logins, and put the guy's public ssh key into his ~/.ssh/authorized_keys The user can log in and everything works, but: Running security(8): Checking the /etc/master.passwd file: Login maxa is off but still has a valid

Re: kernel_relinking failed

2017-11-20 Thread Nick Holland
On 11/18/17 15:38, Roderick wrote: > > Dear Sirs, > > At about every second shutdown I get at the end the message: > > --- > reorder_kernel: kernel relinking failed; see > /usr/share/compile/GENERIC.MP/relink.org > --- > > The contents of last file is at the end of this Email. > > It is a

Re: [www] fix a link

2017-11-20 Thread Theo Buehler
On Mon, Nov 20, 2017 at 10:47:42PM +0100, Julien Steinhauser wrote: > The link is leading to group.8, let it lead to group.5 fixed, thanks

[www] fix a link

2017-11-20 Thread Julien Steinhauser
The link is leading to group.8, let it lead to group.5 Index: faq/faq10.html === RCS file: /cvs/www/faq/faq10.html,v retrieving revision 1.273 diff -u -p -r1.273 faq10.html --- faq/faq10.html 13 Oct 2017 23:21:43 -

RE: kernel reordering and config -e

2017-11-20 Thread leo_tck
theo wrote: > Hmm... I can't seem to find a patch in there anywhere. I'll read that as 'proposal accepted', and will try and provide a patch soon. --schaafuit.

Re: RE: kernel reordering and config -e

2017-11-20 Thread Theo de Raadt
> > If someone wants to solve this fully there have been some proposals > > for keeping track of the instruction sequence, and attempting to > > reapply it upon each relink in the build directory. There just hasn't > > been any scripting changes to do that from anyone, and it isn't on my > > radar

RE: kernel reordering and config -e

2017-11-20 Thread leo_tck
theo wrote: > If someone wants to solve this fully there have been some proposals > for keeping track of the instruction sequence, and attempting to > reapply it upon each relink in the build directory. There just hasn't > been any scripting changes to do that from anyone, and it isn't on my >

Re: kernel reordering and config -e

2017-11-20 Thread Theo de Raadt
> On Mon, Nov 20, 2017 at 08:37:43AM +, Roderick wrote: > > > Commenting out the line "/usr/libexec/reorder_kernel &" at the > > end of rc? > > > > I suspect it is not forseen not to benefice of KARL. > > No, actually, if the hash of the kernel is different than expected, the >

Re: kernel reordering and config -e

2017-11-20 Thread Paul B. Henson
On Mon, Nov 20, 2017 at 08:37:43AM +, Roderick wrote: > Commenting out the line "/usr/libexec/reorder_kernel &" at the > end of rc? > > I suspect it is not forseen not to benefice of KARL. No, actually, if the hash of the kernel is different than expected, the reorder_kernel aborts and

Re: 6.2-Release - Firefox and Codeblocks Issues

2017-11-20 Thread Josh Grosse
On 2017-10-16 20:30, Josh Grosse wrote: 1. Discussion was moved to ports@. 2. I have tested a fix, which I will publish for -current and 6.2-stable. 3. I will need to build and test the -stable package, and can then make it available to you if you want to trust an unsigned package from the

Re: acme-client problem when requesting certificate

2017-11-20 Thread Michael Hekeler
> so as far as I understand files get created and right away deleted on > the whole certificate creating process and if I look in /var/www/acme > there isnt any file so what is acme-client telling me with File > exists? Where do I find this file? Whats in your acme-client.conf?

Re: Unsure if I can help update the drivers?

2017-11-20 Thread Kevin Chadwick
On Fri, 17 Nov 2017 18:50:35 + > > I would like to get a number of intel device IDs and/or drivers > > working with OpenBSD including broxton graphics 0x5a85 > > hmmm, 0x5a85 seems to already be present in the OpenBSD code despite > unknown product except broxton may be being dropped by

RE: The "like" factor

2017-11-20 Thread leo_tck
"Bryan Harris" wrote: > "My mother had a favorite saying (origin unknown): "You can get used to > anything if you do it long enough. Even hanging." She trotted out that > saying whenever my siblings or I complained about something that wasn't > going to change." > > And

Re: The "like" factor

2017-11-20 Thread Bryan Harris
Re: question: > How did you solve the "like" factor? I don't know how true, but I like these passages. "My mother had a favorite saying (origin unknown): "You can get used to anything if you do it long enough. Even hanging." She trotted out that saying whenever my siblings or I complained about

acme-client problem when requesting certificate

2017-11-20 Thread rosjat
hi there, so I set up the acme infrastructure and after some trying I got it almost to work :) I had to change the agreement url in the acme-client.conf  but now I get a strange message from acme-client I cant really figure out acme-client:

RE: kernel reordering and config -e

2017-11-20 Thread leo_tck
Hi, "Paul B. Henson" wrote: > Or do you need to update your settings > in the config and compile a kernel from scratch? If you do, does > /usr/share/compile automatically get populated with your new kernel > objects and reordering just starts working, or do you need to do >

slaacd / dhcp6c

2017-11-20 Thread Holger Glaess
hi i migrate the wwekend my home box from 6.1 to 6.2. all ist working as expected but not the ipv6 "part". under 6.1 i run toghter kernel pppoe with dhcp6v from wide-dhcp6 in a rdomain. i works well , the interface got an ipv6 ip an and an /64 prefix. the same combination is not working

Re: kernel reordering and config -e

2017-11-20 Thread Roderick
On Mon, 20 Nov 2017, Sebastien Marie wrote: config -e and KARL (kernel reordering) are mutually incompatibles. [...] So currently, you have to choose between: - modifying /bsd with config(8) and don't benefice of KARL Commenting out the line "/usr/libexec/reorder_kernel &" at the end of rc?