Alexander Mikhalitsyn

Results 325 comments of Alexander Mikhalitsyn

Which distribution are you using? Please try to run `strace -f lxc-start -n busybox` and post an output. Wild guess, try to run `busybox init` command. What does it show?

Please, format your messages using markdown syntax. It's really hard to read. ``` [pid 19760] write(2, "init", 4) = 4 [pid 19760] write(2, ": applet not found\n", 19) = 19...

Hi @sumaggie ! You just need to send Enter usually and you'll get busybox terminal. Is this not working for you?

We can try to detect called process pid on the fuse daemon side, because we have pid in `struct fuse_in_header` structure. And then use it to obtain personality of the...

@lanmarc77 this issue was fixed already in https://github.com/lxc/lxcfs/pull/567 You just need to update the lxcfs on your machines.

It looks like this was addressed in https://github.com/systemd/systemd/commit/a108c43e36d3ceb6e34efe37c014fc2cda856000

Closing, because it's fixed already.

Recently, we have checked with @stgraber that this is not needed anymore, fortunately. Modern GCC versions have this fixed.

@sdab Hi, Sebastien! Sorry for the delay with review. I have left some comments regarding a compatibility issue. In general, this looks good to me. But I would improve this...

LGTM except small issue with a new field placement in the `struct lxcfs_opts` Once this fixed I'll test this change locally and check that I can update LXCFS from the...