Ubuntu 17.10 won't accept correct password
I have been using Artful for a month and nothing like this has happened before. All of a sudden my (correct) login password won't get accepted. The login screen reappears after having turned to black. I have tried resetting my password via grub, but when I try logging in the same thing happens; the new password won't be accepted and after a moment or two I am prompted to log in again. I read on a website removing some of the installed kernels might help. Is this true? What exacly is wrong with my system here?
P.S. I don't have an Xauthority file.
@janasaiarun I ran the df -hl command and this is the output:
(https://i.stack.imgur.com/6GKGq.jpg)
17.10
|
show 3 more comments
I have been using Artful for a month and nothing like this has happened before. All of a sudden my (correct) login password won't get accepted. The login screen reappears after having turned to black. I have tried resetting my password via grub, but when I try logging in the same thing happens; the new password won't be accepted and after a moment or two I am prompted to log in again. I read on a website removing some of the installed kernels might help. Is this true? What exacly is wrong with my system here?
P.S. I don't have an Xauthority file.
@janasaiarun I ran the df -hl command and this is the output:
(https://i.stack.imgur.com/6GKGq.jpg)
17.10
Try wrong credentials. Same result?
– davidbaumann
Mar 11 '18 at 6:27
login with virtual consoles. Ctrl+Alt+F1. enter your username and password
– janasaiarun
Mar 11 '18 at 6:34
I agree with @janasaiarun. It's possibly not an unaccepted password (which will cause an error message telling you you entered an incorrect password), but could be your /home directory is full and temporary files needed by gui can't be created (which is detected, then login fails and you are returned to login screen without any message). Alternative conditions (permissions etc) are possible to, but they'd because you installed or changed something; running out of disk space is easily overlooked until login fails. Login using term and do adf -hlto check you have space available.
– guiverc
Mar 11 '18 at 7:36
@guiverc i guess his gui is corrupted. thats what happen to me a lot of times.
– janasaiarun
Mar 11 '18 at 7:57
I had once the bug that my keyboard layout was not used but the american qwerty was used instead. So I had to learn to type my password from an american layout although mine wasn't, in order to log in and then fix the bug.
– Johannes Lemonde
Mar 11 '18 at 8:19
|
show 3 more comments
I have been using Artful for a month and nothing like this has happened before. All of a sudden my (correct) login password won't get accepted. The login screen reappears after having turned to black. I have tried resetting my password via grub, but when I try logging in the same thing happens; the new password won't be accepted and after a moment or two I am prompted to log in again. I read on a website removing some of the installed kernels might help. Is this true? What exacly is wrong with my system here?
P.S. I don't have an Xauthority file.
@janasaiarun I ran the df -hl command and this is the output:
(https://i.stack.imgur.com/6GKGq.jpg)
17.10
I have been using Artful for a month and nothing like this has happened before. All of a sudden my (correct) login password won't get accepted. The login screen reappears after having turned to black. I have tried resetting my password via grub, but when I try logging in the same thing happens; the new password won't be accepted and after a moment or two I am prompted to log in again. I read on a website removing some of the installed kernels might help. Is this true? What exacly is wrong with my system here?
P.S. I don't have an Xauthority file.
@janasaiarun I ran the df -hl command and this is the output:
(https://i.stack.imgur.com/6GKGq.jpg)
17.10
17.10
edited Mar 12 '18 at 13:24
Gregor
asked Mar 11 '18 at 6:10
GregorGregor
62
62
Try wrong credentials. Same result?
– davidbaumann
Mar 11 '18 at 6:27
login with virtual consoles. Ctrl+Alt+F1. enter your username and password
– janasaiarun
Mar 11 '18 at 6:34
I agree with @janasaiarun. It's possibly not an unaccepted password (which will cause an error message telling you you entered an incorrect password), but could be your /home directory is full and temporary files needed by gui can't be created (which is detected, then login fails and you are returned to login screen without any message). Alternative conditions (permissions etc) are possible to, but they'd because you installed or changed something; running out of disk space is easily overlooked until login fails. Login using term and do adf -hlto check you have space available.
– guiverc
Mar 11 '18 at 7:36
@guiverc i guess his gui is corrupted. thats what happen to me a lot of times.
– janasaiarun
Mar 11 '18 at 7:57
I had once the bug that my keyboard layout was not used but the american qwerty was used instead. So I had to learn to type my password from an american layout although mine wasn't, in order to log in and then fix the bug.
– Johannes Lemonde
Mar 11 '18 at 8:19
|
show 3 more comments
Try wrong credentials. Same result?
– davidbaumann
Mar 11 '18 at 6:27
login with virtual consoles. Ctrl+Alt+F1. enter your username and password
– janasaiarun
Mar 11 '18 at 6:34
I agree with @janasaiarun. It's possibly not an unaccepted password (which will cause an error message telling you you entered an incorrect password), but could be your /home directory is full and temporary files needed by gui can't be created (which is detected, then login fails and you are returned to login screen without any message). Alternative conditions (permissions etc) are possible to, but they'd because you installed or changed something; running out of disk space is easily overlooked until login fails. Login using term and do adf -hlto check you have space available.
– guiverc
Mar 11 '18 at 7:36
@guiverc i guess his gui is corrupted. thats what happen to me a lot of times.
– janasaiarun
Mar 11 '18 at 7:57
I had once the bug that my keyboard layout was not used but the american qwerty was used instead. So I had to learn to type my password from an american layout although mine wasn't, in order to log in and then fix the bug.
– Johannes Lemonde
Mar 11 '18 at 8:19
Try wrong credentials. Same result?
– davidbaumann
Mar 11 '18 at 6:27
Try wrong credentials. Same result?
– davidbaumann
Mar 11 '18 at 6:27
login with virtual consoles. Ctrl+Alt+F1. enter your username and password
– janasaiarun
Mar 11 '18 at 6:34
login with virtual consoles. Ctrl+Alt+F1. enter your username and password
– janasaiarun
Mar 11 '18 at 6:34
I agree with @janasaiarun. It's possibly not an unaccepted password (which will cause an error message telling you you entered an incorrect password), but could be your /home directory is full and temporary files needed by gui can't be created (which is detected, then login fails and you are returned to login screen without any message). Alternative conditions (permissions etc) are possible to, but they'd because you installed or changed something; running out of disk space is easily overlooked until login fails. Login using term and do a
df -hl to check you have space available.– guiverc
Mar 11 '18 at 7:36
I agree with @janasaiarun. It's possibly not an unaccepted password (which will cause an error message telling you you entered an incorrect password), but could be your /home directory is full and temporary files needed by gui can't be created (which is detected, then login fails and you are returned to login screen without any message). Alternative conditions (permissions etc) are possible to, but they'd because you installed or changed something; running out of disk space is easily overlooked until login fails. Login using term and do a
df -hl to check you have space available.– guiverc
Mar 11 '18 at 7:36
@guiverc i guess his gui is corrupted. thats what happen to me a lot of times.
– janasaiarun
Mar 11 '18 at 7:57
@guiverc i guess his gui is corrupted. thats what happen to me a lot of times.
– janasaiarun
Mar 11 '18 at 7:57
I had once the bug that my keyboard layout was not used but the american qwerty was used instead. So I had to learn to type my password from an american layout although mine wasn't, in order to log in and then fix the bug.
– Johannes Lemonde
Mar 11 '18 at 8:19
I had once the bug that my keyboard layout was not used but the american qwerty was used instead. So I had to learn to type my password from an american layout although mine wasn't, in order to log in and then fix the bug.
– Johannes Lemonde
Mar 11 '18 at 8:19
|
show 3 more comments
1 Answer
1
active
oldest
votes
If keyboard is a problem, you can try Onscreen keyboard.
You can also change keyboard layout, by clicking the upper bar icon.
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%2f1013806%2fubuntu-17-10-wont-accept-correct-password%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
If keyboard is a problem, you can try Onscreen keyboard.
You can also change keyboard layout, by clicking the upper bar icon.
add a comment |
If keyboard is a problem, you can try Onscreen keyboard.
You can also change keyboard layout, by clicking the upper bar icon.
add a comment |
If keyboard is a problem, you can try Onscreen keyboard.
You can also change keyboard layout, by clicking the upper bar icon.
If keyboard is a problem, you can try Onscreen keyboard.
You can also change keyboard layout, by clicking the upper bar icon.
answered Dec 31 '18 at 14:56
wiiiktorwiiiktor
1
1
add a comment |
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%2f1013806%2fubuntu-17-10-wont-accept-correct-password%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
Try wrong credentials. Same result?
– davidbaumann
Mar 11 '18 at 6:27
login with virtual consoles. Ctrl+Alt+F1. enter your username and password
– janasaiarun
Mar 11 '18 at 6:34
I agree with @janasaiarun. It's possibly not an unaccepted password (which will cause an error message telling you you entered an incorrect password), but could be your /home directory is full and temporary files needed by gui can't be created (which is detected, then login fails and you are returned to login screen without any message). Alternative conditions (permissions etc) are possible to, but they'd because you installed or changed something; running out of disk space is easily overlooked until login fails. Login using term and do a
df -hlto check you have space available.– guiverc
Mar 11 '18 at 7:36
@guiverc i guess his gui is corrupted. thats what happen to me a lot of times.
– janasaiarun
Mar 11 '18 at 7:57
I had once the bug that my keyboard layout was not used but the american qwerty was used instead. So I had to learn to type my password from an american layout although mine wasn't, in order to log in and then fix the bug.
– Johannes Lemonde
Mar 11 '18 at 8:19