Re: kernel assertion failure on unplugging a urtwn USB WiFi dongle

2015-12-08 Thread Aaron Miller
Hi Martin, It appears to work. After patching, rebuilding, and installing the kernel, I could use the Internet with a lot of data transfer. I unplugged and plugged back in my wifi dongle twice without any crashes, and the Internet kept working. However, I saw a crash I haven't seen before -- no

Re: kernel assertion failure on unplugging a urtwn USB WiFi dongle

2015-12-08 Thread Martin Pieuchot
On 08/12/15(Tue) 00:50, Aaron Miller wrote: > Hi Martin, > > It appears to work. After patching, rebuilding, and installing the kernel, > I could use the Internet with a lot of data transfer. I unplugged and > plugged back in my wifi dongle twice without any crashes, and the > Internet kept

Re: kernel panic - sparc64 on Netra X1 - psycho0: uncorrectable DMA error AFAR

2015-12-08 Thread Bryan Linton
On 2015-12-08 12:22:56, Steven Chamberlain wrote: > > A question for Fred perhaps -- does the Netra T1 105 also use dc(4) > ethernet? Do you know if it's affected by this bug? > I have a Netra T1 105 that's currently in storage awaiting a move to a place where I can use it

Re: kernel panic - sparc64 on Netra X1 - psycho0: uncorrectable DMA error AFAR

2015-12-08 Thread Stuart Henderson
On 2015/12/08 21:36, Bryan Linton wrote: > On 2015-12-08 12:22:56, Steven Chamberlain wrote: > > > > A question for Fred perhaps -- does the Netra T1 105 also use dc(4) > > ethernet? Do you know if it's affected by this bug? > > > > I have a Netra T1 105 that's currently

Re: kernel panic - sparc64 on Netra X1 - psycho0: uncorrectable DMA error AFAR

2015-12-08 Thread Steven Chamberlain
David Gwynne wrote: > > On 8 Dec 2015, at 10:17, Steven Chamberlain wrote: > > I'll try again with latest -CURRENT in light of these recent commits: > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/dev/vnet.c.diff?r1=1.51=1.52=h > >

Re: httpd crashes when fetching a hidden file located on a CD

2015-12-08 Thread Ted Unangst
Jonathan Gray wrote: > > > > There's one thing to add though, it looks like it happens for any file on > > cd9660, not just dotfiles. > > It is worth pointing out that httpd has had trouble serving files off > specific filesystems in the past due to kqueue issues. > > cd9660_vops does not

Re: httpd crashes when fetching a hidden file located on a CD

2015-12-08 Thread Theo de Raadt
> Stuart Henderson wrote: > > 26600 httpdCALL issetugid() > > 26600 httpdRET issetugid 0 > > 26600 httpdCALL open(0x7f7d82a0,0) > > 26600 httpdNAMI "/usr/share/zoneinfo/GMT" > > 26600 httpdRET open -1 errno 2 No such file or directory > > 26600 httpdCALL

Re: httpd crashes when fetching a hidden file located on a CD

2015-12-08 Thread Sevan / Venture37
Thanks so much for the patch, It's resolved the issue. Sevan

Re: kernel panic - sparc64 on Netra X1 - psycho0: uncorrectable DMA error AFAR

2015-12-08 Thread Steven Chamberlain
David Gwynne wrote: > hrm. could you try it without your diff below and see if its still stable? In light of what Fred has said, I double-checked this with fresh builds of today's -CURRENT. Firstly with only your patch and not mine, I can reliably reproduce the crash in under 30 seconds by doing

Re: efiboot typing issue?

2015-12-08 Thread Mark Kettenis
> Date: Sun, 6 Dec 2015 19:34:08 -0800 > From: Philip Guenther > > On a cold boot, I have no problems entering my passphrase for crypto > softraid. > > On a warm reboot, efiboot seems to drop characters I type quite a bit. > This makes typing my passphrase

Re: kernel panic - sparc64 on Netra X1 - psycho0: uncorrectable DMA error AFAR

2015-12-08 Thread Fred
On 12/08/15 12:22, Steven Chamberlain wrote: David Gwynne wrote: On 8 Dec 2015, at 10:17, Steven Chamberlain wrote: I'll try again with latest -CURRENT in light of these recent commits: