[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #21 from Keith White --- (In reply to Keith White from comment #20) For more background reading. It looks like the go bug report 19093 (referenced in src/os/file_unix.go) gives more detail as to what go "assumes" and why regula

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #20 from Keith White --- Not an issue for you! I think the issue is how go itself "thinks" kqueue works with a file or device. The comments in src/os/file_unix.go would seem to indicate that files that are always ready to writ

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #19 from Alan Somers --- The whole point of 7b8622fa220b9c08041102f638f848c48e022644 was to make /dev/fuse pollable. It is pollable now, in other languages. So there's probably still a bug somewhere in the Go code. Does Go wr

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 Keith White changed: What|Removed |Added Attachment #235480|0 |1 is obsolete|

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 Keith White changed: What|Removed |Added Attachment #235481|application/x-shellscript |text/plain mime type|

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #17 from Keith White --- Created attachment 235481 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235481&action=edit dtrace wrapper to patch kevent "on the fly" Changing the kevent EVFILT_WRITE to something bogus "in

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #16 from Keith White --- Created attachment 235480 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235480&action=edit net/rclone patch to add CMOUNT option -- You are receiving this mail because: You are the assignee

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-07-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 iron.ud...@gmail.com changed: What|Removed |Added CC||iron.ud...@gmail.com --- Com

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #14 from Alan Somers --- (In reply to Lars Wittebrood from comment #13) That's to be expected, Lars. fuse on 12.2 supports EVFILT_WRITE, unlike 12.2 or 13.0. -- You are receiving this mail because: You are the assignee for th

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2022-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 Lars Wittebrood changed: What|Removed |Added CC||freebsdb...@socruel.nu --- Comme

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #12 from Keith White --- Thanks Nick for looking at this! I've reviewed the suggestion in https://github.com/rclone/rclone/issues/5843 to build rclone with cmount. I can confirm that using cmount *does* work for me. I have my

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 Nick Craig-Wood changed: What|Removed |Added CC||n...@craig-wood.com --- Comment

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #10 from Keith White --- (In reply to Ralf van der Enden from comment #9) Thanks for your suggestion! I updating rclone using your patch. It does not fix the problem with 14.0-CURRENT. After patching: # .../net/rclone/work/st

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 Ralf van der Enden changed: What|Removed |Added CC||trem...@cainites.net --- Comm

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-08-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #8 from Brad Ackerman --- I’m moving house this week but will try to get to this over the weekend. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #7 from Keith White --- Just a go dabbler me. But I agree, most likely a client problem. I'll add the port maintainer in CC; perhaps they have an insight? "make -C /usr/ports/net/rclone extract" results in 635M of source. Ple

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 Keith White changed: What|Removed |Added CC||b...@facefault.org --- Comment #6 fr

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #5 from Alan Somers --- Yes, I do suspect the application. My theory is that rclone opens /dev/fuse in nonblocking mode and tries to register it with kevent for EVFILT_WRITE | EVFILT_READ. Previously this would fail, so it wou

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #4 from Keith White --- I see, thanks! I still need help though. Do you suspect the application? The "bad" version has: 5632 rclone RET fork 0 5632 rclone CALL sigfastblock(0x1,0x82ac02038) 5632 rclone RET s

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #3 from Alan Somers --- The "resource temporarily unavailable" message is the string representation of EAGAIN. So when you run kdump, you should search for EAGAIN. The last place it occurs is usually the critical thing that ca

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #2 from Keith White --- I have tried. I cannot be of much help here it seems! It's really not clear to me what ktrace is saying. There's little observable difference in the trace between the working version and the broken vers

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #1 from Alan Somers --- That's quite weird. Have you tried using ktrace to see exactly where the failure is? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

2021-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 Bug ID: 258056 Summary: sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New