On Sat, Jun 22, 2013 at 05:54:39PM +0300, moshe nahmias wrote: > The result was this error > "Fatal error: exception Unix.Unix_error(8, "mkdir", > "/tmp/supermin8a8141d98736bdc52ad38080e3b64f2f.tmp/root//var/run")". > > Notice the double slashes after root near the end, I guess that is the > culprit, Actually double (or triple, or quadruple, or ...) slashes should not be a problem. Check 'man path_resolution' to see how this is interpreted. OTOH a possible attempt to create a directory with a parent missing will result in an error. A program 'mkdir' has a special flag to avoid the issue but if this was a system call then you have to be more explicit. Or maybe there is some other issue (missing permissions)? Nobody can tell from what you wrote here. > is there anything I should do before submitting a bug? I guess just report that in bugzilla instead of here. Michal -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test