r312602: panic: Panic String: __lockmgr_args: unknown lockmgr request 0x0

2017-01-21 Thread O. Hartmann
The most recent CURRENT panics spontanously and crashes with the error message: Panic String: __lockmgr_args: unknown lockmgr request 0x0 -- O. Hartmann pgp5KXIzf0Mtt.pgp Description: OpenPGP digital signature

Re: r312602: panic: Panic String: __lockmgr_args: unknown lockmgr request 0x0

2017-01-21 Thread Mateusz Guzik
On Sat, Jan 21, 2017 at 08:45:55PM +0100, O. Hartmann wrote: > The most recent CURRENT panics spontanously and crashes with the error > message: > > > Panic String: __lockmgr_args: unknown lockmgr request 0x0 > That's a braino in r312600, will be fixed shortly. -- Mateusz Guzik ___

Re: Fix /etc/rc.d/random umask handling (/entropy permissions)

2017-01-21 Thread Jilles Tjoelker
[Adding Cc: Dag-Erling Smørgrav who committed r273957 which seems to have introduced this] On Sat, Jan 21, 2017 at 01:21:42AM +, Lu Tung-Pin wrote: > A 2014 change broke the umask handling in /etc/rc.d/random, > leaving /entropy with ug+r permissions. Quick fix attached, > mirroring random_stop

Re: ISO image: where is the CLANG compiler?

2017-01-21 Thread Benjamin Kaduk
On Thu, Jan 19, 2017 at 07:38:30PM +, Glen Barber wrote: > > Random thought: > > Brought up out-of-band, can you try this from a memstick.img and your > already-built userland/kernel to do what you had originally tried to > install the system? > > # make -C /usr/src WITHOUT_SYSTEM_COMPILER=

RE: vt(4) chops off the leftmost three columns

2017-01-21 Thread Anindya Mukherjee
Thanks! I needed a breakdown like this. I'll need to study the code a bit more. Anindya From: Adrian Chadd [adrian.ch...@gmail.com] Sent: January 20, 2017 3:11 PM To: Anindya Mukherjee Cc: freebsd-current@freebsd.org Subject: Re: vt(4) chops off the leftmos

Re: ISO image: where is the CLANG compiler?

2017-01-21 Thread O. Hartmann
Am Sat, 21 Jan 2017 22:20:01 +0100 "O. Hartmann" schrieb: > Am Thu, 19 Jan 2017 19:38:30 + > Glen Barber schrieb: > > > On Thu, Jan 19, 2017 at 07:10:00PM +, Glen Barber wrote: > > > On Thu, Jan 19, 2017 at 10:16:46AM +0100, O. Hartmann wrote: > > > > On Thu, 19 Jan 2017 06:58:16

Re: Fix /etc/rc.d/random umask handling (/entropy permissions)

2017-01-21 Thread Lu Tung-Pin
On 2017-01-21 22:01, Jilles Tjoelker wrote: [Adding Cc: Dag-Erling Smørgrav who committed r273957 which seems to have introduced this] On Sat, Jan 21, 2017 at 01:21:42AM +, Lu Tung-Pin wrote: A 2014 change broke the umask handling in /etc/rc.d/random, leaving /entropy with ug+r permissions.

Re: r312602: panic: Panic String: __lockmgr_args: unknown lockmgr request 0x0

2017-01-21 Thread O. Hartmann
Am Sat, 21 Jan 2017 21:13:49 +0100 Mateusz Guzik schrieb: > On Sat, Jan 21, 2017 at 08:45:55PM +0100, O. Hartmann wrote: > > The most recent CURRENT panics spontanously and crashes with the error > > message: > > > > > > Panic String: __lockmgr_args: unknown lockmgr request 0x0 > > > > Th

Re: r312602: panic: Panic String: __lockmgr_args: unknown lockmgr request 0x0

2017-01-21 Thread O. Hartmann
Am Sat, 21 Jan 2017 21:51:40 +0100 "O. Hartmann" schrieb: > Am Sat, 21 Jan 2017 21:13:49 +0100 > Mateusz Guzik schrieb: > > > On Sat, Jan 21, 2017 at 08:45:55PM +0100, O. Hartmann wrote: > > > The most recent CURRENT panics spontanously and crashes with the error > > > message: > > > > > >

Re: ISO image: where is the CLANG compiler?

2017-01-21 Thread O. Hartmann
Am Thu, 19 Jan 2017 19:38:30 + Glen Barber schrieb: > On Thu, Jan 19, 2017 at 07:10:00PM +, Glen Barber wrote: > > On Thu, Jan 19, 2017 at 10:16:46AM +0100, O. Hartmann wrote: > > > On Thu, 19 Jan 2017 06:58:16 +0100 > > > Matthias Apitz wrote: > > > > > > > El día Wednesday, Januar

Re: ISO image: where is the CLANG compiler?

2017-01-21 Thread Jeffrey Bouquet
On Sat, 21 Jan 2017 16:47:56 -0600, Benjamin Kaduk wrote: > On Thu, Jan 19, 2017 at 07:38:30PM +, Glen Barber wrote: > > > > Random thought: > > > > Brought up out-of-band, can you try this from a memstick.img and your > > already-built userland/kernel to do what you had originally tried