Hi,
I'm trying to make a thin client (hp t5720) that can RDP into both my servers Windows 2008 & Windows 2012 R2 with NLA
Now i have freerdp running but with the Windows 2008 i seem to get kicked out immediately. ( if i'm also logged in with a other pc on this server i see i get kicked out, meaning that it logges in right)
I get the following on TC:
root@box:/home/tc# xfreerdp /u:Username /p:password /d:domein /sec:rdp /v:server -cert-ignore
error:
sh: xprop: not found
sh: xprop: not found
Warning xf_GetWindowProperty (177): Property (173 does not exist
connect to server:3389
Unable to detect time zone
XInput extension not available.
Xlib: extension :XVideo" missing on display "0.0".
Illegal instruction
for the Windows 2012 R2 with NLA server i put in the following.
root@box:/home/tc# xfreerdp /u:Username /p:password /d:domein /sec:nla /v:server -cert-ignore
error:
sh: xprop: not found
sh: xprop: not found
Warning xf_GetWindowProperty (177): Property (173 does not exist
connect to server:3389
creating directory /root/.config/freerdp/
creating directory /root/.config/freerdp/certs
creating directory /root/.config/freerdp/server
certificate_store_open: error opening [/root/.config/freerdp/known_hosts] for writing
SSL_read: Failure in SSL library (protocol error?)
SSL_read: error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded
I'm fairly new to linux and especially to TC on a thinclient.
Hopefully someone can help me, many thanks