Problems when installing common-lisp-controller
1
I Tried this:
nuc ➜ ~ sudo apt install common-lisp-controller
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
darcs
The following NEW packages will be installed:
common-lisp-controller
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/20,8 kB of archives.
After this operation, 119 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package common-lisp-controller.
(Reading database ... 261987 files and directories currently installed.)
Preparing to unpack .../common-lisp-controller_7.10+nmu1_all.deb ...
Unpacking common-lisp-controller (7.10+nmu1) ...
Setting up common-lisp-controller (7.10+nmu1) ...
Adding system user `cl-builder' (UID 127) ...
Adding new group `cl-builder' (GID 134) ...
groupadd: failure while writing changes to /etc/group
adduser: `/usr/sbin/groupadd -g 134 cl-builder' returned error code 10. Exiting.
dpkg: error processing package common-lisp-controller (--configure):
installed common-lisp-controller package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Errors were encountered while processing:
common-lisp-controller
E: Sub-process /usr/bin/dpkg returned an error code (1)
Anyone have an idea of howto solve this?
nuc ➜ ~ ls -al /etc/group
-rw-r--r--. 1 root root 1061 feb 19 22:00 /etc/group
nuc ➜ ~
software-installation lisp
New contributor
add a comment |
1
I Tried this:
nuc ➜ ~ sudo apt install common-lisp-controller
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
darcs
The following NEW packages will be installed:
common-lisp-controller
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/20,8 kB of archives.
After this operation, 119 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package common-lisp-controller.
(Reading database ... 261987 files and directories currently installed.)
Preparing to unpack .../common-lisp-controller_7.10+nmu1_all.deb ...
Unpacking common-lisp-controller (7.10+nmu1) ...
Setting up common-lisp-controller (7.10+nmu1) ...
Adding system user `cl-builder' (UID 127) ...
Adding new group `cl-builder' (GID 134) ...
groupadd: failure while writing changes to /etc/group
adduser: `/usr/sbin/groupadd -g 134 cl-builder' returned error code 10. Exiting.
dpkg: error processing package common-lisp-controller (--configure):
installed common-lisp-controller package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Errors were encountered while processing:
common-lisp-controller
E: Sub-process /usr/bin/dpkg returned an error code (1)
Anyone have an idea of howto solve this?
nuc ➜ ~ ls -al /etc/group
-rw-r--r--. 1 root root 1061 feb 19 22:00 /etc/group
nuc ➜ ~
software-installation lisp
New contributor
Please check permissions of/etc/group
- add output ofls -al /etc/group
to the question.
– N0rbert
9 hours ago
@N0rbert its done.
– macbug
8 hours ago
Please also check withlsattr
to see if the file's extended attributes include immutability
– steeldriver
7 hours ago
add a comment |
1
1
1
I Tried this:
nuc ➜ ~ sudo apt install common-lisp-controller
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
darcs
The following NEW packages will be installed:
common-lisp-controller
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/20,8 kB of archives.
After this operation, 119 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package common-lisp-controller.
(Reading database ... 261987 files and directories currently installed.)
Preparing to unpack .../common-lisp-controller_7.10+nmu1_all.deb ...
Unpacking common-lisp-controller (7.10+nmu1) ...
Setting up common-lisp-controller (7.10+nmu1) ...
Adding system user `cl-builder' (UID 127) ...
Adding new group `cl-builder' (GID 134) ...
groupadd: failure while writing changes to /etc/group
adduser: `/usr/sbin/groupadd -g 134 cl-builder' returned error code 10. Exiting.
dpkg: error processing package common-lisp-controller (--configure):
installed common-lisp-controller package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Errors were encountered while processing:
common-lisp-controller
E: Sub-process /usr/bin/dpkg returned an error code (1)
Anyone have an idea of howto solve this?
nuc ➜ ~ ls -al /etc/group
-rw-r--r--. 1 root root 1061 feb 19 22:00 /etc/group
nuc ➜ ~
software-installation lisp
New contributor
I Tried this:
nuc ➜ ~ sudo apt install common-lisp-controller
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
darcs
The following NEW packages will be installed:
common-lisp-controller
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/20,8 kB of archives.
After this operation, 119 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package common-lisp-controller.
(Reading database ... 261987 files and directories currently installed.)
Preparing to unpack .../common-lisp-controller_7.10+nmu1_all.deb ...
Unpacking common-lisp-controller (7.10+nmu1) ...
Setting up common-lisp-controller (7.10+nmu1) ...
Adding system user `cl-builder' (UID 127) ...
Adding new group `cl-builder' (GID 134) ...
groupadd: failure while writing changes to /etc/group
adduser: `/usr/sbin/groupadd -g 134 cl-builder' returned error code 10. Exiting.
dpkg: error processing package common-lisp-controller (--configure):
installed common-lisp-controller package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Errors were encountered while processing:
common-lisp-controller
E: Sub-process /usr/bin/dpkg returned an error code (1)
Anyone have an idea of howto solve this?
nuc ➜ ~ ls -al /etc/group
-rw-r--r--. 1 root root 1061 feb 19 22:00 /etc/group
nuc ➜ ~
software-installation lisp
software-installation lisp
New contributor
New contributor
edited 8 hours ago
macbug
New contributor
asked 9 hours ago
macbugmacbug
62
62
New contributor
New contributor
Please check permissions of/etc/group
- add output ofls -al /etc/group
to the question.
– N0rbert
9 hours ago
@N0rbert its done.
– macbug
8 hours ago
Please also check withlsattr
to see if the file's extended attributes include immutability
– steeldriver
7 hours ago
add a comment |
Please check permissions of/etc/group
- add output ofls -al /etc/group
to the question.
– N0rbert
9 hours ago
@N0rbert its done.
– macbug
8 hours ago
Please also check withlsattr
to see if the file's extended attributes include immutability
– steeldriver
7 hours ago
Please check permissions of
/etc/group
- add output of ls -al /etc/group
to the question.– N0rbert
9 hours ago
Please check permissions of
/etc/group
- add output of ls -al /etc/group
to the question.– N0rbert
9 hours ago
@N0rbert its done.
– macbug
8 hours ago
@N0rbert its done.
– macbug
8 hours ago
Please also check with
lsattr
to see if the file's extended attributes include immutability– steeldriver
7 hours ago
Please also check with
lsattr
to see if the file's extended attributes include immutability– steeldriver
7 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
macbug is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120214%2fproblems-when-installing-common-lisp-controller%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
macbug is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
macbug is a new contributor. Be nice, and check out our Code of Conduct.
macbug is a new contributor. Be nice, and check out our Code of Conduct.
macbug is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120214%2fproblems-when-installing-common-lisp-controller%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please check permissions of
/etc/group
- add output ofls -al /etc/group
to the question.– N0rbert
9 hours ago
@N0rbert its done.
– macbug
8 hours ago
Please also check with
lsattr
to see if the file's extended attributes include immutability– steeldriver
7 hours ago