[opensuse-kde3] no session start in TW20190721 32bit
There was an error setting up inter-process communications for KDE. The message returned by the system was: Could not read network connection list: /root/.DCOPserver_gx27c_0 Please check that the "dcopserver" program is running. Force reinstalling kdelibs3 didn't help. Running zypper ve didn't help. /root/.DCOPserver_gx27c_0 doesn't exist, nor anything similar. Happens whether via kdm or startx. -- Evolution as taught in public schools is religion, not science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/
On 07/23/2019 12:02 AM, Felix Miata wrote:
There was an error setting up inter-process communications for KDE. The message returned by the system was:
Could not read network connection list: /root/.DCOPserver_gx27c_0
Please check that the "dcopserver" program is running.
Force reinstalling kdelibs3 didn't help. Running zypper ve didn't help. /root/.DCOPserver_gx27c_0 doesn't exist, nor anything similar.
Happens whether via kdm or startx.
This is a problem that effects not just suse/KDE3, but trinity as well. See the thread: [trinity-users] Trinity won't start after updating Arch Linux which describes the exact same thing. So there is some new version of something that is screwing up dcopserver and it's ability to create ICEauthority. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
On 07/23/2019 12:28 AM, David C. Rankin wrote:
On 07/23/2019 12:02 AM, Felix Miata wrote:
There was an error setting up inter-process communications for KDE. The message returned by the system was:
Could not read network connection list: /root/.DCOPserver_gx27c_0
Please check that the "dcopserver" program is running.
Force reinstalling kdelibs3 didn't help. Running zypper ve didn't help. /root/.DCOPserver_gx27c_0 doesn't exist, nor anything similar.
Happens whether via kdm or startx.
This is a problem that effects not just suse/KDE3, but trinity as well. See the thread: [trinity-users] Trinity won't start after updating Arch Linux which describes the exact same thing.
So there is some new version of something that is screwing up dcopserver and it's ability to create ICEauthority.
Last message in thread found the problem for TDE, I suspect it is the same for tumbleweed: By: Lucas dos Santos I did some more tests and finally found the culprit: it was libice package! Instead upgrading the system at once, I upgraded package after package, one after one, until I find out which one was causing the problem. When I upgraded libice-1.0.9-2 to libice-1.0.10-1 I couldn't start Trinity. Once I downgraded it back to 1.0.9-2 Trinity worked normally again. For now I will keep the old version of libice in my system. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
David C. Rankin composed on 2019-07-23 00:32 (UTC-0500):
By: Lucas dos Santos
I did some more tests and finally found the culprit: it was libice package!
Instead upgrading the system at once, I upgraded package after package, one after one, until I find out which one was causing the problem. When I upgraded libice-1.0.9-2 to libice-1.0.10-1 I couldn't start Trinity. Once I downgraded it back to 1.0.9-2 Trinity worked normally again.
For now I will keep the old version of libice in my system.
It's too late here. # rpmrebuild libICE6-1.0.9-4.7.x86_64 (GenRpmQf) remove tag line ENHANCESFLAGS (GenRpmQf) remove tag line ENHANCESNAME (GenRpmQf) remove tag line ENHANCESVERSION (GenRpmQf) remove tag line SUGGESTSFLAGS (GenRpmQf) remove tag line SUGGESTSNAME (GenRpmQf) remove tag line SUGGESTSVERSION rpm: -bb: unknown option /usr/lib/rpmrebuild/rpmrebuild.sh: ERROR: package 'libICE6-1.0.9-4.7.x86_64' build failed Any suggestions for retrofitting? -- Evolution as taught in public schools is religion, not science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
Felix Miata composed on 2019-07-23 10:55 (UTC-0400):
David C. Rankin composed on 2019-07-23 00:32 (UTC-0500):
For now I will keep the old version of libice in my system.
It's too late here.
# rpmrebuild libICE6-1.0.9-4.7.x86_64 (GenRpmQf) remove tag line ENHANCESFLAGS (GenRpmQf) remove tag line ENHANCESNAME (GenRpmQf) remove tag line ENHANCESVERSION (GenRpmQf) remove tag line SUGGESTSFLAGS (GenRpmQf) remove tag line SUGGESTSNAME (GenRpmQf) remove tag line SUGGESTSVERSION rpm: -bb: unknown option /usr/lib/rpmrebuild/rpmrebuild.sh: ERROR: package 'libICE6-1.0.9-4.7.x86_64' build failed
Any suggestions for retrofitting?
NVM, it worked on 32bit where I actually needed it: http://fm.no-ip.com/Share/Linux/libICE6-1.0.9-4.7.i586.rpm https://bugzilla.opensuse.org/show_bug.cgi?id=1142530 filed. -- Evolution as taught in public schools is religion, not science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
On 07/23/2019 10:47 AM, Felix Miata wrote:
Any suggestions for retrofitting? NVM, it worked on 32bit where I actually needed it: http://fm.no-ip.com/Share/Linux/libICE6-1.0.9-4.7.i586.rpm
https://bugzilla.opensuse.org/show_bug.cgi?id=1142530 filed.
Great job Felix! I suspect there is a new change in libice that (un)intentionally breaks the way KDE3 communicates with it. It will probably be a matter of seeing "What changed?" and then either reversing that part that breaks KDE3 of patching whatever part of KDE3 does the ICEauthority auth to work with the new way of doing it. Hopefully your bug will get someone who knows what changed and a quick fix instead of me taking hours to find out how (whatever it is) worked to begin with, and then what changed. What someone knowledgeable about the libice change can fix in 10 minutes would take the rest of us 10 hours to fumble through.... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
participants (2)
-
David C. Rankin
-
Felix Miata