[opensuse-factory] [Tumbleweed] krdc stopped working
Unfortunately I can't say when exactly this happened, but while I was updating a Win7 laptop today I tried to log into it via krdc and that no longer works. At first I thought it was related to the new firewalld, but apparently there's some problem with Xcb? Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50790, resource id: 56623169, major code: 19 (DeleteProperty), minor code: 0 Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50800, resource id: 56623169, major code: 19 (DeleteProperty), minor code: 0 Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50801, resource id: 56623169, major code: 18 (ChangeProperty), minor code: 0 Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50802, resource id: 56623169, major code: 19 (DeleteProperty), minor code: 0 Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50803, resource id: 56623169, major code: 19 (DeleteProperty), minor code: 0 Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50804, resource id: 56623169, major code: 19 (DeleteProperty), minor code: 0 Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50805, resource id: 56623169, major code: 7 (ReparentWindow), minor code: 0 Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50806, resource id: 56623169, major code: 6 (ChangeSaveSet), minor code: 0 Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50807, resource id: 56623169, major code: 2 (ChangeWindowAttributes), minor code: 0 Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50808, resource id: 56623169, major code: 10 (UnmapWindow), minor code: 0 Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ DIY Stuff: http://Synth.Stromeko.net/DIY.html -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On středa 14. března 2018 20:08:10 CET Achim Gratz wrote:
Unfortunately I can't say when exactly this happened, but while I was updating a Win7 laptop today I tried to log into it via krdc and that no longer works. At first I thought it was related to the new firewalld, but apparently there's some problem with Xcb?
Mar 14 19:48:40 Gertrud kwin_x11[2209]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50790, resource id: 56623169, major code: 19 (DeleteProperty), minor code: 0
These are just warnings and most likely unrelated to the RDP problem. kwin_x11 is your window manager. To do its job, kwin needs to change properties of windows belonging to other applications. Rarely it may happen that the window is destroyed while kwin is trying to do something to it. It will then receive such BadWindow errors from X server. It will write those warnings to log, ignore them and continue working. So there is most likely some other problem with your RDP setup. Michal -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
четвер, 15 березня 2018 р. 10:08:08 EET Michal Srb написано:
On středa 14. března 2018 20:08:10 CET Achim Gratz wrote: So there is most likely some other problem with your RDP setup.
As a wild guess for possible "other problem" — check sound, PulseAudio doesn't work anymore (no such plugin) for quite a long time with xfreerdp, use ALSA or no sound. -- Kind regards, Mykola Krachkovsky -- Найкращі побажання, Микола Крачковський
Michal Srb writes:
These are just warnings and most likely unrelated to the RDP problem.
So where else could I look? I don't see anything in journal that seems to come from the firewalld and I don't know if it's logging elsewhere.
kwin_x11 is your window manager. To do its job, kwin needs to change properties of windows belonging to other applications. Rarely it may happen that the window is destroyed while kwin is trying to do something to it. It will then receive such BadWindow errors from X server. It will write those warnings to log, ignore them and continue working.
Well, yes, the windows gets mapped (I can even briefly see the blue background) and then it just vanishes. krdc used to complain quite a lot on the console (when started from a terminal) if it found something it didn't like, but I get absolutely no output from it now. I've just tried it without having he Windwos machine started and yes it produces those same messages, but doesn't kill the window immediately.
So there is most likely some other problem with your RDP setup.
Sigh. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Donnerstag, 15. März 2018 19:23:05 CET Achim Gratz wrote:
Michal Srb writes:
These are just warnings and most likely unrelated to the RDP problem.
So where else could I look? I don't see anything in journal that seems to come from the firewalld and I don't know if it's logging elsewhere.
kwin_x11 is your window manager. To do its job, kwin needs to change properties of windows belonging to other applications. Rarely it may happen that the window is destroyed while kwin is trying to do something to it. It will then receive such BadWindow errors from X server. It will write those warnings to log, ignore them and continue working.
Well, yes, the windows gets mapped (I can even briefly see the blue background) and then it just vanishes. krdc used to complain quite a lot on the console (when started from a terminal) if it found something it didn't like, but I get absolutely no output from it now.
Try enabling debug output using QT_LOGGING_RULES='*=true;qt.*.debug=false' krdc (qt.* is the output from Qt itself, you typically don't want this.) You can also check if there is a coredump using 'sudo coredumptcl --since yesterday list', you can debug it with 'sudo coredumpctl gdb'. Kind regards, Stefan -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 14.03.2018 20:08, Achim Gratz wrote:
Unfortunately I can't say when exactly this happened, but while I was updating a Win7 laptop today I tried to log into it via krdc and that no longer works.
According to https://bugs.kde.org/show_bug.cgi?id=391914#c1 you need a newer freerdp package when you update Windows. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 16.03.2018 09:19, Christoph Feck wrote:
On 14.03.2018 20:08, Achim Gratz wrote:
Unfortunately I can't say when exactly this happened, but while I was updating a Win7 laptop today I tried to log into it via krdc and that no longer works.
According to https://bugs.kde.org/show_bug.cgi?id=391914#c1 you need a newer freerdp package when you update Windows.
See also https://github.com/FreeRDP/Remmina/issues/1513 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Christoph Feck writes:
According to https://bugs.kde.org/show_bug.cgi?id=391914#c1 you need a newer freerdp package when you update Windows.
Oh great. At least the chance of that showing up soon in Tumbleweed is rather high, so I'm inclined to just wait it out. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Q+, Q and microQ: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am 16.03.2018 um 20:39 schrieb Achim Gratz:
Christoph Feck writes:
According to https://bugs.kde.org/show_bug.cgi?id=391914#c1 you need a newer freerdp package when you update Windows.
Oh great. At least the chance of that showing up soon in Tumbleweed is rather high, so I'm inclined to just wait it out.
Regards, Achim.
Our maintainer of freerdp knows the issue and is working on it: https://github.com/FreeRDP/FreeRDP/issues/4449#issuecomment-373288522 regards, Hendrik -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hendrik Woltersdorf writes:
Our maintainer of freerdp knows the issue and is working on it: https://github.com/FreeRDP/FreeRDP/issues/4449#issuecomment-373288522
Has that fix actually landed in Tumbleweed? I've tried to connect to my Windows7 laptop tlast weekend again after some time and it still disconnects without any error? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
середа, 15 серпня 2018 р. 21:30:57 EEST Achim Gratz написано:
Hendrik Woltersdorf writes:
Our maintainer of freerdp knows the issue and is working on it: https://github.com/FreeRDP/FreeRDP/issues/4449#issuecomment-373288522
Has that fix actually landed in Tumbleweed? I've tried to connect to my Windows7 laptop tlast weekend again after some time and it still disconnects without any error?
Regards, Achim.
Are you sure that's that issue? Personally I have no problem with KRDC/RDP, unless shared folder has directory my user has no access for writing into. As KRDC set that folder by default to /media it doesn't connect. Setting it to empty (if you have no need to share) or some folder in home folder solves the problem. -- Kind regards, Mykola Krachkovsky -- Найкращі побажання, Микола Крачковський
Mykola Krachkovsky writes:
Are you sure that's that issue? Personally I have no problem with KRDC/RDP, unless shared folder has directory my user has no access for writing into. As KRDC set that folder by default to /media it doesn't connect. Setting it to empty (if you have no need to share) or some folder in home folder solves the problem.
You are my hero. Yes, that was exactly the issue. Thank you! Now, why didn't that produce an error or a warning that is easily visible and why is that setting the default? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Waldorf MIDI Implementation & additional documentation: http://Synth.Stromeko.net/Downloads.html#WaldorfDocs -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
четвер, 16 серпня 2018 р. 21:10:24 EEST Achim Gratz написано:
Now, why didn't that produce an error or a warning that is easily visible and why is that setting the default?
Well, that's a problem, yes. And xfreerdp problem at the first place, as it doesn't say anything useful — at every error it just shows help and returns error code 0 (all is fine). -- Kind regards, Mykola Krachkovsky -- Найкращі побажання, Микола Крачковський
Am 15.08.2018 um 20:30 schrieb Achim Gratz:
Hendrik Woltersdorf writes:
Our maintainer of freerdp knows the issue and is working on it: https://github.com/FreeRDP/FreeRDP/issues/4449#issuecomment-373288522
Has that fix actually landed in Tumbleweed? I've tried to connect to my Windows7 laptop tlast weekend again after some time and it still disconnects without any error?
Regards, Achim.
I don't know about any open issues of this kind in freerdp itself. But note the KRDC issue with trying to share a not existing folder. Hendrik -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (6)
-
Achim Gratz
-
Brüns, Stefan
-
Christoph Feck
-
Hendrik Woltersdorf
-
Michal Srb
-
Mykola Krachkovsky