flesueur / mi-lxc

Mini-Internet using LXC for practical works
GNU Affero General Public License v3.0
338 stars 24 forks source link

SSHFS minor improvements #29

Closed cnotin closed 4 years ago

flesueur commented 4 years ago

That's great ! Still, there is still the bug that if you display commercial@target-commercial then the shared folder is not mounted (this bug was present before). Do you have any clue ?

cnotin commented 4 years ago

This issue looks like to be random...

flesueur commented 4 years ago

I'm not sure it is random. On my laptop, whether running mi-lxc on my linux or in the VM : attach commercial@target-commercial -> shared is mounted display commercial@target-commercial -> shared is not mounted, but if I do a "su commercial" then the shared folder appears...

cnotin commented 4 years ago

I'm rebuilding everything with all my changes and I'll check!

flesueur commented 4 years ago

I think I start to understand... In fact, it is mounted and then immediately unmounted, since display is non blocking... Ok, I'll have to think a bit about it ;)