You are not logged in.

#1 2019-06-19 09:14:54

xxdoctorhousexx
Member
Registered: 2016-05-30
Posts: 21

Remmina issue: connection to RDP server 192.168.1.193 failed

Hi everyone,

I am having some issues with remmina as it doesn't connect to my Windows 2012 servers anymore. I have tried cleaning up the installation of both remmina and freerdp but so far no joy. The strange thing is that if I launch it as root it works while if i launch it as a normal user it doesn't. I am posting the logs of both cases:

When it works:

[root@asusnotebook storm]# remmina
[glibsecret] unable to get secret service: The connection is closed
Plugin entry returned false: /usr/lib/remmina/plugins/remmina-plugin-secret.so.
Failed to load plugin: /usr/lib/remmina/plugins/remmina-plugin-spice.so.
Error: libspice-client-gtk-3.0.so.5: cannot open shared object file: No such file or directory
StatusNotifier/Appindicator support: not supported by desktop. Remmina will try to fallback to GtkStatusIcon/xembed
WARNING: Remmina is running with a secret plugin, but it cannot connect to a secret service.

(org.remmina.Remmina:6256): Gtk-WARNING **: 10:27:13.101: gtk_menu_attach_to_widget(): menu already attached to GtkMenuItem
WARNING: unable to load remmina profile file /root/.config/remmina/remmina.pref: cannot find key name= in section remmina.
[10:27:27:081] [6256:6267] [INFO][com.freerdp.client.common.cmdline] - loading channelEx cliprdr
[10:27:27:081] [6256:6267] [INFO][com.freerdp.client.common.cmdline] - loading channelEx drdynvc
[10:27:27:176] [6256:6267] [INFO][com.freerdp.crypto] - creating directory /root/.config/freerdp
[10:27:27:176] [6256:6267] [INFO][com.freerdp.crypto] - creating directory [/root/.config/freerdp/certs]
[10:27:27:176] [6256:6267] [INFO][com.freerdp.crypto] - created directory [/root/.config/freerdp/server]
[10:27:27:284] [6256:6267] [ERROR][com.freerdp.crypto] - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[10:27:27:284] [6256:6267] [ERROR][com.freerdp.crypto] - @           WARNING: CERTIFICATE NAME MISMATCH!           @
[10:27:27:284] [6256:6267] [ERROR][com.freerdp.crypto] - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[10:27:27:284] [6256:6267] [ERROR][com.freerdp.crypto] - The hostname used for this connection (OBSCURED) 
[10:27:27:285] [6256:6267] [ERROR][com.freerdp.crypto] - does not match the name given in the certificate:
[10:27:27:285] [6256:6267] [ERROR][com.freerdp.crypto] - Common Name (CN):
[10:27:27:285] [6256:6267] [ERROR][com.freerdp.crypto] -        BCK.OBSCURED.OBSCURED
[10:27:27:285] [6256:6267] [ERROR][com.freerdp.crypto] - A valid certificate for the wrong name should NOT be trusted!

(org.remmina.Remmina:6256): Gtk-WARNING **: 10:27:29.098: ../gtk/gtk/gtkwidget.c:8629: widget not within a GtkWindow
[10:28:20:024] [6256:6267] [ERROR][com.winpr.sspi.Kerberos] - error while getting credentials
[10:28:20:024] [6256:6267] [ERROR][com.winpr.sspi.Kerberos] - Kerberos credentials not found and could not be acquired
[10:28:20:024] [6256:6267] [WARN][com.winpr.negotiate] - No Kerberos credentials. Retry with NTLM
[10:28:20:024] [6256:6267] [WARN][com.winpr.sspi] - InitializeSecurityContextA status SEC_E_NO_CREDENTIALS [0x8009030E]
[10:28:20:585] [6256:6267] [INFO][com.freerdp.gdi] - Local framebuffer format  PIXEL_FORMAT_BGRA32
[10:28:20:585] [6256:6267] [INFO][com.freerdp.gdi] - Remote framebuffer format PIXEL_FORMAT_BGRA32
[10:28:20:585] [6256:6267] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel rdpgfx
[10:28:20:585] [6256:6267] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel disp

(org.remmina.Remmina:6256): GLib-GObject-WARNING **: 10:28:54.680: instance with invalid (NULL) class pointer

(org.remmina.Remmina:6256): GLib-GObject-CRITICAL **: 10:28:54.680: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(org.remmina.Remmina:6256): Gtk-CRITICAL **: 10:28:54.680: gtk_menu_detach: assertion 'GTK_IS_MENU (menu)' failed

And here is when it doesn't:

[storm@asusnotebook ~]$ remmina

(org.remmina.Remmina:6306): libsecret-CRITICAL **: 10:29:17.105: secret_service_load_collections_sync: assertion 'paths != NULL' failed
[glibsecret] unable to get secret service: Unknown error.
Plugin entry returned false: /usr/lib/remmina/plugins/remmina-plugin-secret.so.
Failed to load plugin: /usr/lib/remmina/plugins/remmina-plugin-spice.so.
Error: libspice-client-gtk-3.0.so.5: cannot open shared object file: No such file or directory
StatusNotifier/Appindicator support: your desktop does support it, but you did not compile remmina with cmake’s -DWITH_APPINDICATOR=on
WARNING: Remmina is running with a secret plugin, but it cannot connect to a secret service.

(org.remmina.Remmina:6306): Gtk-WARNING **: 10:29:17.191: gtk_menu_attach_to_widget(): menu already attached to GtkMenuItem
[10:29:48:149] [6306:6316] [INFO][com.freerdp.client.common.cmdline] - loading channelEx cliprdr
[10:29:48:149] [6306:6316] [INFO][com.freerdp.client.common.cmdline] - loading channelEx drdynvc
[10:30:03:164] [6306:6316] [ERROR][com.freerdp.core] - freerdp_set_last_error ERRCONNECT_CONNECT_FAILED [0x00020006]
[10:30:03:164] [6306:6316] [ERROR][com.freerdp.core] - failed to connect to OBSCURED

Ii have tried this https://unix.stackexchange.com/question … -restarted with no joy

KRDC seems to work so it doesn't look like one of those freeRDP bugs (assuming KRDC is actually using it)

I am a little bit at a loss here. any input will be followed and appreciated. If you have any alternative to Remmina or KRDC I am willing to try them on.

Thank you so much

Last edited by xxdoctorhousexx (2019-06-19 09:18:58)

Offline

#2 2019-06-22 02:38:34

shihjay2
Member
Registered: 2017-07-05
Posts: 16

Re: Remmina issue: connection to RDP server 192.168.1.193 failed

I had the same issue (Kerberos credentials not found and could not be acquired for Windows 2012 servers). I found out the issue was related to a flag that got turned on since freerdp 1:2.0.0_rc4-5.  To fix it, you'll need to build the package from source and change -DWITH_GSSAPI=ON to -DWITH_GSSAPI=OFF in the PKGBUILD.

Offline

#3 2019-06-23 01:27:09

stanna
Member
From: melb.au
Registered: 2017-03-24
Posts: 99

Re: Remmina issue: connection to RDP server 192.168.1.193 failed

same issue here. rolling back to freerdp 1:2.0.0_rc4-4 resolved it for me

Offline

#4 2019-07-12 21:16:13

matmoul
Member
Registered: 2015-08-31
Posts: 21

Re: Remmina issue: connection to RDP server 192.168.1.193 failed

It's been a month since it does not work anymore without downgrade ...

Is it an issue of Freerdp or Remmina?

We must inform the right maintainer...

Offline

#5 2019-07-13 00:43:22

loqs
Member
Registered: 2014-03-06
Posts: 17,326

Offline

#6 2019-07-13 13:41:04

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: Remmina issue: connection to RDP server 192.168.1.193 failed

I was able to connect after changing the security to TLS.


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#7 2019-07-15 07:17:32

majed17
Member
Registered: 2018-12-11
Posts: 37

Re: Remmina issue: connection to RDP server 192.168.1.193 failed

i can't rdp more than once without restarting the program. annoying...

Offline

#8 2019-07-16 10:50:07

alligate
Member
Registered: 2019-07-16
Posts: 4

Re: Remmina issue: connection to RDP server 192.168.1.193 failed

Me too, only work once after reboot

Offline

#9 2019-07-16 18:08:09

matmoul
Member
Registered: 2015-08-31
Posts: 21

Re: Remmina issue: connection to RDP server 192.168.1.193 failed

@loqs Thanks for the links... Now waiting for a fixed new release
@loafer Thanks for the temporary workaround, it seem to work for me

Offline

Board footer

Powered by FluxBB