I have a problem some times when starting my PC after I logged in and start working, all of a sudden ubuntu log out and closes every window I 've opened. Do you know what causing this problem?
18.04
add a comment |
I have a problem some times when starting my PC after I logged in and start working, all of a sudden ubuntu log out and closes every window I 've opened. Do you know what causing this problem?
18.04
When you log in again, look at the last 10 minutes of the logs withjournalctl --since="$(date '+%y-%m-%d %H:%M:%D' --date='now - 10 minutes')"
– waltinator
40 mins ago
fail to parse timestamp I tried for different minutes back 10,30,60
– TassosK
27 mins ago
add a comment |
I have a problem some times when starting my PC after I logged in and start working, all of a sudden ubuntu log out and closes every window I 've opened. Do you know what causing this problem?
18.04
I have a problem some times when starting my PC after I logged in and start working, all of a sudden ubuntu log out and closes every window I 've opened. Do you know what causing this problem?
18.04
18.04
asked 50 mins ago
TassosKTassosK
34
34
When you log in again, look at the last 10 minutes of the logs withjournalctl --since="$(date '+%y-%m-%d %H:%M:%D' --date='now - 10 minutes')"
– waltinator
40 mins ago
fail to parse timestamp I tried for different minutes back 10,30,60
– TassosK
27 mins ago
add a comment |
When you log in again, look at the last 10 minutes of the logs withjournalctl --since="$(date '+%y-%m-%d %H:%M:%D' --date='now - 10 minutes')"
– waltinator
40 mins ago
fail to parse timestamp I tried for different minutes back 10,30,60
– TassosK
27 mins ago
When you log in again, look at the last 10 minutes of the logs with
journalctl --since="$(date '+%y-%m-%d %H:%M:%D' --date='now - 10 minutes')"
– waltinator
40 mins ago
When you log in again, look at the last 10 minutes of the logs with
journalctl --since="$(date '+%y-%m-%d %H:%M:%D' --date='now - 10 minutes')"
– waltinator
40 mins ago
fail to parse timestamp I tried for different minutes back 10,30,60
– TassosK
27 mins ago
fail to parse timestamp I tried for different minutes back 10,30,60
– TassosK
27 mins ago
add a comment |
1 Answer
1
active
oldest
votes
Tried a different keyboard to make sure you aren't accidentally putting in short-cuts?
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%2f1126639%2fubuntu-18-04-lts-suddenly-logout%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
Tried a different keyboard to make sure you aren't accidentally putting in short-cuts?
add a comment |
Tried a different keyboard to make sure you aren't accidentally putting in short-cuts?
add a comment |
Tried a different keyboard to make sure you aren't accidentally putting in short-cuts?
Tried a different keyboard to make sure you aren't accidentally putting in short-cuts?
answered 43 mins ago


IT GremlinIT Gremlin
217
217
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%2f1126639%2fubuntu-18-04-lts-suddenly-logout%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
When you log in again, look at the last 10 minutes of the logs with
journalctl --since="$(date '+%y-%m-%d %H:%M:%D' --date='now - 10 minutes')"
– waltinator
40 mins ago
fail to parse timestamp I tried for different minutes back 10,30,60
– TassosK
27 mins ago