gvfs-1.46.1_1: gvfsd-fuse broken

2020-10-14 Thread Alexander Zagrebin
1 fuse: error: filesystem requested capabilities 0x8 that are not supported by kernel, aborting. unique: 1, error: -92 (Protocol error), outsize: 16 It seems that fuse.ko from the 12.1-RELEASE-p6 is outdated. Are there any workarounds? Thanks! -- Alexande

Re: python 3 subprocess performance

2019-04-12 Thread Alexander Zagrebin
SD__) > > +closefrom(start_fd); > > +#else > > if (start_fd <= end_fd) { > > for (fd_num = start_fd; fd_num < end_fd; ++fd_num) { > > close(fd_num); > > } > > } > > +#endif > > }

Re: python 3 subprocess performance

2019-04-12 Thread Alexander Zagrebin
В Fri, 12 Apr 2019 09:36:13 +0200 Dima Pasechnik пишет: > On Fri, Apr 12, 2019 at 9:11 AM Alexander Zagrebin > wrote: > > > > В Thu, 11 Apr 2019 17:32:42 +0200 > > Jan Bramkamp пишет: > > > > > The reason is that that python does something stupid

Re: python 3 subprocess performance

2019-04-12 Thread Alexander Zagrebin
x27;ve wrote simple patch to fix an issue (see attached file). It seems the problem has gone. -- Alexander Zagrebin ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

python 3 subprocess performance

2019-04-11 Thread Alexander Zagrebin
], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) (stdoutdata, stderrdata) = p.communicate() Profiling with the cProfile shows, that this excessive 5 seconds was wasted in the "{built-in method posix.read}" Could anybody confirm this issue? -- Alexander Zagrebin

Re: [j...@freebsd.org: svn commit: r482272 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-additions-nox11 virtualbox-ose-kmod virtualbox-ose-nox11 virtualbox-ose/files]

2018-10-20 Thread Alexander Zagrebin
n confirm that. Also I have to notice, that while there is an active VNC connection to the some machine, the second connection to the same machine crashes a VirtualBox process (this applies to all versions). -- Alexander Zagrebin ___ freebsd-ports@fr