Black boot screen after configuring video; atombios/radeondrm errors

2017-10-13 Thread Mike Allard
SENDBUG: -*- sendbug -*- SENDBUG: Lines starting with `SENDBUG' will be removed automatically. SENDBUG: SENDBUG: Choose from the following categories: SENDBUG: SENDBUG: system user library documentation kernel alpha amd64 arm hppa i386 m88k mips64 powerpc sh sparc sparc64 vax SENDBUG: SENDBUG:

relayd: child sigsegv on relayctl poll cmd.

2017-10-13 Thread Karel Gardas
Hello, tested on 6.2 and on 6.2-current. relayctl poll command invoked even as ordinary user may segfault one of relayd child processes hence failing whole relayd. The process which fails is "relayd: hce (relayd)" and it fails with following crash backtrace: Program received signal SIGSEGV,

Re: fuse readdir hangs kernel

2017-10-13 Thread Helg Bredow
On Wed, 11 Oct 2017 13:53:26 +0200 Martin Pieuchot wrote: > On 11/10/17(Wed) 11:25, Helg Bredow wrote: > > I initially noticed this on a modified kernel that returns EBADF when > > the fusefs_readdir() code you modified is encountered. > > Yes, there's a bug in the current

Re: apmd(8) autoactions aren't trigger

2017-10-13 Thread Mark Lee Smith
Hi Jesper, Thanks for the reply, and the patch! I'll have to download the src etc. so I'll try this over the weekend. Might it be "better" to register a `t` second EVFILT_TIMER kevent with the kqueue to handle polling? All the best, Mark On Fri, 13 Oct 2017 at 11:25 Jesper Wallin

Re: apmd(8) autoactions aren't trigger

2017-10-13 Thread Jesper Wallin
On Thu, Oct 12, 2017 at 08:42:44PM +, Mark Lee Smith wrote: > As the -t option appears to have been available in previous releases so I > suspect this bug has existed for some time, and effects more than just the > new autoactions, although what it might effect I can't say. > > I hope that