Re: [OE-core] [PATCH 1/1] systemd: Don't create /var/tmp, log directories

2015-06-05 Thread Andrei Gherzan
On Sat, Jan 17, 2015 at 6:37 PM, Otavio Salvador wrote: > Adding Armin in Cc. > > On Fri, Jan 16, 2015 at 11:43 AM, Andrei Gherzan wrote: >> Hi guys, >> >> On Fri, Jan 16, 2015 at 2:38 PM, Andrei Gherzan wrote: >>> >>> /var/tmp and /var/log are symlinks created by base-files and point to >>> the

Re: [OE-core] [PATCH 1/1] systemd: Don't create /var/tmp, log directories

2015-01-17 Thread Otavio Salvador
Adding Armin in Cc. On Fri, Jan 16, 2015 at 11:43 AM, Andrei Gherzan wrote: > Hi guys, > > On Fri, Jan 16, 2015 at 2:38 PM, Andrei Gherzan wrote: >> >> /var/tmp and /var/log are symlinks created by base-files and point to >> their >> respective directories in /var/volatile. >> With this patch we

Re: [OE-core] [PATCH 1/1] systemd: Don't create /var/tmp, log directories

2015-01-16 Thread Andrei Gherzan
Hi guys, On Fri, Jan 16, 2015 at 2:38 PM, Andrei Gherzan wrote: > /var/tmp and /var/log are symlinks created by base-files and point to their > respective directories in /var/volatile. > With this patch we avoid systemd-tmpfiles runtime errors like: > systemd-tmpfiles[108]: chmod(/var/tmp) faile

[OE-core] [PATCH 1/1] systemd: Don't create /var/tmp, log directories

2015-01-16 Thread Andrei Gherzan
/var/tmp and /var/log are symlinks created by base-files and point to their respective directories in /var/volatile. With this patch we avoid systemd-tmpfiles runtime errors like: systemd-tmpfiles[108]: chmod(/var/tmp) failed: No such file or directory Signed-off-by: Andrei Gherzan --- .../0001-