|
From: Jeff C. <je...@de...> - 2010-10-05 20:22:11
|
Hello all. I have been using Remmina to manage a couple of RDP connections. Earlier today, Remmina wouldn't redraw and the connection it was managing was hung. I said killall remmina and the RDP window and Remmina both closed. I tried to restart Remmina and now it just hangs on start and never draws a window. I have tried connecting from the commandline with remmina -c .remmina/###.remmina, but that has had the same effect. Here is the console output: [jeff@arch ~]$ remmina Remmina plugin telepathy (type=Entry) registered. Remmina plugin RDP (type=Protocol) registered. Remmina plugin RDPF (type=File) registered. Remmina plugin RDPS (type=Preference) registered. xkbLayout: us xkbVariant: xkbLayout: us xkbVariant: find_keyboard_layout_in_xorg_rules: 409 detect_keyboard_layout_from_locale: 409 Using US (0x00000409) Loading keymap evdev xkbfilepath: /usr/share/freerdp/keymaps/evdev Loading keymap aliases(qwerty) xkbfilepath: /usr/share/freerdp/keymaps/aliases kbd_init: detect_and_load_keyboard returned 1033 Remmina plugin XDMCP (type=Protocol) registered. NX: detected keyboard type evdev/us Remmina plugin NX (type=Protocol) registered. Remmina plugin VNC (type=Protocol) registered. Remmina plugin VNCI (type=Protocol) registered. Remmina plugin SFTP (type=Protocol) registered. Remmina plugin SSH (type=Protocol) registered. and it stops there. strace shows us waiting on a futex call there: mprotect(0x7f6d1c000000, 135168, PROT_READ|PROT_WRITE) = 0 write(8, "A", 1) = 1 futex(0x21b1ca8, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x21b2960, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x21a7620, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x20ed800, FUTEX_WAIT_PRIVATE, 2, NULL I have just upgraded to Gnome 2.32. Perhaps I have an outdated version of remmina, I don't remember or know if this is included in Arch's regularly updated repos or from AUR. I will try rebuilding/reinstalling from AUR. Any help appreciated. Thanks Jeff Cook |