<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 21/11/17 15:07, Saint Michael wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAC9cSOAa8CDBSsMKRp7Uzx20Np97o1=78+fLRbyWNPL-eDOAug@mail.gmail.com">
<div dir="ltr">
<div class="gmail_default" style="font-size:small">Thanks for
the solution. It works indeed.</div>
<div class="gmail_default" style="font-size:small">Just out of
curiosity, how did you find this out? I googled it far and
wide and there was nothing available.</div>
</div>
</blockquote>
<br>
The autodev part, I needed it in order to make qemu networking work
in a container via /dev/net/tun device which is missing by default.
I did not invent it, found somewhere in Google, probably here:
<a class="moz-txt-link-freetext" href="https://serverfault.com/questions/429461/no-tun-device-in-lxc-guest-for-openvpn">https://serverfault.com/questions/429461/no-tun-device-in-lxc-guest-for-openvpn</a>
. It just executes specified command(s) during /dev population,
nothing magical; you can execute same command in the container later
if you can afford to defer your mounts or whatever uses the created
device.<br>
<br>
/dev/fuse is more interesting, I was trying to make snapd work in an
LXC container, still not very successful in that. You can read more
about this effort in the discussion on the bottom of
<a class="moz-txt-link-freetext" href="https://bugs.launchpad.net/snappy/+bug/1628289">https://bugs.launchpad.net/snappy/+bug/1628289</a><br>
<br>
<div class="moz-signature"><!-- signature start -->
--<br>
<br>
With Best Regards,<br>
Marat Khalili<br>
</div>
<br>
</body>
</html>