Replies: 7 comments
-
Please refer to the config on the README. You're missing |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply, after adding the following line to config this is the output. |
Beta Was this translation helpful? Give feedback.
-
Please also set the domain, even if it's empty. Just keep unchanged defaults in your config anyways |
Beta Was this translation helpful? Give feedback.
-
Understood new config is as follows. RDP_USER="RDP" RDP_PASS="1234" RDP_DOMAIN="" RDP_IP="" WAFLAVOR="libvert" RDP_SCALE="100" RDP_FLAGS="/cert:tofu /sound /microphone" MULTIMON="false" DEBUG="true" AUTOPAUSE="off" AUTOPAUSE_TIME="300" FREERDP_COMMAND="" Output is still [09:24:20:435] [5201:00001452] [WARN][com.freerdp.client.xfreerdp.utils] - [run_action_script]: [ActionScript] no such script '/root/.config/freerdp/action.sh' Confirmed VM is running. [09:29:16:796] [5848:000016d9] [WARN][com.freerdp.client.xfreerdp.utils] - [run_action_script]: [ActionScript] no such script '/home/sud/.config/freerdp/action.sh' |
Beta Was this translation helpful? Give feedback.
-
Anyone else have some insight on this? |
Beta Was this translation helpful? Give feedback.
-
The xfreerdp3 command does not use the config. Either the values u, p or v are wrong. Or there is something wrong with with your VM setup. Maybe it will help to go through https://github.com/winapps-org/winapps/blob/main/docs/libvirt.md#final-configuration-steps again? |
Beta Was this translation helpful? Give feedback.
-
Did you solve this? 'libvirt' in your WA_FLAVOR is spelt incorrectly. Also, maybe try it without the additional RDP_FLAGS. Sorry for the late reply. I am trying to troubleshoot a similar issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Running into this error whenever running bin/winapps check.
[15:27:52:386] [12588:00003136] [WARN][com.freerdp.client.xfreerdp.utils] - [run_action_script]: [ActionScript] no such script '/root/.config/freerdp/action.sh'
[15:27:52:386] [12588:00003136] [WARN][com.freerdp.client.xfreerdp.utils] - [run_action_script]: [ActionScript] no such script '/root/.config/freerdp/action.sh'
[15:27:52:619] [12588:00003136] [ERROR][com.winpr.sspi.Kerberos] - [kerberos_AcquireCredentialsHandleA]: krb5_parse_name (Configuration file does not specify default realm [-1765328160])
[15:27:52:619] [12588:00003136] [ERROR][com.winpr.sspi.Kerberos] - [kerberos_AcquireCredentialsHandleA]: krb5_parse_name (Configuration file does not specify default realm [-1765328160])
[15:27:52:641] [12588:00003136] [ERROR][com.freerdp.core] - [nla_recv_pdu]: ERRCONNECT_LOGON_FAILURE [0x00020014]
[15:27:52:641] [12588:00003136] [ERROR][com.freerdp.core.rdp] - [rdp_recv_callback_int][0x55a6c6400bf0]: CONNECTION_STATE_NLA - nla_recv_pdu() fail
[15:27:52:641] [12588:00003136] [ERROR][com.freerdp.core.rdp] - [rdp_recv_callback_int][0x55a6c6400bf0]: CONNECTION_STATE_NLA status STATE_RUN_FAILED [-1]
[15:27:52:641] [12588:00003136] [ERROR][com.freerdp.core.transport] - [transport_check_fds]: transport_check_fds: transport->ReceiveCallback() - STATE_RUN_FAILED [-1]
Config file is as follows, VM is setup in KVM, any assistance would be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions