Sponsored Content
Full Discussion: rdesktop error
Operating Systems Linux rdesktop error Post 302169703 by bixca on Friday 22nd of February 2008 05:56:34 AM
Old 02-22-2008
rdesktop error

hi,
I am trying to connect from a linux box runing centos to a windows server using rdesktop-v1.3.1 but I get this error message:

ERROR: recv: Connection reset by peer

[1] Broken pipe

I have tried searching around for any possible fix for this without any success.
Other Linux boxes on our network can connect fine and our most experienced user couldn't find a solution.

After much head scratching and frustration we realise that someone with more expertise in this field may know the answer. Any help with this problem would be greatly appreciated.
Edit/Delete Message
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

rdesktop with cron

i would like to know if rdesktop can scheduled by cron to execute at specific times (1 Reply)
Discussion started by: ladnan
1 Replies

2. UNIX for Dummies Questions & Answers

problem with rdesktop

Hi Everybody.. I am using rdesktop to access my remote system( windows based)in Ubuntu.. The problem is i cant simultaneously work on the local and remote system.. to access the local system (which is Ubuntu) while working on remote desktop, firstly i have to logoff from the remote desktop,... (1 Reply)
Discussion started by: lokeshsingla
1 Replies

3. UNIX for Dummies Questions & Answers

Rdesktop failed to open keymap common#015

Hi everybody... I have installed qrdesktop(is a tool similar to rdesktop used to access remote desktop) on Ubuntu 8.10. when i am accessing the remote desktop some of the keyboard keys are not working on remote desktop like up arrow ,down arrow, left, right, delete etc. the output of tail... (5 Replies)
Discussion started by: lokeshsingla
5 Replies

4. Red Hat

Rdesktop - From Linux to Windows in VPN

Hi Gurus, I have a Linux server in a Private Network which i connect through a VPN client. This Linux server is the only server from which we have access to all other servers(Windows & Linux) in the Private Network(hitherto referred as PN). Now i want to RDP into one of the Windows boxes in... (1 Reply)
Discussion started by: Hari_Ganesh
1 Replies

5. SuSE

Rdesktop connect to opensuse, < > Key without function

Hello all. We have running one xubuntu VM on VMware. On this Desktop System 12.03 32 BIT we connect us through x2go. From this System, we go to by rdesktop to an opensuse vm. But there, our <> key does not work. It is an opensuse VM. The keyboad layout is german, 105 Keys. Any Idea? (0 Replies)
Discussion started by: ortsvorsteher
0 Replies

6. UNIX for Beginners Questions & Answers

Rdesktop - ERROR: Failed to open keymap en-us

I just updated my rdesktop to 1.8.3 from source ( on Slackware 11 ) and had troubles with arrow keys/page up/page down not working. I see this on the console: ERROR: Failed to open keymap en-us The fix is a permission change. I initially looked at /usr/share/rdesktop/keymaps and everything... (1 Reply)
Discussion started by: agentrnge
1 Replies
Net.connect(3kaya)					       Kaya module reference						Net.connect(3kaya)

NAME
Net::connect - Connect to a server SYNOPSIS
NetHandle connect( Protocol proto, String server, Int port, Bool usetls=false, [String] certfiles=[] ) ARGUMENTS
proto The network protocol to use server The hostname or IP address of the server to connect to (e.g. service.example.com , localhost or 192.168.20.25 ) port The network port to connect to usetls If this is true, and the TLS library is available, then the connection will be encrypted. This parameter may be omitted and defaults to false. certs An optional list of certificate files for TLS encrypted connections. Each file should contain one or more PEM-encoded certificates for a trusted certification authority. If this list is empty (the default), no certificate verification will be performed on encrypted con- nections, which is insecure. DESCRIPTION
Connect to a server (optionally using TLS). Returns a connection handle. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Net.NetHandle(3kaya) Net.Protocol(3kaya) Net.closeConnection(3kaya) Net.recv(3kaya) Net.shutdown(3kaya) Net.send(3kaya) Kaya October 2012 Net.connect(3kaya)
All times are GMT -4. The time now is 06:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy