Re: rdesktop error
you need to at least provide the IP address of your server; i.e.:
./rdesktop 10.0.0.1
However, whereas i prefer the full desktop, I include the option -i; i.e.:
./rdesktop -f 10.0.0.1
Due to a licensing issue that has arisen in my environment, however, I now
have to include the -n option; i.e.:
./rdesktop -u curtis -f 10.0.0.1
Best of luck.
On Thursday 28 February 2002 05:32 am, you wrote:
> hi,
>
> i just downloaded rdesktop-1.1.0. Extracted it, and run 'make'.
> but i encountered the error below when i run "./rdesktop"
> can anyone explain what the error means and what direction
> i should take to make it work. i am running rh7.2. thanks.
>
>
> [admin@strider rdesktop-1.1.0]# ./rdesktop
> rdesktop: A Remote Desktop Protocol client.
> Version 1.1.0. Copyright (C) 1999-2001 Matt Chapman.
> See http://www.rdesktop.org/ for more information.
>
> Usage: ./rdesktop [options] server
> -u: user name
> -d: domain
> -s: shell
> -c: working directory
> -p: password (autologon)
> -n: client hostname
> -k: keyboard layout (hex)
> -g: desktop geometry (WxH)
> -f: full-screen mode
> -b: force bitmap updates
> -e: disable encryption (French TS)
> -m: do not send motion events
> -l: do not request licence
>
> [admin@strider rdesktop-1.1.0]# ./rdesktop 192.168.0.1
> rdesktop: A Remote Desktop Protocol client.
> Version 1.1.0. Copyright (C) 1999-2001 Matt Chapman.
> See http://www.rdesktop.org/ for more information.
>
> Xlib: connection to ":0.0" refused by server
> Xlib: Client is not authorized to connect to Server
> ERROR: Failed to open display
> ERROR: send: Socket operation on non-socket
Reply to: