07.02.2016 12:12, Rainer Blome пишет: > strace can currently fail altogether when /etc/passwd contains entries > with "invalid" group ids. If `id` or `ls` show numerical ids instead of > group names, that is likely to be the case. Hello Raine, Thank you for you input, but unfortunately this did not seem to help. I did not even have the /etc/passwd before. I did create it along with /etc/group using mkpasswd and mkgroup, but strace does not work still. ls an id return group names, although the group is named "Missing", I am not sure why: $ ls -la итого 45 drwxrwxrwt+ 1 tyz Отсутствует 0 дек 3 20:57 . drwxr-xr-x+ 1 tyz Отсутствует 0 фев 6 22:24 .. drwxr-xr-x+ 1 tyz Отсутствует 0 фев 7 13:00 tyz $ id uid=197614(tyz) gid=197121(Отсутствует) группы=197121(Отсутствует),114(Локальная учетная запись и член группы "Администраторы"),544(Администраторы),545(Пользователи),4(ИНТЕРАКТИВНЫЕ),66049(КОНСОЛЬНЫЙ ВХОД),11(Прошедшие проверку),15(Данная организация),113(Локальная учетная запись),4095(CurrentSession),66048(ЛОКАЛЬНЫЕ),262154(Проверка подлинности NTLM),405504(Высокий обязательный уровень) I have attached my passwd and group file in case they are of any help. Thank you a lot, Evgeny