Содержание
- WSL / Bash в Windows 10: создание пользователя UNIX не выполнено, возвращен код ошибки 10
- 3 ответа 3
- Полностью удалить устаревший WSL и переустановить
- Linux Mint Forums
- Error adding User/Group during software install
- Error adding User/Group during software install
- Re: Error adding User/Group during software install
- Re: Error adding User/Group during software install
- Re: Error adding User/Group during software install
- Re: Error adding User/Group during software install
- Re: Error adding User/Group during software install
- Error when creating a new user
- 2 Answers 2
- Related
- Hot Network Questions
- Subscribe to RSS
- невозможно удалить пользователя
- 4 ответа
- unable to delete user
- 4 Answers 4
WSL / Bash в Windows 10: создание пользователя UNIX не выполнено, возвращен код ошибки 10
При попытке создать учетные записи пользователей в Bash на Ubuntu в Windows 10 я получаю: Creating UNIX user failed, returned error code 10 .
При вводе bash я получаю сообщения groups: cannot find name for group ID 0 .
Таким образом, я застрял с пользователем root по умолчанию. Я попытался переустановить безрезультатно.
Я пробовал следующее (в командной строке cmd с правами администратора):
При попытке добавить пользователей я получаю:
Я также пытался добавить пользователей изнутри bash (вход с помощью команды bash в Powershell), как это было предложено @CodeIt, но безуспешно.
3 ответа 3
У меня была похожая проблема. Основной причиной было то, что я создал соединение для своего профиля пользователя, чтобы приложение устанавливалось из Windows, но, хотя система передает эти строки в WSL, она не интерпретирует точки соединения.
Находится ли файловая система lxss в ее буквальном расположении (например, C:usersUSERNAMEAppDataLocallxss на самом деле существует и не подключена к другому диску или пути?
Распространенными причинами этого могут быть альтернативно определенный путь к профилю пользователя или жесткая ссылка / соединение, выполненное с помощью mklink.exe.)
Месяцы спустя я вернулся к этому компьютеру и сумел исправить проблему, обновив Windows 10 (с версии 1703 до 1803) и заново установив его через Microsoft Store.
Хотя вы МОЖЕТЕ использовать WSL в более ранних выпусках Windows 10 [до Windows 10 Fall Creators Update (версия 1709)], эта бета-версия «устаревшего дистрибутива» теперь считается устаревшей. Мы настоятельно рекомендуем вам запустить самую последнюю версию Windows 10.
Если вы установили WSL некоторое время назад, особенно если это было до версии 1709, вам может помочь простая деинсталляция и переустановка через Microsoft Store. Для тех, кто имеет эту проблему в текущей версии (1803 на данный момент), у меня нет ответа для вас.
Полностью удалить устаревший WSL и переустановить
Примечание. При включении функции WSL или при установке WSL через Магазин может быть хорошей идеей отключить программы, которые могут мешать WSL (@Johnno предложил Acronis True Image, который я запускал во время предыдущих попыток).
Удалите устаревший WSL с помощью Powershell:
Убедитесь, что нет оставшихся файлов:
Отключите WSL в разделе «Включение или отключение функций Windows» или с помощью Powershell:
Обновите Windows 10
Снова включите WSL в разделе «Включение или отключение функций Windows» или с помощью Powershell:
Загрузите WSL через Microsoft Store. Найдите «Ubuntu», нажмите «Установить».
После установки сначала перезагрузите компьютер. Пока не запускайте WSL (например, не нажимайте «запуск» в Магазине и не вызывайте WSL из командной строки).
После перезагрузки откройте Powershell и введите ubuntu . Настройте свой дистрибутив (руководство здесь).
Источник
Linux Mint Forums
Welcome to the Linux Mint forums!
Error adding User/Group during software install
Error adding User/Group during software install
Post by chrisuk » Fri Mar 03, 2017 1:39 pm
I don’t post asking for help often, as it’s just a matter of using Google to find answers. IME, nothing is new, it’s happened before to someone else. But for this particular problem, I’ve found it’s happened to lots of other users from Redhat to Debian to Ubuntu. but I’ve not found one resolution. There’s even a thread here that was never solved.
So, LMDE 2 is running as it should — responsive, frugal memory usage, no hang ups, etc. But when trying to install software yesterday, I got the following error:
I did get error code 10 originally.
So my first thought was to try to add a group to test groupadd was working as it should. so I typed the following:
sudo groupadd —system testw
And I get the following:
Manjaro MATE — MX Linux — LMDE MATE
Re: Error adding User/Group during software install
Post by chrisuk » Fri Mar 03, 2017 3:27 pm
Manjaro MATE — MX Linux — LMDE MATE
Re: Error adding User/Group during software install
Post by chrisuk » Sat Mar 04, 2017 1:56 am
I started a thread a few days ago titled; «What am I missing?»; about switching to LMDE from Mint 18.1. I appear to have found the answer — limited number of people that understand the Distro
Oh well. I tried. back to the main edition I guess.
Manjaro MATE — MX Linux — LMDE MATE
Re: Error adding User/Group during software install
Post by chrisuk » Sat Mar 04, 2017 11:31 am
Manjaro MATE — MX Linux — LMDE MATE
Re: Error adding User/Group during software install
Post by Penn » Sat Mar 04, 2017 2:13 pm
chrisuk wrote: I started a thread a few days ago titled; «What am I missing?»; about switching to LMDE from Mint 18.1. I appear to have found the answer — limited number of people that understand the Distro
Oh well. I tried. back to the main edition I guess.
Well, yes it was acknowledged that LMDE isn’t for beginners and this is an example. I know I usually do my best to find answers myself instead of asking. The result has been I don’t get help when I do ask, possibly because my questions aren’t simple enough but lack of support is is a Linux issue, not an LMDE issue. As far as that goes, even the issue you had here is a Linux issue since it apparently has existed in multiple distros. Thanks to friendlier environments like this forum Linux is more usable these days but more knowledgeable people willing to help is still needed throughout GNU/Linux.
Should I now feel bad for being one of the people to recommend LMDE to you?
Re: Error adding User/Group during software install
Post by chrisuk » Sat Mar 04, 2017 2:24 pm
chrisuk wrote: I started a thread a few days ago titled; «What am I missing?»; about switching to LMDE from Mint 18.1. I appear to have found the answer — limited number of people that understand the Distro
Oh well. I tried. back to the main edition I guess.
Well, yes it was acknowledged that LMDE isn’t for beginners and this is an example. I know I usually do my best to find answers myself instead of asking. The result has been I don’t get help when I do ask, possibly because my questions aren’t simple enough but lack of support is is a Linux issue, not an LMDE issue. As far as that goes, even the issue you had here is a Linux issue since it apparently has existed in multiple distros. Thanks to friendlier environments like this forum Linux is more usable these days but more knowledgeable people willing to help is still needed throughout GNU/Linux.
Should I now feel bad for being one of the people to recommend LMDE to you?
No need to feel bad. I’m back using LDME anyway
I’ve half-sorted the problem — I thought it was due to installing gnome-system-tools (there’s an incompatibility with mate-system-tools and GTK 3; which begs the question; why include them in the base install in the first place? ), but now I’m thinking it’s a problem with files remaining locked after install/uninstall. All that matters to me is, it’s fixed. although I can break it again quite easily
Источник
Error when creating a new user
I tried to create a new user account. The following error occurred when I tried to run sudo adduser bob
2 Answers 2
useradd is an advanced version of adduser. This example does the following:
-m makes a home directory.
-r adds to the sudoers file (this is not recommended for normal users, as sudo can break anything)
-p adds a password. You can manually do this by using su bob and executing passwd .
The adduser command creates a home directory for the newly added user by default.
The command sudo adduser bob returned a Couldn’t create home directory `/home/bob’: Permission denied error message because you are already root at the command line prompt and don’t need to use sudo to obtain root permissions from the # command line prompt. Please close the terminal and reopen it. Then sudo adduser bob will run from the $ command line prompt without an error. If you only have access to a root user account that shows you a # command line prompt, then adduser bob without sudo will work after reopening the terminal or else try running exit to try to exit from running with root privileges, but it might just close the terminal window instead because your current user is root@IU .
Hot Network Questions
To subscribe to this RSS feed, copy and paste this URL into your RSS reader.
Site design / logo © 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2023.1.14.43159
By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.
Источник
невозможно удалить пользователя
Я пытался удалить пользователя:
Это только показывает, что я вошел. Мне действительно нужно удалить этого пользователя, но я не У меня есть пароль, но у меня есть пароль sudo. Как я могу удалить это?
4 ответа
Если вы не можете удалить пользователя, потому что какой-то процесс все еще выполняется, принадлежите ему.
Firt вы можете перечислить его процесс с помощью:
Если это так, вы можете убить весь его процесс с помощью
Затем выполните deluser снова
На странице руководства deluser написано, что код ошибки 8 указывает на то, что perl-paquet «perl-modules» не установлен, возможно, вы можете проверить это .
В любом случае, если вы хотите принудительно удалить, вы можете использовать deluser с опцией -f
, но делать это только в том случае, если вы не найдете другого пути, это может привести к нестабильности . Смотрите man страница для получения дополнительной информации
Я столкнулся с той же проблемой, когда пытался удалить пользователя, который вошел в систему в первый раз, когда я пытался удалить его. Для меня решение проблемы состояло в том, чтобы подождать несколько секунд:
Как я уже упоминал, первая попытка удалить пользователя не удалась, поскольку он все еще вошел в систему. Затем я вышел из системы и повторил
, но снова появился
. На этот раз с каким-то идентификатором процесса, который в данный момент отправляется в очередь для использования «username2delete».
Я проверил, какие пользователи вошли в систему, и в «user2stay» вошел только один пользователь.
Затем я прочитал ваши посты и через 2 минуты снова попробовал ту же команду, что и раньше:
На этот раз она работала без проблем. Не было необходимости ни в перезагрузке, ни в принудительном использовании deluser . Может быть, это поможет вам.
Источник
unable to delete user
I tried to delete a user:
It only shows me logged in. I really need to delete this user but I don’t have their password, I have sudo password however. How can I delete it?
4 Answers 4
If you cannot remove a user that is certainly because some process are still running belong him.
First you can list his process with:
If that is the case, you can kill all his process with
Then execute deluser again
In the man page of deluser, it says that an error code of 8 indicates that the perl paquet «perl-modules» is not installed, maybe you can check this.
Anyway, if you want to force deletion you can use deluser with -f option
but do it only if you don’t find another way, it can produce instability. See man page for more information
I encountered the same problem when trying to delete a user that was logged in the first time I tried to delete it. To me, waiting a few seconds was the solution:
As I mentioned, the first attempt to delete the user failed for it was still logged in. I then logged out the user and repeated the
command, but the
showed up again. This time with some process ID that currently seamed to be used by «username2delete».
I checked which users are logged in and there was only one user logged in «user2stay».
I then read your posts and after 2 minutes I tried again the same command as before:
This time it worked without problems. There was no reboot necessary nor a forced deluser . Maybe this will help you.
Источник
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
Closed
picocms opened this issue
Feb 15, 2017
· 23 comments
Closed
New User Fails — Error Code 10
#1704
picocms opened this issue
Feb 15, 2017
· 23 comments
Labels
external
Issue exists outside of WSL components
Comments
I am unable to get a user setup.
After install BashOnWindows I got the following error message:
Creating UNIX user failed, this can be done later by running lxrun.exe /setdefaultuser
After running the command above I get this error:
Please create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username: steve
groupadd: cannot open /etc/group
adduser: `/usr/sbin/groupadd -g 1000 steve' returned error code 10. Exiting.
Creating UNIX user failed, this can be done later by running lxrun.exe /setdefaultuser
Windows 10 Pro
OS Build: 14393.693
64-bit
Interesting — I have not seen this before. It looks like the permissions of your /etc/group file got messed up somehow. Could you share the output of the below command for me?
bash.exe -c "ls -al /etc/group"
Also, does this issue persist if you do a reinstall?
lxrun.exe /uninstall
lxrun.exe /install
I’m getting this, too. As far as I can tell, it’s a problem with mv.
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:WINDOWSsystem32> lxrun /uninstall /full /y
This will uninstall Ubuntu on Windows.
This will remove the Ubuntu environment as well as any modifications, new applications, and user data.
Uninstalling...
PS C:WINDOWSsystem32> lxrun /install
-- Beta feature --
This will install Ubuntu on Windows, distributed by Canonical
and licensed under its terms available here:
https://aka.ms/uowterms
Type "y" to continue: y
Downloading from the Windows Store... 100%
Extracting filesystem, this will take a few minutes...
Would you like to set the Ubuntu locale to match the Windows locale (en-AU)?
The default locale is en_US.
Type "y" to continue: y
Please create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username: peter
groupadd: failure while writing changes to /etc/group
adduser: `/usr/sbin/groupadd -g 1000 peter' returned error code 10. Exiting.
Creating UNIX user failed, this can be done later by running lxrun.exe /setdefaultuser
Installation successful!
PS C:WINDOWSsystem32> lxrun /setdefaultuser
Please create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username: peter
groupadd: cannot open /etc/group
adduser: `/usr/sbin/groupadd -g 1000 peter' returned error code 10. Exiting.
Creating UNIX user failed, this can be done later by running lxrun.exe /setdefaultuser
PS C:WINDOWSsystem32>
I’m able to start bash, and:
groups: cannot find name for group ID 0
root@Lightsong:~# id
uid=0(root) gid=0 groups=0
root@Lightsong:~# pwd
/root
root@Lightsong:~# cd /etc
root@Lightsong:/etc# ls group*
group- group+
root@Lightsong:/etc# ls -lAsF group*
4 -rw------- 1 root 0 707 Dec 21 21:43 group-
4 -rw-r--r-- 1 root 0 721 Apr 7 13:01 group+
root@Lightsong:/etc# diff group- group+
54a55
> peter:x:1000:
root@Lightsong:/etc# mv group+ group
mv: cannot move 'group+' to a subdirectory of itself, 'group'
root@Lightsong:/etc# mv group+ group
mv: cannot move 'group+' to a subdirectory of itself, 'group'
root@Lightsong:/etc# cd
root@Lightsong:~# touch file1
root@Lightsong:~# mv file1 file2
mv: cannot move 'file1' to a subdirectory of itself, 'file2'
root@Lightsong:~#
I have the same issues, plus I get an invalid argument error (22) when I run apt-get update and it tries to overwrite the old srcpkgcache.bin and pkgcache.bin files.
@benhillis Is there anything more you need from us?
@PGScully — can you please confirm your build number? Are you also on Anniversary Update like @picocms?
Does creating a user manually via the useradd command work? If not could you take an strace of the failing command?
@benhillis I just now replicated this running Win10 Pro, 1703, 15063.138. It was also happening with the Anniversary Update, and like @bftcpa apt-get update has been failing for a month or two.
Things that may or may not be relevant:
I have hyper-v installed (and docker, too), but set to not start because I need Android emulators.
I have uninstalled and reinstalled 3x, go I avail. Was able to manually
use cp to copy /etc/groups+ to /etc/groups, and could then set a used (bob)
as the default BASH user, and was able to run apt-get update and apt-get
upgrade, but the next time after setting bob as default user when I ran
apt-get update or apt-get upgrade after making those changes, they both
failed and the issue came resurfaced. Very frustrating.
…
I’m on build 10.0.15063.
So I deleted c:usersbrianappdatalocalmicrosoftlxss, rebooted, then uninstalled the Linux Subsystem for Windows, removed the feature from Windows using the Control Panel/Programs, rebooted, then reinstalled the feature in Windows using Control Panel/Programs, and then did the following at a CMD prompt:
lxrun /install
Type «y» to continue: y
Downloading from the Windows Store… 100%
Extracting filesystem, this will take a few minutes…
^@^[[1;3DPlease create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username: bob
groupadd: failure while writing changes to /etc/group
adduser: `/usr/sbin/groupadd -g 1000 bob’ returned error code 10. Exiting.
Creating UNIX user failed, this can be done later by running lxrun.exe /setdefaultuser
Installation successful!
**> C:UsersBrian>lxrun.exe /setdefaultuser bob
groupadd: cannot open /etc/group
adduser: `/usr/sbin/groupadd -g 1000 bob’ returned error code 10. Exiting.
Creating UNIX user failed, this can be done later by running lxrun.exe /setdefaultuser**C:UsersBrian>bash
groups: cannot find name for group ID 0
root@BFTSurfaceBook:/mnt/c/Users/Brian# cd /etc
root@BFTSurfaceBook:/etc# cp group+ group
root@BFTSurfaceBook:/etc# rm group-
root@BFTSurfaceBook:/etc# rm group+
root@BFTSurfaceBook:/etc# apt update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [255 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [521 kB]
Get:6 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [108 kB]
Get:7 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [109 kB]
Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [55.8 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [210 kB]
Get:10 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [2,748 B]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [459 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [179 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [8,916 B]
Fetched 2,113 kB in 8s (263 kB/s)
Reading package lists… Error!
> E: Failed to stat /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_xenial-updates_main_binary-amd64_Packages — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_xenial-updates_main_i18n_Translation-en — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_xenial-updates_universe_binary-amd64_Packages — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_xenial-updates_universe_i18n_Translation-en — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_xenial-updates_multiverse_binary-amd64_Packages — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_xenial-security_main_binary-amd64_Packages — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_xenial-security_main_i18n_Translation-en — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_xenial-security_universe_binary-amd64_Packages — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_xenial-security_universe_i18n_Translation-en — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_xenial-security_multiverse_binary-amd64_Packages — pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Problem renaming the file /var/cache/apt/srcpkgcache.bin.lQgOvO to /var/cache/apt/srcpkgcache.bin — rename (22: Invalid argument)
E: Problem renaming the file /var/cache/apt/pkgcache.bin.3tCC7u to /var/cache/apt/pkgcache.bin — rename (22: Invalid argument)
W: You may want to run apt-get update to correct these problems
E: The package cache file is corrupted
root@BFTSurfaceBook:/etc#
I’m having this issue too -code 10 and no user created; cannot add user after boot too; mine is Windows 10 Pro build 10.0.14393; language Brazil Portuguese.
Tried to uninstall, as per instructions
C:Windowssystem32>lxrun.exe /uninstall
Isso desinstalará o Ubuntu no Windows.
Isso removerá o ambiente Ubuntu, bem como quaisquer modificações e novos aplicativos, exceto:
C:UsersMarceloAppDataLocallxssinício
C:UsersMarceloAppDataLocallxss
Raiz
Digite "y" para continuar: y
Desinstalando...
But nothing happened; I had to delete lxxx folder by myself.
Any suggestions?
Same thing happening here.
When I try to run:
bash.exe -c «ls -al /etc/group»
it returns:
O p e r a t i o n n o t s u p p o r t e d .
P r e s s a n y k e y t o c o n t i n u e .
I have two machines running Win 10 and have been having this problem on one of them (but frustratingly not the other!!!) since WSL was introduced as beta.
I also happen to use Acronis True Image, and just found this post in their support forum which implicates ‘acronis_drive.exe’ in causing this issue:
https://forum.acronis.com/forum/acronis-true-image-2017-forum/acronisdriveexe-causes-issues-windows-10-subsystem-linux-bash
Just tried this out myself by killing the ‘Acronis Drive’ background process that was running on my machine and look what happens:
C:UsersBrett>lxrun /install
...
Enter new UNIX username: brett
groupadd: failure while writing changes to /etc/group
adduser: /usr/sbin/groupadd -g 1000 brett' returned error code 10. Exiting.
Creating UNIX user failed, this can be done later by running lxrun.exe /setdefaultuser
Installation successful!
C:UsersBrett>lxrun /uninstall
...
Uninstalling...
Opened Task Manager, Killed ‘Acronis Drive’ background process
C:UsersBrett>lxrun /install
...
Enter new UNIX username: brett
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Installation successful!
I’m running the Win 10 Pro Insider Preview Build 16251.rs3_release.170721-2122 with Acronis True Image 2017 installed.
I also use Acronis True Image, and remember disabling/unconfiguring a feature I wasn’t using, and sometime later retried bash, and it worked.
I haven’t ever installed Acronis True Image, and still this issue applies to me.
@brettwhitty — I ended up adding the following to my .bashrc file. It will then automatically kill the process every time you start the bash shell.
/mnt/c/./Windows/System32/taskkill.exe /f /IM acronis_drive.exe
I tried killing the Acronis Drive process (actually I stopped all Acronis Services and killed all its processes), but to no avail.
The issue still applies to me (Windows 10 Pro 1703 Build:15063.632)
I had the same problem. /mnt/c/./Windows/System32/taskkill.exe /f /IM acronis_drive.exe worked for me. I hope they will fix this so Acronis can be used with Ubuntu.
@N0153 — When I was originally tracking down this issue, occasionally I needed to do a fresh boot, then stop the process after the reboot. I haven’t quite figured out why that was happening in that scenario. Most of the time just killing the process worked right away regardless of how long the system had been without a reboot. But it still happens from time to time.
@dugjohn I tested that too, but it hasn’t worked. I even tried in Safe Mode (with and without network connection and with just the command prompt), but I only obtained a different error message, probably due to the fact that the feature was disabled in that state. I also tried to disable the readonly permission on the lxss hidden folder (and its subfolders and files), but again with no effect.
Side note: after the latest Acronis True Image update (build 9660) there is no process called «acronis_drive.exe» anymore.
Edit: I managed to solve the issue following these steps:
- ran lxrun /unistall /full from command prompt (with administrative privileges);
- checked if the lxss directory was still inside AppData/Local (if it is, delete it);
- disabled the feature from Control Panel > Programs and features > Enable/disable Windows features;
- rebooted the machine;
- enabled the feature back from Control Panel > Programs and features > Enable/disable Windows features;
- rebooted again the machine;
- ran lxrun /install from command prompt (with administrative privileges).
I hope this can help someone else.
this workaround still works for me: #2437 (comment)
also, the acronis dev seem to be trying to fix the bug.
lxrun is depreciated, and there was never a solid repro for the behaviour. Fingering Acronis True Image. If the problem persists on the April 2018 update (aka RS4 aka 1803 aka 17134) please reboot with a new issue.
I managed to get it to work by completely removing all traces of legacy WSL, updating Windows 10 to 1803, then reinstalling using the Microsoft Store. While doing this I ended all tasks relating to Acronis True Image. I posted an answer on SO with a detailed step-for-step explanation.
That was my issue, as well. Weirdly, it happened only on 1 of 2 machines, even though both had the exact same set up with the exact same AV. All you have to do is unblock everything WSL-related for all security components.
Labels
external
Issue exists outside of WSL components
When trying to create user accounts in Bash on Ubuntu on Windows 10 I receive: Creating UNIX user failed, returned error code 10.
When entering bash I get the message groups: cannot find name for group ID 0.
I am thus stuck with the default root user. I have tried reinstalling to no avail.
I have tried the following (in the cmd prompt with admin privileges):
lxrun /uninstall /full
lxrun /install /y
lxrun /setdefaultuser MyUsername
When trying to add users I get:
groupadd: failure while writing changes to /etc/group
adduser: `/usr/sbin/groupadd -g 1000 MyUsername' returned error code 10. Exiting.
Creating UNIX user failed, this can be done later by running lxrun.exe /setdefaultuser
I also tried to add users from within bash (entering using the bash command in Powershell) as suggested by @CodeIt, without success.
asked May 20, 2017 at 20:19
LucubratorLucubrator
1431 silver badge12 bronze badges
7
I had a similar issue. The root cause was because I had created a junction for my user profile so the application would install from Windows, but however the system is passing those strings within the WSL, it does not interpret junction points.
Is the lxss file system located at it’s literal location (e.g. C:usersUSERNAMEAppDataLocallxss is actually there and not junctioned to a different drive or path?
Common causes of this would be alternatively defined user profile path or a hardlink/junction made with mklink.exe.)
answered Jun 15, 2017 at 12:33
1
Months later, I went back to this computer and managed to fix the problem by updating Windows 10 (from Version 1703 to 1803) and doing a fresh re-install through the Microsoft Store.
Here’s a quote from Microsoft’s WSL update and reinstall guide:
While you CAN use WSL on earlier Windows 10 releases [prior to Windows 10 Fall Creators Update (version 1709)], this beta «legacy distro» is now considered obsolete. We strongly encourage you to run the most recent version of Windows 10 available.
If you installed WSL some time ago, especially if it was prior to version 1709, a simple uninstall and re-install through the Microsoft Store might help you. For those with this problem on the current version (1803 as of now), I have no answer for you.
Fully uninstall legacy WSL and re-install
Note: While enabling the WSL feature or when installing WSL through the Store, it might be a good idea to turn off programs that might interfere with WSL (@Johnno suggested Acronis True Image which I had running during previous attempts).
-
Uninstall legacy WSL with Powershell:
lxrun /uninstall /fullMake sure there are no leftover files:
rm -Recurse $env:localappdata/lxss/ -
Disable WSL from «Turn Windows features on or off» or by using Powershell:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-LinuxReboot.
-
Update Windows 10
-
Enable WSL again from «Turn Windows features on or off» or by using Powershell:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-LinuxReboot.
-
Download WSL through the Microsoft Store. Search for ‘Ubuntu’, click install.
-
After installation, first reboot. Don’t start WSL yet (e.g. do not click on ‘launch’ in the Store or call WSL from the command line).
-
After reboot, open Powershell and type
ubuntu. Set up your distro (guide here).
answered Oct 18, 2018 at 10:09
LucubratorLucubrator
1431 silver badge12 bronze badges
2
See the the issue on github for this same question
https://github.com/Microsoft/WSL/issues/1704
You may have something else installed that doesn’t play nice with WSL like Acronis True Image
answered May 4, 2018 at 19:09
1
Asked
4 years, 6 months ago
Viewed
633 times
I’m using Ubuntu 16.04 and I have only a guest account. I go to recovery mode and try to use adduser but it gives me error code 10. I also have try to sudo remove etc/group.lock and etc/gshadow.lock. It still gives me error code 10.
What should I do now?
damadam
2,7653 gold badges16 silver badges37 bronze badges
asked Jul 26, 2018 at 5:13
2
The notice will be something like this:
groupadd: cannot lock /etc/group; try again later.
adduser: `/usr/sbin/groupadd -g 1000 user' returned error code 10. Exiting.
Check if you have any of these 2 files
/etc/group.lock
/etc/gshadow.lock
Remove them (or copy them to a backup) and redo the adduser. Linux locks these files to stop two or more from editing the same file
answered Jul 26, 2018 at 7:20
RinzwindRinzwind
288k39 gold badges561 silver badges701 bronze badges
View Full Version : [ubuntu] Cant add new user!
samer19
September 16th, 2010, 03:33 PM
Hello,
When I go to user settings and try to add a new user, I get this error message:
«This configuration could not be saved» You are not allowed to modify..
Even though i’m logged in as the admin. I’m running Ubuntu, the latest version.
As of now, my account is labeled as «custom». I try to make it admin, yet it reverts back to custom.
linuxonbute
September 16th, 2010, 03:49 PM
Hello,
When I go to user settings and try to add a new user, I get this error message:
«This configuration could not be saved» You are not allowed to modify..
Even though i’m logged in as the admin. I’m running Ubuntu, the latest version.
As of now, my account is labeled as «custom». I try to make it admin, yet it reverts back to custom.
When you say you are logged in as the admin do you mean a user you created?
The first user you create at install time should be a member of the sudoers group by default.
This user should be able to do what you want.
samer19
September 16th, 2010, 04:04 PM
I’m logged as in the user created during the installation process.
CharlesA
September 16th, 2010, 04:05 PM
You should be able to create a user. You may have to «unlock» it first tho.
samer19
September 16th, 2010, 04:16 PM
how can i unlock it?
SlugSlug
September 16th, 2010, 04:20 PM
sudo adduser ‘username’
CharlesA
September 16th, 2010, 04:23 PM
Hrm, I just tried it and it wouldn’t do anything.
How are you connected?
You could try adding the user thru the useradd
samer19
September 16th, 2010, 04:26 PM
sudo adduser ‘username’
boss@boss-laptop:~$ sudo adduser feline
Adding user `feline’ …
Adding new group `feline’ (1002) …
groupadd: cannot lock /etc/group; try again later.
adduser: `/usr/sbin/groupadd -g 1002 feline’ returned error code 10. Exiting.
boss@boss-laptop:~$
SlugSlug
September 16th, 2010, 04:43 PM
boss@boss-laptop:~$ sudo adduser feline
Adding user `feline’ …
Adding new group `feline’ (1002) …
groupadd: cannot lock /etc/group; try again later.
adduser: `/usr/sbin/groupadd -g 1002 feline’ returned error code 10. Exiting.
boss@boss-laptop:~$
try close your add user program and try again — if not reboot and try again — if not you may need to remove two files from /ect..
/etc/group.lock and /etc/gshadow.lock.
samer19
September 16th, 2010, 04:56 PM
try close your add user program and try again — if not reboot and try again — if not you may need to remove two files from /ect..
/etc/group.lock and /etc/gshadow.lock.
boss@boss-laptop:~$ rm /etc/group.lock
rm: remove write-protected regular empty file `/etc/group.lock’? y
rm: cannot remove `/etc/group.lock’: Permission denied
boss@boss-laptop:~$
WorMzy
September 16th, 2010, 04:59 PM
You’ll need to use «sudo rm» to remove those files, they’re owned by root, not you.
SlugSlug
September 16th, 2010, 05:07 PM
You’ll need to use «sudo rm» to remove those files, they’re owned by root, not you.
^^ what he said
samer19
September 16th, 2010, 05:11 PM
Ok It worked, thanks guys.
The question is, what were those files and where they important? (the shadow lock files)
SlugSlug
September 16th, 2010, 05:13 PM
Linux locks files to stop two things editing the same file (for instance you may get this error if you open synaptc & try use apt-get)
your safe to remove them if you know why they are locked & why you need to remove them 
soop
January 4th, 2011, 03:26 PM
FYI … I just noticed this same error can occur if trying to create a user with a «.» in the id … eg B.Smith
If you drop to the terminal and do:
«adduser B.Smith» —force-badname
It will allow you to do it …
Ubuntu version 10.10
I don’t know why the user creation screen would say you can use these characters and then disallow it with an ambiguous error message in the gui
Powered by vBulletin® Version 4.2.2 Copyright © 2023 vBulletin Solutions, Inc. All rights reserved.
Windows 10: Ubuntu 18.04 on WSL — Always get «/usr/sbin/groupadd -g 1000 sroy’ returned error code 10….
Discus and support Ubuntu 18.04 on WSL — Always get «/usr/sbin/groupadd -g 1000 sroy’ returned error code 10…. in Windows 10 Installation and Upgrade to solve the problem; Hi,
I installed Windows Subsystem for Linux on a laptop running with the following OS.
[ATTACH]
Right after I installed Ubuntu 18.04 from Microsoft…
Discussion in ‘Windows 10 Installation and Upgrade’ started by SROUA, Oct 3, 2018.
-
Ubuntu 18.04 on WSL — Always get «/usr/sbin/groupadd -g 1000 sroy’ returned error code 10….
Hi,
I installed Windows Subsystem for Linux on a laptop running with the following OS.
Right after I installed Ubuntu 18.04 from Microsoft Store, it asked to set up a user, unfortunately, I does not work. So I continue with «apt update» and «apt upgrade» and then tried «adduser sroy». Again, I get «`/usr/sbin/groupadd -g 1000 sroy’ returned error code 10. Exiting.». Of course, I made sure there was no «.lock» files in «/etc».
Here’s the strace output below BUT I removed the beginning as it’s too big for the post. I know it’s more a Ubuntu question BUT knowing it’s using WSL then I prefer first to start by asking a question here.
Thanks
Stéphane Roy…
…
stat(«/etc/perl/Encode.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/Encode.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode.pm», {st_mode=S_IFREG|0644, st_size=36499, …}) = 0
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl/5.26/Encode.pm», O_RDONLY) = 5
ioctl(5, TCGETS, 0x7fffbffc10b0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR) = 0
brk(0x7fffb963a000) = 0x7fffb963a000
read(5, «#n# $Id: Encode.pm,v 2.88 2016/1″…, 8192) = 8192
stat(«/etc/perl/Encode/Alias.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/Encode/Alias.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode/Alias.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode/Alias.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode/Alias.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode/Alias.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode/Alias.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode/Alias.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode/Alias.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode/Alias.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/Alias.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/Alias.pm», {st_mode=S_IFREG|0644, st_size=12503, …}) = 0
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/Alias.pm», O_RDONLY) = 6
ioctl(6, TCGETS, 0x7fffbffc09b0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR) = 0
read(6, «package Encode::Alias;nuse stric»…, 8192) = 8192
brk(0x7fffb965b000) = 0x7fffb965b000
read(6, «=> ‘»cp949″‘ );n define_a»…, 8192) = 4311
lseek(6, 9013, SEEK_SET) = 9013
lseek(6, 0, SEEK_CUR) = 9013
close(6) = 0
brk(0x7fffb967c000) = 0x7fffb967c000
read(5, «in Encode::UTF_EBCDICn pa»…, 8192) = 8192
brk(0x7fffb969e000) = 0x7fffb969e000
stat(«/etc/perl/bytes.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/bytes.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/bytes.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/bytes.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/bytes.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/bytes.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/bytes.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/bytes.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/bytes.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/bytes.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/bytes.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/bytes.pm», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl/5.26/bytes.pmc», 0x7fffbffc0c00) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl/5.26/bytes.pm», {st_mode=S_IFREG|0644, st_size=447, …}) = 0
openat(AT_FDCWD, «/usr/share/perl/5.26/bytes.pm», O_RDONLY) = 6
ioctl(6, TCGETS, 0x7fffbffc09b0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR) = 0
read(6, «package bytes;nnour $VERSION = ‘»…, 8192) = 447
lseek(6, 446, SEEK_SET) = 446
lseek(6, 0, SEEK_CUR) = 446
close(6) = 0
lseek(5, 11516, SEEK_SET) = 11516
lseek(5, 0, SEEK_CUR) = 11516
close(5) = 0
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/auto/Encode/Encode.bs», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/auto/Encode/Encode.so», {st_mode=S_IFREG|0644, st_size=39376, …}) = 0
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl/5.26/auto/Encode/Encode.so», O_RDONLY|O_CLOEXEC) = 5
read(5, «177ELF2113>1340′»…, 832) = 832
fstat(5, {st_mode=S_IFREG|0644, st_size=39376, …}) = 0
mmap(NULL, 2134544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f6d58040000
mprotect(0x7f6d58048000, 2097152, PROT_NONE) = 0
mmap(0x7f6d58248000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x8000) = 0x7f6d58248000
close(5) = 0
mprotect(0x7f6d58248000, 4096, PROT_READ) = 0
stat(«/etc/perl/Encode/Config.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/Encode/Config.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode/Config.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode/Config.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode/Config.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode/Config.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode/Config.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode/Config.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode/Config.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode/Config.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/Config.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/Config.pm», {st_mode=S_IFREG|0644, st_size=6065, …}) = 0
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/Config.pm», O_RDONLY) = 5
ioctl(5, TCGETS, 0x7fffbffc10b0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR) = 0
read(5, «#n# Demand-load module listn#npa»…, 8192) = 6065
brk(0x7fffb96c0000) = 0x7fffb96c0000
lseek(5, 6001, SEEK_SET) = 6001
lseek(5, 0, SEEK_CUR) = 6001
close(5) = 0
stat(«/etc/perl/Encode/ConfigLocal.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/Encode/ConfigLocal.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode/ConfigLocal.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode/ConfigLocal.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode/ConfigLocal.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode/ConfigLocal.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode/ConfigLocal.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode/ConfigLocal.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode/ConfigLocal.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode/ConfigLocal.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/ConfigLocal.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/ConfigLocal.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl/5.26/Encode/ConfigLocal.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl/5.26/Encode/ConfigLocal.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/site_perl/Encode/ConfigLocal.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/site_perl/Encode/ConfigLocal.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl-base/Encode/ConfigLocal.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl-base/Encode/ConfigLocal.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/Encode/Encoding.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/Encode/Encoding.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode/Encoding.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Encode/Encoding.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode/Encoding.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Encode/Encoding.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode/Encoding.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode/Encoding.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode/Encoding.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Encode/Encoding.pm», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/Encoding.pmc», 0x7fffbffc1300) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/Encoding.pm», {st_mode=S_IFREG|0644, st_size=9097, …}) = 0
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl/5.26/Encode/Encoding.pm», O_RDONLY) = 5
ioctl(5, TCGETS, 0x7fffbffc10b0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR) = 0
read(5, «package Encode::Encoding;nn# Bas»…, 8192) = 8192
lseek(5, 1496, SEEK_SET) = 1496
lseek(5, 0, SEEK_CUR) = 1496
close(5) = 0
read(4, «», 8192) = 0
close(4) = 0
stat(«/etc/perl/DynaLoader.pmc», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/DynaLoader.pm», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/DynaLoader.pmc», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/DynaLoader.pm», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/DynaLoader.pmc», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/DynaLoader.pm», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/DynaLoader.pmc», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/DynaLoader.pm», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/DynaLoader.pmc», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/DynaLoader.pm», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/DynaLoader.pmc», 0x7fffbffc19b0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/DynaLoader.pm», {st_mode=S_IFREG|0644, st_size=10473, …}) = 0
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl/5.26/DynaLoader.pm», O_RDONLY) = 4
ioctl(4, TCGETS, 0x7fffbffc1760) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR) = 0
read(4, «# Generated from DynaLoader_pm.P»…, 8192) = 8192
stat(«/etc/perl/Config.pmc», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/Config.pm», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Config.pmc», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Config.pm», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Config.pmc», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/Config.pm», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Config.pmc», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/Config.pm», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Config.pmc», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/Config.pm», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Config.pmc», 0x7fffbffc12b0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/Config.pm», {st_mode=S_IFREG|0644, st_size=3372, …}) = 0
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl/5.26/Config.pm», O_RDONLY) = 5
ioctl(5, TCGETS, 0x7fffbffc1060) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR) = 0
brk(0x7fffb96e2000) = 0x7fffb96e2000
read(5, «# This file was created by confi»…, 8192) = 3372
read(5, «», 8192) = 0
close(5) = 0
brk(0x7fffb9703000) = 0x7fffb9703000
read(4, «men s/-l//;n «…, 8192) = 2281
lseek(4, 10472, SEEK_SET) = 10472
lseek(4, 0, SEEK_CUR) = 10472
close(4) = 0
getuid() = 0
geteuid() = 0
getgid() = 0
getegid() = 0
stat(«/etc/perl/auto/Locale/gettext», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/auto/Locale/gettext», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/auto/Locale/gettext», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Locale/gettext», {st_mode=S_IFDIR|0755, st_size=4096, …}) = 0
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Locale/gettext/gettext.so», {st_mode=S_IFREG|0644, st_size=18336, …}) = 0
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Locale/gettext/gettext.bs», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Locale/gettext/gettext.so», O_RDONLY|O_CLOEXEC) = 4
read(4, «177ELF2113>1@v»…, 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=18336, …}) = 0
mmap(NULL, 2113552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f6d57e30000
mprotect(0x7f6d57e33000, 2097152, PROT_NONE) = 0
mmap(0x7f6d58033000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f6d58033000
close(4) = 0
mprotect(0x7f6d58033000, 4096, PROT_READ) = 0
stat(«/etc/perl/I18N/Langinfo.pmc», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/etc/perl/I18N/Langinfo.pm», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/I18N/Langinfo.pmc», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/local/lib/x86_64-linux-gnu/perl/5.26.1/I18N/Langinfo.pm», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/I18N/Langinfo.pmc», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/local/share/perl/5.26.1/I18N/Langinfo.pm», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/I18N/Langinfo.pmc», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl5/5.26/I18N/Langinfo.pm», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/I18N/Langinfo.pmc», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/share/perl5/I18N/Langinfo.pm», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/I18N/Langinfo.pmc», 0x7fffbffc2000) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/I18N/Langinfo.pm», {st_mode=S_IFREG|0644, st_size=4044, …}) = 0
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl/5.26/I18N/Langinfo.pm», O_RDONLY) = 4
ioctl(4, TCGETS, 0x7fffbffc1db0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR) = 0
read(4, «package I18N::Langinfo;nnuse 5.0″…, 8192) = 4044
lseek(4, 728, SEEK_SET) = 728
lseek(4, 0, SEEK_CUR) = 728
close(4) = 0
getuid() = 0
geteuid() = 0
getgid() = 0
getegid() = 0
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/auto/I18N/Langinfo/Langinfo.bs», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/usr/lib/x86_64-linux-gnu/perl/5.26/auto/I18N/Langinfo/Langinfo.so», {st_mode=S_IFREG|0644, st_size=14480, …}) = 0
openat(AT_FDCWD, «/usr/lib/x86_64-linux-gnu/perl/5.26/auto/I18N/Langinfo/Langinfo.so», O_RDONLY|O_CLOEXEC) = 4
read(4, «177ELF2113>1`21″…, 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=14480, …}) = 0
mmap(NULL, 2109648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f6d57c20000
mprotect(0x7f6d57c22000, 2097152, PROT_NONE) = 0
mmap(0x7f6d57e22000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f6d57e22000
close(4) = 0
mprotect(0x7f6d57e22000, 4096, PROT_READ) = 0
read(3, «##n#################nif ($action»…, 8192) = 8192
brk(0x7fffb9724000) = 0x7fffb9724000
read(3, «led with return code 15, shadow «…, 8192) = 8192
brk(0x7fffb9747000) = 0x7fffb9747000
read(3, «_also);n chmod ($dir_mode, «…, 8192) = 8192
brk(0x7fffb9769000) = 0x7fffb9769000
read(3, «name);n &systemcall($»…, 8192) = 4554
brk(0x7fffb978a000) = 0x7fffb978a000
read(3, «», 8192) = 0
close(3) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path=»/var/run/nscd/socket»}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path=»/var/run/nscd/socket»}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
openat(AT_FDCWD, «/etc/nsswitch.conf», O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=513, …}) = 0
read(3, «# /etc/nsswitch.confn#n# Example»…, 4096) = 513
read(3, «», 4096) = 0
close(3) = 0
openat(AT_FDCWD, «/etc/ld.so.cache», O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=22386, …}) = 0
mmap(NULL, 22386, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6d5994a000
close(3) = 0
access(«/etc/ld.so.nohwcap», F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/lib/x86_64-linux-gnu/libnss_compat.so.2», O_RDONLY|O_CLOEXEC) = 3
read(3, «177ELF2113>124022″…, 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=39744, …}) = 0
mmap(NULL, 2136256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6d57a10000
mprotect(0x7f6d57a18000, 2097152, PROT_NONE) = 0
mmap(0x7f6d57c18000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f6d57c18000
close(3) = 0
mprotect(0x7f6d57c18000, 4096, PROT_READ) = 0
munmap(0x7f6d5994a000, 22386) = 0
openat(AT_FDCWD, «/etc/ld.so.cache», O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=22386, …}) = 0
mmap(NULL, 22386, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6d5994a000
close(3) = 0
access(«/etc/ld.so.nohwcap», F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/lib/x86_64-linux-gnu/libnss_nis.so.2», O_RDONLY|O_CLOEXEC) = 3
read(3, «177ELF2113>1p «…, 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=47576, …}) = 0
mmap(NULL, 2143624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6d57800000
mprotect(0x7f6d5780b000, 2093056, PROT_NONE) = 0
mmap(0x7f6d57a0a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f6d57a0a000
close(3) = 0
access(«/etc/ld.so.nohwcap», F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/lib/x86_64-linux-gnu/libnsl.so.1», O_RDONLY|O_CLOEXEC) = 3
read(3, «177ELF2113>1220@»…, 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=97176, …}) = 0
mmap(NULL, 2202200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6d575e0000
mprotect(0x7f6d575f7000, 2093056, PROT_NONE) = 0
mmap(0x7f6d577f6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f6d577f6000
mmap(0x7f6d577f8000, 6744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6d577f8000
close(3) = 0
access(«/etc/ld.so.nohwcap», F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/lib/x86_64-linux-gnu/libnss_files.so.2», O_RDONLY|O_CLOEXEC) = 3
read(3, «177ELF2113>1P#»…, 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=47568, …}) = 0
mmap(NULL, 2168632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6d573c0000
mprotect(0x7f6d573cb000, 2093056, PROT_NONE) = 0
mmap(0x7f6d575ca000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f6d575ca000
mmap(0x7f6d575cc000, 22328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6d575cc000
close(3) = 0
mprotect(0x7f6d575ca000, 4096, PROT_READ) = 0
mprotect(0x7f6d577f6000, 4096, PROT_READ) = 0
mprotect(0x7f6d57a0a000, 4096, PROT_READ) = 0
munmap(0x7f6d5994a000, 22386) = 0
openat(AT_FDCWD, «/etc/group», O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=675, …}) = 0
mmap(NULL, 675, PROT_READ, MAP_SHARED, 3, 0) = 0x7f6d59955000
lseek(3, 675, SEEK_SET) = 675
munmap(0x7f6d59955000, 675) = 0
close(3) = 0
prctl(PR_SET_NAME, «adduser») = 0
geteuid() = 0
stat(«/etc/adduser.conf», {st_mode=S_IFREG|0644, st_size=3028, …}) = 0
openat(AT_FDCWD, «/etc/adduser.conf», O_RDONLY) = 3
ioctl(3, TCGETS, 0x7fffbffc2700) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=3028, …}) = 0
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
read(3, «# /etc/adduser.conf: `adduser’ c»…, 8192) = 3028
read(3, «», 8192) = 0
close(3) = 0
rt_sigprocmask(SIG_BLOCK, [HUP], [],= 0
rt_sigaction(SIGHUP, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigprocmask(SIG_SETMASK, [], NULL,= 0
rt_sigprocmask(SIG_BLOCK, [QUIT], [],= 0
rt_sigaction(SIGQUIT, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigprocmask(SIG_SETMASK, [], NULL,= 0
rt_sigprocmask(SIG_BLOCK, [INT], [],= 0
rt_sigaction(SIGINT, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigprocmask(SIG_SETMASK, [], NULL,= 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path=»/var/run/nscd/socket»}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path=»/var/run/nscd/socket»}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
openat(AT_FDCWD, «/etc/passwd», O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1512, …}) = 0
mmap(NULL, 1512, PROT_READ, MAP_SHARED, 3, 0) = 0x7f6d59955000
lseek(3, 1512, SEEK_SET) = 1512
fstat(3, {st_mode=S_IFREG|0644, st_size=1512, …}) = 0
munmap(0x7f6d59955000, 1512) = 0
close(3) = 0
openat(AT_FDCWD, «/etc/ld.so.cache», O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=22386, …}) = 0
mmap(NULL, 22386, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6d5994a000
close(3) = 0
access(«/etc/ld.so.nohwcap», F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/lib/x86_64-linux-gnu/libnss_systemd.so.2», O_RDONLY|O_CLOEXEC) = 3
read(3, «177ELF2113>1`X»…, 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=258040, …}) = 0
mmap(NULL, 2355192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6d57180000
mprotect(0x7f6d571bc000, 2093056, PROT_NONE) = 0
mmap(0x7f6d573bb000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3b000) = 0x7f6d573bb000
close(3) = 0
access(«/etc/ld.so.nohwcap», F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/lib/x86_64-linux-gnu/librt.so.1», O_RDONLY|O_CLOEXEC) = 3
read(3, «177ELF2113>1″»…, 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31680, …}) = 0
mmap(NULL, 2128864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6d56f70000
mprotect(0x7f6d56f77000, 2093056, PROT_NONE) = 0
mmap(0x7f6d57176000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f6d57176000
close(3) = 0
mprotect(0x7f6d57176000, 4096, PROT_READ) = 0
mprotect(0x7f6d573bb000, 12288, PROT_READ) = 0
munmap(0x7f6d5994a000, 22386) = 0
rt_sigprocmask(SIG_BLOCK, [HUP USR1 USR2 PIPE ALRM CHLD TSTP URG VTALRM PROF WINCH IO], [],= 0
access(«/etc/systemd/dont-synthesize-nobody», F_OK) = -1 ENOENT (No such file or directory)
getpid() = 164
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
getsockopt(3, SOL_SOCKET, SO_RCVBUF, [0], [4]) = 0
setsockopt(3, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EINVAL (Invalid argument)
setsockopt(3, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
getsockopt(3, SOL_SOCKET, SO_SNDBUF, [0], [4]) = 0
setsockopt(3, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EINVAL (Invalid argument)
setsockopt(3, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
connect(3, {sa_family=AF_UNIX, sun_path=»/run/dbus/system_bus_socket»}, 29) = -1 ENOENT (No such file or directory)
close(3) = 0
readlinkat(AT_FDCWD, «/run/systemd/dynamic-uid/direct:sroy», 0x7fffb97540b0, 99) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL,= 0
openat(AT_FDCWD, «/etc/group», O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=675, …}) = 0
mmap(NULL, 675, PROT_READ, MAP_SHARED, 3, 0) = 0x7f6d59955000
lseek(3, 675, SEEK_SET) = 675
fstat(3, {st_mode=S_IFREG|0644, st_size=675, …}) = 0
munmap(0x7f6d59955000, 675) = 0
close(3) = 0
rt_sigprocmask(SIG_BLOCK, [HUP USR1 USR2 PIPE ALRM CHLD TSTP URG VTALRM PROF WINCH IO], [],= 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
getsockopt(3, SOL_SOCKET, SO_RCVBUF, [0], [4]) = 0
setsockopt(3, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EINVAL (Invalid argument)
setsockopt(3, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
getsockopt(3, SOL_SOCKET, SO_SNDBUF, [0], [4]) = 0
setsockopt(3, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EINVAL (Invalid argument)
setsockopt(3, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
connect(3, {sa_family=AF_UNIX, sun_path=»/run/dbus/system_bus_socket»}, 29) = -1 ENOENT (No such file or directory)
close(3) = 0
readlinkat(AT_FDCWD, «/run/systemd/dynamic-uid/direct:sroy», 0x7fffb97540b0, 99) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL,= 0
openat(AT_FDCWD, «/usr/share/locale/C.UTF-8/LC_MESSAGES/adduser.mo», O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/usr/share/locale/C.utf8/LC_MESSAGES/adduser.mo», O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/usr/share/locale/C/LC_MESSAGES/adduser.mo», O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/usr/share/locale-langpack/C.UTF-8/LC_MESSAGES/adduser.mo», O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/usr/share/locale-langpack/C.utf8/LC_MESSAGES/adduser.mo», O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/usr/share/locale-langpack/C/LC_MESSAGES/adduser.mo», O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, «/etc/passwd», O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1512, …}) = 0
mmap(NULL, 1512, PROT_READ, MAP_SHARED, 3, 0) = 0x7f6d59955000
lseek(3, 1512, SEEK_SET) = 1512
fstat(3, {st_mode=S_IFREG|0644, st_size=1512, …}) = 0
munmap(0x7f6d59955000, 1512) = 0
close(3) = 0
rt_sigprocmask(SIG_BLOCK, [HUP USR1 USR2 PIPE ALRM CHLD TSTP URG VTALRM PROF WINCH IO], [],= 0
rt_sigprocmask(SIG_SETMASK, [], NULL,= 0
openat(AT_FDCWD, «/etc/group», O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=675, …}) = 0
mmap(NULL, 675, PROT_READ, MAP_SHARED, 3, 0) = 0x7f6d59955000
lseek(3, 675, SEEK_SET) = 675
fstat(3, {st_mode=S_IFREG|0644, st_size=675, …}) = 0
munmap(0x7f6d59955000, 675) = 0
close(3) = 0
rt_sigprocmask(SIG_BLOCK, [HUP USR1 USR2 PIPE ALRM CHLD TSTP URG VTALRM PROF WINCH IO], [],= 0
rt_sigprocmask(SIG_SETMASK, [], NULL,= 0
stat(«/etc/default/nis», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/etc/init.d/nis», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/bin/nscd», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/usr/bin/nscd», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/sbin/nscd», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/usr/sbin/nscd», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«0», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/bin/groupadd», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/usr/bin/groupadd», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/sbin/groupadd», 0x7fffb92d84f0) = -1 ENOENT (No such file or directory)
stat(«/usr/sbin/groupadd», {st_mode=S_IFREG|0755, st_size=63408, …}) = 0
geteuid() = 0
write(1, «Adding user `sroy’ …nAdding ne»…, 58Adding user `sroy’ …
Adding new group `sroy’ (1000) …
) = 58
pipe([3, 4]) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [],= 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f6d59941290) = 165
close(4) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890},= 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890},= 0
wait4(165, groupadd: /etc/group.165: lock file already used
groupadd: cannot lock /etc/group; try again later.
[{WIFEXITED(s) && WEXITSTATUS(s) == 10}], 0, NULL) = 165
rt_sigprocmask(SIG_SETMASK, [], NULL,= 0
— SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=165, si_uid=0, si_status=10, si_utime=0, si_stime=0} —
rt_sigaction(SIGINT, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, NULL,= 0
rt_sigaction(SIGQUIT, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, NULL,= 0
read(3, «», 4) = 0
close(3) = 0
write(2, «adduser: `/usr/sbin/groupadd -g «…, 76adduser: `/usr/sbin/groupadd -g 1000 sroy’ returned error code 10. Exiting.
) = 76
rt_sigaction(SIGHUP, NULL, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890},= 0
rt_sigaction(SIGHUP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890},= 0
rt_sigaction(SIGINT, NULL, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890},= 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890},= 0
rt_sigaction(SIGQUIT, NULL, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890},= 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890}, {sa_handler=0x7f6d59abd140, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f6d58e42890},= 0
rt_sigaction(SIGILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGTRAP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGABRT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGBUS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGFPE, NULL, {sa_handler=SIG_IGN, sa_mask=[FPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6d58a6ef20},= 0
rt_sigaction(SIGKILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0},= 0
rt_sigaction(SIGUSR1, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGSEGV, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGUSR2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGPIPE, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGSTKFLT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGCHLD, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f85f480ef20},= 0
rt_sigaction(SIGCONT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0},= 0
rt_sigaction(SIGSTOP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0},= 0
rt_sigaction(SIGTSTP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGTTIN, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGTTOU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGURG, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGXCPU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGXFSZ, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGVTALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGPROF, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGWINCH, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGIO, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGPWR, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGSYS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGRT_2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0},= 0
rt_sigaction(SIGRT_3, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_4, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_5, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_6, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_7, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_8, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_9, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_10, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_11, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_12, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_13, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_14, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_15, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_16, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_17, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_18, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_19, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_20, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_21, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_22, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_23, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_24, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_25, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_26, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_27, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_28, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_29, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_30, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_31, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGRT_32, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGABRT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
rt_sigaction(SIGCHLD, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f85f480ef20},= 0
rt_sigaction(SIGIO, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x409686},= 0
rt_sigaction(SIGSYS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f08cfdfef20},= 0
exit_group(1) = ?
+++ exited with 1 +++ -
Couldn’t install Ubuntu 18.04 on WSLJust tried it. Still the same.
Uninstalled Ubuntu 16,
Turned off the WSL feature,
Restarted comptuer
Turned on the WSL feature
Tried installing Ubuntu 18.
-
Ubuntu Linux on WSL will not use Internet
I have asked for the last 3 weeks for help from Ubuntu for the Ubuntu app in the store. My desktop has no issues using the Internet no matter where I go. However, for the last approximately 4 weeks the Ubuntu WSL will not access the Internet at
all. Using apt-get update/upgrade, wget, curl, anything simply comes back as «Unable to access <whatever> site. Please try later.» I have checked hosts, host.allow, host.deny, all are empty except for the normal comments. I have deleted/reinstalled
Ubuntu, deleted/turned off WSL/rebooted/used disk cleanup/turned on WSL/rebooted/reinstalled Ubuntu and nothing helps. Please, someone help me with this issue before I delete windows entirely and set it up as SUSE or Fedora only. Thank you
for any help/clues you can give me because Canonical doesn’t seem to care. -
Ubuntu 18.04 on WSL — Always get «/usr/sbin/groupadd -g 1000 sroy’ returned error code 10….
Finding Trash bin in WSL(Ubuntu)
I am using Ubuntu in WSL but I can’t find the trash bin!
Is there anyone who can tell me?
Ubuntu 18.04 on WSL — Always get «/usr/sbin/groupadd -g 1000 sroy’ returned error code 10….
-
Ubuntu 18.04 on WSL — Always get «/usr/sbin/groupadd -g 1000 sroy’ returned error code 10…. — Similar Threads — Ubuntu WSL Always
-
Error on installing wsl with Ubuntu.
in Windows 10 Gaming
Error on installing wsl with Ubuntu.: Getting error on installing wsl with Ubuntu.I have installed this by command-> wsl —install -d Ubuntu-20.04https://answers.microsoft.com/en-us/windows/forum/all/error-on-installing-wsl-with-ubuntu/d0dc0832-03be-47c3-838d-f19aa97ebbdf
-
Error on installing wsl with Ubuntu.
in Windows 10 Software and Apps
Error on installing wsl with Ubuntu.: Getting error on installing wsl with Ubuntu.I have installed this by command-> wsl —install -d Ubuntu-20.04https://answers.microsoft.com/en-us/windows/forum/all/error-on-installing-wsl-with-ubuntu/d0dc0832-03be-47c3-838d-f19aa97ebbdf
-
Error on installing wsl with Ubuntu.
in Windows 10 Installation and Upgrade
Error on installing wsl with Ubuntu.: Getting error on installing wsl with Ubuntu.I have installed this by command-> wsl —install -d Ubuntu-20.04https://answers.microsoft.com/en-us/windows/forum/all/error-on-installing-wsl-with-ubuntu/d0dc0832-03be-47c3-838d-f19aa97ebbdf
-
WSL 2 Ubuntu
in Windows 10 Customization
WSL 2 Ubuntu: Hello Sir/Ma’am,I’m using Windows Subsystem for linux version 2 to use Ubuntu and recently I’ve found out that my Ubuntu terminal is not giving any output when I type «Who» command. Can anybody help me?
Thank you….
-
Not getting Code returned
in Windows 10 Network and Sharing
Not getting Code returned: When trying to enter Activity when already signed in I selected text to receive a code to verify Identity but no code is being sent???Phone # is on account and entered correctly….
-
Returning to Windows 10 from Ubuntu
in Windows 10 Installation and Upgrade
Returning to Windows 10 from Ubuntu: I’ve decided to return to Windows 10 after almost a month on Ubuntu.The Windows 10 disk I have was one I bought from the same shop I bought my computer components from when I assembled the machine and it does not have a product activation key.
This didn’t cause a problem…
-
Returning to Windows 10 from Ubuntu
in Windows 10 Support
Returning to Windows 10 from Ubuntu: I’ve decided to return to Windows 10 after almost a month on Ubuntu.The Windows 10 disk I have was one I bought from the same shop I bought my computer components from when I assembled the machine and it does not have a product activation key.
This didn’t cause a problem…
-
Cannot run Ubuntu with WSL
in Windows 10 Installation and Upgrade
Cannot run Ubuntu with WSL: I have Windows 10 Education build 18272.rs_prerelease.181026-1425. I have turned on Windows Subsystem for Linux, but I cannot run Ubuntu. I have tried installing the apps «Ubuntu» and later «Ubuntu 18.04 LTS» from the Windows store and running them. Upon installing either app… -
INSTALL UBUNTU 18.O4
in Windows 10 Software and Apps
INSTALL UBUNTU 18.O4: WHAT DO I HAVE TO KNOW TO INSTALL UBUNTU 18.04 WITH WINDOWS 10.https://answers.microsoft.com/en-us/windows/forum/apps_windows_10-winapps-appscat_tools/install-ubuntu-18o4/e2757bc7-3571-4e3f-b49b-53eb48fb9e7c
Users found this page by searching for:
-
adduser: `/usr/sbin/groupadd g 1000 q returned error code 10.
,
-
error code 10 in lubuntu
,
-
wsl ubuntu 18.04 zero bytes windows
,
- windows 10 1909 wsl linux dbus rpc errors,
- groupadd: cannot lock /etc/group; try again later.adduser: `/usr/sbin/groupadd g 1000 sjh returned error code 10. exiting.,
- adduser: `/usr/sbin/groupadd g 1000 kongf returned error code 10. exiting.,
- adduser: `/usr/sbin/groupadd g returned error code 10. exiting,
- cron in ubuntu 18.04 in wsl,
- ubuntu groupadd error code 10,
- ubuntu wsl groupadd: lock /etc/group.lock already used by pid 5,
- /usr/sbin/groupadd returned error code 10,
- adduser: `/usr/sbin/groupadd g 1000 q returned error code 10. exiting.,
- Install the Windows Subsystem for Linux groupadd: /etc/group.5: lock file already used groupadd: cannot lock /etc/group; try again later.
не работает adduser и useradd
root@DebianServer:~# useradd airco
useradd: не удалось заблокировать /etc/passwd; попробуйте ещё раз позже.
root@DebianServer:~# adduser air
Добавляется пользователь «air» …
Добавляется новая группа «air» (1002) …
groupadd: не удалось заблокировать /etc/group; попробуйте ещё раз позже.
adduser: Работа «/usr/sbin/groupadd -g 1002 air» завершилась с кодом ошибки 10. Завершение работы.
root@DebianServer:~#
в чём может быть причина?
ls -l /etc/group.lock /etc/passwd.lock
Показывайте fstab и права на файлы в /etc/.
Debian GNU/Linux Stretch, kernel 4.9.0-5-amd64,
LXQt/KDE/OpenBox AMD Phenon X4 / 16Gb RAM / ATI HD7750 Silent
_______________________________
Debian GNU/Linux Stretch, kernel 4.9.0-5-amd64, LXQt/KDE/OpenBox
Acer Aspire One 722 AMD C60 / 4Gb RAM / ATI HD6290
Я с таким не сталкивался, но знаете что?
0. Гугл рулит. Всё что ниже — нагуглено за 2 минуты:
1. Возможно нет доступа к /etc/shadow
2. Возможно нет доступа к /etc/passwd и /etc/group
3. Возможно не удалены файлы /etc/passwd.lock и /etc/group.lock
4. Возможно у вас проблемы с файловой системой
Цитата: endru от 24 января 2017, 04:04:28
ls -l /etc/group.lock /etc/passwd.lock
deb@DebianServer:~$ ls -l /etc/group.lock /etc/passwd.lock
ls: невозможно получить доступ к /etc/group.lock: Нет такого файла или каталога
ls: невозможно получить доступ к /etc/passwd.lock: Нет такого файла или каталога
Цитата: ihammers от 24 января 2017, 04:04:55
Показывайте fstab и права на файлы в /etc/.
deb@DebianServer:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb1 during installation
UUID=53d6f951-6d7b-463f-8a32-60e75e8d07e9 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=32df4dda-1dd9-4039-b159-6e2926e6e199 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
deb@DebianServer:~$ cd /etc
deb@DebianServer:/etc$ ls -al
итого 1112
drwxr-xr-x 130 root root 12288 Янв 23 20:08 .
drwxr-xr-x 23 root root 4096 Янв 20 10:05 ..
drwxr-xr-x 3 root root 4096 Дек 30 10:21 acpi
-rw-r--r-- 1 root root 2981 Дек 30 10:16 adduser.conf
-rw-r--r-- 1 root root 45 Янв 5 08:42 adjtime
-rw-r--r-- 1 root root 195 Дек 30 11:20 aliases
drwxr-xr-x 2 root root 20480 Янв 20 10:50 alternatives
-rw-r--r-- 1 root root 401 Дек 28 2014 anacrontab
drwxr-xr-x 3 root root 4096 Дек 30 11:15 apache2
drwxr-xr-x 3 root root 4096 Дек 30 11:06 apm
drwxr-xr-x 3 root root 4096 Дек 30 11:16 apparmor.d
drwxr-xr-x 6 root root 4096 Янв 3 10:20 apt
-rw-r----- 1 root daemon 144 Сен 30 2014 at.deny
drwxr-xr-x 2 root root 4096 Дек 30 11:22 at-spi2
drwxr-xr-x 3 root root 4096 Дек 30 11:22 avahi
-rw-r--r-- 1 root root 1863 Ноя 13 2014 bash.bashrc
-rw-r--r-- 1 root root 45 Мар 22 2014 bash_completion
drwxr-xr-x 2 root root 4096 Дек 30 11:54 bash_completion.d
-rw-r--r-- 1 root root 367 Авг 13 18:24 bindresvport.blacklist
drwxr-xr-x 2 root root 4096 Сен 3 01:02 binfmt.d
drwxr-xr-x 2 root root 4096 Дек 30 11:20 bonobo-activation
drwxr-xr-x 3 root root 4096 Дек 30 11:05 ca-certificates
-rw-r--r-- 1 root root 8226 Янв 20 10:53 ca-certificates.conf
-rw-r--r-- 1 root root 7820 Дек 30 11:21 ca-certificates.conf.dpkg-old
drwxr-xr-x 2 root root 4096 Дек 30 10:18 calendar
drwxr-xr-x 2 root root 4096 Дек 30 10:22 console-setup
drwxr-xr-x 2 root root 4096 Дек 30 11:22 cracklib
drwxr-xr-x 2 root root 4096 Янв 5 12:33 cron.d
drwxr-xr-x 2 root root 4096 Янв 20 10:53 cron.daily
drwxr-xr-x 2 root root 4096 Дек 30 10:18 cron.hourly
drwxr-xr-x 2 root root 4096 Дек 30 11:21 cron.monthly
-rw-r--r-- 1 root root 722 Июн 11 2015 crontab
drwxr-xr-x 2 root root 4096 Дек 30 11:21 cron.weekly
drwxr-xr-x 2 root root 4096 Дек 30 11:22 cupshelpers
drwxr-xr-x 4 root root 4096 Янв 20 10:52 dbus-1
-rw-r--r-- 1 root root 2969 Мар 19 2015 debconf.conf
-rw-r--r-- 1 root root 4 Дек 28 19:39 debian_version
drwxr-xr-x 3 root root 4096 Янв 20 10:52 default
-rw-r--r-- 1 root root 604 Май 15 2012 deluser.conf
drwxr-xr-x 4 root root 4096 Дек 30 10:18 dhcp
drwxr-xr-x 2 root root 4096 Дек 30 11:24 dictionaries-common
drwxr-xr-x 2 root root 4096 Дек 30 10:28 discover.conf.d
-rw-r--r-- 1 root root 346 Сен 1 2014 discover-modprobe.conf
drwxr-xr-x 4 root root 4096 Янв 16 12:48 dpkg
-rw-r--r-- 1 root root 3739 Авг 20 2015 drirc
drwxr-xr-x 3 root root 4096 Дек 30 11:20 emacs
-rw-r--r-- 1 root root 312 Дек 23 11:27 email-addresses
-rw-r--r-- 1 root root 0 Дек 30 10:16 environment
drwxr-xr-x 3 root root 4096 Янв 20 10:53 exim4
drwxr-xr-x 3 root root 4096 Дек 30 11:02 firebird
drwxr-xr-x 2 root root 4096 Дек 30 11:23 firefox-esr
drwxr-xr-x 4 root root 4096 Дек 30 11:21 fonts
-rw-r--r-- 1 root root 664 Дек 30 10:12 fstab
-rw-r--r-- 1 root root 280 Май 21 2015 fuse.conf
-rw-r--r-- 1 root root 2584 Фев 7 2014 gai.conf
drwxr-xr-x 5 root root 4096 Дек 30 11:02 gconf
drwxr-xr-x 2 root root 4096 Дек 30 11:22 geoclue
drwxr-xr-x 4 root root 4096 Дек 30 11:09 ghostscript
drwxr-xr-x 3 root root 4096 Дек 30 11:09 gimp
drwxr-xr-x 2 root root 4096 Дек 30 11:23 gnome-system-tools
drwxr-xr-x 3 root root 4096 Дек 30 11:02 gnome-vfs-2.0
-rw-r--r-- 1 root root 10852 Апр 4 2007 gnome-vfs-mime-magic
drwxr-xr-x 2 root root 4096 Дек 30 10:18 groff
-rw-r--r-- 1 root root 1016 Янв 20 10:47 group
-rw------- 1 root root 1008 Янв 20 10:47 group-
drwxr-xr-x 2 root root 4096 Дек 30 11:54 grub.d
-rw-r----- 1 root shadow 846 Янв 20 10:47 gshadow
-rw------- 1 root root 838 Янв 20 10:47 gshadow-
drwxr-xr-x 3 root root 4096 Дек 30 10:58 gss
drwxr-xr-x 2 root root 4096 Дек 30 11:20 gtk-2.0
drwxr-xr-x 2 root root 4096 Дек 30 11:23 gtk-3.0
-rw-r--r-- 1 root root 9 Авг 7 2006 host.conf
-rw-r--r-- 1 root root 13 Дек 30 12:30 hostname
-rw-r--r-- 1 root root 80 Дек 30 12:30 hosts
-rw-r--r-- 1 root root 411 Дек 30 11:21 hosts.allow
-rw-r--r-- 1 root root 711 Дек 30 11:21 hosts.deny
-rw-r--r-- 1 root root 206 Авг 13 2014 idmapd.conf
drwxr-xr-x 3 root root 4096 Дек 30 11:19 ifplugd
drwxr-xr-x 2 root root 4096 Янв 20 10:50 init
drwxr-xr-x 2 root root 4096 Янв 20 15:23 init.d
drwxr-xr-x 5 root root 4096 Дек 30 10:19 initramfs-tools
-rw-r--r-- 1 root root 1748 Авг 3 2014 inputrc
drwxr-xr-x 3 root root 4096 Дек 30 10:14 insserv
-rw-r--r-- 1 root root 859 Ноя 23 2012 insserv.conf
drwxr-xr-x 2 root root 4096 Дек 30 11:22 insserv.conf.d
drwxr-xr-x 2 root root 4096 Дек 30 10:18 iproute2
drwxr-xr-x 2 root root 4096 Дек 30 12:05 iscsi
-rw-r--r-- 1 root root 26 Сен 12 07:09 issue
-rw-r--r-- 1 root root 19 Сен 12 07:09 issue.net
drwxr-xr-x 3 root root 4096 Дек 30 11:20 .java
drwxr-xr-x 5 root root 4096 Дек 30 11:23 java-7-openjdk
drwxr-xr-x 2 root root 4096 Дек 30 10:21 kbd
drwxr-xr-x 4 root root 4096 Дек 30 10:19 kernel
-rw-r--r-- 1 root root 144 Дек 30 11:58 kernel-img.conf
drwxr-xr-x 2 root root 4096 Дек 30 11:20 ldap
-rw-r--r-- 1 root root 72233 Янв 20 10:53 ld.so.cache
-rw-r--r-- 1 root root 34 Авг 13 18:24 ld.so.conf
drwxr-xr-x 2 root root 4096 Янв 20 10:50 ld.so.conf.d
-rw-r--r-- 1 root root 26 Авг 30 2014 libao.conf
-rw-r--r-- 1 root root 191 Сен 7 2014 libaudit.conf
drwxr-xr-x 2 root root 4096 Дек 30 11:22 libgda-5.0
drwxr-xr-x 2 root root 4096 Дек 30 11:21 libnl-3
drwxr-xr-x 2 root root 4096 Ноя 1 2014 libpaper.d
drwxr-xr-x 2 root root 4096 Дек 30 11:23 lightdm
drwxr-xr-x 4 root root 4096 Дек 30 11:21 lighttpd
-rw-r--r-- 1 root root 2492 Сен 4 00:02 locale.alias
-rw-r--r-- 1 root root 9017 Янв 20 10:53 locale.gen
-rw-r--r-- 1 root root 2071 Дек 30 16:09 localtime
drwxr-xr-x 4 root root 4096 Дек 30 11:08 logcheck
-rw-r--r-- 1 root root 10478 Ноя 18 2015 login.defs
-rw-r--r-- 1 root root 599 Фев 19 2009 logrotate.conf
drwxr-xr-x 2 root root 4096 Янв 20 10:53 logrotate.d
-r--r--r-- 1 root root 33 Дек 30 10:16 machine-id
-rw-r--r-- 1 root root 111 Июн 18 2016 magic
-rw-r--r-- 1 root root 111 Июн 18 2016 magic.mime
-rw-r--r-- 1 root root 32634 Янв 20 10:52 mailcap
-rw-r--r-- 1 root root 449 Дек 28 2014 mailcap.order
-rw-r--r-- 1 root root 13 Янв 20 10:53 mailname
-rw-r--r-- 1 root root 125 Мар 15 2015 mail.rc
-rw-r--r-- 1 root root 5173 Дек 31 2014 manpath.config
drwxr-xr-x 2 root root 4096 Янв 5 12:26 mc
drwxr-xr-x 2 root root 4096 Дек 30 11:17 menu
drwxr-xr-x 2 root root 4096 Янв 20 10:53 menu-methods
-rw-r--r-- 1 root root 24146 Дек 28 2014 mime.types
-rw-r--r-- 1 root root 956 Июн 10 2016 mke2fs.conf
drwxr-xr-x 2 root root 4096 Янв 20 10:50 modprobe.d
-rw-r--r-- 1 root root 195 Дек 30 10:18 modules
drwxr-xr-x 2 root root 4096 Янв 20 10:50 modules-load.d
-rw-r--r-- 1 root root 2143 Ноя 13 2013 mongodb.conf
-rw-r--r-- 1 root root 286 Сен 12 07:09 motd
lrwxrwxrwx 1 root root 12 Дек 30 12:07 mtab -> /proc/mounts
-rw-r--r-- 1 root root 4565 Дек 4 2014 Muttrc
drwxr-xr-x 2 root root 4096 Дек 30 11:23 Muttrc.d
-rw-r--r-- 1 root root 8453 Июл 16 2014 nanorc
-rw-r--r-- 1 root root 767 Сен 9 2014 netconfig
drwxr-xr-x 7 root root 4096 Дек 31 09:44 network
-rw-r--r-- 1 root root 60 Дек 30 10:18 networks
drwxr-xr-x 2 root root 4096 Дек 30 10:18 newt
-rw-r--r-- 1 root root 529 Дек 30 11:23 nsswitch.conf
-rw-r--r-- 1 root root 1932 Янв 5 12:52 ntp.conf
drwxr-xr-x 2 root root 4096 Дек 30 11:20 openal
drwxr-xr-x 2 root root 4096 Дек 30 10:14 opt
lrwxrwxrwx 1 root root 21 Дек 28 19:42 os-release -> ../usr/lib/os-release
drwxr-xr-x 2 root root 4096 Дек 30 11:23 PackageKit
-rw-r--r-- 1 root root 552 Янв 7 2016 pam.conf
drwxr-xr-x 2 root root 4096 Янв 20 10:52 pam.d
-rw-r--r-- 1 root root 3 Дек 30 11:21 papersize
-rw-r--r-- 1 root root 2253 Янв 5 12:48 passwd
-rw------- 1 root root 2253 Янв 5 12:48 passwd-
drwxr-xr-x 5 root root 4096 Дек 30 11:21 perl
drwxr-xr-x 5 root root 4096 Дек 30 11:08 polkit-1
drwxr-xr-x 3 root root 4096 Янв 20 10:47 postgresql
drwxr-xr-x 3 root root 4096 Янв 20 10:47 postgresql-common
drwxr-xr-x 3 root root 4096 Дек 30 11:06 ppp
-rw-r--r-- 1 root root 761 Окт 22 2014 profile
drwxr-xr-x 2 root root 4096 Дек 30 11:20 profile.d
-rw-r--r-- 1 root root 2932 Окт 21 2014 protocols
drwxr-xr-x 2 root root 4096 Дек 30 11:23 pulse
-rw------- 1 root root 0 Дек 30 10:16 .pwd.lock
drwxr-xr-x 2 root root 4096 Дек 30 11:21 python
drwxr-xr-x 2 root root 4096 Дек 30 10:59 python2.7
drwxr-xr-x 2 root root 4096 Дек 30 11:23 python3
drwxr-xr-x 2 root root 4096 Дек 30 11:20 python3.4
drwxr-xr-x 2 root root 4096 Янв 20 10:47 rc0.d
drwxr-xr-x 2 root root 4096 Янв 20 10:47 rc1.d
drwxr-xr-x 2 root root 4096 Янв 20 10:47 rc2.d
drwxr-xr-x 2 root root 4096 Янв 20 10:47 rc3.d
drwxr-xr-x 2 root root 4096 Янв 20 10:47 rc4.d
drwxr-xr-x 2 root root 4096 Янв 20 10:47 rc5.d
drwxr-xr-x 2 root root 4096 Янв 20 10:47 rc6.d
-rwxr-xr-x 1 root root 306 Дек 30 10:16 rc.local
drwxr-xr-x 2 root root 4096 Дек 30 11:22 rcS.d
-rw-r--r-- 1 root root 3173 Янв 4 2015 reportbug.conf
drwxr-xr-x 2 root root 4096 Дек 30 11:22 request-key.d
drwxr-xr-x 3 root root 4096 Дек 30 11:03 resolvconf
-rw-r--r-- 1 root root 38 Дек 30 17:21 resolv.conf
-rwxr-xr-x 1 root root 268 Ноя 8 2014 rmt
-rw-r--r-- 1 root root 887 Окт 21 2014 rpc
-rw-r--r-- 1 root root 2632 Дек 14 2015 rsyslog.conf
drwxr-xr-x 2 root root 4096 Дек 20 2015 rsyslog.d
drwxr-xr-x 3 root root 4096 Янв 5 12:23 samba
drwxr-xr-x 3 root root 4096 Дек 30 11:22 sane.d
-rw-r--r-- 1 root root 4038 Ноя 18 2015 securetty
drwxr-xr-x 4 root root 4096 Янв 20 10:51 security
drwxr-xr-x 2 root root 4096 Дек 30 10:16 selinux
-rw-r--r-- 1 root root 19605 Окт 21 2014 services
drwxr-xr-x 3 root root 4096 Дек 30 11:23 sgml
-rw-r----- 1 root shadow 1354 Янв 5 12:48 shadow
-rw------- 1 root root 1354 Янв 5 12:48 shadow-
-rw-r--r-- 1 root root 73 Дек 30 10:16 shells
drwxr-xr-x 2 root root 4096 Янв 20 10:50 skel
-rw-r--r-- 1 root root 1132 Авг 6 2014 smi.conf
drwxr-xr-x 3 root root 4096 Дек 30 11:02 sound
drwxr-xr-x 4 root root 4096 Дек 30 11:23 speech-dispatcher
drwxr-xr-x 2 root root 4096 Дек 30 11:22 ssh
drwxr-xr-x 4 root root 4096 Дек 30 11:20 ssl
-rw-r--r-- 1 root root 771 Июн 9 2012 staff-group-for-usr-local
-rw-r--r-- 1 root root 517 Янв 5 12:48 subgid
-rw------- 1 root root 499 Янв 4 10:24 subgid-
-rw-r--r-- 1 root root 517 Янв 5 12:48 subuid
-rw------- 1 root root 499 Янв 4 10:24 subuid-
-r--r----- 1 root root 669 Янв 11 2016 sudoers
drwxr-xr-x 2 root root 4096 Дек 30 11:20 sudoers.d
-rw-r--r-- 1 root root 2084 Мар 6 2015 sysctl.conf
drwxr-xr-x 2 root root 4096 Янв 20 10:50 sysctl.d
drwxr-xr-x 6 root root 4096 Янв 20 10:51 systemd
drwxr-xr-x 2 root root 4096 Дек 30 10:16 terminfo
drwxr-xr-x 3 root root 4096 Дек 30 11:07 texmf
-rw-r--r-- 1 root root 12 Дек 30 16:09 timezone
drwxr-xr-x 2 root root 4096 Сен 3 01:02 tmpfiles.d
-rw-r--r-- 1 root root 1260 Май 27 2014 ucf.conf
drwxr-xr-x 4 root root 4096 Янв 20 10:50 udev
drwxr-xr-x 2 root root 4096 Сен 30 2014 udisks2
drwxr-xr-x 3 root root 4096 Дек 30 11:17 ufw
-rw-r--r-- 1 root root 279 Июн 13 2013 updatedb.conf
drwxr-xr-x 2 root root 4096 Янв 5 08:03 UPower
-rw-r--r-- 1 root root 888 Авг 12 2014 usb_modeswitch.conf
drwxr-xr-x 2 root root 4096 Апр 14 2015 usb_modeswitch.d
-rw-r--r-- 1 root root 51 Ноя 2 2015 vdpau_wrapper.cfg
drwxr-xr-x 2 root root 4096 Дек 30 10:27 vim
drwxr-xr-x 2 root root 4096 Янв 20 10:53 w3m
-rw-r--r-- 1 root root 4812 Июл 5 2016 wgetrc
drwxr-xr-x 2 root root 4096 Янв 5 12:34 wireshark
drwxr-xr-x 2 root root 4096 Дек 30 11:22 wpa_supplicant
drwxr-xr-x 10 root root 4096 Дек 30 11:23 X11
drwxr-xr-x 11 root root 4096 Дек 30 11:21 xdg
drwxr-xr-x 2 root root 4096 Дек 30 11:23 xml
drwxr-xr-x 2 xrdp xrdp 4096 Дек 30 16:10 xrdp
есть какие-то предложения?
Palamar, я вам уже несколько предположений написал, начните с изучения каждого из них





= 0