Re: CFT for vendor openzfs - week 5 reminder + memdisk images

2020-08-16 Thread Walter von Entferndt
At Sonntag, 16. August 2020, 14:00:00 CEST, Matthew Macy wrote: > Yes, this appears to have been going on for at least the last week. > The FreeBSD infrastructure directly available to developers appears to > be unreliable for serving large files. Individuals with accounts on > freefall have

Re: Kernel crash during video transcoding

2020-08-16 Thread Hans Petter Selasky
On 2020-08-16 17:28, Alexandre Levy wrote: Now at intel_freebsd.c:193 (frame #17) the driver calls vm_page_busy_acquire(m, VM_ALLOC_WAITFAIL). 'm' is the page grabbed from vm_obj of the calling frame. Can you check if "m" is NULL at this point? --HPS

Re: dma fails to connect (error:1408F10B:SSL routines:ssl3_get_record:wrong version number)

2020-08-16 Thread Benjamin Kaduk
On Sun, Aug 16, 2020 at 04:44:51PM +0200, Ronald Klop wrote: > Hi, > > I have uname -UK -> 1300101 1300101 in my laptop. This uses libexec/dma as > mail agent. > I have 2 jails running uname -U -> 1300101 and 1300104. All dma configs > are the same. > > In all 1300101 versions dma can

Re: Kernel crash during video transcoding

2020-08-16 Thread Alexandre Levy
Hi, I looked at the crash dump and the code more closely: #18 0x82be1c5f in i915_gem_fault (dummy=, vmf=) at /usr/ports/graphics/drm-devel-kmod/work/drm-kmod-drm_v5.3_4/drivers/gpu/drm/i915/gem/i915_gem_mman.c:367 (kgdb) p area->vm_obj->lock $43 = {lock_object = {lo_name =

review of a change to sosend_generic()

2020-08-16 Thread Rick Macklem
Hi, I put D25923 up on phabricator a little while ago. I clicked on a couple of people that I thought might like to review it. However, if anyone else would like to review it, please do so. The review is as much about the concept as the actual implementation. Thanks, rick Here is the

Re: Kernel crash during video transcoding

2020-08-16 Thread Alexandre Levy
"m" is not NULL : (kgdb) frame 16 #16 0x80ec23ed in vm_page_busy_acquire (m=0xfe00040ff9e8, allocflags=16) at /usr/src/sys/vm/vm_page.c:884 (kgdb) p *m $2 = {plinks = {q = {tqe_next = 0x578491b51dd60510, tqe_prev = 0xd78c11bd9dde8518}, s = {ss = {sle_next = 0x578491b51dd60510}},

dma fails to connect (error:1408F10B:SSL routines:ssl3_get_record:wrong version number)

2020-08-16 Thread Ronald Klop
Hi, I have uname -UK -> 1300101 1300101 in my laptop. This uses libexec/dma as mail agent. I have 2 jails running uname -U -> 1300101 and 1300104. All dma configs are the same. In all 1300101 versions dma can deliver mail to my smarthost. On 1300104 I get: Aug 16 16:29:00 freebsd13_py3

(solved) Re: dma fails to connect (error:1408F10B:SSL routines:ssl3_get_record:wrong version number)

2020-08-16 Thread Ronald Klop
On Sun, 16 Aug 2020 16:44:51 +0200, Ronald Klop wrote: Hi, I have uname -UK -> 1300101 1300101 in my laptop. This uses libexec/dma as mail agent. I have 2 jails running uname -U -> 1300101 and 1300104. All dma configs are the same. In all 1300101 versions dma can deliver mail to my