pkexec hanging in gnome 3.28 & xorg, takes forever to proceed, how to fix it?
After the OS is running for a while, it may trigger for a bug that caused pkexec
(including any application that use it, including synaptic
) to hang. This can only be recovered from relaunching OS or gnome-shell.
This is a screenshot that describe this situation:
xhost +si:localuser:root
pkexec synaptic
I remember the same error in Manjaro with gnome 3.28, it disappeared in gnome 3.30. How do I backport the fix (if there is any) to Ubuntu 18.04?
UPDATE 1
these are my desktop environment:
$ export | grep XDG_SESS
declare -x XDG_SESSION_DESKTOP="ubuntu"
declare -x XDG_SESSION_ID="1"
declare -x XDG_SESSION_TYPE="x11"
... and synaptics version
$ apt-cache policy synaptic
synaptic:
Installed: 0.84.3ubuntu1
Candidate: 0.84.3ubuntu1
Version table:
*** 0.84.3ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
peng@peng-ThinkPad-P51s:~$
18.04 synaptic pkexec deadlock
add a comment |
After the OS is running for a while, it may trigger for a bug that caused pkexec
(including any application that use it, including synaptic
) to hang. This can only be recovered from relaunching OS or gnome-shell.
This is a screenshot that describe this situation:
xhost +si:localuser:root
pkexec synaptic
I remember the same error in Manjaro with gnome 3.28, it disappeared in gnome 3.30. How do I backport the fix (if there is any) to Ubuntu 18.04?
UPDATE 1
these are my desktop environment:
$ export | grep XDG_SESS
declare -x XDG_SESSION_DESKTOP="ubuntu"
declare -x XDG_SESSION_ID="1"
declare -x XDG_SESSION_TYPE="x11"
... and synaptics version
$ apt-cache policy synaptic
synaptic:
Installed: 0.84.3ubuntu1
Candidate: 0.84.3ubuntu1
Version table:
*** 0.84.3ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
peng@peng-ThinkPad-P51s:~$
18.04 synaptic pkexec deadlock
Are you running Wayland? What graphical session do you use? Please add output ofexport | grep XDG_SESS
to the question. What is the version of Synaptics? Add output ofapt-cache policy synaptic
to the question. Have you read this Q&A? I can't reproduce your issue on clean 18.04 LTS with Unity, Ubuntu and GNOME FlashBack sessions (with all sorts of Xorg and Wayland). Do you have GNOME related PPAs?
– N0rbert
Jan 20 at 8:57
I myself sometimes cannot reproduce it, it only appears after running for a while after resuming from sleep
– tribbloid
Jan 30 at 23:28
add a comment |
After the OS is running for a while, it may trigger for a bug that caused pkexec
(including any application that use it, including synaptic
) to hang. This can only be recovered from relaunching OS or gnome-shell.
This is a screenshot that describe this situation:
xhost +si:localuser:root
pkexec synaptic
I remember the same error in Manjaro with gnome 3.28, it disappeared in gnome 3.30. How do I backport the fix (if there is any) to Ubuntu 18.04?
UPDATE 1
these are my desktop environment:
$ export | grep XDG_SESS
declare -x XDG_SESSION_DESKTOP="ubuntu"
declare -x XDG_SESSION_ID="1"
declare -x XDG_SESSION_TYPE="x11"
... and synaptics version
$ apt-cache policy synaptic
synaptic:
Installed: 0.84.3ubuntu1
Candidate: 0.84.3ubuntu1
Version table:
*** 0.84.3ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
peng@peng-ThinkPad-P51s:~$
18.04 synaptic pkexec deadlock
After the OS is running for a while, it may trigger for a bug that caused pkexec
(including any application that use it, including synaptic
) to hang. This can only be recovered from relaunching OS or gnome-shell.
This is a screenshot that describe this situation:
xhost +si:localuser:root
pkexec synaptic
I remember the same error in Manjaro with gnome 3.28, it disappeared in gnome 3.30. How do I backport the fix (if there is any) to Ubuntu 18.04?
UPDATE 1
these are my desktop environment:
$ export | grep XDG_SESS
declare -x XDG_SESSION_DESKTOP="ubuntu"
declare -x XDG_SESSION_ID="1"
declare -x XDG_SESSION_TYPE="x11"
... and synaptics version
$ apt-cache policy synaptic
synaptic:
Installed: 0.84.3ubuntu1
Candidate: 0.84.3ubuntu1
Version table:
*** 0.84.3ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
peng@peng-ThinkPad-P51s:~$
18.04 synaptic pkexec deadlock
18.04 synaptic pkexec deadlock
edited Jan 30 at 23:26
tribbloid
asked Jan 19 at 21:25
tribbloidtribbloid
1315
1315
Are you running Wayland? What graphical session do you use? Please add output ofexport | grep XDG_SESS
to the question. What is the version of Synaptics? Add output ofapt-cache policy synaptic
to the question. Have you read this Q&A? I can't reproduce your issue on clean 18.04 LTS with Unity, Ubuntu and GNOME FlashBack sessions (with all sorts of Xorg and Wayland). Do you have GNOME related PPAs?
– N0rbert
Jan 20 at 8:57
I myself sometimes cannot reproduce it, it only appears after running for a while after resuming from sleep
– tribbloid
Jan 30 at 23:28
add a comment |
Are you running Wayland? What graphical session do you use? Please add output ofexport | grep XDG_SESS
to the question. What is the version of Synaptics? Add output ofapt-cache policy synaptic
to the question. Have you read this Q&A? I can't reproduce your issue on clean 18.04 LTS with Unity, Ubuntu and GNOME FlashBack sessions (with all sorts of Xorg and Wayland). Do you have GNOME related PPAs?
– N0rbert
Jan 20 at 8:57
I myself sometimes cannot reproduce it, it only appears after running for a while after resuming from sleep
– tribbloid
Jan 30 at 23:28
Are you running Wayland? What graphical session do you use? Please add output of
export | grep XDG_SESS
to the question. What is the version of Synaptics? Add output of apt-cache policy synaptic
to the question. Have you read this Q&A? I can't reproduce your issue on clean 18.04 LTS with Unity, Ubuntu and GNOME FlashBack sessions (with all sorts of Xorg and Wayland). Do you have GNOME related PPAs?– N0rbert
Jan 20 at 8:57
Are you running Wayland? What graphical session do you use? Please add output of
export | grep XDG_SESS
to the question. What is the version of Synaptics? Add output of apt-cache policy synaptic
to the question. Have you read this Q&A? I can't reproduce your issue on clean 18.04 LTS with Unity, Ubuntu and GNOME FlashBack sessions (with all sorts of Xorg and Wayland). Do you have GNOME related PPAs?– N0rbert
Jan 20 at 8:57
I myself sometimes cannot reproduce it, it only appears after running for a while after resuming from sleep
– tribbloid
Jan 30 at 23:28
I myself sometimes cannot reproduce it, it only appears after running for a while after resuming from sleep
– tribbloid
Jan 30 at 23:28
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
});
}
});
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%2f1111216%2fpkexec-hanging-in-gnome-3-28-xorg-takes-forever-to-proceed-how-to-fix-it%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
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%2f1111216%2fpkexec-hanging-in-gnome-3-28-xorg-takes-forever-to-proceed-how-to-fix-it%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
Are you running Wayland? What graphical session do you use? Please add output of
export | grep XDG_SESS
to the question. What is the version of Synaptics? Add output ofapt-cache policy synaptic
to the question. Have you read this Q&A? I can't reproduce your issue on clean 18.04 LTS with Unity, Ubuntu and GNOME FlashBack sessions (with all sorts of Xorg and Wayland). Do you have GNOME related PPAs?– N0rbert
Jan 20 at 8:57
I myself sometimes cannot reproduce it, it only appears after running for a while after resuming from sleep
– tribbloid
Jan 30 at 23:28