<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
					xmlns:content="http://purl.org/rss/1.0/modules/content/"
					xmlns:wfw="http://wellformedweb.org/CommentAPI/"
					xmlns:atom="http://www.w3.org/2005/Atom"
				  >
<channel>
<atom:link rel="self"  type="application/rss+xml"  href="http://rulinux.net/rss_from_sect_4_subsect_10_thread_37227"  />
<title>rulinux.net - Форум - Talks - Лол, уже начали ломать udev</title>
<link>http://rulinux.net/</link>
<description><![CDATA[Портал о GNU/Linux и не только]]></description>
<image><title>rulinux.net - Форум - Talks - Лол, уже начали ломать udev</title>
<link>http://rulinux.net/</link>
<url>http://rulinux.net/rss_icon.png</url>
</image>
<item>
<title>Re:Лол, уже начали ломать udev</title>
<link>https://rulinux.net/message.php?newsid=37227&amp;page=1#141772</link>
<guid>https://rulinux.net/message.php?newsid=37227&amp;page=1#141772</guid>
<pubDate>Wed, 30 May 2012 14:07:47 +0400</pubDate>
<description><![CDATA[<p><i>>  А обещали не ломать. Ололо!</i><br> <i>>  Короче, без systemd теперь нечем создать /dev/shm и /dev/pts Только костыли, только хардкор. Чего бы не говорили, а лялих стремительно катится в СГ.</i><br><br><br>Хоть и не сомневался, но надежда была :-/</p>]]></description>
</item>
<item>
<title>Re:Лол, уже начали ломать udev</title>
<link>https://rulinux.net/message.php?newsid=37227&amp;page=1#141768</link>
<guid>https://rulinux.net/message.php?newsid=37227&amp;page=1#141768</guid>
<pubDate>Wed, 30 May 2012 13:48:49 +0400</pubDate>
<description><![CDATA[<p>Олсо, интересный кусок кода <a href="http://cgit.freedesktop.org/systemd/systemd/tree/src/core/mount-setup.c#n61">http://cgit.freedesktop.org/systemd/systemd/tree/src/core/mount-setup.c#n61</a><br><br> <fieldset><legend>c</legend><code><br />
<span style="color: #993333;">static</span> <span style="color: #993333;">const</span> MountPoint mount_table<span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;proc&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; <span style="color: #ff0000;">&quot;/proc&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;proc&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; NULL<span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MS_NOSUID<span style="color: #339933;">|</span>MS_NOEXEC<span style="color: #339933;">|</span>MS_NODEV<span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">true</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;sysfs&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp;<span style="color: #ff0000;">&quot;/sys&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;sysfs&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp;NULL<span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MS_NOSUID<span style="color: #339933;">|</span>MS_NOEXEC<span style="color: #339933;">|</span>MS_NODEV<span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">true</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;devtmpfs&quot;</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">&quot;/dev&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;devtmpfs&quot;</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">&quot;mode=755&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MS_NOSUID<span style="color: #339933;">|</span>MS_STRICTATIME<span style="color: #339933;">,</span> &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">true</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;securityfs&quot;</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">&quot;/sys/kernel/security&quot;</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">&quot;securityfs&quot;</span><span style="color: #339933;">,</span> NULL<span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MS_NOSUID<span style="color: #339933;">|</span>MS_NOEXEC<span style="color: #339933;">|</span>MS_NODEV<span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">false</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;tmpfs&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp;<span style="color: #ff0000;">&quot;/dev/shm&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;tmpfs&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp;<span style="color: #ff0000;">&quot;mode=1777&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; MS_NOSUID<span style="color: #339933;">|</span>MS_NODEV<span style="color: #339933;">|</span>MS_STRICTATIME<span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">true</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;devpts&quot;</span><span style="color: #339933;">,</span> &nbsp; <span style="color: #ff0000;">&quot;/dev/pts&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;devpts&quot;</span><span style="color: #339933;">,</span> &nbsp; <span style="color: #ff0000;">&quot;mode=620,gid=&quot;</span> STRINGIFY<span style="color: #009900;">&#40;</span>TTY_GID<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> MS_NOSUID<span style="color: #339933;">|</span>MS_NOEXEC<span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">false</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;tmpfs&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp;<span style="color: #ff0000;">&quot;/run&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;tmpfs&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp;<span style="color: #ff0000;">&quot;mode=755&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MS_NOSUID<span style="color: #339933;">|</span>MS_NODEV<span style="color: #339933;">|</span>MS_STRICTATIME<span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">true</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;tmpfs&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp;<span style="color: #ff0000;">&quot;/sys/fs/cgroup&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;tmpfs&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp;<span style="color: #ff0000;">&quot;mode=755&quot;</span><span style="color: #339933;">,</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MS_NOSUID<span style="color: #339933;">|</span>MS_NOEXEC<span style="color: #339933;">|</span>MS_NODEV<span style="color: #339933;">|</span>MS_STRICTATIME<span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">false</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;cgroup&quot;</span><span style="color: #339933;">,</span> &nbsp; <span style="color: #ff0000;">&quot;/sys/fs/cgroup/systemd&quot;</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">&quot;cgroup&quot;</span><span style="color: #339933;">,</span> &nbsp; <span style="color: #ff0000;">&quot;none,name=systemd&quot;</span><span style="color: #339933;">,</span> MS_NOSUID<span style="color: #339933;">|</span>MS_NOEXEC<span style="color: #339933;">|</span>MS_NODEV<span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">false</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp;</code></fieldset><br><br> Короче, без systemd теперь нечем создать /dev/shm и /dev/pts Только костыли, только хардкор. Чего бы не говорили, а лялих стремительно катится в СГ.</p>]]></description>
</item>
<item>
<title>Лол, уже начали ломать udev</title>
<link>https://rulinux.net/message.php?newsid=37227&amp;page=1#141767</link>
<guid>https://rulinux.net/message.php?newsid=37227&amp;page=1#141767</guid>
<pubDate>Wed, 30 May 2012 13:42:30 +0400</pubDate>
<description><![CDATA[<p>Из файлика NEWS:<br><br><div class="quote"><pre>udev: /lib/udev/devices/ are not read anymore; systemd-tmpfiles should be used to create dead device nodes as workarounds for broken subsystems.</pre></div><br><br> А обещали не ломать. Ололо!</p>]]></description>
</item>
</channel>
</rss>