xsltproc outputting nothing

2017-06-09 Thread blubee blubeeme
I tried sending this email to the gnome mailing list but no responses. Can possibly get some help with this here: === Hi I am trying to convert a .xsl file to a hpp file but the output is only a blank file. Here's the commands that I am running: xsltproc

Panic @r319733: "mtx_lock() of spin mutex (null) @ /usr/src/sys/kern/sys_socket.c:305"

2017-06-09 Thread David Wolfskill
Build machine updated from r319689 to r319733 OK; smoke test was uneventful. Laptop updated similarly, but smoke test was a little more "interesting". Turns out that laptop gets to multi-user mode OK... if I disable starting xdm, devd, and hald. But then, issuing "service hald onestart" generate

Re: CFT: EVDEV support in psm(4) driver

2017-06-09 Thread Jonathan Anderson
Hi Vladimir, On 04/16/17 15:18, Vladimir Kondratyev wrote: Following patch [1] bring in multitouch EVDEV support for Synaptics and Elan PS/2 touchpads found in many laptops. (And for generic relative PS/2 mices as well). This allows to replace our limited in-kernel gesture processor with full-

Re: Panic @r319733: "mtx_lock() of spin mutex (null) @ /usr/src/sys/kern/sys_socket.c:305"

2017-06-09 Thread Konstantin Belousov
On Fri, Jun 09, 2017 at 05:57:15AM -0700, David Wolfskill wrote: > Build machine updated from r319689 to r319733 OK; smoke test was > uneventful. > > Laptop updated similarly, but smoke test was a little more "interesting". > > Turns out that laptop gets to multi-user mode OK... if I disable > st

Re: nvidia drivers mutex lock

2017-06-09 Thread Tomoaki AOKI
If you want to try internal GPU... GPU on Skylake-generation processors is not yet supported on -head. If you want to test without nvidia GPU, you need to try drm-next branch with x11-drivers/xf86-video-intel (for the branch?). https://lists.freebsd.org/pipermail/freebsd-current/2016-December/06

Re: nvidia drivers mutex lock

2017-06-09 Thread Tomoaki AOKI
Hmm, now I now strongly suspect hardware or noise issue, as nvidia GPU seems to fall / re-appear on bus for some times. If it WAS a desktop one and GPU is attached via PCIe connector, I'll immediately power off and re-connect the card, with some physical dust cleaning, but this time the GPU is onb

Re: Panic @r319733: "mtx_lock() of spin mutex (null) @ /usr/src/sys/kern/sys_socket.c:305"

2017-06-09 Thread David Wolfskill
On Fri, Jun 09, 2017 at 04:55:17PM +0300, Konstantin Belousov wrote: > On Fri, Jun 09, 2017 at 05:57:15AM -0700, David Wolfskill wrote: > > Build machine updated from r319689 to r319733 OK; smoke test was > > uneventful. > > > > Laptop updated similarly, but smoke test was a little more "interesti

destroying non-empty racct

2017-06-09 Thread Larry Rosenman
I know we had this a while back, and it was fixed, but it's back. Dump header from device: /dev/mfid0p3 Architecture: amd64 Architecture Version: 2 Dump Length: 105984 Blocksize: 512 Dumptime: Fri Jun 9 13:25:25 2017 Hostname: borg.lerctr.org Magic: FreeBSD Text Dump Version Stri

Re: Panic @r319733: "mtx_lock() of spin mutex (null) @ /usr/src/sys/kern/sys_socket.c:305"

2017-06-09 Thread David Wolfskill
On Fri, Jun 09, 2017 at 08:23:55AM -0700, David Wolfskill wrote: > ... > > The main suspect is r319722. > > Try reverting it or downgrading before it (the later might be simple due > > to the patch size). > > > > It was easy enough for me to use "svn diff -c r319722" & > "svn patch --reverse-

Re: Panic @r319733: "mtx_lock() of spin mutex (null) @ /usr/src/sys/kern/sys_socket.c:305"

2017-06-09 Thread Ngie Cooper
On Fri, Jun 9, 2017 at 3:55 PM, David Wolfskill wrote: ... > Gleb committed r319754; I finally(!) had a chance to revert the > reversion of r319722, then apply r319754 and rebuild; the follow-up > smoke test was successful. ... > [Apparently hald invokes stat(2) on a listening socket, which wa