Windows Remote Desktop Connection Manager session frozen
My host machine is using Remote Desktop Connection Manager (RDCM)
on Windows10
. Using RDCM
to connect to several remote machines running CentOS7
(and connecting via xrdp
(used https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-xrdp-on-centos-7-rhel-7.html to set up)) with their default Gnome desktop
GUIs. One of the sessions in RDCM
appears unresponsive to any cursor clicking.
Some info on the problem:
- The session on this problem machine appears to be frozen after several days of remaining connected and working fine (while all of the other are OK).
- When I move the cursor over this remote GUI session, the cursor changes to look like how it should in that OS, but I cannot click on anything or interact with anything in the remote desktop in any way
- (and I am unable to use the remote OS's hotkeys to try anything because they only register with my local Windows OS).
Sometimes mouse clicks will work, but when able to click, in say a text document, the key-presses seem to go unregistered.- However, I can still ssh into this machine via terminal, but would like to avoid a hard KILL of the session in the interest of saving data that is not saved in that session.
- Firewalld is inactive.
This appears to happen when connected to the remote server desktop over a period of many days where the remote server is a linux (CentOS7) box (does not appear to happen when connecting to a Windows server). I am able to log back into the linux session (after, say, the session screen goes to sleep) without problems, but once logged in can only move the cursor and clicking appears to do nothing.
Has anyone had this problem before? Any more debugging into that I should collect to make problem clearer (never used remote desktop stuff or centOS7 before)? What can be done to fix this?
remote-desktop
add a comment |
My host machine is using Remote Desktop Connection Manager (RDCM)
on Windows10
. Using RDCM
to connect to several remote machines running CentOS7
(and connecting via xrdp
(used https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-xrdp-on-centos-7-rhel-7.html to set up)) with their default Gnome desktop
GUIs. One of the sessions in RDCM
appears unresponsive to any cursor clicking.
Some info on the problem:
- The session on this problem machine appears to be frozen after several days of remaining connected and working fine (while all of the other are OK).
- When I move the cursor over this remote GUI session, the cursor changes to look like how it should in that OS, but I cannot click on anything or interact with anything in the remote desktop in any way
- (and I am unable to use the remote OS's hotkeys to try anything because they only register with my local Windows OS).
Sometimes mouse clicks will work, but when able to click, in say a text document, the key-presses seem to go unregistered.- However, I can still ssh into this machine via terminal, but would like to avoid a hard KILL of the session in the interest of saving data that is not saved in that session.
- Firewalld is inactive.
This appears to happen when connected to the remote server desktop over a period of many days where the remote server is a linux (CentOS7) box (does not appear to happen when connecting to a Windows server). I am able to log back into the linux session (after, say, the session screen goes to sleep) without problems, but once logged in can only move the cursor and clicking appears to do nothing.
Has anyone had this problem before? Any more debugging into that I should collect to make problem clearer (never used remote desktop stuff or centOS7 before)? What can be done to fix this?
remote-desktop
add a comment |
My host machine is using Remote Desktop Connection Manager (RDCM)
on Windows10
. Using RDCM
to connect to several remote machines running CentOS7
(and connecting via xrdp
(used https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-xrdp-on-centos-7-rhel-7.html to set up)) with their default Gnome desktop
GUIs. One of the sessions in RDCM
appears unresponsive to any cursor clicking.
Some info on the problem:
- The session on this problem machine appears to be frozen after several days of remaining connected and working fine (while all of the other are OK).
- When I move the cursor over this remote GUI session, the cursor changes to look like how it should in that OS, but I cannot click on anything or interact with anything in the remote desktop in any way
- (and I am unable to use the remote OS's hotkeys to try anything because they only register with my local Windows OS).
Sometimes mouse clicks will work, but when able to click, in say a text document, the key-presses seem to go unregistered.- However, I can still ssh into this machine via terminal, but would like to avoid a hard KILL of the session in the interest of saving data that is not saved in that session.
- Firewalld is inactive.
This appears to happen when connected to the remote server desktop over a period of many days where the remote server is a linux (CentOS7) box (does not appear to happen when connecting to a Windows server). I am able to log back into the linux session (after, say, the session screen goes to sleep) without problems, but once logged in can only move the cursor and clicking appears to do nothing.
Has anyone had this problem before? Any more debugging into that I should collect to make problem clearer (never used remote desktop stuff or centOS7 before)? What can be done to fix this?
remote-desktop
My host machine is using Remote Desktop Connection Manager (RDCM)
on Windows10
. Using RDCM
to connect to several remote machines running CentOS7
(and connecting via xrdp
(used https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-xrdp-on-centos-7-rhel-7.html to set up)) with their default Gnome desktop
GUIs. One of the sessions in RDCM
appears unresponsive to any cursor clicking.
Some info on the problem:
- The session on this problem machine appears to be frozen after several days of remaining connected and working fine (while all of the other are OK).
- When I move the cursor over this remote GUI session, the cursor changes to look like how it should in that OS, but I cannot click on anything or interact with anything in the remote desktop in any way
- (and I am unable to use the remote OS's hotkeys to try anything because they only register with my local Windows OS).
Sometimes mouse clicks will work, but when able to click, in say a text document, the key-presses seem to go unregistered.- However, I can still ssh into this machine via terminal, but would like to avoid a hard KILL of the session in the interest of saving data that is not saved in that session.
- Firewalld is inactive.
This appears to happen when connected to the remote server desktop over a period of many days where the remote server is a linux (CentOS7) box (does not appear to happen when connecting to a Windows server). I am able to log back into the linux session (after, say, the session screen goes to sleep) without problems, but once logged in can only move the cursor and clicking appears to do nothing.
Has anyone had this problem before? Any more debugging into that I should collect to make problem clearer (never used remote desktop stuff or centOS7 before)? What can be done to fix this?
remote-desktop
remote-desktop
edited Jan 8 at 0:10
lampShadesDrifter
asked May 29 '18 at 21:30
lampShadesDrifterlampShadesDrifter
1135
1135
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This seems to be a common issue with gnome (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675345 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173). What seems to help is using another terminal on local machine to ssh into the remote and restarting the gnome desktop manager via systemctl restart gdm.service
. After a minute or two, going back to the frozen remote desktop session, it again appears to register mouse clicks.
Other people seeming to have this same issue have also had success connecting to the remote desktop via VNC (as opposed to RDP) (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173#90):
The entire image freezes (also the video playback in VLC which was
going on). I can move the mouse around, but cannot get any
interaction. If i try to drag a window for instance, nothing seems to
happen. However... When I take over the computer with VNC (Vino), the
desktop is running perfectly fine! The video is still playing and the
window I tried to drag was actually moved.
Worst case scenario, can use a separate terminal to run pkill -KILL -u <username>
to kill all of that frozen user's sessions (note this will cause loss of unsaved data for all sessions). Can see what users are running on the server via pstree -ua
.
UPDATE:
Found more info on this problem here: https://www.fmtconsultants.com/how-to-prevent-frozen-sessions-in-remote-desktop-services-with-automatic-logout/
From the article:
Occasionally, we receive support requests from our clients to assist
with “frozen screens” while using a Remote Desktop Services (RDS)
environment. What we usually find when we look into these problems are
active running sessions with a disconnected status that continue to
consume system resources. This occurs because users are able to
disconnect from RDS by clicking on the close window icon, instead of
properly logging off from the RDS server.
Will update as I debug for better solutions
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1326991%2fwindows-remote-desktop-connection-manager-session-frozen%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
This seems to be a common issue with gnome (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675345 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173). What seems to help is using another terminal on local machine to ssh into the remote and restarting the gnome desktop manager via systemctl restart gdm.service
. After a minute or two, going back to the frozen remote desktop session, it again appears to register mouse clicks.
Other people seeming to have this same issue have also had success connecting to the remote desktop via VNC (as opposed to RDP) (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173#90):
The entire image freezes (also the video playback in VLC which was
going on). I can move the mouse around, but cannot get any
interaction. If i try to drag a window for instance, nothing seems to
happen. However... When I take over the computer with VNC (Vino), the
desktop is running perfectly fine! The video is still playing and the
window I tried to drag was actually moved.
Worst case scenario, can use a separate terminal to run pkill -KILL -u <username>
to kill all of that frozen user's sessions (note this will cause loss of unsaved data for all sessions). Can see what users are running on the server via pstree -ua
.
UPDATE:
Found more info on this problem here: https://www.fmtconsultants.com/how-to-prevent-frozen-sessions-in-remote-desktop-services-with-automatic-logout/
From the article:
Occasionally, we receive support requests from our clients to assist
with “frozen screens” while using a Remote Desktop Services (RDS)
environment. What we usually find when we look into these problems are
active running sessions with a disconnected status that continue to
consume system resources. This occurs because users are able to
disconnect from RDS by clicking on the close window icon, instead of
properly logging off from the RDS server.
Will update as I debug for better solutions
add a comment |
This seems to be a common issue with gnome (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675345 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173). What seems to help is using another terminal on local machine to ssh into the remote and restarting the gnome desktop manager via systemctl restart gdm.service
. After a minute or two, going back to the frozen remote desktop session, it again appears to register mouse clicks.
Other people seeming to have this same issue have also had success connecting to the remote desktop via VNC (as opposed to RDP) (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173#90):
The entire image freezes (also the video playback in VLC which was
going on). I can move the mouse around, but cannot get any
interaction. If i try to drag a window for instance, nothing seems to
happen. However... When I take over the computer with VNC (Vino), the
desktop is running perfectly fine! The video is still playing and the
window I tried to drag was actually moved.
Worst case scenario, can use a separate terminal to run pkill -KILL -u <username>
to kill all of that frozen user's sessions (note this will cause loss of unsaved data for all sessions). Can see what users are running on the server via pstree -ua
.
UPDATE:
Found more info on this problem here: https://www.fmtconsultants.com/how-to-prevent-frozen-sessions-in-remote-desktop-services-with-automatic-logout/
From the article:
Occasionally, we receive support requests from our clients to assist
with “frozen screens” while using a Remote Desktop Services (RDS)
environment. What we usually find when we look into these problems are
active running sessions with a disconnected status that continue to
consume system resources. This occurs because users are able to
disconnect from RDS by clicking on the close window icon, instead of
properly logging off from the RDS server.
Will update as I debug for better solutions
add a comment |
This seems to be a common issue with gnome (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675345 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173). What seems to help is using another terminal on local machine to ssh into the remote and restarting the gnome desktop manager via systemctl restart gdm.service
. After a minute or two, going back to the frozen remote desktop session, it again appears to register mouse clicks.
Other people seeming to have this same issue have also had success connecting to the remote desktop via VNC (as opposed to RDP) (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173#90):
The entire image freezes (also the video playback in VLC which was
going on). I can move the mouse around, but cannot get any
interaction. If i try to drag a window for instance, nothing seems to
happen. However... When I take over the computer with VNC (Vino), the
desktop is running perfectly fine! The video is still playing and the
window I tried to drag was actually moved.
Worst case scenario, can use a separate terminal to run pkill -KILL -u <username>
to kill all of that frozen user's sessions (note this will cause loss of unsaved data for all sessions). Can see what users are running on the server via pstree -ua
.
UPDATE:
Found more info on this problem here: https://www.fmtconsultants.com/how-to-prevent-frozen-sessions-in-remote-desktop-services-with-automatic-logout/
From the article:
Occasionally, we receive support requests from our clients to assist
with “frozen screens” while using a Remote Desktop Services (RDS)
environment. What we usually find when we look into these problems are
active running sessions with a disconnected status that continue to
consume system resources. This occurs because users are able to
disconnect from RDS by clicking on the close window icon, instead of
properly logging off from the RDS server.
Will update as I debug for better solutions
This seems to be a common issue with gnome (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675345 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173). What seems to help is using another terminal on local machine to ssh into the remote and restarting the gnome desktop manager via systemctl restart gdm.service
. After a minute or two, going back to the frozen remote desktop session, it again appears to register mouse clicks.
Other people seeming to have this same issue have also had success connecting to the remote desktop via VNC (as opposed to RDP) (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173#90):
The entire image freezes (also the video playback in VLC which was
going on). I can move the mouse around, but cannot get any
interaction. If i try to drag a window for instance, nothing seems to
happen. However... When I take over the computer with VNC (Vino), the
desktop is running perfectly fine! The video is still playing and the
window I tried to drag was actually moved.
Worst case scenario, can use a separate terminal to run pkill -KILL -u <username>
to kill all of that frozen user's sessions (note this will cause loss of unsaved data for all sessions). Can see what users are running on the server via pstree -ua
.
UPDATE:
Found more info on this problem here: https://www.fmtconsultants.com/how-to-prevent-frozen-sessions-in-remote-desktop-services-with-automatic-logout/
From the article:
Occasionally, we receive support requests from our clients to assist
with “frozen screens” while using a Remote Desktop Services (RDS)
environment. What we usually find when we look into these problems are
active running sessions with a disconnected status that continue to
consume system resources. This occurs because users are able to
disconnect from RDS by clicking on the close window icon, instead of
properly logging off from the RDS server.
Will update as I debug for better solutions
edited Jan 9 at 0:12
answered Jul 11 '18 at 21:10
lampShadesDrifterlampShadesDrifter
1135
1135
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1326991%2fwindows-remote-desktop-connection-manager-session-frozen%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