xfreerdp keeps disconnecting

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












2















I'm logging into an rdp environment using Linux.



Everything works fine if the session is constantly in use. However, if the user walks away from his/her desk, and comes back say 5 minutes later, the session has automatically closed, and the user has to connect again.



Anyway to stop this from happening?




The terminal shows the following message when the session is closed:



rpc_client_on_fragment_receiving_event: Receiving Out-of_sequence RTS PDU
Network disconenct!
Failed to check FreeRDP file descriptor









share|improve this question
























  • Can you check if any error messages are being displayed on the terminal after the session gets closed.

    – beginer
    Jul 15 '14 at 9:13











  • @beginer, I've added the details you requested to the question.

    – oshirowanen
    Jul 15 '14 at 9:21











  • Have you strace ? Post it's output via pastebin

    – SHW
    Jul 19 '14 at 8:38











  • @SHW, how do I use strace. Do I type strace in the terminal and then run the rds command?

    – oshirowanen
    Jul 24 '14 at 10:09











  • It might be useful: github.com/FreeRDP/FreeRDP/issues/1202 info about patch sounds promising.

    – greenoldman
    Feb 23 '15 at 13:19















2















I'm logging into an rdp environment using Linux.



Everything works fine if the session is constantly in use. However, if the user walks away from his/her desk, and comes back say 5 minutes later, the session has automatically closed, and the user has to connect again.



Anyway to stop this from happening?




The terminal shows the following message when the session is closed:



rpc_client_on_fragment_receiving_event: Receiving Out-of_sequence RTS PDU
Network disconenct!
Failed to check FreeRDP file descriptor









share|improve this question
























  • Can you check if any error messages are being displayed on the terminal after the session gets closed.

    – beginer
    Jul 15 '14 at 9:13











  • @beginer, I've added the details you requested to the question.

    – oshirowanen
    Jul 15 '14 at 9:21











  • Have you strace ? Post it's output via pastebin

    – SHW
    Jul 19 '14 at 8:38











  • @SHW, how do I use strace. Do I type strace in the terminal and then run the rds command?

    – oshirowanen
    Jul 24 '14 at 10:09











  • It might be useful: github.com/FreeRDP/FreeRDP/issues/1202 info about patch sounds promising.

    – greenoldman
    Feb 23 '15 at 13:19













2












2








2


1






I'm logging into an rdp environment using Linux.



Everything works fine if the session is constantly in use. However, if the user walks away from his/her desk, and comes back say 5 minutes later, the session has automatically closed, and the user has to connect again.



Anyway to stop this from happening?




The terminal shows the following message when the session is closed:



rpc_client_on_fragment_receiving_event: Receiving Out-of_sequence RTS PDU
Network disconenct!
Failed to check FreeRDP file descriptor









share|improve this question
















I'm logging into an rdp environment using Linux.



Everything works fine if the session is constantly in use. However, if the user walks away from his/her desk, and comes back say 5 minutes later, the session has automatically closed, and the user has to connect again.



Anyway to stop this from happening?




The terminal shows the following message when the session is closed:



rpc_client_on_fragment_receiving_event: Receiving Out-of_sequence RTS PDU
Network disconenct!
Failed to check FreeRDP file descriptor






linux freerdp






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 15 '14 at 9:20







oshirowanen

















asked Jul 15 '14 at 8:57









oshirowanenoshirowanen

439102757




439102757












  • Can you check if any error messages are being displayed on the terminal after the session gets closed.

    – beginer
    Jul 15 '14 at 9:13











  • @beginer, I've added the details you requested to the question.

    – oshirowanen
    Jul 15 '14 at 9:21











  • Have you strace ? Post it's output via pastebin

    – SHW
    Jul 19 '14 at 8:38











  • @SHW, how do I use strace. Do I type strace in the terminal and then run the rds command?

    – oshirowanen
    Jul 24 '14 at 10:09











  • It might be useful: github.com/FreeRDP/FreeRDP/issues/1202 info about patch sounds promising.

    – greenoldman
    Feb 23 '15 at 13:19

















  • Can you check if any error messages are being displayed on the terminal after the session gets closed.

    – beginer
    Jul 15 '14 at 9:13











  • @beginer, I've added the details you requested to the question.

    – oshirowanen
    Jul 15 '14 at 9:21











  • Have you strace ? Post it's output via pastebin

    – SHW
    Jul 19 '14 at 8:38











  • @SHW, how do I use strace. Do I type strace in the terminal and then run the rds command?

    – oshirowanen
    Jul 24 '14 at 10:09











  • It might be useful: github.com/FreeRDP/FreeRDP/issues/1202 info about patch sounds promising.

    – greenoldman
    Feb 23 '15 at 13:19
















