_PATH_UUID
char tmpl[] = _PATH_UUID"XXXXXXXXXX";
if ((fd = open(_PATH_UUID, O_RDONLY)) == -1) {
if (rename(tmpl, _PATH_UUID) == -1) {