<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6851&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / replacement for udev/eudev because of systemd dependency]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6851</link>
		<description><![CDATA[The most recent posts in replacement for udev/eudev because of systemd dependency.]]></description>
		<lastBuildDate>Sun, 22 Sep 2024 21:23:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: replacement for udev/eudev because of systemd dependency]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52386#p52386</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I think it also works with udevil instead of pmount</p></div></blockquote></div><p>It should since udevil and spacefm are made by the same developer. <img src="http://dev1galaxy.org/img/smilies/cool.png" width="15" height="15" alt="cool" />&#160; He made udevil so spacefm wouldn&#039;t have to use systemd or other such things..&#160; </p><p>spacefm &amp; udevil can be used without systemd, consolekit, policykit, dbus, udisks, gvfs &amp; fuse</p>]]></description>
			<author><![CDATA[dummy@example.com (JWM-Kit)]]></author>
			<pubDate>Sun, 22 Sep 2024 21:23:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52386#p52386</guid>
		</item>
		<item>
			<title><![CDATA[Re: replacement for udev/eudev because of systemd dependency]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52374#p52374</link>
			<description><![CDATA[<p>If you have pmount installed, spacefm will work without having to write a udev rule. I think it also works with udevil instead of pmount, but it&#039;s been years since I&#039;ve tried it.</p><p>I checked to see if spacefm would open an encrypted external drive and it failed, but maybe I need to set some config for it. Alone, pmount in a terminal will ask for the passphrase for the encrpted volume.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 21 Sep 2024 18:12:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52374#p52374</guid>
		</item>
		<item>
			<title><![CDATA[Re: replacement for udev/eudev because of systemd dependency]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52358#p52358</link>
			<description><![CDATA[<p>@Camtaf, i suppose change of the init doesnt change udev?</p><p>for some reason an usb connected harddisc got lot of I/O errors with power-management set to &#039;128&#039;, so i tried to make a udev rule for automatic update this setting to APM_level = off, which seems to be not persistent. this should work by mounting the device.<br />because of the info in my first post i was not motivated anymore to find the error. furthermore i didnt wanted to play around too much on this device, because of &#039;strange noises&#039;. so i change the device anyway.. </p><p>but out of curiosity i will try a new rule:</p><div class="codebox"><pre><code>ACTION==&quot;change&quot;, ATTRS{idVendor}==&quot;0480&quot;, ATTRS{idProduct}==&quot;0900&quot;, RUN+=&quot;/home/usr/.local/bin/mounthdd2&quot;</code></pre></div><p>with</p><div class="codebox"><pre><code>sudo hdparm -B 255 /dev/disk/by-uuid/&lt;id&gt;</code></pre></div><p>maybe it works now with spacefm</p>]]></description>
			<author><![CDATA[dummy@example.com (dev123)]]></author>
			<pubDate>Fri, 20 Sep 2024 15:59:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52358#p52358</guid>
		</item>
		<item>
			<title><![CDATA[Re: replacement for udev/eudev because of systemd dependency]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52356#p52356</link>
			<description><![CDATA[<p>What were you trying to do and where/how did it fail? What is an autostart fix for a hard disk?</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 20 Sep 2024 13:16:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52356#p52356</guid>
		</item>
		<item>
			<title><![CDATA[Re: replacement for udev/eudev because of systemd dependency]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52353#p52353</link>
			<description><![CDATA[<p>Other init systems - <a href="https://www.slant.co/topics/4663/~linux-init-systems" rel="nofollow">https://www.slant.co/topics/4663/~linux-init-systems</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Fri, 20 Sep 2024 08:39:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52353#p52353</guid>
		</item>
		<item>
			<title><![CDATA[replacement for udev/eudev because of systemd dependency]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52349#p52349</link>
			<description><![CDATA[<p>i tried to make an autostart fix for a harddisc but couldnt get it to run, then i realized that udev/eudev is more of a problem than the solution, eg it behaves not predictable. than i read that pottering has its finger in the game.. another thing i read is from hyperbola forum</p><div class="quotebox"><blockquote><div><p>...depending always on upstream. To be compatible with systemd-udev eudev needs to jump the same, include the same development and function-calls. So eudev is per definition not free from systemd. It never was, it never will be. The same as with elogind...</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>the inclusion of udev into systemd is the big elephant in the room. And with its exclusive integration systemd became also even more integral element.</p></div></blockquote></div><p>full comment: <a href="https://forums.hyperbola.info/viewtopic.php?pid=7790#p7790" rel="nofollow">https://forums.hyperbola.info/viewtopic … 7790#p7790</a></p><p>im not per se with hyperbola but in this case i made my own experience with udev and i would like to see a replacement for udev/eudev. are there already steps in this direction?</p>]]></description>
			<author><![CDATA[dummy@example.com (dev123)]]></author>
			<pubDate>Fri, 20 Sep 2024 06:39:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52349#p52349</guid>
		</item>
	</channel>
</rss>
