Re: process killed: text file modification

2017-03-23 Thread Rick Macklem
Try whatever you like. However, if the case that failed before doesn't fail now, I'd call the test a success. Thanks, rick ps: It looks like Kostik is going to work on converting the NFS vop_putpages() to using the buffer cache. However, if this isn't ready for head/current by mid-April,

Re: Are textmode consoles/terminals still supported?

2017-03-23 Thread Chris H
On Thu, 23 Mar 2017 18:36:45 +0100 "O. Hartmann" wrote > Am Mon, 20 Mar 2017 16:06:43 -0700 > "Chris H" schrieb: > > > On Mon, 20 Mar 2017 22:02:06 + Steven Hartland > > wrote > > > > > Add the following to

Re: crash: umount_nfs: Current

2017-03-23 Thread Larry Rosenman
Patch applied and running – I’ll try the repro here in a day or 2. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 3/23/17, 1:20 PM, "Larry Rosenman"

Re: crash: umount_nfs: Current

2017-03-23 Thread Larry Rosenman
Ok, I think I have a repro scenario. I just repro’d it without this patch. I’ll apply it and try again. It takes about 2 days to get enough INACT data that the umount_nfs crashes. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640

Re: Are textmode consoles/terminals still supported?

2017-03-23 Thread O. Hartmann
Am Mon, 20 Mar 2017 16:06:43 -0700 "Chris H" schrieb: > On Mon, 20 Mar 2017 22:02:06 + Steven Hartland > wrote > > > Add the following to /boot/loader.conf > > > > Its a tunable but not a sysctl so you can't query it, you just need to > >

Re: ntpd dies nightly on a server with jails

2017-03-23 Thread O. Hartmann
On Fri, 17 Mar 2017 12:20:15 -0600 Ian Lepore wrote: > On Fri, 2017-03-17 at 18:05 +0100, O. Hartmann wrote: > > Am Wed, 15 Mar 2017 13:12:37 -0700 > > Cy Schubert schrieb: > > > > > > > > Hi O.Hartmann, > > > > > > I'll try to answer as much as

Re: CURRENT: slow like crap! ZFS scrubbing and ports update > 25 min

2017-03-23 Thread O. Hartmann
Am Thu, 23 Mar 2017 15:38:05 +0300 Slawa Olhovchenkov schrieb: > On Wed, Mar 22, 2017 at 10:25:24PM +0100, O. Hartmann wrote: > > > Am Wed, 22 Mar 2017 21:10:51 +0100 > > Michael Gmelin schrieb: > > > > > > On 22 Mar 2017, at 21:02, O. Hartmann

Re: CURRENT: slow like crap! ZFS scrubbing and ports update > 25 min

2017-03-23 Thread Slawa Olhovchenkov
On Wed, Mar 22, 2017 at 10:25:24PM +0100, O. Hartmann wrote: > Am Wed, 22 Mar 2017 21:10:51 +0100 > Michael Gmelin schrieb: > > > > On 22 Mar 2017, at 21:02, O. Hartmann wrote: > > > > > > CURRENT (FreeBSD 12.0-CURRENT #82 r315720: Wed Mar 22 18:49:28

Re: CURRENT: slow like crap! ZFS scrubbing and ports update > 25 min

2017-03-23 Thread O. Hartmann
Am Wed, 22 Mar 2017 21:10:51 +0100 Michael Gmelin schrieb: > > On 22 Mar 2017, at 21:02, O. Hartmann wrote: > > > > CURRENT (FreeBSD 12.0-CURRENT #82 r315720: Wed Mar 22 18:49:28 CET 2017 > > amd64) is > > annoyingly slow! While scrubbing is working on

Re: process killed: text file modification

2017-03-23 Thread Gergely Czuczy
On 2017. 03. 21. 3:40, Rick Macklem wrote: Gergely Czuczy wrote: [stuff snipped] Actually I want to test it, but you guys are so vehemently discussing it, I thought it would be better to do so, once you guys settled your analysis on the code. Also, me not having the problem occurring, I don't

Re: process killed: text file modification

2017-03-23 Thread Konstantin Belousov
On Thu, Mar 23, 2017 at 12:55:09AM +, Rick Macklem wrote: > Wow, this is looking good to me. I had thought that the simple way to make > ncl_putpages() go through the buffer cache was to replace ncl_writerpc() with > VOP_WRITE(). My concern was all the memory<->memory copying that would > go