Alexander Mikhalitsyn
Alexander Mikhalitsyn
Next question is why are you change only `lxcfs_read`, but no touching other functions. Also, please, can you explain the reason of this changes: https://github.com/lxc/lxcfs/pull/640/commits/7117464add690a8f7e3bb255158382aa4d47c996 here, you are changing `do_proc_read`...
Ah, so, this PR is an attempt to fix https://github.com/lxc/lxcfs/issues/635?
> We changed those because we were accidentally calling do_cg_read() for every case of LXCFS_TYPE, instead of the correct function. For example, when LXCFS_TYPE_PROC(type) was true, we should not have...
In general, I can't see how this change can fix issue in #635, because in there we have a pretty-pretty weird stack. It looks like something is terribly wrong with...
Please, edit commit message: ``` Combine last 3 commits into one commit that changes the macros Changed the strcmp in lxcfs_read() to macros Signed-off-by: Devon Schwartz Fixed reads so that...
Hey @DevonSchwartz sorry for a long delay with the reply. Yeah, now it looks good. For some reason GitHub runners get stuck to test this one. I guess you need...
Looks like a bug in QEMU. At some point, we should check what happens with this on a newer versions and report/fix this.
Hi @WereCatf Please can you show `lxc config show -e`?
Hi @WereCatf ! Thanks a lot for providing extra info :) >I'm not sure why you want that as I stated the steps for recreating the issue I'm asking because...
> @mihalicyn It never occurred to me to use Docker from their servers as I'm used to using Docker from Ubuntu's own repos -- never had a problem before this,...