Permission denied in my O.S /etc/default/locale not configured
I want help for my Ubuntu issue.
/ etc/default/locale: /etc/default/locale:Permission denied.
Why?
As root I enter sh -x /usr/sbin/update-info-dir and get this:
+INFODIR=/usr/share/info
+set -e/
+unset LANGUAGE
+unset LANG
+[ -r /etc/enviroment ]
+. /etc/enviroment
+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+[ -r /etc/default/locale]
+ ./etc/default/locale
/usr/sbin/update-info-dir: 2: /etc/default/locale: /etc/default/locale: Permission denied.
When I push locale Denislav view:
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Should I configure Locale?
How can I do this?
permissions locale
add a comment |
I want help for my Ubuntu issue.
/ etc/default/locale: /etc/default/locale:Permission denied.
Why?
As root I enter sh -x /usr/sbin/update-info-dir and get this:
+INFODIR=/usr/share/info
+set -e/
+unset LANGUAGE
+unset LANG
+[ -r /etc/enviroment ]
+. /etc/enviroment
+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+[ -r /etc/default/locale]
+ ./etc/default/locale
/usr/sbin/update-info-dir: 2: /etc/default/locale: /etc/default/locale: Permission denied.
When I push locale Denislav view:
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Should I configure Locale?
How can I do this?
permissions locale
add a comment |
I want help for my Ubuntu issue.
/ etc/default/locale: /etc/default/locale:Permission denied.
Why?
As root I enter sh -x /usr/sbin/update-info-dir and get this:
+INFODIR=/usr/share/info
+set -e/
+unset LANGUAGE
+unset LANG
+[ -r /etc/enviroment ]
+. /etc/enviroment
+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+[ -r /etc/default/locale]
+ ./etc/default/locale
/usr/sbin/update-info-dir: 2: /etc/default/locale: /etc/default/locale: Permission denied.
When I push locale Denislav view:
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Should I configure Locale?
How can I do this?
permissions locale
I want help for my Ubuntu issue.
/ etc/default/locale: /etc/default/locale:Permission denied.
Why?
As root I enter sh -x /usr/sbin/update-info-dir and get this:
+INFODIR=/usr/share/info
+set -e/
+unset LANGUAGE
+unset LANG
+[ -r /etc/enviroment ]
+. /etc/enviroment
+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+[ -r /etc/default/locale]
+ ./etc/default/locale
/usr/sbin/update-info-dir: 2: /etc/default/locale: /etc/default/locale: Permission denied.
When I push locale Denislav view:
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Should I configure Locale?
How can I do this?
permissions locale
permissions locale
edited Jan 13 at 18:03
SurvivalMachine
1,3403817
1,3403817
asked Jan 13 at 14:06
user3520954user3520954
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There is an error in your /usr/sbin/update-info-dir: The line
./etc/default/locale
should actually be
. /etc/default/locale
Note the space after the dot.
As root use
nano /usr/sbin/update-info-dir
(or whatever editor you prefer) and change that line.
1
Apart from these it looks like OP has wrong file "enviroment", shouldn't it be "environment"?
– Kulfy
Jan 13 at 14:41
add a comment |
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
});
}
});
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%2f1109379%2fpermission-denied-in-my-o-s-etc-default-locale-not-configured%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There is an error in your /usr/sbin/update-info-dir: The line
./etc/default/locale
should actually be
. /etc/default/locale
Note the space after the dot.
As root use
nano /usr/sbin/update-info-dir
(or whatever editor you prefer) and change that line.
1
Apart from these it looks like OP has wrong file "enviroment", shouldn't it be "environment"?
– Kulfy
Jan 13 at 14:41
add a comment |
There is an error in your /usr/sbin/update-info-dir: The line
./etc/default/locale
should actually be
. /etc/default/locale
Note the space after the dot.
As root use
nano /usr/sbin/update-info-dir
(or whatever editor you prefer) and change that line.
1
Apart from these it looks like OP has wrong file "enviroment", shouldn't it be "environment"?
– Kulfy
Jan 13 at 14:41
add a comment |
There is an error in your /usr/sbin/update-info-dir: The line
./etc/default/locale
should actually be
. /etc/default/locale
Note the space after the dot.
As root use
nano /usr/sbin/update-info-dir
(or whatever editor you prefer) and change that line.
There is an error in your /usr/sbin/update-info-dir: The line
./etc/default/locale
should actually be
. /etc/default/locale
Note the space after the dot.
As root use
nano /usr/sbin/update-info-dir
(or whatever editor you prefer) and change that line.
answered Jan 13 at 14:35
Florian DieschFlorian Diesch
64.9k16162180
64.9k16162180
1
Apart from these it looks like OP has wrong file "enviroment", shouldn't it be "environment"?
– Kulfy
Jan 13 at 14:41
add a comment |
1
Apart from these it looks like OP has wrong file "enviroment", shouldn't it be "environment"?
– Kulfy
Jan 13 at 14:41
1
1
Apart from these it looks like OP has wrong file "enviroment", shouldn't it be "environment"?
– Kulfy
Jan 13 at 14:41
Apart from these it looks like OP has wrong file "enviroment", shouldn't it be "environment"?
– Kulfy
Jan 13 at 14:41
add a comment |
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.
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%2f1109379%2fpermission-denied-in-my-o-s-etc-default-locale-not-configured%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