Re: ssh proxyJump doesn't look at /etc/hosts for fqdn

2018-12-07 Thread Klemens Nanni
On Tue, Dec 04, 2018 at 10:19:55AM +0100, Solene Rapenne wrote: > > ssh(1) doesn't seem to resolve a ProxyJump hostname using /etc/hosts when the > hostname is a fqdn. No comment (yet) on whether this should be changed or not, but a general advise below. > I use that case when I move to my workp

X.org -current with xenodm segmentation fault (xlock?)

2018-12-07 Thread Denis
Five times of ten getting Segmentation fault when exit from xlock program. Tested on X.org -current with xenodm Display Manager (startx -current cause the same problem also with xlock exit). The machine is on SoC AMD GX-420CA with Radeon HD 8400E integrated. -current xenodm OR startx works stable

Re: OpenBSD 6.4: syspatch assumes all sets installed and fails otherwise

2018-12-07 Thread Theo de Raadt
>On 7 Dec 2018, at 23:12, Antoine Jacoutot wrote: >>> Well, openup stops dead complaining that syspatch fails is one consequence >>> and following patches are not installed. >>> >>> Without touching a fake X in a fake /usr/X11R6/bin I cannot patch the >>> system further. >> >> You're talking a

Re: OpenBSD 6.4: syspatch assumes all sets installed and fails otherwise

2018-12-07 Thread Arrigo Triulzi
On 7 Dec 2018, at 23:12, Antoine Jacoutot wrote: >> Well, openup stops dead complaining that syspatch fails is one consequence >> and following patches are not installed. >> >> Without touching a fake X in a fake /usr/X11R6/bin I cannot patch the system >> further. > > You're talking about som

Re: OpenBSD 6.4: syspatch assumes all sets installed and fails otherwise

2018-12-07 Thread Antoine Jacoutot
On Fri, Dec 07, 2018 at 09:43:57PM +0100, Arrigo Triulzi wrote: > Hi, > > On 7 Dec 2018, at 16:46, Antoine Jacoutot wrote: > > It already does check the sets. > > It's not because of syspatch64-001_xserver. > > It's due to a change introduced in 002-syspatch to fix up the X link but the > > check

Re: OpenBSD 6.4: syspatch assumes all sets installed and fails otherwise

2018-12-07 Thread Arrigo Triulzi
Hi, On 7 Dec 2018, at 16:46, Antoine Jacoutot wrote: > It already does check the sets. > It's not because of syspatch64-001_xserver. > It's due to a change introduced in 002-syspatch to fix up the X link but the > check whether it exists or not was forgotten. > No real consequence afaik. Well, o

Re: sed(1) not branching to the end of the script

2018-12-07 Thread Jason McIntyre
On Fri, Dec 07, 2018 at 06:23:35PM +0100, Ingo Schwarze wrote: > Hi Martijn, > > Martijn van Duren wrote on Thu, Dec 06, 2018 at 07:07:14AM +0100: > > On 12/5/18 7:24 PM, Ingo Schwarze wrote: > > >> putting the minimal useful example in the place of longer quotations: > >> > >>$ printf "A\nB

Re: sed(1) not branching to the end of the script

2018-12-07 Thread Ingo Schwarze
Hi Martijn, Martijn van Duren wrote on Thu, Dec 06, 2018 at 07:07:14AM +0100: > On 12/5/18 7:24 PM, Ingo Schwarze wrote: >> putting the minimal useful example in the place of longer quotations: >> >>$ printf "A\nB\n" | gsed '1b;=' >> A >> 2 >> B >>$ printf "A\nB\n" | sed '1b;=' >

Re: OpenBSD 6.4: syspatch assumes all sets installed and fails otherwise

2018-12-07 Thread Antoine Jacoutot
On Fri, Dec 07, 2018 at 02:10:41PM +0100, Arrigo Triulzi wrote: > OpenBSD 6.4/amd64 > > System is installed without games64.tgz and x*.tgz. > > When you run syspatch it dies as follows: > > # syspatch > ln: /usr/X11R6/bin/X: No such file or directory > > because of syspatch64-001_xserver. > >

Re: sed(1) not branching to the end of the script

2018-12-07 Thread Ingo Schwarze
Hi Todd, Todd C. Miller wrote on Thu, Dec 06, 2018 at 01:59:03PM -0700: > On Thu, 06 Dec 2018 20:31:19 +0100, Ingo Schwarze wrote: >> My version does not seems very dangerous. All it changes is that, >> if "b" or "t" is followed by optional whitespace, and then immediately >> by a semicolon, bra

OpenBSD 6.4: syspatch assumes all sets installed and fails otherwise

2018-12-07 Thread Arrigo Triulzi
OpenBSD 6.4/amd64 System is installed without games64.tgz and x*.tgz. When you run syspatch it dies as follows: # syspatch ln: /usr/X11R6/bin/X: No such file or directory because of syspatch64-001_xserver. Work-around is: mkdir -p /usr/X11R6/bin touch /usr/X11R6/bin/X and then it works: Get

Re: sed(1) not branching to the end of the script

2018-12-07 Thread Ingo Schwarze
Hi Martijn, Martijn van Duren wrote on Thu, Dec 06, 2018 at 09:12:19PM +0100: > OK martijn@ Thanks for checking! After testing that "make build" and "make release" still works, i just committed the patch. Yours, Ingo CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.op