Re: autoinstall failure

2016-12-25 Thread Raf Czlonka
On Sun, Dec 25, 2016 at 02:33:36PM GMT, Pedro Caetano wrote: > Starting on the 9th december the autoupgrade process is no longer sucessful > the ai.log is the following: > Choose your keyboard layout (`?` or `L` for list) [default] default > Available disks are: sd0. > Which disk is the root disk?

Re: syslogd chdir

2016-12-25 Thread Todd C. Miller
Another alternative is to use realpath(3) to resolve the path so it can be used after the chdir(2). - todd

Re: syslogd chdir

2016-12-25 Thread Alexander Bluhm
On Fri, Dec 23, 2016 at 09:35:06PM -0700, Theo de Raadt wrote: > This is why sshd has to be started with an absolute path, to > avoid this problem. Path games like this worried us. I doubt that it makes sense to require an absolute path for all our daemons. It would break commands like 'pkill re

autoinstall failure

2016-12-25 Thread Pedro Caetano
Hi all, I'm running a small -current amd64 openbsd routing lab. The builder and the routers are all running on a linux box running libvirt 0.10.2. There is a virtual isolated network used to pxeboot the routers from the builder. Starting on the 9th december the autoupgrade process is no longer su