On 04/20/2011 01:33 PM, Adam Williamson wrote:

>>
>> First I get this console message:
>> mkdir: cannot create directory `/run': File exists
> 
> This is known, and harmless (currently systemd tries to create /run when
> it starts in case it doesn't exist in the filesystem, but F15's
> filesystem package does include /run, hence the error.)
> 

  If this is a scripty thing perhaps it can be changed to mkdir -p
  If its c-code, then perhaps ignoring EEXIST from mkdir() call.

  gene/

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to