[kde3][TW] recurring meaningless kdmrc changes
# diff -u kdmrc.bak kdmrc --- kdmrc.bak 2022-04-28 01:53:02.000000000 -0400 +++ kdmrc 2022-06-04 23:09:01.000000000 -0400 @@ -284,13 +284,13 @@ # Whether KDM's built-in utmp/wtmp/lastlog registration should be used. # Default is true #UseSessReg=false +# Which X-authorization mechanisms should be used. +# Default is "MIT-MAGIC-COOKIE-1" +AuthNames=MIT-MAGIC-COOKIE-1 # Restart instead of resetting the local X-server after session exit. # Use it if the server leaks memory etc. # Default is false TerminateServer=false -# Which X-authorization mechanisms should be used. -# Default is "MIT-MAGIC-COOKIE-1" -AuthNames=MIT-MAGIC-COOKIE-1 # Greeter config for all displays [X-*-Greeter] @@ -573,9 +573,9 @@ # See above ClientLogFile=.xsession-errors # See above -TerminateServer=true -# See above Authorize=true +# See above +TerminateServer=true # Greeter config for 1st local display [X-:0-Greeter] @@ -593,12 +593,12 @@ # Default is "" LogSource=/dev/xconsole -[X-:93-Core] -# See above -TerminateServer=true +[X-:1-Core] # See above Authorize=true -[X-:1-Core] +[X-:93-Core] # See above Authorize=true +# See above +TerminateServer=true # What causes this recurring nonsense? Am I missing something? These changes are all meaningless AFAICT. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 6/4/22 22:23, Felix Miata wrote:
# diff -u kdmrc.bak kdmrc --- kdmrc.bak 2022-04-28 01:53:02.000000000 -0400 +++ kdmrc 2022-06-04 23:09:01.000000000 -0400 @@ -284,13 +284,13 @@ # Whether KDM's built-in utmp/wtmp/lastlog registration should be used. # Default is true #UseSessReg=false +# Which X-authorization mechanisms should be used. +# Default is "MIT-MAGIC-COOKIE-1" +AuthNames=MIT-MAGIC-COOKIE-1 # Restart instead of resetting the local X-server after session exit. # Use it if the server leaks memory etc. # Default is false TerminateServer=false -# Which X-authorization mechanisms should be used. -# Default is "MIT-MAGIC-COOKIE-1" -AuthNames=MIT-MAGIC-COOKIE-1
# Greeter config for all displays [X-*-Greeter] @@ -573,9 +573,9 @@ # See above ClientLogFile=.xsession-errors # See above -TerminateServer=true -# See above Authorize=true +# See above +TerminateServer=true
# Greeter config for 1st local display [X-:0-Greeter] @@ -593,12 +593,12 @@ # Default is "" LogSource=/dev/xconsole
-[X-:93-Core] -# See above -TerminateServer=true +[X-:1-Core] # See above Authorize=true
-[X-:1-Core] +[X-:93-Core] # See above Authorize=true +# See above +TerminateServer=true #
What causes this recurring nonsense? Am I missing something? These changes are all meaningless AFAICT.
I don't get the kdmrc noise, the only recurring nonsense I see is: ###!!! [Parent][DispatchAsyncMessage] Error: PClientManager::Msg_ExpectFutureClientSource Processing error: message was deserialized, but the handler returned false (indicating failure) IPDL protocol error: Handler returned error code! I haven't looked into it yet, in fact I've never seen it before, so I'm not sure what the culprit is. .xsession-errors grows to about 24k over 24 hours or so. My kdmrc is: [General] ConfigVersion=2.3 SUSEConfigVersion=2 StaticServers=:0 ReserveServers=:1,:2,:3 ServerVTs=-7 ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6 [Xdmcp] [Shutdown] [X-*-Core] ClientLogFile=.xsession-errors-%s TerminateServer=false AuthNames=MIT-MAGIC-COOKIE-1 [X-*-Greeter] LogoPixmap=/opt/kde3/share/apps/kdm/pics/kdelogo.png StdFont=Sans Serif,10,-1,5,50,0,0,0,0,0 FailFont=Sans Serif,10,-1,5,75,0,0,0,0,0 ShowUsers=NotHidden HiddenUsers=root MinShowUID=1000 MaxShowUID=65000 UseBackground=true BackgroundCfg=/opt/kde3/share/config/kdm/backgroundrc AuthComplain=false ForgingSeed=1650542400 Theme=/opt/kde3/share/apps/kdm/themes/kdedigital_kdm [X-:*-Core] ServerArgsLocal=-nolisten tcp AllowShutdown=All [X-:*-Greeter] PreselectUser=Previous FocusPasswd=true LoginMode=DefaultLocal AllowClose=false [X-:0-Core] AllowSuspend=All ClientLogFile=.xsession-errors TerminateServer=true Authorize=true [X-:0-Greeter] LogSource=/dev/xconsole [X-:93-Core] TerminateServer=true Authorize=true [X-:1-Core] Authorize=true -- David C. Rankin, J.D.,P.E.
On 6/4/22 23:03, David C. Rankin wrote:
On 6/4/22 22:23, Felix Miata wrote:
What causes this recurring nonsense? Am I missing something? These changes are all meaningless AFAICT.
I don't get the kdmrc noise, the only recurring nonsense I see is:
###!!! [Parent][DispatchAsyncMessage] Error: PClientManager::Msg_ExpectFutureClientSource Processing error: message was deserialized, but the handler returned false (indicating failure)
IPDL protocol error: Handler returned error code!
This is a Thunderbird error: https://bugzilla.mozilla.org/show_bug.cgi?id=1727509 -- David C. Rankin, J.D.,P.E.
participants (3)
-
David C. Rankin
-
David C. Rankin
-
Felix Miata