James Wah

Results 43 comments of James Wah

Another reliable way to trigger this is to issue: ``` sg_logs -t /dev/disk/by-path/pci-0000:01:00.0-sas-phy0-lun-0 ``` This then starts spamming events on whichever disk was queried. This action causes a udev change...

`strace` shows that `zed` is doing a `BLKFLSBUF` ioctl which is causing the udev change event. Its stack traces seem to indicate that this is due to `zpool_relabel_disk` being called...

Thanks for the patch, @behlendorf! Unfortunately it does not work. The change events seem to be generated upon the `close(fd)`. I note, after some experimentation, that if you close a...

Thanks for the update, @behlendorf. I've reenabled autoexpand on my pool but I can no longer reproduce the problem! zfs, udev and kernel all remain at the original versions. No...

Which version of Python exactly on each machine? I've got a fix in a PR [here](https://github.com/kivy/pyjnius/pull/336) but I'm unsure why this affects me in particular (on Py3.5.5, Gentoo).

Wow, congratulations! All the best then (: - J

This happens because it grabs the input device, which stops the Return key-release code from being picked up by X11. I wonder, is the bug that the key-release is passed...

This patch is against the originally released Perl/C hybrid design (versions 0.0x). The current master branch is a monolithic C implementation (1.x) and doesn't use Perl at all. You should...

This is being folded into the new timing algorithm, I think.

OK. Will address these after those.