<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">Hi<br><br>I would like to change the subuids used by LXD. In oder to do that I have changed the entry in /etc/subuid and /etc/subgid but new containers kept the former uid space.<br>Even after deleting all container and all images new containers keep getting the old uid range.<br><br>I have found that the uid range is in /var/lib/lxd/lxd.db :<br>root@andel2:~# grep -rs 265536 /var/lib/lxd/<br>Binary file /var/lib/lxd/lxd.db matches<br><br>But looking at the file with sqlite3 seems to show an utterly empty db:<br>root@andel2:~# sqlite3 /var/lib/lxd/lxd.db <br>SQLite version 3.8.11.1 2015-07-29 20:00:57<br>Enter ".help" for usage hints.<br>sqlite> .tables<br>certificates               images_aliases           <br>config                     images_properties        <br>containers                 profiles                 <br>containers_config          profiles_config          <br>containers_devices         profiles_devices         <br>containers_devices_config  profiles_devices_config  <br>containers_profiles        schema                   <br>images                   <br>sqlite> select * from config;<br>sqlite> select * from profiles;<br>1|default<br>sqlite> select * from schema;<br>1|20|1452174199<br>2|21|1453375824<br>sqlite> select * from containers;<br>sqlite> select * from containers_config;<br>sqlite> select * from images;<br>sqlite> select * from images_properties;<br>sqlite> select * from profiles_config;<br>sqlite> .exit<br><br>Where and how can I change the uid/gid range without completely reinstalling?<br><span><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><div><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><span><font size="2"><br>Thanks!<br></font></span></font><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><span><font size="2" color="#008000"></font></span></font></font></div></font></span><div></div></font>