Can't resume after suspend?
Recently (after a system update, I believe), my laptop stopped resuming after a suspend from closing my laptop lid. Usually, when I open my lid after suspending it, I'll see a black screen with my cursor and nothing else. I'm not able to move the cursor, and I'm not able to open a tty terminal using the keyboard. This doesn't happen all the time, but I haven't been able to find any pattern to when it does and does not happen.
Looking through the journalctl log from the last time this happened, there's no signals being sent after I open the lid again. The log from the time I closed the lid until I shut down my laptop again is pasted below.
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 8 (BadMatch), sequence: 42342, resource id: 60817415, major code: 42 (SetInputFocus), minor code: 0
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42489, resource id: 60817961, major code: 18 (ChangeProperty), minor code: 0
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42525, resource id: 46138526, major code: 18 (ChangeProperty), minor code: 0
Jan 31 11:57:34 whiteboard systemd-logind[1326]: Lid closed.
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Suspend session triggered with QMap(("Explicit", QVariant(bool, true))("Type", QVariant(uint, 1)))
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Suspend session triggered with QMap(("Explicit", QVariant(bool, true))("SkipFade", QVariant(bool, true))("Type", QVariant(uint, 1)))
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Starting Login1 suspend job
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Pausing all media players before suspending
Jan 31 11:57:34 whiteboard kdeinit5[1991]: bluedevil: About to suspend
Jan 31 11:57:34 whiteboard ksmserver[2059]: lock called
Jan 31 11:57:34 whiteboard NetworkManager[1473]: <info> [1548961054.9755] manager: sleep: sleep requested (sleeping: no enabled: yes)
Jan 31 11:57:34 whiteboard NetworkManager[1473]: <info> [1548961054.9758] device (enp0s31f6): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 31 11:57:34 whiteboard ksmserver[2059]: Lock window Id: 23068678
Jan 31 11:57:34 whiteboard ksmserver[2059]: CreateNotify: 23068678
Jan 31 11:57:34 whiteboard ksmserver[2059]: CreateNotify: 23068680
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817412
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Qt: Session management error: networkIdsList argument is NULL
Jan 31 11:57:35 whiteboard NetworkManager[1473]: <info> [1548961055.1785] manager: NetworkManager state is now ASLEEP
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817416
Jan 31 11:57:35 whiteboard kernel: e1000e: enp0s31f6 NIC Link is Down
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817424
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817429
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Icon theme "ubuntu-mono-dark" not found.
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Icon theme "gnome" not found.
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817431
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817433
Jan 31 11:57:35 whiteboard ksmserver[2059]: MapNotify: 60817431
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817435
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: UdevQt: unable to create udev monitor connection
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817444
Jan 31 11:57:36 whiteboard kscreenlocker_greet[4307]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jan 31 11:57:37 whiteboard ksmserver[2059]: MapNotify: 23068678
Jan 31 11:57:37 whiteboard systemd[1]: Reached target Sleep.
Jan 31 11:57:37 whiteboard systemd[1]: Starting Suspend...
Jan 31 11:57:37 whiteboard systemd-sleep[4318]: INFO: Skip running /usr/lib/systemd/system-sleep/grub2.sleep for suspend
Jan 31 11:57:37 whiteboard systemd-sleep[4318]: Suspending system...
This is on OpenSUSE Tumbleweed, kernel version 4.20.2-1-default.
linux systemd boot opensuse thinkpad
New contributor
rarelyNecessary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Recently (after a system update, I believe), my laptop stopped resuming after a suspend from closing my laptop lid. Usually, when I open my lid after suspending it, I'll see a black screen with my cursor and nothing else. I'm not able to move the cursor, and I'm not able to open a tty terminal using the keyboard. This doesn't happen all the time, but I haven't been able to find any pattern to when it does and does not happen.
Looking through the journalctl log from the last time this happened, there's no signals being sent after I open the lid again. The log from the time I closed the lid until I shut down my laptop again is pasted below.
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 8 (BadMatch), sequence: 42342, resource id: 60817415, major code: 42 (SetInputFocus), minor code: 0
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42489, resource id: 60817961, major code: 18 (ChangeProperty), minor code: 0
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42525, resource id: 46138526, major code: 18 (ChangeProperty), minor code: 0
Jan 31 11:57:34 whiteboard systemd-logind[1326]: Lid closed.
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Suspend session triggered with QMap(("Explicit", QVariant(bool, true))("Type", QVariant(uint, 1)))
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Suspend session triggered with QMap(("Explicit", QVariant(bool, true))("SkipFade", QVariant(bool, true))("Type", QVariant(uint, 1)))
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Starting Login1 suspend job
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Pausing all media players before suspending
Jan 31 11:57:34 whiteboard kdeinit5[1991]: bluedevil: About to suspend
Jan 31 11:57:34 whiteboard ksmserver[2059]: lock called
Jan 31 11:57:34 whiteboard NetworkManager[1473]: <info> [1548961054.9755] manager: sleep: sleep requested (sleeping: no enabled: yes)
Jan 31 11:57:34 whiteboard NetworkManager[1473]: <info> [1548961054.9758] device (enp0s31f6): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 31 11:57:34 whiteboard ksmserver[2059]: Lock window Id: 23068678
Jan 31 11:57:34 whiteboard ksmserver[2059]: CreateNotify: 23068678
Jan 31 11:57:34 whiteboard ksmserver[2059]: CreateNotify: 23068680
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817412
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Qt: Session management error: networkIdsList argument is NULL
Jan 31 11:57:35 whiteboard NetworkManager[1473]: <info> [1548961055.1785] manager: NetworkManager state is now ASLEEP
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817416
Jan 31 11:57:35 whiteboard kernel: e1000e: enp0s31f6 NIC Link is Down
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817424
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817429
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Icon theme "ubuntu-mono-dark" not found.
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Icon theme "gnome" not found.
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817431
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817433
Jan 31 11:57:35 whiteboard ksmserver[2059]: MapNotify: 60817431
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817435
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: UdevQt: unable to create udev monitor connection
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817444
Jan 31 11:57:36 whiteboard kscreenlocker_greet[4307]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jan 31 11:57:37 whiteboard ksmserver[2059]: MapNotify: 23068678
Jan 31 11:57:37 whiteboard systemd[1]: Reached target Sleep.
Jan 31 11:57:37 whiteboard systemd[1]: Starting Suspend...
Jan 31 11:57:37 whiteboard systemd-sleep[4318]: INFO: Skip running /usr/lib/systemd/system-sleep/grub2.sleep for suspend
Jan 31 11:57:37 whiteboard systemd-sleep[4318]: Suspending system...
This is on OpenSUSE Tumbleweed, kernel version 4.20.2-1-default.
linux systemd boot opensuse thinkpad
New contributor
rarelyNecessary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Recently (after a system update, I believe), my laptop stopped resuming after a suspend from closing my laptop lid. Usually, when I open my lid after suspending it, I'll see a black screen with my cursor and nothing else. I'm not able to move the cursor, and I'm not able to open a tty terminal using the keyboard. This doesn't happen all the time, but I haven't been able to find any pattern to when it does and does not happen.
Looking through the journalctl log from the last time this happened, there's no signals being sent after I open the lid again. The log from the time I closed the lid until I shut down my laptop again is pasted below.
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 8 (BadMatch), sequence: 42342, resource id: 60817415, major code: 42 (SetInputFocus), minor code: 0
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42489, resource id: 60817961, major code: 18 (ChangeProperty), minor code: 0
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42525, resource id: 46138526, major code: 18 (ChangeProperty), minor code: 0
Jan 31 11:57:34 whiteboard systemd-logind[1326]: Lid closed.
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Suspend session triggered with QMap(("Explicit", QVariant(bool, true))("Type", QVariant(uint, 1)))
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Suspend session triggered with QMap(("Explicit", QVariant(bool, true))("SkipFade", QVariant(bool, true))("Type", QVariant(uint, 1)))
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Starting Login1 suspend job
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Pausing all media players before suspending
Jan 31 11:57:34 whiteboard kdeinit5[1991]: bluedevil: About to suspend
Jan 31 11:57:34 whiteboard ksmserver[2059]: lock called
Jan 31 11:57:34 whiteboard NetworkManager[1473]: <info> [1548961054.9755] manager: sleep: sleep requested (sleeping: no enabled: yes)
Jan 31 11:57:34 whiteboard NetworkManager[1473]: <info> [1548961054.9758] device (enp0s31f6): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 31 11:57:34 whiteboard ksmserver[2059]: Lock window Id: 23068678
Jan 31 11:57:34 whiteboard ksmserver[2059]: CreateNotify: 23068678
Jan 31 11:57:34 whiteboard ksmserver[2059]: CreateNotify: 23068680
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817412
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Qt: Session management error: networkIdsList argument is NULL
Jan 31 11:57:35 whiteboard NetworkManager[1473]: <info> [1548961055.1785] manager: NetworkManager state is now ASLEEP
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817416
Jan 31 11:57:35 whiteboard kernel: e1000e: enp0s31f6 NIC Link is Down
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817424
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817429
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Icon theme "ubuntu-mono-dark" not found.
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Icon theme "gnome" not found.
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817431
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817433
Jan 31 11:57:35 whiteboard ksmserver[2059]: MapNotify: 60817431
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817435
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: UdevQt: unable to create udev monitor connection
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817444
Jan 31 11:57:36 whiteboard kscreenlocker_greet[4307]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jan 31 11:57:37 whiteboard ksmserver[2059]: MapNotify: 23068678
Jan 31 11:57:37 whiteboard systemd[1]: Reached target Sleep.
Jan 31 11:57:37 whiteboard systemd[1]: Starting Suspend...
Jan 31 11:57:37 whiteboard systemd-sleep[4318]: INFO: Skip running /usr/lib/systemd/system-sleep/grub2.sleep for suspend
Jan 31 11:57:37 whiteboard systemd-sleep[4318]: Suspending system...
This is on OpenSUSE Tumbleweed, kernel version 4.20.2-1-default.
linux systemd boot opensuse thinkpad
New contributor
rarelyNecessary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Recently (after a system update, I believe), my laptop stopped resuming after a suspend from closing my laptop lid. Usually, when I open my lid after suspending it, I'll see a black screen with my cursor and nothing else. I'm not able to move the cursor, and I'm not able to open a tty terminal using the keyboard. This doesn't happen all the time, but I haven't been able to find any pattern to when it does and does not happen.
Looking through the journalctl log from the last time this happened, there's no signals being sent after I open the lid again. The log from the time I closed the lid until I shut down my laptop again is pasted below.
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 8 (BadMatch), sequence: 42342, resource id: 60817415, major code: 42 (SetInputFocus), minor code: 0
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42489, resource id: 60817961, major code: 18 (ChangeProperty), minor code: 0
Jan 31 11:57:30 whiteboard kwin_x11[2134]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42525, resource id: 46138526, major code: 18 (ChangeProperty), minor code: 0
Jan 31 11:57:34 whiteboard systemd-logind[1326]: Lid closed.
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Suspend session triggered with QMap(("Explicit", QVariant(bool, true))("Type", QVariant(uint, 1)))
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Suspend session triggered with QMap(("Explicit", QVariant(bool, true))("SkipFade", QVariant(bool, true))("Type", QVariant(uint, 1)))
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Starting Login1 suspend job
Jan 31 11:57:34 whiteboard org_kde_powerdevil[2302]: powerdevil: Pausing all media players before suspending
Jan 31 11:57:34 whiteboard kdeinit5[1991]: bluedevil: About to suspend
Jan 31 11:57:34 whiteboard ksmserver[2059]: lock called
Jan 31 11:57:34 whiteboard NetworkManager[1473]: <info> [1548961054.9755] manager: sleep: sleep requested (sleeping: no enabled: yes)
Jan 31 11:57:34 whiteboard NetworkManager[1473]: <info> [1548961054.9758] device (enp0s31f6): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 31 11:57:34 whiteboard ksmserver[2059]: Lock window Id: 23068678
Jan 31 11:57:34 whiteboard ksmserver[2059]: CreateNotify: 23068678
Jan 31 11:57:34 whiteboard ksmserver[2059]: CreateNotify: 23068680
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817412
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Qt: Session management error: networkIdsList argument is NULL
Jan 31 11:57:35 whiteboard NetworkManager[1473]: <info> [1548961055.1785] manager: NetworkManager state is now ASLEEP
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817416
Jan 31 11:57:35 whiteboard kernel: e1000e: enp0s31f6 NIC Link is Down
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817424
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817429
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Icon theme "ubuntu-mono-dark" not found.
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: Icon theme "gnome" not found.
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817431
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817433
Jan 31 11:57:35 whiteboard ksmserver[2059]: MapNotify: 60817431
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817435
Jan 31 11:57:35 whiteboard kscreenlocker_greet[4307]: UdevQt: unable to create udev monitor connection
Jan 31 11:57:35 whiteboard ksmserver[2059]: CreateNotify: 60817444
Jan 31 11:57:36 whiteboard kscreenlocker_greet[4307]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jan 31 11:57:37 whiteboard ksmserver[2059]: MapNotify: 23068678
Jan 31 11:57:37 whiteboard systemd[1]: Reached target Sleep.
Jan 31 11:57:37 whiteboard systemd[1]: Starting Suspend...
Jan 31 11:57:37 whiteboard systemd-sleep[4318]: INFO: Skip running /usr/lib/systemd/system-sleep/grub2.sleep for suspend
Jan 31 11:57:37 whiteboard systemd-sleep[4318]: Suspending system...
This is on OpenSUSE Tumbleweed, kernel version 4.20.2-1-default.
linux systemd boot opensuse thinkpad
linux systemd boot opensuse thinkpad
New contributor
rarelyNecessary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
rarelyNecessary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
rarelyNecessary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 10 mins ago
rarelyNecessaryrarelyNecessary
1
1
New contributor
rarelyNecessary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
rarelyNecessary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
rarelyNecessary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
rarelyNecessary is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f498024%2fcant-resume-after-suspend%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
rarelyNecessary is a new contributor. Be nice, and check out our Code of Conduct.
rarelyNecessary is a new contributor. Be nice, and check out our Code of Conduct.
rarelyNecessary is a new contributor. Be nice, and check out our Code of Conduct.
rarelyNecessary is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f498024%2fcant-resume-after-suspend%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