<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6234&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Dozens of lxqt-config-monitor processes are started]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6234</link>
		<description><![CDATA[The most recent posts in Dozens of lxqt-config-monitor processes are started.]]></description>
		<lastBuildDate>Fri, 15 Dec 2023 16:57:59 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46251#p46251</link>
			<description><![CDATA[<p>Good. I hope that gets a response, I&#039;ve reached the limit of my debugging skills in this area.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Fri, 15 Dec 2023 16:57:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46251#p46251</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46244#p46244</link>
			<description><![CDATA[<p>Done: <a href="https://github.com/lxqt/lxqt/discussions/2489#discussioncomment-7863853" rel="nofollow">https://github.com/lxqt/lxqt/discussion … nt-7863853</a></p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Fri, 15 Dec 2023 12:52:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46244#p46244</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46218#p46218</link>
			<description><![CDATA[<p>Post that to the github discussion. It might point then towards the bug. (Sorry if you&#039;e already done that).</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Thu, 14 Dec 2023 17:01:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46218#p46218</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46202#p46202</link>
			<description><![CDATA[<p>Here we are! Simply switching the monitor off (physically) spawns an lxqt-config-monitor zombie process:</p><div class="codebox"><pre><code>$ ps -ef | grep lxqt-config-monitor
serverh+ 26115  3339  0 09:12 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 26121 26106  0 09:12 pts/1    00:00:00 grep lxqt-config-monitor</code></pre></div><p>And here&#039;s who does it:</p><div class="codebox"><pre><code>$ ps -fp 3339
UID        PID  PPID  C STIME TTY          TIME CMD
serverh+  3339  3333  0 Nov22 ?        00:25:52 lxqt-session</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Thu, 14 Dec 2023 08:15:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46202#p46202</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46189#p46189</link>
			<description><![CDATA[<p>One of the maintainers guessworks that this could be caused by some broken Debian Bookworm package: <a href="https://github.com/lxqt/lxqt/discussions/2489#discussioncomment-7844956" rel="nofollow">https://github.com/lxqt/lxqt/discussion … nt-7844956</a></p><p>Still, I have no idea how to debug this … I&#039;ll check for the parent as soon as I see the next lost process.</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Wed, 13 Dec 2023 18:28:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46189#p46189</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46186#p46186</link>
			<description><![CDATA[<p>zombie processes are processes that have been terminated, but not reaped by their parent. So look at the PPID (3339 in the first post) with <span class="bbc">ps -fp 3339</span> (replace 3339 which whatever the current PPID is). That should tell you what started them, which is probably where the bug is.</p><p>See <span class="bbc">man ps</span> and search for zombie for details.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Wed, 13 Dec 2023 17:33:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46186#p46186</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46180#p46180</link>
			<description><![CDATA[<p>Searching for some answer, I also posted this on the LxQt &quot;forum&quot;: <a href="https://github.com/lxqt/lxqt/discussions/2489" rel="nofollow">https://github.com/lxqt/lxqt/discussions/2489</a></p><p>Apparently, this is a Debian issue, as one user answering pointed me to this here: <a href="https://github.com/lxqt/lxqt/discussions/2489" rel="nofollow">https://github.com/lxqt/lxqt/discussions/2489</a><br />which looks exactly like the problem I&#039;m seeing.</p><p>I use the machine only to host a QEMU virtual machine which provides the actual server, so I never ran into that &quot;Maximum number of clients reached&quot; problem, because it doesn&#039;t affect already opened windows and I normally don&#039;t open new ones.</p><p>Well, maybe, swapping monitor hardware may fix it as the poster of the mentioned issue states … but anyway, this should not happen! Where would I report this? I think this definitely has to be fixed upstream!</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Wed, 13 Dec 2023 13:47:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46180#p46180</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46178#p46178</link>
			<description><![CDATA[<p>maybe </p><div class="codebox"><pre><code>$ pstree</code></pre></div><p>gives a hint?</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Wed, 13 Dec 2023 12:44:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46178#p46178</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46174#p46174</link>
			<description><![CDATA[<p>Even if I turn off my monitor manually, I get one &quot;/usr/bin/lxqt-config-monitor -l&quot; zombie process!!!</p><p>Is there a way to find out what trigger this?! There must be some daemon running this command!</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Wed, 13 Dec 2023 11:17:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46174#p46174</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46169#p46169</link>
			<description><![CDATA[<p>Okay, just tried it.</p><p>It doesn&#039;t matter if the energy management turns off the monitor, or if xscreensaver does it. In both cases, the zombie processes appear.</p><p>I now tried to work around it by moving lxqt-config-monitor to lxqt-config-monitor~ and adding a fake script named lxqt-config-monitor that does nothing but logging that something wanted to run lxqt-config-monitor.</p><p>Interestingly, this also doesn&#039;t fix the problem: Now, the script becomes the zombie process. So apparently, lxqt-config-monitor itself isn&#039;t even the problem!</p><p>On my other machine I played around with yesterday evening, lxqt-config-monitor wasn&#039;t even started when the monitor was turned off. So why does this even happen, and what is starting lxqt-config-monitor?! Seems like the problem is there …</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Wed, 13 Dec 2023 07:34:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46169#p46169</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46158#p46158</link>
			<description><![CDATA[<p>I&#039;m pretty sure that producing hundreds of zombie processes spamming a logfile with hundreds of megabytes in error messages would not be considered expected behavior ;-)</p><p>I won&#039;t have physical access to the machine in question until tomorrow, so I played around with another one also running LxQt.</p><p>There, the monitor can be turned off both using the energy management and xscreensaver. In neither case, such zombie processes appear.</p><p>What is a bit odd is that lxqt-config-monitor isn&#039;t even started … I wrote a small wrapper script that writes &quot;lxqt-config-monitor started&quot; to syslog and then actually starts it … neither when the monitor goes off, nor when it goes on again, lxqt-config-monitor is run.</p><p>So … what does even start it on the other machine?!</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Tue, 12 Dec 2023 20:39:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46158#p46158</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46157#p46157</link>
			<description><![CDATA[<p>I don&#039;t think it&#039;s normal behavior, but I&#039;m not sure. My lxqt is minimal. I can&#039;t tell you off the top of my head which parts I left out, but I do have lxqt-powermanagement and lxqt-config-monitor. I do not have xscreensaver installed. I&#039;m using openbox as the window manager.</p><p>lxqt-powermanagement is running. Watching top in an ssh session from another machine, I did not see lxqt-config-monitor run when the screen blanked. Screen blanking is set in the power manager settings. Nothing shows up in ~/.xsession-errors when the screen goes blank or when it comes back on.</p><p>Here&#039;s what I have installed with lxqt in the package name. Let me know if you think of something else you want me to check.</p><div class="codebox"><pre><code>ii  liblxqt-globalkeys-ui1:i386        1.2.0-1                                i386         daemon used to register global keyboard shortcuts (ui files)
ii  liblxqt-globalkeys1:i386           1.2.0-1                                i386         daemon used to register global keyboard shortcuts (shared libs)
ii  liblxqt1:i386                      1.2.0-8                                i386         Shared libraries for LXQt desktop environment (libs)
ii  lxqt-config                        1.2.0-1+b1                             i386         LXQt system settings center
ii  lxqt-globalkeys                    1.2.0-1                                i386         daemon used to register global keyboard shortcuts (appl.)
ii  lxqt-notificationd                 1.2.0-1                                i386         LXQt notification daemon
ii  lxqt-panel                         1.2.1-1                                i386         LXQt desktop panel
ii  lxqt-policykit                     1.2.0-1                                i386         LXQt authentication agent for PolicyKit
ii  lxqt-powermanagement               1.2.0-1                                i386         power management module for LXQt
ii  lxqt-qtplugin:i386                 1.2.0-3+b2                             i386         LXQt system integration plugin for Qt
ii  lxqt-session                       1.2.0-3                                i386         session manager component for LXQt
ii  lxqt-system-theme                  1.2.0-1                                all          System theme for LXQt
ii  lxqt-themes                        1.2.0-1                                all          Themes for LXQt</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 12 Dec 2023 20:37:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46157#p46157</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46149#p46149</link>
			<description><![CDATA[<p>Okay, I just saw that xscreensaver also seems to have the ability to turn off the monitor. I&#039;ll try to enable this and to disable the energy management … however, this is definitely not expected behavior, is it?!</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Tue, 12 Dec 2023 17:17:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46149#p46149</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46147#p46147</link>
			<description><![CDATA[<p>Hello.</p><p>What if you try to disable lxqt power monitoring and switch it to xscreensaver?</p>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Tue, 12 Dec 2023 16:45:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46147#p46147</guid>
		</item>
		<item>
			<title><![CDATA[Dozens of lxqt-config-monitor processes are started]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46146#p46146</link>
			<description><![CDATA[<p>Hi all :-)</p><p>I have LxQt running.</p><p>As soon as the energy management turns off the monitor, a lot of &quot;lxqt-config-monitor -l&quot; processes are started. Maybe, the process keeps crashing and is started over and over again. At the time I saw it, the system was up several weeks, and I had &gt; 200 such processes:</p><div class="codebox"><pre><code> $ ps -ef | grep lxqt-config-monitor
...
serverh+ 19102  3339  0 16:30 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 19112  3339  0 16:30 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 19122  3339  0 16:30 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 19132  3339  0 16:30 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 19143  3339  0 16:30 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 19153  3339  0 16:30 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 19163  3339  0 16:31 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 19173  3339  0 16:31 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 19183  3339  0 16:31 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
serverh+ 19193  3339  0 16:31 ?        00:00:00 /usr/bin/lxqt-config-monitor -l
...</code></pre></div><p>Playing around a bit, I saw that at the exact moment the energy management turns off the monitor, a few such processes appear.</p><p>I also played around with the xscreensaver settings. This seems to change nothing. Also, I never changed any screen setting. Running &quot;lxqt-config-monitor -l&quot; manually doesn&#039;t crash and returns normally.</p><p>As soon as the monitor is turned off, the following appears over and over again in ~/.xsession-errors (it was &gt; 300 MB big at the time I noticed this):</p><div class="codebox"><pre><code>lxqt-session: &quot;Session &#039;session&#039;: display device &#039;/dev/dri/card0&#039;&quot;
[load.applyBestSettings()] Finished
qt.qpa.xcb: QXcbConnection: XCB error: 148 (Unknown), sequence: 190, resource id: 0, major code: 140 (Unknown), minor code: 20
lxqt-session: &quot;Session &#039;session&#039;: display device &#039;/dev/dri/card0&#039;&quot;
[load.applyBestSettings()] Finished
lxqt-config-monitor: Applying current settings...
Output:  &quot;DP-1&quot;
Output:  &quot;HDMI-1&quot;
Output:  &quot;DP-2&quot;
Output:  &quot;HDMI-2&quot;
lxqt-config-monitor: Settings applied.</code></pre></div><p>What may cause this? And how can I prevent it other than turning off the energy management?</p><p>Thanks for all help!</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Tue, 12 Dec 2023 16:28:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46146#p46146</guid>
		</item>
	</channel>
</rss>
