[Touch-packages] [Bug 1632766] Re: time in lxc ubuntu template

2016-10-12 Thread Eric Desrochers
After a talk with stgraber, this is a due to the fact that the Ubuntu LXC I build are using a pre-generated image which uses UTC by default. If you want to change the time on Xenial, in my case date command or other technic didn't have positive impact. The only thing that work so far is to

[Touch-packages] [Bug 1632766] Re: time in lxc ubuntu template

2016-10-12 Thread Stéphane Graber
So it's expected that the download template images will not replicate any host settings (locales, timezone, ...) as those are completely self- contained images. As discussed on IRC, it looks like Xenial needs you to also change the /etc/localtime symlink, which is why your manual change worked

[Touch-packages] [Bug 1632766] Re: time in lxc ubuntu template

2016-10-12 Thread Eric Desrochers
LXC Container has been created as follow : $ lxc-create -t download -n trusty -- --dist ubuntu --release trusty --arch amd64 $ lxc-create -t download -n xenial -- --dist ubuntu --release xenial --arch amd64 -- You received this bug notification because you are a member of Ubuntu Touch seeded