Can you check if any error messages are being displayed on the terminal after the session gets closed.

– beginer
Jul 15 '14 at 9:13





Can you check if any error messages are being displayed on the terminal after the session gets closed.

– beginer
Jul 15 '14 at 9:13













@beginer, I've added the details you requested to the question.

– oshirowanen
Jul 15 '14 at 9:21





@beginer, I've added the details you requested to the question.

– oshirowanen
Jul 15 '14 at 9:21













Have you strace ? Post it's output via pastebin

– SHW
Jul 19 '14 at 8:38





Have you strace ? Post it's output via pastebin

– SHW
Jul 19 '14 at 8:38













@SHW, how do I use strace. Do I type strace in the terminal and then run the rds command?

– oshirowanen
Jul 24 '14 at 10:09





@SHW, how do I use strace. Do I type strace in the terminal and then run the rds command?

– oshirowanen
Jul 24 '14 at 10:09













It might be useful: github.com/FreeRDP/FreeRDP/issues/1202 info about patch sounds promising.

– greenoldman
Feb 23 '15 at 13:19





It might be useful: github.com/FreeRDP/FreeRDP/issues/1202 info about patch sounds promising.

– greenoldman
Feb 23 '15 at 13:19










1 Answer
1






active

oldest

votes


















0














Are you aware of any network firewall in the path? That's usually the problem when a connection stays idle for too long - network equipment may terminate the connection.



I can't seem to find decent documentation on the internet about xfreerdp. Sending keep-alive probes or auto-reconnecting usually solve that problem, but it looks like xfreerdp supports neither.



Have you considered switching to remmina?






share|improve this answer























  • Yes, firewalls are in the path. I can't switch to remmina because it does not support TSG (Terminal Services Gateway for RDS).

    – oshirowanen
    Jul 22 '14 at 7:28










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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f144595%2fxfreerdp-keeps-disconnecting%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









0














Are you aware of any network firewall in the path? That's usually the problem when a connection stays idle for too long - network equipment may terminate the connection.



I can't seem to find decent documentation on the internet about xfreerdp. Sending keep-alive probes or auto-reconnecting usually solve that problem, but it looks like xfreerdp supports neither.



Have you considered switching to remmina?






share|improve this answer























  • Yes, firewalls are in the path. I can't switch to remmina because it does not support TSG (Terminal Services Gateway for RDS).

    – oshirowanen
    Jul 22 '14 at 7:28















0














Are you aware of any network firewall in the path? That's usually the problem when a connection stays idle for too long - network equipment may terminate the connection.



I can't seem to find decent documentation on the internet about xfreerdp. Sending keep-alive probes or auto-reconnecting usually solve that problem, but it looks like xfreerdp supports neither.



Have you considered switching to remmina?






share|improve this answer























  • Yes, firewalls are in the path. I can't switch to remmina because it does not support TSG (Terminal Services Gateway for RDS).

    – oshirowanen
    Jul 22 '14 at 7:28













0












0








0







Are you aware of any network firewall in the path? That's usually the problem when a connection stays idle for too long - network equipment may terminate the connection.



I can't seem to find decent documentation on the internet about xfreerdp. Sending keep-alive probes or auto-reconnecting usually solve that problem, but it looks like xfreerdp supports neither.



Have you considered switching to remmina?






share|improve this answer













Are you aware of any network firewall in the path? That's usually the problem when a connection stays idle for too long - network equipment may terminate the connection.



I can't seem to find decent documentation on the internet about xfreerdp. Sending keep-alive probes or auto-reconnecting usually solve that problem, but it looks like xfreerdp supports neither.



Have you considered switching to remmina?







share|improve this answer












share|improve this answer



share|improve this answer










answered Jul 19 '14 at 4:02









Valmiky ArquissandasValmiky Arquissandas

306210




306210












  • Yes, firewalls are in the path. I can't switch to remmina because it does not support TSG (Terminal Services Gateway for RDS).

    – oshirowanen
    Jul 22 '14 at 7:28

















  • Yes, firewalls are in the path. I can't switch to remmina because it does not support TSG (Terminal Services Gateway for RDS).

    – oshirowanen
    Jul 22 '14 at 7:28
















Yes, firewalls are in the path. I can't switch to remmina because it does not support TSG (Terminal Services Gateway for RDS).

– oshirowanen
Jul 22 '14 at 7:28





Yes, firewalls are in the path. I can't switch to remmina because it does not support TSG (Terminal Services Gateway for RDS).

– oshirowanen
Jul 22 '14 at 7:28

















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f144595%2fxfreerdp-keeps-disconnecting%23new-answer', 'question_page');

);

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






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay