<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=Udev</id>
	<title>Udev - revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=Udev"/>
	<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=Udev&amp;action=history"/>
	<updated>2026-07-26T04:59:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=4083&amp;oldid=prev</id>
		<title>Dank at 13:13, 21 July 2011</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=4083&amp;oldid=prev"/>
		<updated>2011-07-21T13:13:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:13, 21 July 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l5&quot;&gt;Line 5:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==[[KVM]]==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==[[KVM]]==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;On [[Debian]] (unstable, 2009-06-20), the default kvm/udev setup results in &amp;lt;tt&amp;gt;/dev/kvm&amp;lt;/tt&amp;gt; have mode 0666 and ownership &amp;lt;tt&amp;gt;root:root&amp;lt;/tt&amp;gt;, despite the creation of a &amp;lt;tt&amp;gt;kvm&amp;lt;/tt&amp;gt; group. To have this file instead created with &amp;lt;tt&amp;gt;root:kvm&amp;lt;/tt&amp;gt; ownership, add &amp;lt;tt&amp;gt;/etc/udev/rules.d/50-kvm.rules&amp;lt;/tt&amp;gt; with the contents:&amp;lt;pre&amp;gt;KERNEL==&amp;quot;kvm&amp;quot;, NAME=&amp;quot;%k&amp;quot;, GROUP=&amp;quot;kvm&amp;quot;, MODE=&amp;quot;0660&amp;quot;&amp;lt;/pre&amp;gt;I got this information from [https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/127704 Ubuntu bug 127704], and have reported it to [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493053 Debian bug 493053].&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;On [[Debian]] (unstable, 2009-06-20), the default kvm/udev setup results in &amp;lt;tt&amp;gt;/dev/kvm&amp;lt;/tt&amp;gt; have mode 0666 and ownership &amp;lt;tt&amp;gt;root:root&amp;lt;/tt&amp;gt;, despite the creation of a &amp;lt;tt&amp;gt;kvm&amp;lt;/tt&amp;gt; group. To have this file instead created with &amp;lt;tt&amp;gt;root:kvm&amp;lt;/tt&amp;gt; ownership, add &amp;lt;tt&amp;gt;/etc/udev/rules.d/50-kvm.rules&amp;lt;/tt&amp;gt; with the contents:&amp;lt;pre&amp;gt;KERNEL==&amp;quot;kvm&amp;quot;, NAME=&amp;quot;%k&amp;quot;, GROUP=&amp;quot;kvm&amp;quot;, MODE=&amp;quot;0660&amp;quot;&amp;lt;/pre&amp;gt;I got this information from [https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/127704 Ubuntu bug 127704], and have reported it to [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493053 Debian bug 493053].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;==CDROMs==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;On [[Debian]] unstable, &amp;lt;tt&amp;gt;/etc/udev/rules.d/70-persistent-cd.rules&amp;lt;/tt&amp;gt; maps ATA/SAS/SCSI bus IDs to symlinks. Moving a CD/DVD/BR drive will thus create a new symlink group (/dev/dvd1, /dev/cdrw1, etc).&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;==Monitoring udev events==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;tt&amp;gt;udevadm monitor --environment kernel&amp;lt;/tt&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key wikidb:diff:1.41:old-525:rev-4083:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=525&amp;oldid=prev</id>
		<title>Dank: /* KVM */</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=525&amp;oldid=prev"/>
		<updated>2009-06-21T12:26:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;KVM&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:26, 21 June 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l4&quot;&gt;Line 4:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==[[KVM]]==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==[[KVM]]==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;On [[Debian]] (unstable, 2009-06-20), the default &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[&lt;/del&gt;kvm&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;]]&lt;/del&gt;/udev setup results in &amp;lt;tt&amp;gt;/dev/kvm&amp;lt;/tt&amp;gt; have mode 0666 and ownership &amp;lt;tt&amp;gt;root:root&amp;lt;/tt&amp;gt;, despite the creation of a &amp;lt;tt&amp;gt;kvm&amp;lt;/tt&amp;gt; group. To have this file instead created with &amp;lt;tt&amp;gt;root:kvm&amp;lt;/tt&amp;gt; ownership, add &amp;lt;tt&amp;gt;/etc/udev/rules.d/50-kvm.rules&amp;lt;/tt&amp;gt; with the contents:&amp;lt;pre&amp;gt;KERNEL==&quot;kvm&quot;, NAME=&quot;%k&quot;, GROUP=&quot;kvm&quot;, MODE=&quot;0660&quot;&amp;lt;/pre&amp;gt;I got this information from [https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/127704 Ubuntu bug 127704], and have reported it to [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493053 Debian bug 493053].&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;On [[Debian]] (unstable, 2009-06-20), the default kvm/udev setup results in &amp;lt;tt&amp;gt;/dev/kvm&amp;lt;/tt&amp;gt; have mode 0666 and ownership &amp;lt;tt&amp;gt;root:root&amp;lt;/tt&amp;gt;, despite the creation of a &amp;lt;tt&amp;gt;kvm&amp;lt;/tt&amp;gt; group. To have this file instead created with &amp;lt;tt&amp;gt;root:kvm&amp;lt;/tt&amp;gt; ownership, add &amp;lt;tt&amp;gt;/etc/udev/rules.d/50-kvm.rules&amp;lt;/tt&amp;gt; with the contents:&amp;lt;pre&amp;gt;KERNEL==&quot;kvm&quot;, NAME=&quot;%k&quot;, GROUP=&quot;kvm&quot;, MODE=&quot;0660&quot;&amp;lt;/pre&amp;gt;I got this information from [https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/127704 Ubuntu bug 127704], and have reported it to [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493053 Debian bug 493053].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=524&amp;oldid=prev</id>
		<title>Dank at 12:26, 21 June 2009</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=524&amp;oldid=prev"/>
		<updated>2009-06-21T12:26:31Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:26, 21 June 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l4&quot;&gt;Line 4:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==[[KVM]]==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==[[KVM]]==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;On [[Debian]] (unstable, 2009-06-20), the default [[kvm]]/udev setup results in &amp;lt;tt&amp;gt;/dev/kvm&amp;lt;/tt&amp;gt; have mode 0666 and ownership &amp;lt;tt&amp;gt;root:root&amp;lt;/tt&amp;gt;, despite the creation of a &amp;lt;tt&amp;gt;kvm&amp;lt;/tt&amp;gt; group. To have this file instead created with &amp;lt;tt&amp;gt;root:kvm&amp;lt;/tt&amp;gt; ownership, add &amp;lt;tt&amp;gt;/etc/udev/rules.d/50-kvm.rules&amp;lt;/tt&amp;gt; with the contents:&amp;lt;pre&amp;gt;KERNEL==&quot;kvm&quot;, NAME=&quot;%k&quot;, GROUP=&quot;kvm&quot;, MODE=&quot;0660&quot;&amp;lt;/pre&amp;gt;I got this information from [https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/127704 Ubuntu bug 127704].&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;On [[Debian]] (unstable, 2009-06-20), the default [[kvm]]/udev setup results in &amp;lt;tt&amp;gt;/dev/kvm&amp;lt;/tt&amp;gt; have mode 0666 and ownership &amp;lt;tt&amp;gt;root:root&amp;lt;/tt&amp;gt;, despite the creation of a &amp;lt;tt&amp;gt;kvm&amp;lt;/tt&amp;gt; group. To have this file instead created with &amp;lt;tt&amp;gt;root:kvm&amp;lt;/tt&amp;gt; ownership, add &amp;lt;tt&amp;gt;/etc/udev/rules.d/50-kvm.rules&amp;lt;/tt&amp;gt; with the contents:&amp;lt;pre&amp;gt;KERNEL==&quot;kvm&quot;, NAME=&quot;%k&quot;, GROUP=&quot;kvm&quot;, MODE=&quot;0660&quot;&amp;lt;/pre&amp;gt;I got this information from [https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/127704 Ubuntu bug 127704&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;], and have reported it to [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493053 Debian bug 493053&lt;/ins&gt;].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key wikidb:diff:1.41:old-523:rev-524:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=523&amp;oldid=prev</id>
		<title>Dank: /* KVM */</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=523&amp;oldid=prev"/>
		<updated>2009-06-21T12:16:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;KVM&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:16, 21 June 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l4&quot;&gt;Line 4:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==[[KVM]]==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==[[KVM]]==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;On [[Debian]] (unstable, 2009-06-20), the default [[kvm]]/udev setup results in &amp;lt;tt&amp;gt;/dev/kvm&amp;lt;/tt&amp;gt; have mode 0666 and ownership &amp;lt;tt&amp;gt;root:root&amp;lt;/tt&amp;gt;, despite the creation of a &amp;lt;tt&amp;gt;kvm&amp;lt;/tt&amp;gt; group. To have this file instead created with &amp;lt;tt&amp;gt;root:kvm&amp;lt;/tt&amp;gt; ownership&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;, according to [https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/127704 Ubuntu bug 127704]&lt;/del&gt;, add &amp;lt;tt&amp;gt;/etc/udev/rules.d/50-kvm.rules&amp;lt;/tt&amp;gt; with the contents:&amp;lt;pre&amp;gt;KERNEL==&quot;kvm&quot;, NAME=&quot;%k&quot;, GROUP=&quot;kvm&quot;, MODE=&quot;0660&quot;&amp;lt;/pre&amp;gt;.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;On [[Debian]] (unstable, 2009-06-20), the default [[kvm]]/udev setup results in &amp;lt;tt&amp;gt;/dev/kvm&amp;lt;/tt&amp;gt; have mode 0666 and ownership &amp;lt;tt&amp;gt;root:root&amp;lt;/tt&amp;gt;, despite the creation of a &amp;lt;tt&amp;gt;kvm&amp;lt;/tt&amp;gt; group. To have this file instead created with &amp;lt;tt&amp;gt;root:kvm&amp;lt;/tt&amp;gt; ownership, add &amp;lt;tt&amp;gt;/etc/udev/rules.d/50-kvm.rules&amp;lt;/tt&amp;gt; with the contents:&amp;lt;pre&amp;gt;KERNEL==&quot;kvm&quot;, NAME=&quot;%k&quot;, GROUP=&quot;kvm&quot;, MODE=&quot;0660&quot;&amp;lt;/pre&amp;gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;I got this information from [https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/127704 Ubuntu bug 127704]&lt;/ins&gt;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=522&amp;oldid=prev</id>
		<title>Dank at 12:15, 21 June 2009</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=522&amp;oldid=prev"/>
		<updated>2009-06-21T12:15:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:15, 21 June 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;udev is introduced by the sparse website at http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html. It extended, superseded and utterly replaced [http://www.atnf.csiro.au/people/rgooch/linux/docs/devfs.html devfs], a turn-of-the-century abortion birthed by [http://www.atnf.csiro.au/people/rgooch/linux/kernel-patches.html Richard Gooch] (for details on this gory struggle (long since settled in udev&amp;#039;s favor), see Greg Kroah-Hartman&amp;#039;s whitepaper, &amp;#039;[http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev_vs_devfs udev and devfs - the final word]&amp;#039;. It implements device naming for Linux systems -- that is, maps kernel hardware entities to userspace keys. Furthermore, it emits low-level [[DBus]] messages; clients such as [[HAL]] can listen to these events and perform arbitrarily complex actions. udev is made up of both a kernel component (included in 2.6 Linux kernels; 2.6.19 is the minimum recommended version as of this writing (see the [http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;hb=HEAD;f=README kernel documentation])) and a userspace daemon (&amp;lt;tt&amp;gt;udevd&amp;lt;/tt&amp;gt;) plus its configuration.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;udev is introduced by the sparse website at http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html. It extended, superseded and utterly replaced [http://www.atnf.csiro.au/people/rgooch/linux/docs/devfs.html devfs], a turn-of-the-century abortion birthed by [http://www.atnf.csiro.au/people/rgooch/linux/kernel-patches.html Richard Gooch] (for details on this gory struggle (long since settled in udev&amp;#039;s favor), see Greg Kroah-Hartman&amp;#039;s whitepaper, &amp;#039;[http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev_vs_devfs udev and devfs - the final word]&amp;#039;. It implements device naming for Linux systems -- that is, maps kernel hardware entities to userspace keys. Furthermore, it emits low-level [[DBus]] messages; clients such as [[HAL]] can listen to these events and perform arbitrarily complex actions. udev is made up of both a kernel component (included in 2.6 Linux kernels; 2.6.19 is the minimum recommended version as of this writing (see the [http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;hb=HEAD;f=README kernel documentation])) and a userspace daemon (&amp;lt;tt&amp;gt;udevd&amp;lt;/tt&amp;gt;) plus its configuration.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;==Interface naming==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;==[[KVM]]==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;On [[Debian]] (unstable, 2009-06-20), the default [[kvm]]/udev setup results in &amp;lt;tt&amp;gt;/dev/kvm&amp;lt;/tt&amp;gt; have mode 0666 and ownership &amp;lt;tt&amp;gt;root:root&amp;lt;/tt&amp;gt;, despite the creation of a &amp;lt;tt&amp;gt;kvm&amp;lt;/tt&amp;gt; group. To have this file instead created with &amp;lt;tt&amp;gt;root:kvm&amp;lt;/tt&amp;gt; ownership, according to [https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/127704 Ubuntu bug 127704], add &amp;lt;tt&amp;gt;/etc/udev/rules.d/50-kvm.rules&amp;lt;/tt&amp;gt; with the contents:&amp;lt;pre&amp;gt;KERNEL==&quot;kvm&quot;, NAME=&quot;%k&quot;, GROUP=&quot;kvm&quot;, MODE=&quot;0660&quot;&amp;lt;/pre&amp;gt;.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=163&amp;oldid=prev</id>
		<title>WikiSysop: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=163&amp;oldid=prev"/>
		<updated>2009-01-28T07:32:16Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 07:32, 28 January 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wikidb:diff:1.41:old-162:rev-163 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=162&amp;oldid=prev</id>
		<title>Dank at 08:01, 21 October 2008</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=Udev&amp;diff=162&amp;oldid=prev"/>
		<updated>2008-10-21T08:01:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;udev is introduced by the sparse website at http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html. It extended, superseded and utterly replaced [http://www.atnf.csiro.au/people/rgooch/linux/docs/devfs.html devfs], a turn-of-the-century abortion birthed by [http://www.atnf.csiro.au/people/rgooch/linux/kernel-patches.html Richard Gooch] (for details on this gory struggle (long since settled in udev&amp;#039;s favor), see Greg Kroah-Hartman&amp;#039;s whitepaper, &amp;#039;[http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev_vs_devfs udev and devfs - the final word]&amp;#039;. It implements device naming for Linux systems -- that is, maps kernel hardware entities to userspace keys. Furthermore, it emits low-level [[DBus]] messages; clients such as [[HAL]] can listen to these events and perform arbitrarily complex actions. udev is made up of both a kernel component (included in 2.6 Linux kernels; 2.6.19 is the minimum recommended version as of this writing (see the [http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;hb=HEAD;f=README kernel documentation])) and a userspace daemon (&amp;lt;tt&amp;gt;udevd&amp;lt;/tt&amp;gt;) plus its configuration.&lt;/div&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
</feed>