On 26/06/12 10:16 PM, Daniel Baumann wrote: > On 06/27/2012 02:11 AM, Ben Armstrong wrote: >> live-config:mkdir: cannot create directory `/var/log/live': File exists >> >> Looks like live-config bombs out at this point > > that doesn't make sense, live-config has only one mkdir call for > /var/log/live, and that is 'protected' with -p for this. strange..
What if a file exists at that path with the same name as the directory? e.g. $ touch testfile $ mkdir -p testfile mkdir: cannot create directory `testfile': File exists -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
