Unable to finish setup.sh install #732
Unanswered
itp-slamand
asked this question in
Support
Replies: 1 comment 1 reply
-
|
You need to use the manual flavour |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Virtaul Machin hosted on my ProxMox. I perform all steps needed before running setup.sh script.
In winapps.conf, I tired manual and libvirt WAFLAVOR but script won't connect to tha machine.
I put the IP for RDP_IP
If I run manually the command xfreerdp3 /u:"MYUSERNAME" /v:MY_IP /p:"PASSWORD" /cert:tofu /d:"" +auto-reconnect /app:program:"C:\Windows\System32\cmd.exe"
it works like a charm
Here the result of the script :
inApps installation already present at /home/username/.local/bin/winapps-src. Updating...
Already up to date.
Installing WinApps.
Checking for existing conflicting WinApps installations... Done!
Attempting to load WinApps configuration file... Done!
Checking whether dependencies are installed... Done!
Checking for an open RDP Port on Windows... Done!
Checking for an open RDP Port on Windows... Done!
Attempting to establish a Remote Desktop connection with Windows... Failed!
ERROR: REMOTE DESKTOP PROTOCOL FAILURE.
FreeRDP failed to establish a connection with Windows.
Please view the log at /home/username/.local/share/winapps/FreeRDP_Test_20250910_1401_101274657.log.
Troubleshooting Tips:
Exiting with status '14'.
In log :
FreeRDP_Test_20250910_1401_101274657.log
[14:01:10:136] [3840:00000f00] [WARN][com.freerdp.client.common.cmdline] - [warn_credential_args]: Using /p is insecure
[14:01:10:136] [3840:00000f00] [WARN][com.freerdp.client.common.cmdline] - [warn_credential_args]: Passing credentials or secrets via command line might expose these in the process list
[14:01:10:136] [3840:00000f00] [WARN][com.freerdp.client.common.cmdline] - [warn_credential_args]: Consider using one of the following (more secure) alternatives:
[14:01:10:136] [3840:00000f00] [WARN][com.freerdp.client.common.cmdline] - [warn_credential_args]: - /args-from: pipe in arguments from stdin, file or file descriptor
[14:01:10:136] [3840:00000f00] [WARN][com.freerdp.client.common.cmdline] - [warn_credential_args]: - /from-stdin pass the credential via stdin
[14:01:10:136] [3840:00000f00] [WARN][com.freerdp.client.common.cmdline] - [warn_credential_args]: - set environment variable FREERDP_ASKPASS to have a gui tool query for credentials
[14:01:10:137] [3840:00000f04] [WARN][com.freerdp.client.x11] - [load_map_from_xkbfile]: : keycode: 0x08 -> no RDP scancode found
[14:01:10:138] [3840:00000f04] [WARN][com.freerdp.client.x11] - [load_map_from_xkbfile]: ZEHA: keycode: 0x5d -> no RDP scancode found
[14:01:10:195] [3840:00000f04] [WARN][com.freerdp.crypto] - [verify_cb]: Certificate verification failure 'self-signed certificate (18)' at stack position 0
[14:01:10:195] [3840:00000f04] [WARN][com.freerdp.crypto] - [verify_cb]: CN = Win11_24H2
[14:01:10:288] [3840:00000f04] [ERROR][com.winpr.sspi.Kerberos] - [kerberos_AcquireCredentialsHandleA]: krb5glue_get_init_creds (Client '[email protected]' not found in Kerberos database [-1765328378])
[14:01:10:377] [3840:00000f04] [ERROR][com.winpr.sspi.Kerberos] - [kerberos_AcquireCredentialsHandleA]: krb5glue_get_init_creds (Client '[email protected]' not found in Kerberos database [-1765328378])
[14:01:10:385] [3840:00000f04] [ERROR][com.freerdp.core] - [nla_recv_pdu]: ERRCONNECT_LOGON_FAILURE [0x00020014]
[14:01:10:385] [3840:00000f04] [ERROR][com.freerdp.core.rdp] - [rdp_recv_callback_int][0x555feea4f370]: CONNECTION_STATE_NLA - nla_recv_pdu() fail
[14:01:10:385] [3840:00000f04] [ERROR][com.freerdp.core.rdp] - [rdp_recv_callback_int][0x555feea4f370]: CONNECTION_STATE_NLA status STATE_RUN_FAILED [-1]
[14:01:10:385] [3840:00000f04] [ERROR][com.freerdp.core.transport] - [transport_check_fds]: transport_check_fds: transport->ReceiveCallback() - STATE_RUN_FAILED [-1]
Seem he try to connect to [email protected]. I don't know where is set.
Help will be welcome
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions