Re: fd_getfile with 0xdeadbeef in rax

2017-01-16 Thread Alexander Bluhm
On Mon, Jan 16, 2017 at 08:36:46PM +0100, cheek...@gmx.com wrote: > kernel: protection fault trap, code=0 > Stopped at fd_getfile+0x20: testb $0x2,mptramp_gdt32_desc+0x1e(%r > ax) > ddb{3}> fd_getfile() at fd_getfile+0x20 > sys_fstat() at sys_fstat+0x43 > syscall() at syscall+0x27b It crashes in

Re: X crashes after resume from suspend, keyboard is unusable afterwards

2017-01-16 Thread Nils Reuße
On 01/15/17 22:09, Mike Larkin wrote: On Sun, Jan 15, 2017 at 10:25:27AM +0100, Nils Reusse wrote: Synopsis: X crashes after resume from suspend, keyboard is unusable afterwards Category: system Environment: System : OpenBSD 6.0 Details : OpenBSD

Re: bsd.obj.mk: chown: /tmp/test/obj: Operation not permitted

2017-01-16 Thread Theo de Raadt
When there are many ways to place & build the tree, there will be more ways it can fail. The complexity to cope with all the details becomes unmanageable as your mail shows. If you can't quickly diagnose what is going on in the scripts, it shows that the complexity has gotten out of hand. The

Re: bsd.obj.mk: chown: /tmp/test/obj: Operation not permitted

2017-01-16 Thread Sebastien Marie
On Mon, Jan 16, 2017 at 06:44:04PM +0100, Theo Buehler wrote: > > The chown(1) error is due to my user (semarie) isn't member of wobj group > > (I only use snapshot on this host for upgrading). > > > > This requirement for a build outside /usr/src seems a bit odd to me. > > Do I miss something ?

Re: bsd.obj.mk: chown: /tmp/test/obj: Operation not permitted

2017-01-16 Thread Theo Buehler
> The chown(1) error is due to my user (semarie) isn't member of wobj group > (I only use snapshot on this host for upgrading). > > This requirement for a build outside /usr/src seems a bit odd to me. > Do I miss something ? With a newly installed system (after Nov 25) you would not be able to

bsd.obj.mk: chown: /tmp/test/obj: Operation not permitted

2017-01-16 Thread Sebastien Marie
Hi, I recently encounter the following problem by using bsd.prog.mk in a Makefile (from a directory totally unrelated to /usr/src tree): $ cd /tmp/test $ ls Makefile test.c $ cat Makefile PROG= test .include $ make obj making /tmp/test/obj chown: /tmp/test/obj: Operation not permitted ***