Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how to run freerdp
Date: Tue, 31 Aug 2021 07:48:11
Message-Id: 564b682f-4d4d-ef48-40f0-743c034edee7@web.de
In Reply to: Re: [gentoo-user] how to run freerdp by n952162
1 On 8/31/21 8:36 AM, n952162 wrote:
2 > On 8/30/21 9:29 PM, tastytea wrote:
3 >> On 2021-08-30 21:10+0200 n952162 <n952162@×××.de> wrote:
4 >>
5 >>> I just emerged freerdp-2.3.2 without issue, but there's no executable
6 >>> except /usr/bin/winpr-*, which I think just serve to set up an
7 >>> authentication system.
8 >>>
9 >>> There's no freerdp, xfreerdp, xfreerdp-server, or anything.
10 >>>
11 >>> What am I not thinking about?
12 >> I have the same version and it installed /usr/bin/xfreerdp. I guess
13 >> you are missing a useflag? I have X alsa cups ffmpeg gstreamer jpeg
14 >> pulseaudio usb xinerama xv enabled.
15 >>
16 >> Kind regards, tastytea
17 >>
18 >
19 > Ah ... I guess I'll never learn.  That did the trick, thank you.
20 >
21 >
22 > Now, though, I'm battling a different problem:
23 >
24 > [08:42:12:233] [14625:14626] [ERROR][com.freerdp.core.transport] -
25 > BIO_read returned a system error 11: Resource temporarily unavailable
26 > [08:42:12:233] [14625:14626] [ERROR][com.freerdp.core] -
27 > transport_read_layer:freerdp_set_last_error_ex
28 > ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D]
29 >
30 > It reaches the other side, because if I change the port, using some
31 > arbitrary port, I get:
32 >
33 > [08:24:20:275] [14524:14525] [ERROR][com.freerdp.core.transport] -
34 > BIO_should_retry returned a system error 32: Broken pipe
35 >
36 >
37
38 Comparing tcpdump traces of xfreerdp and rdesktop shows, I think, based
39 on the TCP flags, the same failure:
40
41 09:37:58.222556 IP client.54938 > host.ms-wbt-server: Flags [*P*.], seq
42 1:46, ack 1, win 502, options [nop,nop,TS val 2653789238 ecr
43 2608962080], length 45
44
45     09:37:58.222713 IP host.ms-wbt-server > client.54938: Flags [.],
46 ack 46, win 509, options [nop,nop,TS val 2608962080 ecr 2653789238],
47 length 0
48
49     09:37:58.222822 IP host.ms-wbt-server > client.54938: Flags [*F*.],
50 seq 1, ack 46, win 509, options [nop,nop,TS val 2608962080 ecr
51 2653789238], length 0
52
53     09:37:58.222841 IP host.ms-wbt-server > client.54938: Flags [*R*.],
54 seq 2, ack 46, win 509, options [nop,nop,TS val 2608962080 ecr
55 2653789238], length 0
56
57 That would be PSH, FIN, RST?
58
59 The port on the host only appears when I enable the remote console on
60 the vm in VirtualBox.
61
62 The authentication is External:
63
64 VRDE:                        enabled (Address 0.0.0.0, Ports 3389,
65 MultiConn: off, ReuseSingleConn: off, Authentication type: external)
66 VRDE port:                   3389
67
68 So, I guess this isn't an xfreerdp issue...
69
70
71 So, now that I've emerged xfreerdb, is there a reason it's better than
72 rdesktop?

Replies

Subject Author
Re: [gentoo-user] how to run freerdp n952162 <n952162@×××.de>