Re: webcamd & cuse4bsd

2015-12-16 Thread Kostya Berger
Well, this seems to be either hardware or software (driver code) bug. After `usbconfig -d ugen1.4 reset` webcamd restarting sometimes creates the device /dev/video0 -- sometimes,, but not every time. More often than not it doesn't. So there's no method seen in this behaviour so far. I wonder how

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Don Lewis
On 16 Dec, Konstantin Belousov wrote: > On Wed, Dec 16, 2015 at 12:21:16PM +0100, Fabian Keil wrote: >> Konstantin Belousov wrote: >> > It is the values of *p and *(p->p_pgrp) that are needed, from the frame 8. >> >> Unfortunately it's not available and apparently I removed

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Fabian Keil
Konstantin Belousov wrote: > On Wed, Dec 16, 2015 at 04:09:17PM +0100, Fabian Keil wrote: > > Thanks. I'm currently testing the patch on three systems but it may take a > > while ... > > > > Better use mjg' patch with the small adjustment. I put it below. Will do.

Re: EFI and i915kms questions

2015-12-16 Thread John Baldwin
On Thursday, December 03, 2015 07:16:45 PM Joe Maloney wrote: > It works! Would it be helpful if I did a pull request from github, or just > let you guys take it from here? Thanks for helping me figure out how to get > up, and running! This will be so much better than the framebuffer driver I

Re: Re: keymap set after file system decryption

2015-12-16 Thread Kevin Oberman
On Wed, Dec 16, 2015 at 7:34 AM, Carsten Kunze wrote: > Trond Endrestøl wrote: > > > I guess we who live outside the US should take into account that PCs > > are initialised by firmware to the US keyboard layout and the 437 code > >

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Fabian Keil
Oliver Pinter wrote: > Is this with latest 11-CURRENT or 10-STABLE? > > Or contains the ad578c311ef commit? The panic is from a system based on 11-CURRENT r290926. Is ad578c311ef a HardenedBSD commit? It doesn't seem to exist in

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Oliver Pinter
Yes, it's a HardenedBSD commit. Currently only a workaround, because I have now lesser time for the real fix in this month. Are you running on ZFS? On Wednesday, December 16, 2015, Fabian Keil wrote: > Oliver Pinter >

Aw: Re: make .SUFFIXES bug?

2015-12-16 Thread Carsten Kunze
Hello Simon, > > .SUFFIXES: > > .SUFFIXES: .roff .in .ps .mom .pdf .me .ms .ps .html .txt .texi .dvi .pdf > .xhtml .man .c .cpp .log .o .obj .sed .sin .test .test$(EXEEXT) .trs .ypp > > What is the value of EXEEXT at this point? You are right, the example is not as small as it could be for

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Fabian Keil
Konstantin Belousov wrote: > On Tue, Dec 15, 2015 at 05:42:38PM +0100, Fabian Keil wrote: > > I've seen the following panic a couple of times in the last three > > months, usually while poudriere was running and with sh being the > > current process. > > > > This one is

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Konstantin Belousov
On Wed, Dec 16, 2015 at 12:21:16PM +0100, Fabian Keil wrote: > Konstantin Belousov wrote: > > It is the values of *p and *(p->p_pgrp) that are needed, from the frame 8. > > Unfortunately it's not available and apparently I removed the attempts > to get it from the previous

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Konstantin Belousov
On Tue, Dec 15, 2015 at 05:42:38PM +0100, Fabian Keil wrote: > I've seen the following panic a couple of times in the last three > months, usually while poudriere was running and with sh being the > current process. > > This one is from a system based on r290926 running with > kern.randompid=9001

Re: "libssl.so.8" not found

2015-12-16 Thread Willem Jan Withagen
On 14-12-2015 16:35, Brad Davis wrote: > On Mon, Dec 14, 2015 at 06:03:25AM -0700, Warner Losh wrote: >> On Mon, Dec 14, 2015 at 2:21 AM, Ronald Klop wrote: >> >>> On Mon, 14 Dec 2015 10:11:35 +0100, Ronald Klop >>> wrote: >>> >>> On Mon, 14 Dec 2015

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Mateusz Guzik
On Wed, Dec 16, 2015 at 02:10:00PM +0200, Konstantin Belousov wrote: > On Wed, Dec 16, 2015 at 12:21:16PM +0100, Fabian Keil wrote: > > Konstantin Belousov wrote: > > > It is the values of *p and *(p->p_pgrp) that are needed, from the frame 8. > > > > Unfortunately it's not

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Oliver Pinter
Hi! Is this with latest 11-CURRENT or 10-STABLE? Or contains the ad578c311ef commit? On Tuesday, December 15, 2015, Shawn Webb wrote: > On Tue, Dec 15, 2015 at 05:42:38PM +0100, Fabian Keil wrote: > > I've seen the following panic a couple of times in the last

Re: keymap set after file system decryption

2015-12-16 Thread Trond Endrestøl
On Wed, 16 Dec 2015 11:04+0100, Carsten Kunze wrote: > Hello, > > according to the boot messages the keymap is set after decryption of > file systems. I consider this as a bug. The geli decryption script > asks for the passphrase which can't of course be input if the kaymap > is not set. >

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Konstantin Belousov
On Wed, Dec 16, 2015 at 02:54:27PM +0100, Mateusz Guzik wrote: > While I agree with analysis the patch does not look right. Since the > struct is only assigned and all locks get dropped, there is nothing > preventing another thread from the forking process to change the process > group. > >

Do keymaps need to be in /usr/...?

2015-12-16 Thread Carsten Kunze
Hello, disk decryption works for me when I put kbdcontrol -l /usr/share/syscons/keymaps/german.iso.kbd into /etc/rc.d/geli. But do the keymaps need to be in a file system which may be mounted delayed? If there is an error at boot time and something needs to be input to the console the

keymap set after file system decryption

2015-12-16 Thread Carsten Kunze
Hello, according to the boot messages the keymap is set after decryption of file systems. I consider this as a bug. The geli decryption script asks for the passphrase which can't of course be input if the kaymap is not set. Handbook §17.12 does not mention the keymap setup. What can I do to

Aw: Re: keymap set after file system decryption

2015-12-16 Thread Carsten Kunze
Trond Endrestøl wrote: > I guess we who live outside the US should take into account that PCs > are initialised by firmware to the US keyboard layout and the 437 code > page, courtesy of IBM, 1981. In 1981 I had accepted this. Now it's simply a bug and I

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Konstantin Belousov
On Wed, Dec 16, 2015 at 04:09:17PM +0100, Fabian Keil wrote: > Thanks. I'm currently testing the patch on three systems but it may take a > while ... > Better use mjg' patch with the small adjustment. I put it below. diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Fabian Keil
Oliver Pinter wrote: > Yes, it's a HardenedBSD commit. Currently only a workaround, because I have > now lesser time for the real fix in this month. > > Are you running on ZFS? Yes. Fabian pgpuOBy_BlV8u.pgp Description: OpenPGP digital signature

Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode

2015-12-16 Thread Fabian Keil
Konstantin Belousov wrote: > On Wed, Dec 16, 2015 at 12:21:16PM +0100, Fabian Keil wrote: > > Konstantin Belousov wrote: > > > It is the values of *p and *(p->p_pgrp) that are needed, from the frame > > > 8. > > > > Unfortunately it's not

Re: "libssl.so.8" not found

2015-12-16 Thread Daniel Kalchev
> On 14.12.2015 г., at 17:35, Brad Davis wrote: > > > Or just use pkg-static. :) > I always wondered, why pkg is not static ONLY. That eliminates the chicken/egg dilemma. Yes, you eliminate the friendly reminder that your system is out of sync with the FreeBSD package

Re: "libssl.so.8" not found

2015-12-16 Thread Brad Davis
On Wed, Dec 16, 2015 at 11:00:19AM +0100, Willem Jan Withagen wrote: > On 14-12-2015 16:35, Brad Davis wrote: > > On Mon, Dec 14, 2015 at 06:03:25AM -0700, Warner Losh wrote: > >> On Mon, Dec 14, 2015 at 2:21 AM, Ronald Klop wrote: > >> > >>> On Mon, 14 Dec 2015 10:11:35