nobu (Nobuyoshi Nakada) wrote in #note-3: > Found the bug. > ... Here I am. Apparently it doesn't. I dug a bit deeper and I found that there are two issues that concur to this behavior: * `ioctl_narg_len` isn't properly extracti...vihai (Daniele Orlandi)
nobu (Nobuyoshi Nakada) wrote in #note-3: > Found the bug. > ... Standby, I'm still setting up the environment to build for the embedded machine. vihai (Daniele Orlandi)
nobu (Nobuyoshi Nakada) wrote in #note-1: > > ... "X"*364 is a request that makes ioctl fail and the SystemCallError is raised before the sanity check of the buffer. However, given `req` as a proper request as a binary string: ``` > f...vihai (Daniele Orlandi)
Hello, I'm running ruby 2.7.4p191 on an armv7 linux and experimenting with GPIO_GET_LINEHANDLE_IOCTL ioctl. The ioctl sanity check is triggered as if the buffer was too small however the size of the buffer passed to ioctl is corr...vihai (Daniele Orlandi)
Hello, I encountered an issue copying a directory tree with symlinks with FileUtils#cp_r with preserve flag. Apparently FileUtils considers the possibility that lchmod raises NotImplementedError, however it apparently does not bu...vihai (Daniele Orlandi)
I would like to add a use-case that I'm encountering right now. I would like to call prctl(PR_SET_PDEATHSIG, ...) in order to ensure that a spawned process is always killed regardless of how cleanly the parent process exits. I couldn'...vihai (Daniele Orlandi)
Hello, I've been bitten by issue #10075, I actually expected a different behaviour from ::join. It doesn't IMHO resepect the "principle of least suprise". I agree with avdi who suggests to deprecate ::join and replace it with a m...vihai (Daniele Orlandi)
evserykh (Evgeniy Serykh) wrote: > > ... No, it's not Postfix's job, it's the client that should be able to specify RCPT extensions, including delivery notifications. This is a missing feature, affecting me too.vihai (Daniele Orlandi)
I would be helpful if you add a binding to the Linux-specific syscalls setfsuid(2) setfsgid(2) Their purpose is to change the uid/gid with which filesystem access control is performed. Their main usage is simulating fs access on b...vihai (Daniele Orlandi)
Nobuyoshi Nakada wrote: > We don't have the same environment equals to yours, we can't address where it happens without the debugging information. > ... I understand the difficulties in handling such kind of issues. I am not able to...vihai (Daniele Orlandi)