On Thu, Aug 13, 2015 at 02:42:12PM +1000, Mark Constable wrote:
> > And indeed it does so "lxd config set core.https_address 192.168.0.2" got
> > me a port :8443 on my local host as soon as I hit enter, as advertised.
> 
> However after a reboot I got an error about no port for the config option
> and lxd refused to start which made it awkward to update the config option
> so I manually modified /var/lib/lxd/lxd.db guessing I needed to add :8443
> and that worked (for 0.15)...
> 
> sudo sqlite3 /var/lib/lxd/lxd.db \
>  "update config set value='192.168.0.2:8443' where key='core.https_address'"
> 
> So my previous example needs to be modified as below otherwise you can end
> up with a non-functional lxd deamon that refuses to start...
> 
> lxd config set core.https_address 192.168.0.2:8443

Hi,

Yeah, there was a small bug there which we've fixed in git master right
after release. LXD 0.16, to be tagged on Tuesday will behave properly.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to