Mark Ryan
Mark Ryan
Original issue: https://github.com/ciao-project/ciao/issues/1286
@kaccardi I had a play around with this on the command line this morning and I was able to get it to work, with the caveat that it worked best...
> I think one thing that could be done to address the modules issue would be to be able to provide a directory from the host to mount under /lib/modules/uname...
@jdandrea This looks like a 9p issue. There could be a number of reasons for this. 1. When you created the new account, did you resync the ciao code as...
@jdandrea Thanks for the info. There was a bug a while back in which 9P file sharing did not work if you were not the first user on the host...
There doesn't seem to be any way to set the gid of a user in cloud-init. It is always set to the uid. I had thought this was supported in...
Here's the cloud-init bug https://bugs.launchpad.net/cloud-init/+bug/1396362 Perhaps we should change the title of this bug to be something like. 9p filesharing does not work if the host user's gid and uid...
I saw this bug on the development branch. I built the latest version with make install-dev and tested on Single VM.
Thanks for the tip. I'll update my cloud-init files to use the service tag. I'm still a little worried about the bug though. From what I can tell you should...