Hi Sergio, Thanks for the hints. After a bit more digging, I finally realized that the umask for the CI context was rather restrictive which caused permission problems (seteuid gunk I guess) around snappy.installClick(). Either way, I got it working by specifying umask 0022.
--Ash On Tue, May 5, 2015 at 3:54 PM, Sergio Schvezov <[email protected]> wrote: > On Tue, May 05, 2015 at 03:08:15PM -0700, Ash Charles wrote: >> [1] >> https://buildbot.gumstix.com/builders/snappy-beagle-master/builds/12/steps/shell_2/logs/stdio > > I should of started with looking at this > > mkdir /tmp/oem948457948/oem/beagle: permission denied > > Some questions: > > - Is the buildd preventing working with tmp dirs? > - Can you try and set TMPDIR? > - Do you see any denials in the syslog? > > Cheers > Sergio -- snappy-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snappy-devel
