Am 08.02.2011 18:36, schrieb Andrew: >>>> 1. The contents of modules.tgz have UID/GID 1000/1000 rather than 0/0. >>>> >>>> Perhaps buildimage.pl was not run using "fakeroot"? >>> Yes, I missed that. Changed my notes. >> +# Check we are running as (fake)root >> +warn "WARNING: Not running as (fake)root" if ( $> != 0 ); >> + >> >> thx David :) >> >> kp > Maybe it'll be better to add "--owner root --group root" to tar command > line? it should work, if either every single file in every single package was owned by root:root (unlikely, from my recollection), or if the not quite as simple approach was taken to change the "--owner" and "--group" setting on a per file basis, when creating the lrp (should be doable, but it would most likely require a few changes in buildpacket.pl - if that's even used these days).
Feel free to give it a shot. It shouldn't be too hard, if one can find the spare time to do it. I never found the time, since getting fakeroot to work on my devel boxes always seemed like the lesser evil. Martin -- I have always wished for my computer to be as easy to use as my phone; my wish has come true because I can no longer figure out how to use my phone -- Bjarne Stroustrup ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel