<?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=4596&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Login hangs after upgrade to chimaera? Slim might be the cause!]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4596</link>
		<description><![CDATA[The most recent posts in Login hangs after upgrade to chimaera? Slim might be the cause!.]]></description>
		<lastBuildDate>Thu, 21 Oct 2021 14:48:38 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Login hangs after upgrade to chimaera? Slim might be the cause!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32294#p32294</link>
			<description><![CDATA[<p>Reading the ps man page I discovered the command :-</p><div class="codebox"><pre><code>ps -eo pid,user,start,args</code></pre></div><p>which prints the start time for each process. I spotted that the 30s delay came between some power management daemons and the first user applications (Claws and Pale Moon). I went into :-</p><p>Preferences&gt;LXQt settings&gt;LXQt Configuration Centre<br />and selected the Session Settings.<br />In Basic settings I turned off Power Management and in<br />Autostart I turned off Power Manager.<br />On a reboot there was no delay.<br />I then turned these power management things back on and at a reboot there was still no delay.<br />I notice that I am running /usr/bin/xfce4-power-manager, which I don&#039;t remember being there before, as well as /usr/libexec/upowerd and /usr/bin/lxqt-powermanagement. I could not guaranty that the xfce one was not there before!</p><p>I will leave it as it is and see if the delay really has gone.</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Thu, 21 Oct 2021 14:48:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32294#p32294</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login hangs after upgrade to chimaera? Slim might be the cause!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32286#p32286</link>
			<description><![CDATA[<p>I don&#039;t know that command! Anyway it reports :-</p><div class="codebox"><pre><code>loginctl session-status
1 - user1 (1026)
           Since: Thu 2021-10-21 08:59:18 BST; 2min 0s ago
          Leader: 3182 (lxdm-session)
            Seat: seat0; vc7
             TTY: tty7
         Service: lxdm; type x11; class user
           State: active</code></pre></div><p>I don&#039;t know if that is ok, but it looks sensible to me. (I have edited out my real username)</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Thu, 21 Oct 2021 08:05:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32286#p32286</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login hangs after upgrade to chimaera? Slim might be the cause!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32274#p32274</link>
			<description><![CDATA[<p>Is your login session okay?</p><div class="codebox"><pre><code>loginctl session-status</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 20 Oct 2021 20:10:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32274#p32274</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login hangs after upgrade to chimaera? Slim might be the cause!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32271#p32271</link>
			<description><![CDATA[<p>Thank you!</p><p>I have tried combinations of rngd and havged and neither.<br />I have also tried your suggestion with urandom :-</p><div class="codebox"><pre><code>ls -alF /dev/*rand*
lrwxrwxrwx 1 root root    7 Oct 20 19:59 /dev/random -&gt; urandom
crw-rw-rw- 1 root root 1, 9 Oct 20 19:59 /dev/urandom</code></pre></div><p>None of which have any effect on my 30s delay. I may be experiencing a different problem from the OP as I should highlight that I am not using Slim but lxdm.</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Wed, 20 Oct 2021 19:13:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32271#p32271</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login hangs after upgrade to chimaera? Slim might be the cause!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32269#p32269</link>
			<description><![CDATA[<p>Symlinking /dev/random to /dev/urandom is a better solution:</p><div class="codebox"><pre><code># /etc/udev/rules.d/00-random.rules
KERNEL==&quot;urandom&quot;, PROGRAM+=&quot;/bin/rm -f /dev/random&quot;, SYMLINK+=&quot;random&quot;</code></pre></div><p>Reference: <a href="https://www.2uo.de/myths-about-urandom/" rel="nofollow">https://www.2uo.de/myths-about-urandom/</a></p><p>But the best solution is probably to switch from SLiM to a display manager that actually supports login sessions correctly.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 20 Oct 2021 18:39:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32269#p32269</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login hangs after upgrade to chimaera? Slim might be the cause!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32265#p32265</link>
			<description><![CDATA[<p>There is a thread on the mailing list :-</p><p><a href="https://lists.dyne.org/lurker/message/20190216.224230.8b2e6ceb.en.html" rel="nofollow">https://lists.dyne.org/lurker/message/2 … eb.en.html</a></p><p>where there is a report of a 30 second delay. This is thought to be related to the random number generator and that installing <span class="bbc">haveged</span> can get rid of the delay.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Wed, 20 Oct 2021 18:08:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32265#p32265</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login hangs after upgrade to chimaera? Slim might be the cause!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32260#p32260</link>
			<description><![CDATA[<p>I am also seeing a delay. However, I am running lxdm and XLQt.<br />The desktop seems to load ok, including lxqt-panel, but then it hangs for about 30 seconds.<br />If I look in <span class="bbc">~/.xsession-errors</span>, then I can see a gap in the time amongst the messages.</p><div class="quotebox"><blockquote><div><p>(redshift-gtk:5080): Gdk-CRITICAL **: 09:12:05.617: gdk_window_thaw_toplevel_updates: assertion &#039;window-&gt;update_and_descendants_freeze_count &gt; 0&#039; failed</p></div></blockquote></div><p>several other messages, including :-</p><div class="quotebox"><blockquote><div><p>Starting idlenesswatcher<br />&quot;PowerButton&quot; &quot;&quot; &quot;&quot;<br />&quot;SuspendButton&quot; &quot;&quot; &quot;&quot;<br />&quot;HibenateButton&quot; &quot;&quot; &quot;&quot;<br />[Notice] Started<br />[Notice] X11 error: type: 0, serial: 319, error_code: 10 &#039;BadAccess (attempt to access private resource denied)&#039;, request_code: 33 (GrabKey), minor_code: 0, resourceid: 312<br />[Notice] X11 error: type: 0, serial: 321, error_code: 10 &#039;BadAccess (attempt to access private resource denied)&#039;, request_code: 33 (GrabKey), minor_code: 0, resourceid: 312<br />[Notice] X11 error: type: 0, serial: 323, error_code: 10 &#039;BadAccess (attempt to access private resource denied)&#039;, request_code: 33 (GrabKey), minor_code: 0, resourceid: 312<br />[Notice] X11 error: type: 0, serial: 325, error_code: 10 &#039;BadAccess (attempt to access private resource denied)&#039;, request_code: 33 (GrabKey), minor_code: 0, resourceid: 312<br />[Warning] Cannot grab shortcut &#039;Alt+F2&#039;<br />[Notice] X11 error: type: 0, serial: 683, error_code: 10 &#039;BadAccess (attempt to access private resource denied)&#039;, request_code: 33 (GrabKey), minor_code: 0, resourceid: 312<br />[Notice] X11 error: type: 0, serial: 685, error_code: 10 &#039;BadAccess (attempt to access private resource denied)&#039;, request_code: 33 (GrabKey), minor_code: 0, resourceid: 312<br />[Notice] X11 error: type: 0, serial: 687, error_code: 10 &#039;BadAccess (attempt to access private resource denied)&#039;, request_code: 33 (GrabKey), minor_code: 0, resourceid: 312<br />[Notice] X11 error: type: 0, serial: 689, error_code: 10 &#039;BadAccess (attempt to access private resource denied)&#039;, request_code: 33 (GrabKey), minor_code: 0, resourceid: 312<br />[Warning] Cannot grab shortcut &#039;Control+Alt+D&#039;</p></div></blockquote></div><p>and when I start Claws</p><div class="quotebox"><blockquote><div><p>(claws-mail:5166): GLib-GObject-CRITICAL **: 09:12:48.912: g_object_ref: assertion &#039;G_IS_OBJECT (object)&#039; failed</p></div></blockquote></div><p>The part about idlenesswatcher caught my eye, but I have not yet been able to pin it down. The <span class="bbc">Cannot grab shortcut &#039;Control+Alt+D&#039;</span> was displaying before the upgrade, but did seem to come after a bit of a delay. I have not yet found where it is configured to set that as a shortcut.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Wed, 20 Oct 2021 08:40:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32260#p32260</guid>
		</item>
		<item>
			<title><![CDATA[Login hangs after upgrade to chimaera? Slim might be the cause!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32249#p32249</link>
			<description><![CDATA[<p>Hello</p><p>After upgrading from Devuan GNU+Linux beowulf to chimaera, I had the problem that the login hang for 10 to 15 seconds before the desktop is being loaded. This also happened when I tried to login as another user from my X session using su in a shell.</p><p>This problem is somehow related to the Slim desktop manager and can be circumvented by using lightdm instead of Slim.<br />I&#039;m writing this post just in case someone else has the same problem.</p><p>Regards<br />mstrohm</p>]]></description>
			<author><![CDATA[dummy@example.com (mstrohm)]]></author>
			<pubDate>Tue, 19 Oct 2021 19:01:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32249#p32249</guid>
		</item>
	</channel>
</rss>
