<?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=6311&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Some problems after convertion from Debian to Devuan.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6311</link>
		<description><![CDATA[The most recent posts in Some problems after convertion from Debian to Devuan..]]></description>
		<lastBuildDate>Sun, 07 Jan 2024 07:33:31 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46987#p46987</link>
			<description><![CDATA[<p>Presumably some residue from incompletely removed packages, but there is something claiming to be <span class="bbc">systemd-udevd</span> in the log. Check for <span class="bbc">/lib/systemd/systemd-udevd</span> and <span class="bbc">/ur/lib/systemd/systemd-udevd</span> and remove that, and restart.</p><p>The other <span class="bbc">udevd</span> logs (apparently competing with the extraneous <span class="bbc">systemd-udevd</span>) belong to the eudev package, which I would have thought you installed as replacement. If not, then you have to chase up which binary is involved and where it comes from. Something like this (as root) perhaps:</p><div class="codebox"><pre><code># find /bin /sbin /lib /usr -name &#039;*udev*</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 07 Jan 2024 07:33:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46987#p46987</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46979#p46979</link>
			<description><![CDATA[<p>I don&#039;t have systemd-udev and udev, checked by <span class="bbc">dpkg -l | grep udev</span> command.</p>]]></description>
			<author><![CDATA[dummy@example.com (AhmadRaniri)]]></author>
			<pubDate>Sun, 07 Jan 2024 05:40:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46979#p46979</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46956#p46956</link>
			<description><![CDATA[<div class="codebox"><pre><code>[    1.648553] systemd-udevd[197]: starting version 3.2.14</code></pre></div><p>I don&#039;t think you should run both udev and eudev!! (It looks like you do)</p><p>Get rid of <span class="bbc">systemd-udevd</span> first. But if that doesn&#039;t fix it we should look further.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 06 Jan 2024 07:44:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46956#p46956</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46954#p46954</link>
			<description><![CDATA[<p>I have dmesg output, if that helps : <a href="https://gitlab.com/lidgl/kumpulan_log/-/raw/main/dmesg.log" rel="nofollow">https://gitlab.com/lidgl/kumpulan_log/- … /dmesg.log</a></p><p>Note : Don&#039;t mind the kernel version, I also use stock devuan kernel and it&#039;s same.</p>]]></description>
			<author><![CDATA[dummy@example.com (AhmadRaniri)]]></author>
			<pubDate>Sat, 06 Jan 2024 06:27:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46954#p46954</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46953#p46953</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Which permissions does it have/get and which permissions would you want?<br />Do you use eudev?</p></div></blockquote></div><p>before I set (some programs won&#039;t launch) </p><div class="quotebox"><blockquote><div><p>[~]$ ls -la /dev/dri/renderD128&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;<br />crw-rw-- 1 root video 226, 128 Jan&#160; 6 13:06 /dev/dri/renderD128</p></div></blockquote></div><p>After I chmod it to 666 (mind the number, everything works fine).</p><div class="quotebox"><blockquote><div><p>[~]$ ls -la /dev/dri/renderD128&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;<br />crw-rw-rw- 1 root video 226, 128 Jan&#160; 6 13:06 /dev/dri/renderD128</p></div></blockquote></div><p>Yes I&#039;m using eudev.</p>]]></description>
			<author><![CDATA[dummy@example.com (AhmadRaniri)]]></author>
			<pubDate>Sat, 06 Jan 2024 06:16:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46953#p46953</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46944#p46944</link>
			<description><![CDATA[<p>Which permissions does it have/get and which permissions would you want?<br />Do you use eudev?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 06 Jan 2024 01:19:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46944#p46944</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46943#p46943</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>How to mark this as unsolved ?</p></div></blockquote></div><p>Done!</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sat, 06 Jan 2024 00:20:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46943#p46943</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46941#p46941</link>
			<description><![CDATA[<p>How to mark this as unsolved ? I still have one problem, the /dev/dri/renderD128 still always has wrong permission.</p>]]></description>
			<author><![CDATA[dummy@example.com (AhmadRaniri)]]></author>
			<pubDate>Fri, 05 Jan 2024 23:36:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46941#p46941</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46907#p46907</link>
			<description><![CDATA[<p>Thanks @ralph. I&#039;ll look into those.</p>]]></description>
			<author><![CDATA[dummy@example.com (AhmadRaniri)]]></author>
			<pubDate>Fri, 05 Jan 2024 05:37:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46907#p46907</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46906#p46906</link>
			<description><![CDATA[<p>Afaict, assuming you have <span class="bbc">eudev</span> installed, the mode for <span class="bbc">/dev/dri/renderD128</span> would be set b.m.o line <strong>42</strong> in <span class="bbc">/lib/udev/rules.d/50-udev-default.rules</span>.</p><p>Answer about seatd and elogind would start with asking which &quot;service managment&quot; you are using; (apparently not sysvinit?)</p><p>About apt using ipv4 there&#039;s web results like <a href="https://www.cyberciti.biz/faq/howto-use-apt-get-with-ipv6-or-ipv4-transport-on-ubuntu-debian/" rel="nofollow">this</a>, suggesting by example:</p><div class="codebox"><pre><code>sudo apt-get -o Acquire::ForceIPv4=true install pkg
sudo apt-get -o Acquire::ForceIPv4=true update
sudo apt-get -o Acquire::ForceIPv4=true upgrade
sudo apt-get -o Acquire::ForceIPv4=true dist-upgrade
sudo apt-get -o Acquire::ForceIPv4=true install ksh</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 05 Jan 2024 03:54:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46906#p46906</guid>
		</item>
		<item>
			<title><![CDATA[Some problems after convertion from Debian to Devuan.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46904#p46904</link>
			<description><![CDATA[<p>Hello, I converted my <strong>debian</strong> system into <strong>devuan</strong> yesterday. It&#039;s successfully and usable right now. I just have some problems after the convertion :</p><p>- /dev/dri/renderD128 always has wrong permission, I need to chmod it in order to be used.<br />- seatd and elogind won&#039;t start automatically, I need to start it manually so I can launch wayland compositor.<br />- apt somehow need to be told to use IPv4, if not it will stuck at connecting (maybe) forever.</p><p>I don&#039;t bother with the last two, but for the first, I need to guidance to make it right. Any advice ? Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (AhmadRaniri)]]></author>
			<pubDate>Fri, 05 Jan 2024 03:16:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46904#p46904</guid>
		</item>
	</channel>
</rss>
