<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-6572</id>
	<title>Nabble - freebsd-current</title>
	<updated>2009-12-10T19:17:39Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/freebsd-current-f6572.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/freebsd-current-f6572.html" />
	<subtitle type="html">Discussions about the use of FreeBSD-current</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26738124</id>
	<title>Re: Panic while doing zfs rename</title>
	<published>2009-12-10T19:17:39Z</published>
	<updated>2009-12-10T19:17:39Z</updated>
	<author>
		<name>Wes Morgan-2</name>
	</author>
	<content type="html">On Thu, 10 Dec 2009, Jeremie Le Hen wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi list,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; First, excuse me to post on -current@ while this problem happened with
&lt;br&gt;&amp;gt; -STABLE but RELENG_8 is still relatively close to HEAD and I have the
&lt;br&gt;&amp;gt; feeling that -stable@ is more concerned with configuration and maybe
&lt;br&gt;&amp;gt; userland problems.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've done the following command sequence on a fresh RELENG_8 from around
&lt;br&gt;&amp;gt; 3rd dec:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;zfs send -R data/repos | zfs receive -d data/crepos
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;zfs destroy data/repos
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;zfs rename data/crepos/repos data/repos
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And this led to the following panic on rename:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; % Fatal trap 12: page fault while in kernel mode
&lt;br&gt;&amp;gt; % cpuid = 0; apic id = 00
&lt;br&gt;&amp;gt; % fault virtual address &amp;nbsp; = 0x780fe2a0
&lt;br&gt;&amp;gt; % fault code &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= supervisor read, page not present
&lt;br&gt;&amp;gt; % instruction pointer &amp;nbsp; &amp;nbsp; = 0x20:0x806d1687
&lt;br&gt;&amp;gt; % stack pointer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 0x28:0xcb41c750
&lt;br&gt;&amp;gt; % frame pointer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 0x28:0xcb41c784
&lt;br&gt;&amp;gt; % code segment &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= base 0x0, limit 0xfffff, type 0x1b
&lt;br&gt;&amp;gt; % &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = DPL 0, pres 1, def32 1, gran 1
&lt;br&gt;&amp;gt; % processor eflags &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= resume, IOPL = 0
&lt;br&gt;&amp;gt; % current process &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 72605 (zfs)
&lt;br&gt;&amp;gt; % [thread pid 72605 tid 100435 ]
&lt;br&gt;&amp;gt; % Stopped at &amp;nbsp; &amp;nbsp; &amp;nbsp;_sx_xlock_hard+0x21e: &amp;nbsp; movl &amp;nbsp; &amp;nbsp;0x1a0(%eax),%eax
&lt;br&gt;&amp;gt; % db&amp;gt; bt
&lt;br&gt;&amp;gt; % Tracing pid 72605 tid 100435 td 0x88b6c480
&lt;br&gt;&amp;gt; % _sx_xlock_hard(8f2460a0,88b6c480,0,85ce8fc8,a1,...) at _sx_xlock_hard+0x21e
&lt;br&gt;&amp;gt; % _sx_xlock(8f2460a0,0,85ce8fc8,a1,866b2a70,...) at _sx_xlock+0x48
&lt;br&gt;&amp;gt; % rrw_enter(8f2460a0,1,85cdf7b1,0,cb41c7e8,...) at rrw_enter+0x35
&lt;br&gt;&amp;gt; % zfs_statfs(866b2a10,866b2a70,1d8,cb41c844,865a3a10,...) at zfs_statfs+0x39
&lt;br&gt;&amp;gt; % __vfs_statfs(866b2a10,cb41c844,0,0,0,...) at __vfs_statfs+0x1f
&lt;br&gt;&amp;gt; % nullfs_statfs(865a3a10,865a3a70,806bd68b,865a3a70,865a3a10,...) at nullfs_statfs+0x46
&lt;br&gt;&amp;gt; % __vfs_statfs(865a3a10,865a3a70,1d8,a5889340,cb41cb78,...) at __vfs_statfs+0x1f
&lt;br&gt;&amp;gt; % kern_getfsstat(88b6c480,cb41ccf8,8df8,0,1,...) at kern_getfsstat+0x2d0
&lt;br&gt;&amp;gt; % getfsstat(88b6c480,cb41ccf8,c,cb41ccb0,8096d28a,...) at getfsstat+0x2e
&lt;br&gt;&amp;gt; % syscall(cb41cd38) at syscall+0x320
&lt;br&gt;&amp;gt; % Xint0x80_syscall() at Xint0x80_syscall+0x20
&lt;br&gt;&amp;gt; % --- syscall (395, FreeBSD ELF32, getfsstat), eip = 0x281742d7, esp = 0x7fbfc8dc, ebp = 0x7fbfc908 ---
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FYI, after the crash, I could rename the filesystem without any problem.
&lt;/div&gt;&lt;br&gt;I think I saw this same panic last weekend after I migrated from an old 
&lt;br&gt;raidz2 to a new larger volume. I didn't have the kernel set up to get a 
&lt;br&gt;backtrace, so this is just a &amp;quot;me too&amp;quot;, but it happened at exactly noon, 
&lt;br&gt;which is when freebsd-snapshot would be creating and renaming snapshots. 
&lt;br&gt;Just as you mentioned, after rebooting I was able to rename and destroy 
&lt;br&gt;the snapshots without a problem. As extra data points, if any of it 
&lt;br&gt;matters:
&lt;br&gt;&lt;br&gt;- I do not have nullfs in my kernel.
&lt;br&gt;- Both the old and new pool are raidz2
&lt;br&gt;- Both are attached to an mfi bus
&lt;br&gt;- the old pool had been exported and all of the devices detached
&lt;br&gt;- the new pool was been imported and renamed to the name of the old pool
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738124&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738124&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Panic-while-doing-zfs-rename-tp26723046p26738124.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26737057</id>
	<title>Installer partition size defaults</title>
	<published>2009-12-10T16:21:54Z</published>
	<updated>2009-12-10T16:21:54Z</updated>
	<author>
		<name>Justin Roush</name>
	</author>
	<content type="html">For years now the default partition sizes during install have remained 
&lt;br&gt;pretty much the same.
&lt;br&gt;While I normally change the partition sizes to my own specification I 
&lt;br&gt;decided to use the auto defaults in the installer for a test machine I 
&lt;br&gt;was putting together. (FreeBSD 8.0)
&lt;br&gt;&lt;br&gt;Once the system was installed I started a standard system update to 8.0 
&lt;br&gt;Stable. Partway through a make installworld I ran out of room on / (root).
&lt;br&gt;&lt;br&gt;In the age of the terrabyte drive, would it not be prudent to increase 
&lt;br&gt;the default partition size for at least / (root) in the installer in the 
&lt;br&gt;8.x tree if not for the 7.x tree as well?
&lt;br&gt;&lt;br&gt;Also, is there any intention to add a more simplified and direct way to 
&lt;br&gt;use zfs from the installer?
&lt;br&gt;&lt;br&gt;- Thanks,
&lt;br&gt;&lt;br&gt;- Justin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26737057&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26737057&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Installer-partition-size-defaults-tp26737057p26737057.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26735573</id>
	<title>Re: panic with em(4) in current</title>
	<published>2009-12-10T14:20:08Z</published>
	<updated>2009-12-10T14:20:08Z</updated>
	<author>
		<name>pluknet</name>
	</author>
	<content type="html">2009/12/11 Brooks Davis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735573&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brooks@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Something with the latest e1000 update in current causes a panic during
&lt;br&gt;&amp;gt; attach on my laptop.  Rolling sys/dev/e1000 back to the previous version
&lt;br&gt;&amp;gt; fixes the problem.  Here's the hand transcribed panic:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; panic: mtx_lock() of spin mutex &amp;dev_spec-&amp;gt;swflag_mutex @ ../../../dev/e1000/e1000_ich8lan.c:651
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The back trace places me at: e1000_acquire_swflag_ich8lan()+0x30
&lt;br&gt;&lt;br&gt;Hi, I see bug there:
&lt;br&gt;+#define E1000_MUTEX_INIT(mutex) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mtx_init((mutex), #mutex, \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MTX_NETWORK_LOCK, \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MTX_DEF | MTX_SPIN)
&lt;br&gt;&lt;br&gt;mtx_init() first looks for MTX_SPIN flag and assign
&lt;br&gt;lock_class_mtx_spin class to mutex.
&lt;br&gt;Then mtx_lock() on spin mutex called.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The device in question is in my lenovo x61s laptop and the pciconf
&lt;br&gt;&amp;gt; output is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; em0@pci0:0:25:0:        class=0x020000 card=0x20de17aa chip=0x10498086 rev=0x03 hdr=0x00
&lt;br&gt;&amp;gt;    vendor     = 'Intel Corporation'
&lt;br&gt;&amp;gt;    device     = 'Gigabit Network Connection Interface Controller (82566MM NIC)'
&lt;br&gt;&amp;gt;    class      = network
&lt;br&gt;&amp;gt;    subclass   = ethernet
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Brooks
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;wbr,
&lt;br&gt;pluknet
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735573&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735573&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/panic-with-em%284%29-in-current-tp26734575p26735573.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26734575</id>
	<title>panic with em(4) in current</title>
	<published>2009-12-10T13:09:01Z</published>
	<updated>2009-12-10T13:09:01Z</updated>
	<author>
		<name>Brooks Davis</name>
	</author>
	<content type="html">Something with the latest e1000 update in current causes a panic during
&lt;br&gt;attach on my laptop. &amp;nbsp;Rolling sys/dev/e1000 back to the previous version
&lt;br&gt;fixes the problem. &amp;nbsp;Here's the hand transcribed panic:
&lt;br&gt;&lt;br&gt;panic: mtx_lock() of spin mutex &amp;dev_spec-&amp;gt;swflag_mutex @ ../../../dev/e1000/e1000_ich8lan.c:651
&lt;br&gt;&lt;br&gt;The back trace places me at: e1000_acquire_swflag_ich8lan()+0x30
&lt;br&gt;&lt;br&gt;The device in question is in my lenovo x61s laptop and the pciconf
&lt;br&gt;output is:
&lt;br&gt;&lt;br&gt;em0@pci0:0:25:0: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;class=0x020000 card=0x20de17aa chip=0x10498086 rev=0x03 hdr=0x00
&lt;br&gt;&amp;nbsp; &amp;nbsp; vendor &amp;nbsp; &amp;nbsp; = 'Intel Corporation'
&lt;br&gt;&amp;nbsp; &amp;nbsp; device &amp;nbsp; &amp;nbsp; = 'Gigabit Network Connection Interface Controller (82566MM NIC)'
&lt;br&gt;&amp;nbsp; &amp;nbsp; class &amp;nbsp; &amp;nbsp; &amp;nbsp;= network
&lt;br&gt;&amp;nbsp; &amp;nbsp; subclass &amp;nbsp; = ethernet
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Brooks
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (194 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26734575/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/panic-with-em%284%29-in-current-tp26734575p26734575.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26734669</id>
	<title>Re: Panic while doing zfs rename</title>
	<published>2009-12-10T12:45:38Z</published>
	<updated>2009-12-10T12:45:38Z</updated>
	<author>
		<name>Xin LI-5</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 4:33 AM, Andriy Gapon &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26734669&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;avg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; on 10/12/2009 09:21 Jeremie Le Hen said the following:
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt; % zfs_statfs(866b2a10,866b2a70,1d8,cb41c844,865a3a10,...) at zfs_statfs+0x39
&lt;br&gt;&amp;gt;&amp;gt; % __vfs_statfs(866b2a10,cb41c844,0,0,0,...) at __vfs_statfs+0x1f
&lt;br&gt;&amp;gt;&amp;gt; % nullfs_statfs(865a3a10,865a3a70,806bd68b,865a3a70,865a3a10,...) at nullfs_statfs+0x46
&lt;br&gt;&amp;gt;&amp;gt; % __vfs_statfs(865a3a10,865a3a70,1d8,a5889340,cb41cb78,...) at __vfs_statfs+0x1f
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And you also seem to have nullfs in the picture.
&lt;br&gt;&amp;gt; Did you by a chance renamed a zfs filesystem under nullfs?
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm not sure but can it be related to OpenSolaris bug 6905188? [1]
&lt;br&gt;&lt;br&gt;changeset: &amp;nbsp; 11209:462283cb4096
&lt;br&gt;user: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Matthew Ahrens &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26734669&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Matthew.Ahrens@...&lt;/a&gt;&amp;gt;
&lt;br&gt;date: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Mon Nov 30 11:36:36 2009 -0800
&lt;br&gt;files: &amp;nbsp; &amp;nbsp; &amp;nbsp; usr/src/cmd/zdb/zdb.c usr/src/cmd/ztest/ztest.c
&lt;br&gt;usr/src/uts/common/fs/zfs/dmu_objset.c
&lt;br&gt;usr/src/uts/common/fs/zfs/dmu_send.c
&lt;br&gt;usr/src/uts/common/fs/zfs/dsl_dataset.c
&lt;br&gt;usr/src/uts/common/fs/zfs/sys/dmu.h
&lt;br&gt;usr/src/uts/common/fs/zfs/sys/dmu_objset.h
&lt;br&gt;usr/src/uts/common/fs/zfs/sys/dsl_dataset.h
&lt;br&gt;usr/src/uts/common/fs/zfs/sys/zfs_ioctl.h
&lt;br&gt;usr/src/uts/common/fs/zfs/sys/zil.h
&lt;br&gt;usr/src/uts/common/fs/zfs/zfs_ioctl.c usr/src/uts/common/fs/zfs/zil.c
&lt;br&gt;description:
&lt;br&gt;6905188 panic: kernel heap corruption when doing &amp;quot;zfs rename -r&amp;quot;
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6905188&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6905188&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- 
&lt;br&gt;Xin LI &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26734669&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;delphij@...&lt;/a&gt;&amp;gt; &lt;a href=&quot;http://www.delphij.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.delphij.net&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26734669&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26734669&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Panic-while-doing-zfs-rename-tp26723046p26734669.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26733785</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T12:11:31Z</published>
	<updated>2009-12-10T12:11:31Z</updated>
	<author>
		<name>Kevin Wilcox-3</name>
	</author>
	<content type="html">2009/12/10 Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733785&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; I was just stressed after being forced by him
&lt;br&gt;&amp;gt; to explain why I wanted firewall exceptions
&lt;br&gt;&amp;gt; for two ports to my FreeBSD portscluster nodes.
&lt;br&gt;&amp;gt; I explained the reasons and that was settled.
&lt;br&gt;&lt;br&gt;Anton, I don't know about the UK, Great Britain or England, but in US
&lt;br&gt;Universities, this is fairly common. It just serves as a sanity check
&lt;br&gt;for the many, many requests central IT tends to get regarding allowing
&lt;br&gt;ingress traffic for faculty/staff machines, and it gives the firewall
&lt;br&gt;guys documentation that such-and-such machine should be receiving
&lt;br&gt;inbound traffic on specific ports.
&lt;br&gt;&lt;br&gt;&amp;gt; The Uni is, of course,
&lt;br&gt;&amp;gt; addicted to Microsoft, but having realised all
&lt;br&gt;&amp;gt; the problems with that, lately the policy has
&lt;br&gt;&amp;gt; been to deny (!) MS users admin access to their
&lt;br&gt;&amp;gt; own desktops. The situation is just ridiculous -
&lt;br&gt;&amp;gt; if a MS user wants to install a piece of software
&lt;br&gt;&amp;gt; on their PC he/she has to ask for permission,
&lt;br&gt;&amp;gt; and then wait until some computer officer would
&lt;br&gt;&amp;gt; come and do install for them.
&lt;br&gt;&lt;br&gt;Again, I don't know about the UK, Great Britain or England, but in the
&lt;br&gt;US this is also quite common, at least with regards to University
&lt;br&gt;owned hardware. The first responsibility is to protect the network and
&lt;br&gt;existing services. Sadly, many groups fail to provide the next step,
&lt;br&gt;that being a relatively quick, easy way to have approved software
&lt;br&gt;installed for users, and a method for having non-approved software
&lt;br&gt;scrutinised and either approved or rejected.
&lt;br&gt;&lt;br&gt;&amp;gt; Also recently, well.. about a year ago, no
&lt;br&gt;&amp;gt; host (!) could be accessed from outside the
&lt;br&gt;&amp;gt; Uni firewall. Special exception has to be
&lt;br&gt;&amp;gt; obtained even for ssh. There is only one dedicated
&lt;br&gt;&amp;gt; sun server which accepts only ssh. The users
&lt;br&gt;&amp;gt; are supposed to dial to this frontend server
&lt;br&gt;&amp;gt; first, and from there to hosts on the local net.
&lt;br&gt;&lt;br&gt;Again, quite common. Most Universities here do not provide
&lt;br&gt;public-facing IP addresses without some sort of application and
&lt;br&gt;approval process. For example, we have a handful of machines that are
&lt;br&gt;public facing but most of our hardware sits inside site-only networks.
&lt;br&gt;To access those machines you either have to be on-campus or you have
&lt;br&gt;to connect via VPN (and yes, we support Windows, Mac, Linux, Solaris,
&lt;br&gt;*BSD).
&lt;br&gt;&lt;br&gt;Having an SSH proxy isn't an entirely bad idea, though I can see where
&lt;br&gt;performance may be hindered.
&lt;br&gt;&lt;br&gt;&amp;gt; I had to fight a long battle, well.. I had
&lt;br&gt;&amp;gt; some support from other academics, to have
&lt;br&gt;&amp;gt; a linux class in my Faculty. Here the
&lt;br&gt;&amp;gt; opposition wasn't so much security, as
&lt;br&gt;&amp;gt; &amp;quot;why would any undegraduate need linux&amp;quot;,
&lt;br&gt;&amp;gt; as if MS solutions are a pinnacle of human thought.
&lt;br&gt;&lt;br&gt;That's a pretty fair question and one that I hope you would have asked
&lt;br&gt;yourself before you made the push for the class.
&lt;br&gt;&lt;br&gt;&amp;gt; And from I understand it's going to get worse.
&lt;br&gt;&amp;gt; Apparently the IT services are drawing up
&lt;br&gt;&amp;gt; plans to completely forbid use of &amp;quot;non-autorized&amp;quot;
&lt;br&gt;&amp;gt; OS. I imagine fbsd will not be authorized.
&lt;br&gt;&amp;gt; So I'm anticipating another battle already.
&lt;br&gt;&lt;br&gt;Does this extend to computers used for academic research, student
&lt;br&gt;owned computers being used on campus, etc?
&lt;br&gt;&lt;br&gt;Perhaps it's because we're conditioned to think this way but a lot of
&lt;br&gt;us at universities in the US see a lot of this as being commonplace
&lt;br&gt;and to *not* do them is generally considered bad security practice.
&lt;br&gt;&lt;br&gt;kmw
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Beware the leader who bangs the drums of war in order to whip the
&lt;br&gt;citizenry into a patriotic fervor, for patriotism is indeed a
&lt;br&gt;double-edged sword. It both emboldens the blood, just as it narrows
&lt;br&gt;the mind. And when the drums of war have reached a fever pitch and the
&lt;br&gt;blood boils with hate and the mind has closed, the leader will have no
&lt;br&gt;need in seizing the rights of the citizenry. Rather, the citizenry,
&lt;br&gt;infused with fear and blinded by patriotism, will offer up all of
&lt;br&gt;their rights unto the leader and gladly so - Unattributed, post 9/11
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733785&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733785&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26733785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26733022</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T11:21:26Z</published>
	<updated>2009-12-10T11:21:26Z</updated>
	<author>
		<name>Julian H. Stacey-3</name>
	</author>
	<content type="html">&amp;gt; Fortuantely, I had no problem setting up a &amp;quot;black&amp;quot; FreeBSD box to
&lt;br&gt;&amp;gt; preserve my sanity.
&lt;br&gt;&lt;br&gt;A tip for those threatened with no BSD box at work:
&lt;br&gt;FreeBSD runs fine _inside_ a box that looks like a multi sheet scanner.
&lt;br&gt;OK, slow, but invisible to managers who require MS only.
&lt;br&gt;&lt;br&gt;These scanners often lie abandoned in company junk rooms (&amp; cheap
&lt;br&gt;on web), as people know they used to need MS's abandoned NT (= Not
&lt;br&gt;There) operating system. &amp;nbsp;Well they do ... until one installs BSD.
&lt;br&gt;Credit to David M. who did the FreeBSD work. Pictures of hardware
&lt;br&gt;to look for in junk rooms: &lt;a href=&quot;http://www.berklix.com/scanjet/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.berklix.com/scanjet/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Julian
&lt;br&gt;-- 
&lt;br&gt;Julian Stacey: BSD Unix Linux C Sys Eng Consultants Munich &lt;a href=&quot;http://berklix.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://berklix.com&lt;/a&gt;&lt;br&gt;Mail plain text not quoted-printable, HTML or Base64: &amp;nbsp;&lt;a href=&quot;http://asciiribbon.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://asciiribbon.org&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733022&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733022&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26733022.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26732249</id>
	<title>Re: HEADS UP: Important bug fix in ZFS replay code!</title>
	<published>2009-12-10T10:12:14Z</published>
	<updated>2009-12-10T10:12:14Z</updated>
	<author>
		<name>Barry Pederson</name>
	</author>
	<content type="html">On 11/10/09 4:45 PM, Pawel Jakub Dawidek wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There was important bug in ZFS replay code. If there were setattr logs
&lt;br&gt;&amp;gt; (not related to permission change) in ZIL during unclean shutdown, one
&lt;br&gt;&amp;gt; can end up with files that have mode set to 07777.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is very dangerous, especially if you have untrusted local users, as
&lt;br&gt;&amp;gt; this will set setuid bit on such files. Note that FreeBSD will remove
&lt;br&gt;&amp;gt; setuid bits when someone will try to modify the file, but it is still
&lt;br&gt;&amp;gt; dangerous.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can locate such files with the following command:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	# find / -perm -7777 -print0 | xargs -0 ls -ld
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can locate and fix such files with the following command:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	# find / -perm -7777 -print0 | xargs -0 chmod a-s,o-w,-t
&lt;/div&gt;&lt;br&gt;&lt;br&gt;I just noticed this fix didn't make it into 8.0, I just had an 
&lt;br&gt;8.0-RELEASE-p1 machine crash and come back with a bunch of 07777 files.
&lt;br&gt;&lt;br&gt;Maybe this should be documented as an errata or security advisory.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Barry
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732249&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732249&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HEADS-UP%3A-Important-bug-fix-in-ZFS-replay-code%21-tp26292751p26732249.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26733287</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T09:53:19Z</published>
	<updated>2009-12-10T09:53:19Z</updated>
	<author>
		<name>J Sisson</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 10:21 AM, Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733287&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Perhaps I should start putting together
&lt;br&gt;&amp;gt; some statistics to make my case more forcefully.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;I fought the same battle at the Univ. I attended (as a student). &amp;nbsp;They were
&lt;br&gt;an M$ shop as well and had issues with me running OpenBSD. &amp;nbsp;I stuck to it
&lt;br&gt;and finally got a &amp;quot;straight&amp;quot; answer from the Dean of CS: &amp;nbsp;&amp;quot;I don't know
&lt;br&gt;anything about OpenBSD...please just use Windows and be like everyone
&lt;br&gt;else!&amp;quot;.
&lt;br&gt;&lt;br&gt;Odd, I thought that one role of higher education is to teach critical
&lt;br&gt;thinking, which by definition means disagreements will (and should!) occur.
&lt;br&gt;Apparently I was wrong.
&lt;br&gt;&lt;br&gt;I later took a independent study at the same Univ. &amp;nbsp; I wanted to compare
&lt;br&gt;security records for various OS's (FreeBSD and OpenBSD being listed in
&lt;br&gt;there). &amp;nbsp;This was rejected in favor of me doing security research for
&lt;br&gt;Windows...so I wrote a program to demonstrate why Admins shouldn't blindly
&lt;br&gt;trust even system code (Windows Server 2003...stuff like netstat and task
&lt;br&gt;manager) and demonstrated that to the graduate level network security class
&lt;br&gt;(I was an undergrad at the time). &amp;nbsp;I completely gave up when the grad
&lt;br&gt;students followed suit with the dean and tried arguing with me that my code
&lt;br&gt;was &amp;quot;hacked together specifically to exhibit the behavior I was trying to
&lt;br&gt;demonstrate&amp;quot;...as if it wasn't *real* and it couldn't be used to a malicious
&lt;br&gt;user's advantage.
&lt;br&gt;&lt;br&gt;I guess it doesn't exist in the security world (according to the previously
&lt;br&gt;mentioned grad students) if it's not &amp;quot;mainstream thinking&amp;quot;...I feel sorry
&lt;br&gt;for the companies that depend on those idiots for security.
&lt;br&gt;&lt;br&gt;If they've bought into M$ FUD, no amount of statistics/code/demonstrations
&lt;br&gt;will help. &amp;nbsp;I'd skip the statistics in favor of putting together a resume.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733287&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733287&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26733287.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26731627</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T09:45:02Z</published>
	<updated>2009-12-10T09:45:02Z</updated>
	<author>
		<name>Gary Jennejohn-3</name>
	</author>
	<content type="html">On Thu, 10 Dec 2009 16:21:50 +0000
&lt;br&gt;Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731627&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I had to fight a long battle, well.. I had
&lt;br&gt;&amp;gt; some support from other academics, to have
&lt;br&gt;&amp;gt; a linux class in my Faculty. Here the
&lt;br&gt;&amp;gt; opposition wasn't so much security, as
&lt;br&gt;&amp;gt; &amp;quot;why would any undegraduate need linux&amp;quot;,
&lt;br&gt;&amp;gt; as if MS solutions are a pinnacle of human thought.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I feel for you. &amp;nbsp;I used to work for DEC, at one time a major UNIX vendor.
&lt;br&gt;Then one day all employees were forced to install Windows NT to access
&lt;br&gt;their mail accounts because management, in its wisdom, decided to
&lt;br&gt;standardize on Mickeysoft Exchange Server. &amp;nbsp;No real reason, since up til
&lt;br&gt;then UNIX mail servers had been more than adequate. &amp;nbsp;IT services had
&lt;br&gt;similarly restrictive policies regarding users installing SW, etc.
&lt;br&gt;&lt;br&gt;I always wondered who Mickeysoft bribed to get that put through.
&lt;br&gt;&lt;br&gt;Fortuantely, I had no problem setting up a &amp;quot;black&amp;quot; FreeBSD box to
&lt;br&gt;preserve my sanity.
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;Gary Jennejohn
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731627&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731627&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26731627.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26732216</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T09:18:04Z</published>
	<updated>2009-12-10T09:18:04Z</updated>
	<author>
		<name>Jason Helfman-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://security.freebsd.org/advisories/FreeBSD-SA-09:16.rtld.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://security.freebsd.org/advisories/FreeBSD-SA-09:16.rtld.asc&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Thu, Dec 10, 2009 at 11:05:16AM -0600, Paul Schmehl thus spake:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;--On Thursday, December 10, 2009 08:41:41 -0600 Anton Shterenlikht
&lt;br&gt;&amp;gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732216&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; From my information security manager:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.ht&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.ht&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; ml
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Please pass this to your information security manager:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;From one information security manager to another, you're an idiot.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;--
&lt;br&gt;&amp;gt;Paul Schmehl, Senior Infosec Analyst
&lt;br&gt;&amp;gt;As if it wasn't already obvious, my opinions
&lt;br&gt;&amp;gt;are my own and not those of my employer.
&lt;br&gt;&amp;gt;*******************************************
&lt;br&gt;&amp;gt;&amp;quot;It is as useless to argue with those who have
&lt;br&gt;&amp;gt;renounced the use of reason as to administer
&lt;br&gt;&amp;gt;medication to the dead.&amp;quot; Thomas Jefferson
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732216&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-questions@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-questions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-questions&lt;/a&gt;&lt;br&gt;&amp;gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732216&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-questions-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;i am a mutthead
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732216&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732216&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26732216.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26732209</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T09:05:16Z</published>
	<updated>2009-12-10T09:05:16Z</updated>
	<author>
		<name>Paul Schmehl-2</name>
	</author>
	<content type="html">--On Thursday, December 10, 2009 08:41:41 -0600 Anton Shterenlikht 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; From my information security manager:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.ht&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.ht&lt;/a&gt;&lt;br&gt;&amp;gt; ml
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Please pass this to your information security manager:
&lt;br&gt;&lt;br&gt;&amp;gt;From one information security manager to another, you're an idiot.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Schmehl, Senior Infosec Analyst
&lt;br&gt;As if it wasn't already obvious, my opinions
&lt;br&gt;are my own and not those of my employer.
&lt;br&gt;*******************************************
&lt;br&gt;&amp;quot;It is as useless to argue with those who have
&lt;br&gt;renounced the use of reason as to administer
&lt;br&gt;medication to the dead.&amp;quot; Thomas Jefferson
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732209&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732209&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26732209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26730899</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T09:04:05Z</published>
	<updated>2009-12-10T09:04:05Z</updated>
	<author>
		<name>Svein Skogen (listmail account)</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Chargen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Dec 10, 2009 at 5:21 PM, Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Dec 10, 2009 at 09:51:22AM -0500, Bill Moran wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; In response to Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I had to fight a long battle, well.. I had
&lt;br&gt;&amp;gt;&amp;gt; some support from other academics, to have
&lt;br&gt;&amp;gt;&amp;gt; a linux class in my Faculty. Here the
&lt;br&gt;&amp;gt;&amp;gt; opposition wasn't so much security, as
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;why would any undegraduate need linux&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt; as if MS solutions are a pinnacle of human thought.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is getting so funny..
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Next topic please.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Peace.
&lt;/div&gt;&lt;br&gt;What bothers me is that some of these worshipers (be that demon,
&lt;br&gt;penguin, apple, or windows) simple cannot fathom the old &amp;quot;right tool for
&lt;br&gt;the right job&amp;quot; saying...
&lt;br&gt;&lt;br&gt;//Svein
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;- --------+-------------------+-------------------------------
&lt;br&gt;&amp;nbsp; /&amp;quot;\ &amp;nbsp; |Svein Skogen &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svein@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; \ / &amp;nbsp; |Solberg Østli 9 &amp;nbsp; &amp;nbsp;| PGP Key: &amp;nbsp;0xE5E76831
&lt;br&gt;&amp;nbsp; &amp;nbsp;X &amp;nbsp; &amp;nbsp;|2020 Skedsmokorset | &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svein@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; / \ &amp;nbsp; |Norway &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | PGP Key: &amp;nbsp;0xCE96CE13
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svein@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;ascii &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | PGP Key: &amp;nbsp;0x58CD33B6
&lt;br&gt;&amp;nbsp;ribbon |System Admin &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svein-listmail@...&lt;/a&gt;
&lt;br&gt;Campaign|stillbilde.net &amp;nbsp; &amp;nbsp; | PGP Key: &amp;nbsp;0x22D494A4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; +-------------------+-------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |msn messenger: &amp;nbsp; &amp;nbsp; | Mobile Phone: +47 907 03 575
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svein@...&lt;/a&gt; | RIPE handle: &amp;nbsp; &amp;nbsp;SS16503-RIPE
&lt;br&gt;- --------+-------------------+-------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If you really are in a hurry, mail me at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svein-mobile@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;This mailbox goes directly to my cellphone and is checked
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; even when I'm not in front of my computer.
&lt;br&gt;- ------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Picture Gallery:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://gallery.stillbilde.net/v/svein/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://gallery.stillbilde.net/v/svein/&lt;/a&gt;&lt;br&gt;- ------------------------------------------------------------
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.10 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkshKgUACgkQODUnwSLUlKQepACgkDgvRoCEbJvrRbfkCa3YrF9P
&lt;br&gt;c/IAoKNxVaAcoVn/cEYUg0yIJgf6k+ek
&lt;br&gt;=oGMp
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730899&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26730899.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26730861</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T08:32:11Z</published>
	<updated>2009-12-10T08:32:11Z</updated>
	<author>
		<name>Chargen</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 5:21 PM, Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730861&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; On Thu, Dec 10, 2009 at 09:51:22AM -0500, Bill Moran wrote:
&lt;br&gt;&amp;gt;&amp;gt; In response to Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730861&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; I had to fight a long battle, well.. I had
&lt;br&gt;&amp;gt; some support from other academics, to have
&lt;br&gt;&amp;gt; a linux class in my Faculty. Here the
&lt;br&gt;&amp;gt; opposition wasn't so much security, as
&lt;br&gt;&amp;gt; &amp;quot;why would any undegraduate need linux&amp;quot;,
&lt;br&gt;&amp;gt; as if MS solutions are a pinnacle of human thought.
&lt;br&gt;&lt;br&gt;This is getting so funny..
&lt;br&gt;&lt;br&gt;Next topic please.
&lt;br&gt;&lt;br&gt;Peace.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730861&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730861&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26730861.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26730212</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T08:21:50Z</published>
	<updated>2009-12-10T08:21:50Z</updated>
	<author>
		<name>Anton Shterenlikht</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 09:51:22AM -0500, Bill Moran wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; In response to Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730212&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;From my information security manager:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 	FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt; &amp;gt; 	(comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 	&lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Are you trying to make your infosec guy look like an idiot? &amp;nbsp;Does he
&lt;br&gt;&amp;gt; realize that FreeBSD has a grand total of 16 security problems for all
&lt;br&gt;&amp;gt; of 2009? &amp;nbsp;Hell, Microsoft has that many in an average month.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If he can find something (other than OpenBSD) with a better record than
&lt;br&gt;&amp;gt; that, I'd love to hear about it.
&lt;/div&gt;&lt;br&gt;I was just stressed after being forced by him
&lt;br&gt;to explain why I wanted firewall exceptions
&lt;br&gt;for two ports to my FreeBSD portscluster nodes.
&lt;br&gt;I explained the reasons and that was settled.
&lt;br&gt;&lt;br&gt;I wouldn't be surprised if I'm the sole fbsd user
&lt;br&gt;at my Uni. The situation with computing is not
&lt;br&gt;great and getting worse.
&lt;br&gt;&lt;br&gt;The Uni is, of course,
&lt;br&gt;addicted to Microsoft, but having realised all
&lt;br&gt;the problems with that, lately the policy has
&lt;br&gt;been to deny (!) MS users admin access to their
&lt;br&gt;own desktops. The situation is just ridiculous - 
&lt;br&gt;if a MS user wants to install a piece of software
&lt;br&gt;on their PC he/she has to ask for permission,
&lt;br&gt;and then wait until some computer officer would
&lt;br&gt;come and do install for them.
&lt;br&gt;&lt;br&gt;Also recently, well.. about a year ago, no
&lt;br&gt;host (!) could be accessed from outside the
&lt;br&gt;Uni firewall. Special exception has to be
&lt;br&gt;obtained even for ssh. There is only one dedicated
&lt;br&gt;sun server which accepts only ssh. The users
&lt;br&gt;are supposed to dial to this frontend server
&lt;br&gt;first, and from there to hosts on the local net.
&lt;br&gt;&lt;br&gt;Honestly, the situation is so bad that I 
&lt;br&gt;sometimes wonder - perhaps it's me who is mad.
&lt;br&gt;It seems IT services look at anybody who
&lt;br&gt;wants to escape MS with suspicion at best.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I had to fight a long battle, well.. I had
&lt;br&gt;some support from other academics, to have
&lt;br&gt;a linux class in my Faculty. Here the
&lt;br&gt;opposition wasn't so much security, as
&lt;br&gt;&amp;quot;why would any undegraduate need linux&amp;quot;,
&lt;br&gt;as if MS solutions are a pinnacle of human thought.
&lt;br&gt;&lt;br&gt;And from I understand it's going to get worse.
&lt;br&gt;Apparently the IT services are drawing up
&lt;br&gt;plans to completely forbid use of &amp;quot;non-autorized&amp;quot;
&lt;br&gt;OS. I imagine fbsd will not be authorized.
&lt;br&gt;So I'm anticipating another battle already.
&lt;br&gt;&lt;br&gt;Perhaps I should start putting together
&lt;br&gt;some statistics to make my case more forcefully.
&lt;br&gt;&lt;br&gt;many thanks for your support, as always
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Anton Shterenlikht
&lt;br&gt;Room 2.6, Queen's Building
&lt;br&gt;Mech Eng Dept
&lt;br&gt;Bristol University
&lt;br&gt;University Walk, Bristol BS8 1TR, UK
&lt;br&gt;Tel: +44 (0)117 331 5944
&lt;br&gt;Fax: +44 (0)117 929 4423
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730212&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730212&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26730212.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26729883</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T08:02:51Z</published>
	<updated>2009-12-10T08:02:51Z</updated>
	<author>
		<name>Julian Elischer</name>
	</author>
	<content type="html">Anton Shterenlikht wrote:
&lt;br&gt;&amp;gt;&amp;gt;From my information security manager:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt; 	(comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;yeah we know, but really, quoting security as a reason not to use it
&lt;br&gt;is a bit like quoting flat tyres (British spelling to those USA'ns
&lt;br&gt;reading) as a reason to not buy a Jag. &amp;nbsp;Every OS has them and in fact 
&lt;br&gt;we are better than many.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26729883&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26729883&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26729883.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26729202</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T07:04:14Z</published>
	<updated>2009-12-10T07:04:14Z</updated>
	<author>
		<name>Kevin Wilcox-3</name>
	</author>
	<content type="html">2009/12/10 Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26729202&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt;From my information security manager:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;        FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt;        (comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;        &lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Wow.
&lt;br&gt;&lt;br&gt;Just...wow.
&lt;br&gt;&lt;br&gt;FreeBSD's security record, the rate at which fixes occur, the ports
&lt;br&gt;system and the overall sanity of the environment is *precisely* why we
&lt;br&gt;have been migrating from RHEL to FreeBSD at my University (I'm
&lt;br&gt;employed by the University, not a student).
&lt;br&gt;&lt;br&gt;I would be quite curious as to which operating system is serving as
&lt;br&gt;the baseline for this comparison. I would also be quite curious as to
&lt;br&gt;whether the manager making said statement is responsible for central
&lt;br&gt;IT services or is locked into providing services by a particular
&lt;br&gt;vendor.
&lt;br&gt;&lt;br&gt;kmw
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Beware the leader who bangs the drums of war in order to whip the
&lt;br&gt;citizenry into a patriotic fervor, for patriotism is indeed a
&lt;br&gt;double-edged sword. It both emboldens the blood, just as it narrows
&lt;br&gt;the mind. And when the drums of war have reached a fever pitch and the
&lt;br&gt;blood boils with hate and the mind has closed, the leader will have no
&lt;br&gt;need in seizing the rights of the citizenry. Rather, the citizenry,
&lt;br&gt;infused with fear and blinded by patriotism, will offer up all of
&lt;br&gt;their rights unto the leader and gladly so - Unattributed, post 9/11
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26729202&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26729202&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26729202.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26729055</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T07:01:31Z</published>
	<updated>2009-12-10T07:01:31Z</updated>
	<author>
		<name>joe-280</name>
	</author>
	<content type="html">Fire the noob you have working for you and hire someone with a clue.
&lt;br&gt;&lt;br&gt;Anton Shterenlikht wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;From my information security manager:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt; 	(comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message has been scanned for viruses and
&lt;br&gt;dangerous content by MailScanner, and is
&lt;br&gt;believed to be clean.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26729055&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26729055&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26729055.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728773</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T07:01:09Z</published>
	<updated>2009-12-10T07:01:09Z</updated>
	<author>
		<name>Dag-Erling Smørgrav</name>
	</author>
	<content type="html">Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728773&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; From my information security manager:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt; 	(comparatively) poor security record. Most recently, for
&lt;br&gt;&amp;gt; 	example:
&lt;br&gt;&lt;br&gt;&amp;quot;comparatively&amp;quot;, compared to what? &amp;nbsp;Windows? &amp;nbsp;Linux? &amp;nbsp;We beat them both
&lt;br&gt;into the ground. &amp;nbsp;He is speaking from ignorance.
&lt;br&gt;&lt;br&gt;DES
&lt;br&gt;-- 
&lt;br&gt;Dag-Erling Smørgrav - &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728773&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;des@...&lt;/a&gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728773&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728773&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26728773.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728758</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T06:59:53Z</published>
	<updated>2009-12-10T06:59:53Z</updated>
	<author>
		<name>Steve Bertrand-2</name>
	</author>
	<content type="html">Bill Moran wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; In response to Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;From my information security manager:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 	FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt;&amp;gt; 	(comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 	&lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Are you trying to make your infosec guy look like an idiot? 
&lt;/div&gt;&lt;br&gt;He doesn't really have to _try_, does he?
&lt;br&gt;&lt;br&gt;I have always thought that an infosec person should *know* what they
&lt;br&gt;have running within their own network, and furthermore, gather his
&lt;br&gt;comparative analysis from somewhere other than the
&lt;br&gt;dept-of-some-guys-blog. Perhaps these are not the job requirements of a
&lt;br&gt;security person.
&lt;br&gt;&lt;br&gt;Steve
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728758&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728758&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26728758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728741</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T06:55:40Z</published>
	<updated>2009-12-10T06:55:40Z</updated>
	<author>
		<name>Mike Tancsa</name>
	</author>
	<content type="html">At 09:41 AM 12/10/2009, Anton Shterenlikht wrote:
&lt;br&gt;&amp;gt; &amp;gt;From my information security manager:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FreeBSD isn't much used within the University (I 
&lt;br&gt;&amp;gt; understand) and has a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Some say... world flat... some say roundish. There are lots of 
&lt;br&gt;opinions to choose from. It would be nice to see an actual properly 
&lt;br&gt;designed study quoted... or even some raw data referenced. and I am 
&lt;br&gt;not talking about something vendor sponsored that examines such track records.
&lt;br&gt;&lt;br&gt;In the case of the above mentioned zero day exploit someone posted, I 
&lt;br&gt;think FreeBSD did a GREAT job at getting a fast unofficial patch out 
&lt;br&gt;and then 2 days later an official advisory and patch out. &amp;nbsp;Take a 
&lt;br&gt;look at their actual track record at &lt;a href=&quot;http://www.freebsd.org/security&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/security&lt;/a&gt;&amp;nbsp;
&lt;br&gt;and judge for yourself based on that. &amp;nbsp;Note, a good chunk of whats 
&lt;br&gt;there is common across multiple operating systems (e.g ntpd, BIND, openssl etc)
&lt;br&gt;&lt;br&gt;There are lots of reasons why someone might use or not use FreeBSD. 
&lt;br&gt;In my _opinion_, a &amp;quot;poor security record&amp;quot; is not one of them... But 
&lt;br&gt;judge for yourself based on their actual track record.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---Mike
&lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------
&lt;br&gt;Mike Tancsa, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tel +1 519 651 3400
&lt;br&gt;Sentex Communications, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728741&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mike@...&lt;/a&gt;
&lt;br&gt;Providing Internet since 1994 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;www.sentex.net
&lt;br&gt;Cambridge, Ontario Canada &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; www.sentex.net/mike
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728741&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728741&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26728741.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728522</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T06:52:23Z</published>
	<updated>2009-12-10T06:52:23Z</updated>
	<author>
		<name>Michael Butler</name>
	</author>
	<content type="html">Anton Shterenlikht wrote:
&lt;br&gt;&amp;gt;&amp;gt;From my information security manager:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt; 	(comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Without wanting to get into any &amp;quot;flame wars&amp;quot;, I will only say this ..
&lt;br&gt;&lt;br&gt;I find this kind of unsubstantiated speculation extremely disappointing.
&lt;br&gt;&amp;nbsp;It speaks not only to an apparent lack of knowledge about FreeBSD but
&lt;br&gt;also about any alternative operating system.
&lt;br&gt;&lt;br&gt;Subject closed,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; imb
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728522&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728522&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26728522.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728503</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T06:51:22Z</published>
	<updated>2009-12-10T06:51:22Z</updated>
	<author>
		<name>Bill Moran</name>
	</author>
	<content type="html">In response to Anton Shterenlikht &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728503&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mexas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt;From my information security manager:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt; 	(comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Are you trying to make your infosec guy look like an idiot? &amp;nbsp;Does he
&lt;br&gt;realize that FreeBSD has a grand total of 16 security problems for all
&lt;br&gt;of 2009? &amp;nbsp;Hell, Microsoft has that many in an average month.
&lt;br&gt;&lt;br&gt;If he can find something (other than OpenBSD) with a better record than
&lt;br&gt;that, I'd love to hear about it.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Bill Moran
&lt;br&gt;&lt;a href=&quot;http://www.potentialtech.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.potentialtech.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://people.collaborativefusion.com/~wmoran/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.collaborativefusion.com/~wmoran/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728503&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728503&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26728503.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728450</id>
	<title>HEADS UP: NDISulator - please test</title>
	<published>2009-12-10T06:48:56Z</published>
	<updated>2009-12-10T06:48:56Z</updated>
	<author>
		<name>Paul B Mahol</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I made some general improvements, added some features and fixed dozens of bugs.
&lt;br&gt;&lt;br&gt;Goal is to make WPA work with bsd driver for wpa_supplicant (-Dbsd)
&lt;br&gt;&lt;br&gt;Code is available here:
&lt;br&gt;&lt;a href=&quot;http://gitorious.org/ndisulator&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/ndisulator&lt;/a&gt;&lt;br&gt;&lt;br&gt;It can be also downloaded as tar.gz:
&lt;br&gt;&lt;a href=&quot;http://www.gitorious.org/ndisulator/ndisulator/archive-tarball/master&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gitorious.org/ndisulator/ndisulator/archive-tarball/master&lt;/a&gt;&lt;br&gt;&lt;br&gt;Example how to build:
&lt;br&gt;&lt;br&gt;Just extract archive somewhere and use mount_nullfs(8):
&lt;br&gt;&lt;br&gt;mount_nullfs ndisulator-ndisulator/src/sys/dev/if_ndis /sys/dev/if_ndis
&lt;br&gt;mount_nullfs ndisulator-ndisulator/src/sys/compat/ndis /sys/compat/ndis
&lt;br&gt;mount_nullfs ndisulator-ndisulator/src/usr.sbin/ndiscvt
&lt;br&gt;/usr/src/usr.sbin/ndiscvt
&lt;br&gt;&lt;br&gt;Now you just need to rebuild modules, including modules created via
&lt;br&gt;ndisgen(8) and ndiscvt.
&lt;br&gt;&lt;br&gt;How to test:
&lt;br&gt;&lt;br&gt;Does 'wpa_supplicant -Dbsd' works in your environment ?
&lt;br&gt;&lt;br&gt;Known issues:
&lt;br&gt;WPA is broken. WPA2 is missing PMKID support.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728450&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728450&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HEADS-UP%3A-NDISulator---please-test-tp26728450p26728450.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728436</id>
	<title>Re: Root exploit for FreeBSD</title>
	<published>2009-12-10T06:47:12Z</published>
	<updated>2009-12-10T06:47:12Z</updated>
	<author>
		<name>Kamigishi Rei</name>
	</author>
	<content type="html">On 10.12.2009 17:41, Anton Shterenlikht wrote:
&lt;br&gt;&amp;gt; &amp;gt; From my information security manager:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;gt; 	(comparatively) poor security record. Most recently, for example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;This has already been fixed in -stable somewhere around December 2nd or 3rd.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Kamigishi Rei
&lt;br&gt;KREI-RIPE
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728436&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728436&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26728436.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728361</id>
	<title>Root exploit for FreeBSD</title>
	<published>2009-12-10T06:41:41Z</published>
	<updated>2009-12-10T06:41:41Z</updated>
	<author>
		<name>Anton Shterenlikht</name>
	</author>
	<content type="html">&amp;gt;From my information security manager:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FreeBSD isn't much used within the University (I understand) and has a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (comparatively) poor security record. Most recently, for example:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h-online.com/security/news/item/Root-exploit-for-FreeBSD-873352.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Anton Shterenlikht
&lt;br&gt;Room 2.6, Queen's Building
&lt;br&gt;Mech Eng Dept
&lt;br&gt;Bristol University
&lt;br&gt;University Walk, Bristol BS8 1TR, UK
&lt;br&gt;Tel: +44 (0)117 331 5944
&lt;br&gt;Fax: +44 (0)117 929 4423
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728361&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728361&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Root-exploit-for-FreeBSD-tp26728361p26728361.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728175</id>
	<title>Re: Testing CAM wrapper for ata(4) controller drivers</title>
	<published>2009-12-10T06:31:41Z</published>
	<updated>2009-12-10T06:31:41Z</updated>
	<author>
		<name>Scott Long-2</name>
	</author>
	<content type="html">On Dec 10, 2009, at 3:02 AM, Alexander Motin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Alexander Motin wrote:
&lt;br&gt;&amp;gt;&amp;gt; The main regression of the new mode is a lack of ataraid &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; alternative, to
&lt;br&gt;&amp;gt;&amp;gt; support cheap BIOS-based ATA RAIDs. If somebody has time and wish to
&lt;br&gt;&amp;gt;&amp;gt; port that code from inside ata(4) into GEOM module, to make it work &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; over
&lt;br&gt;&amp;gt;&amp;gt; CAM also, I would appreciate that and propose a help, if needed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; May be it would be easier to just teach gmirror, gstripe and gconcat &amp;nbsp;
&lt;br&gt;&amp;gt; to
&lt;br&gt;&amp;gt; handle ATA RAIDs metadata formats, to not duplicate and support the &amp;nbsp;
&lt;br&gt;&amp;gt; rest
&lt;br&gt;&amp;gt; of code.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;The existing graid modules are not well suited for learning new &amp;nbsp;
&lt;br&gt;metadata. &amp;nbsp;I have plans for restructuring them into a stack within &amp;nbsp;
&lt;br&gt;GEOM that handles metadata separate from the transforms.
&lt;br&gt;&lt;br&gt;Scott
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728175&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728175&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Testing-CAM-wrapper-for-ata%284%29-controller-drivers-tp26609263p26728175.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26726701</id>
	<title>Re: Testing CAM wrapper for ata(4) controller drivers</title>
	<published>2009-12-10T04:49:52Z</published>
	<updated>2009-12-10T04:49:52Z</updated>
	<author>
		<name>Alexander Motin-3</name>
	</author>
	<content type="html">Alexander Motin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Andriy Gapon wrote:
&lt;br&gt;&amp;gt;&amp;gt; on 10/12/2009 01:07 Alexander Best said the following:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ah. i see. thanks for the hint. sorry mav for blaming ATA_CAM. ;) would be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; nice if this would be fixed at some point. i believe the problem also applies
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to tape drives, usb memory card readers, etc.? so generally speaking: any
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; devices which allow new media insertion, but don't disconnect/re-attach
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; from/to CAM.
&lt;br&gt;&amp;gt;&amp;gt; Yes, we need to get some notification that media is changed and then trigger geom
&lt;br&gt;&amp;gt;&amp;gt; action. &amp;nbsp;Right now there is no notification from hardware in most cases and there
&lt;br&gt;&amp;gt;&amp;gt; is no support for handling that in drivers, AFAIK. &amp;nbsp;Maybe ahci driver starts to
&lt;br&gt;&amp;gt;&amp;gt; add support for that. &amp;nbsp;So either something needs to poll media for changes or a
&lt;br&gt;&amp;gt;&amp;gt; user has to trigger some action explicitly. &amp;nbsp;No magic.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Both ahci and siis drivers already have SATA Asynchronous Notifications
&lt;br&gt;&amp;gt; support, that was especially made to do that. Now AN used to receive
&lt;br&gt;&amp;gt; messages from PMP about fan-out ports physical events and working fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What is needed: SATA ATAPI device with AN support (haven't checked if
&lt;br&gt;&amp;gt; there are ones on the market), enable these messages, improve cd driver
&lt;br&gt;&amp;gt; to make some useful activity (have no idea how) on such events.
&lt;/div&gt;&lt;br&gt;With &amp;quot;how&amp;quot; I've meant &amp;quot;how to properly report it to GEOM&amp;quot;.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Alexander Motin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726701&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726701&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Testing-CAM-wrapper-for-ata%284%29-controller-drivers-tp26702844p26726701.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26726674</id>
	<title>Re: Testing CAM wrapper for ata(4) controller drivers</title>
	<published>2009-12-10T04:47:14Z</published>
	<updated>2009-12-10T04:47:14Z</updated>
	<author>
		<name>Alexander Motin-3</name>
	</author>
	<content type="html">Andriy Gapon wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; on 10/12/2009 01:07 Alexander Best said the following:
&lt;br&gt;&amp;gt;&amp;gt; ah. i see. thanks for the hint. sorry mav for blaming ATA_CAM. ;) would be
&lt;br&gt;&amp;gt;&amp;gt; nice if this would be fixed at some point. i believe the problem also applies
&lt;br&gt;&amp;gt;&amp;gt; to tape drives, usb memory card readers, etc.? so generally speaking: any
&lt;br&gt;&amp;gt;&amp;gt; devices which allow new media insertion, but don't disconnect/re-attach
&lt;br&gt;&amp;gt;&amp;gt; from/to CAM.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, we need to get some notification that media is changed and then trigger geom
&lt;br&gt;&amp;gt; action. &amp;nbsp;Right now there is no notification from hardware in most cases and there
&lt;br&gt;&amp;gt; is no support for handling that in drivers, AFAIK. &amp;nbsp;Maybe ahci driver starts to
&lt;br&gt;&amp;gt; add support for that. &amp;nbsp;So either something needs to poll media for changes or a
&lt;br&gt;&amp;gt; user has to trigger some action explicitly. &amp;nbsp;No magic.
&lt;/div&gt;&lt;br&gt;Both ahci and siis drivers already have SATA Asynchronous Notifications
&lt;br&gt;support, that was especially made to do that. Now AN used to receive
&lt;br&gt;messages from PMP about fan-out ports physical events and working fine.
&lt;br&gt;&lt;br&gt;What is needed: SATA ATAPI device with AN support (haven't checked if
&lt;br&gt;there are ones on the market), enable these messages, improve cd driver
&lt;br&gt;to make some useful activity (have no idea how) on such events.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Alexander Motin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726674&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726674&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Testing-CAM-wrapper-for-ata%284%29-controller-drivers-tp26702844p26726674.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26726510</id>
	<title>Re: Panic while doing zfs rename</title>
	<published>2009-12-10T04:33:39Z</published>
	<updated>2009-12-10T04:33:39Z</updated>
	<author>
		<name>Andriy Gapon</name>
	</author>
	<content type="html">on 10/12/2009 09:21 Jeremie Le Hen said the following:
&lt;br&gt;...
&lt;br&gt;&amp;gt; % zfs_statfs(866b2a10,866b2a70,1d8,cb41c844,865a3a10,...) at zfs_statfs+0x39
&lt;br&gt;&amp;gt; % __vfs_statfs(866b2a10,cb41c844,0,0,0,...) at __vfs_statfs+0x1f
&lt;br&gt;&amp;gt; % nullfs_statfs(865a3a10,865a3a70,806bd68b,865a3a70,865a3a10,...) at nullfs_statfs+0x46
&lt;br&gt;&amp;gt; % __vfs_statfs(865a3a10,865a3a70,1d8,a5889340,cb41cb78,...) at __vfs_statfs+0x1f
&lt;br&gt;&lt;br&gt;And you also seem to have nullfs in the picture.
&lt;br&gt;Did you by a chance renamed a zfs filesystem under nullfs?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Andriy Gapon
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726510&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726510&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Panic-while-doing-zfs-rename-tp26723046p26726510.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26726499</id>
	<title>Re: Testing CAM wrapper for ata(4) controller drivers</title>
	<published>2009-12-10T04:31:27Z</published>
	<updated>2009-12-10T04:31:27Z</updated>
	<author>
		<name>Andriy Gapon</name>
	</author>
	<content type="html">on 10/12/2009 01:07 Alexander Best said the following:
&lt;br&gt;&amp;gt; ah. i see. thanks for the hint. sorry mav for blaming ATA_CAM. ;) would be
&lt;br&gt;&amp;gt; nice if this would be fixed at some point. i believe the problem also applies
&lt;br&gt;&amp;gt; to tape drives, usb memory card readers, etc.? so generally speaking: any
&lt;br&gt;&amp;gt; devices which allow new media insertion, but don't disconnect/re-attach
&lt;br&gt;&amp;gt; from/to CAM.
&lt;br&gt;&lt;br&gt;Yes, we need to get some notification that media is changed and then trigger geom
&lt;br&gt;action. &amp;nbsp;Right now there is no notification from hardware in most cases and there
&lt;br&gt;is no support for handling that in drivers, AFAIK. &amp;nbsp;Maybe ahci driver starts to
&lt;br&gt;add support for that. &amp;nbsp;So either something needs to poll media for changes or a
&lt;br&gt;user has to trigger some action explicitly. &amp;nbsp;No magic.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Andriy Gapon
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726499&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726499&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Testing-CAM-wrapper-for-ata%284%29-controller-drivers-tp26702844p26726499.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26724681</id>
	<title>Re: Testing CAM wrapper for ata(4) controller drivers</title>
	<published>2009-12-10T02:02:08Z</published>
	<updated>2009-12-10T02:02:08Z</updated>
	<author>
		<name>Alexander Motin-3</name>
	</author>
	<content type="html">Alexander Motin wrote:
&lt;br&gt;&amp;gt; The main regression of the new mode is a lack of ataraid alternative, to
&lt;br&gt;&amp;gt; support cheap BIOS-based ATA RAIDs. If somebody has time and wish to
&lt;br&gt;&amp;gt; port that code from inside ata(4) into GEOM module, to make it work over
&lt;br&gt;&amp;gt; CAM also, I would appreciate that and propose a help, if needed.
&lt;br&gt;&lt;br&gt;May be it would be easier to just teach gmirror, gstripe and gconcat to
&lt;br&gt;handle ATA RAIDs metadata formats, to not duplicate and support the rest
&lt;br&gt;of code.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Alexander Motin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26724681&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26724681&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Testing-CAM-wrapper-for-ata%284%29-controller-drivers-tp26609263p26724681.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26723046</id>
	<title>Panic while doing zfs rename</title>
	<published>2009-12-09T23:21:47Z</published>
	<updated>2009-12-09T23:21:47Z</updated>
	<author>
		<name>Jeremie Le Hen-2</name>
	</author>
	<content type="html">Hi list,
&lt;br&gt;&lt;br&gt;First, excuse me to post on -current@ while this problem happened with
&lt;br&gt;-STABLE but RELENG_8 is still relatively close to HEAD and I have the
&lt;br&gt;feeling that -stable@ is more concerned with configuration and maybe
&lt;br&gt;userland problems.
&lt;br&gt;&lt;br&gt;I've done the following command sequence on a fresh RELENG_8 from around
&lt;br&gt;3rd dec:
&lt;br&gt;&amp;nbsp; &amp;nbsp; zfs send -R data/repos | zfs receive -d data/crepos
&lt;br&gt;&amp;nbsp; &amp;nbsp; zfs destroy data/repos
&lt;br&gt;&amp;nbsp; &amp;nbsp; zfs rename data/crepos/repos data/repos
&lt;br&gt;&lt;br&gt;And this led to the following panic on rename:
&lt;br&gt;&lt;br&gt;% Fatal trap 12: page fault while in kernel mode
&lt;br&gt;% cpuid = 0; apic id = 00
&lt;br&gt;% fault virtual address &amp;nbsp; = 0x780fe2a0
&lt;br&gt;% fault code &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= supervisor read, page not present
&lt;br&gt;% instruction pointer &amp;nbsp; &amp;nbsp; = 0x20:0x806d1687
&lt;br&gt;% stack pointer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 0x28:0xcb41c750
&lt;br&gt;% frame pointer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 0x28:0xcb41c784
&lt;br&gt;% code segment &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= base 0x0, limit 0xfffff, type 0x1b
&lt;br&gt;% &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = DPL 0, pres 1, def32 1, gran 1
&lt;br&gt;% processor eflags &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= resume, IOPL = 0
&lt;br&gt;% current process &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 72605 (zfs)
&lt;br&gt;% [thread pid 72605 tid 100435 ]
&lt;br&gt;% Stopped at &amp;nbsp; &amp;nbsp; &amp;nbsp;_sx_xlock_hard+0x21e: &amp;nbsp; movl &amp;nbsp; &amp;nbsp;0x1a0(%eax),%eax
&lt;br&gt;% db&amp;gt; bt
&lt;br&gt;% Tracing pid 72605 tid 100435 td 0x88b6c480
&lt;br&gt;% _sx_xlock_hard(8f2460a0,88b6c480,0,85ce8fc8,a1,...) at _sx_xlock_hard+0x21e
&lt;br&gt;% _sx_xlock(8f2460a0,0,85ce8fc8,a1,866b2a70,...) at _sx_xlock+0x48
&lt;br&gt;% rrw_enter(8f2460a0,1,85cdf7b1,0,cb41c7e8,...) at rrw_enter+0x35
&lt;br&gt;% zfs_statfs(866b2a10,866b2a70,1d8,cb41c844,865a3a10,...) at zfs_statfs+0x39
&lt;br&gt;% __vfs_statfs(866b2a10,cb41c844,0,0,0,...) at __vfs_statfs+0x1f
&lt;br&gt;% nullfs_statfs(865a3a10,865a3a70,806bd68b,865a3a70,865a3a10,...) at nullfs_statfs+0x46
&lt;br&gt;% __vfs_statfs(865a3a10,865a3a70,1d8,a5889340,cb41cb78,...) at __vfs_statfs+0x1f
&lt;br&gt;% kern_getfsstat(88b6c480,cb41ccf8,8df8,0,1,...) at kern_getfsstat+0x2d0
&lt;br&gt;% getfsstat(88b6c480,cb41ccf8,c,cb41ccb0,8096d28a,...) at getfsstat+0x2e
&lt;br&gt;% syscall(cb41cd38) at syscall+0x320
&lt;br&gt;% Xint0x80_syscall() at Xint0x80_syscall+0x20
&lt;br&gt;% --- syscall (395, FreeBSD ELF32, getfsstat), eip = 0x281742d7, esp = 0x7fbfc8dc, ebp = 0x7fbfc908 ---
&lt;br&gt;&lt;br&gt;&lt;br&gt;FYI, after the crash, I could rename the filesystem without any problem.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;-- 
&lt;br&gt;Jeremie Le Hen
&lt;br&gt;&amp;lt; jeremie at le-hen dot org &amp;gt;&amp;lt; ttz at chchile dot org &amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26723046&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26723046&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Panic-while-doing-zfs-rename-tp26723046p26723046.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26719359</id>
	<title>Re: Testing CAM wrapper for ata(4) controller drivers</title>
	<published>2009-12-09T15:07:48Z</published>
	<updated>2009-12-09T15:07:48Z</updated>
	<author>
		<name>Alexander Best-2</name>
	</author>
	<content type="html">ah. i see. thanks for the hint. sorry mav for blaming ATA_CAM. ;) would be
&lt;br&gt;nice if this would be fixed at some point. i believe the problem also applies
&lt;br&gt;to tape drives, usb memory card readers, etc.? so generally speaking: any
&lt;br&gt;devices which allow new media insertion, but don't disconnect/re-attach
&lt;br&gt;from/to CAM.
&lt;br&gt;&lt;br&gt;cheers.
&lt;br&gt;alex
&lt;br&gt;&lt;br&gt;Wes Morgan schrieb am 2009-12-09:
&lt;br&gt;&amp;gt; On Wed, 9 Dec 2009, Alexander Best wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt;i'm not sure if this issue is directly linked to ATA_CAM, but i've
&lt;br&gt;&amp;gt; &amp;gt;not seen it
&lt;br&gt;&amp;gt; &amp;gt;before the ATA_CAM changes:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt;removing a cd/dvd and inserting a new one doesn't update the label
&lt;br&gt;&amp;gt; &amp;gt;in
&lt;br&gt;&amp;gt; &amp;gt;/dev/iso9660.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt;`file -s /dev/iso9660/CD1` says:
&lt;br&gt;&amp;gt; &amp;gt;/dev/iso9660/CD1: ISO 9660 CD-ROM filesystem data 'CD2
&lt;br&gt;&amp;gt; &amp;gt;'
&lt;br&gt;&lt;br&gt;&amp;gt; Nay, I've seen this kind of behavior for ages. I just assumed that
&lt;br&gt;&amp;gt; the cd9660 labels never updated.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26719359&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26719359&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Testing-CAM-wrapper-for-ata%284%29-controller-drivers-tp26702844p26719359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26717125</id>
	<title>Re: ifconfig_lo0_alias0 does not work any more on 9-CURRENT - solved</title>
	<published>2009-12-09T12:27:54Z</published>
	<updated>2009-12-09T12:27:54Z</updated>
	<author>
		<name>Kamigishi Rei</name>
	</author>
	<content type="html">On 09.12.2009 23:16, Vladislav V. Prodan wrote:
&lt;br&gt;&amp;gt; After applying the network settings /etc/rc.d/netif restart
&lt;br&gt;&amp;gt; All falls
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;You might be interested in doing
&lt;br&gt;&lt;br&gt;/etc/rc.d/routing restart
&lt;br&gt;&lt;br&gt;after /etc/rc.d/netif restart
&lt;br&gt;&lt;br&gt;When interface addresses are flushed with netif restart, the routing 
&lt;br&gt;table is flushed too (or so it usually happens for me).
&lt;br&gt;Obviously, you won't be able to reach anything outside your LAN if you 
&lt;br&gt;have no default gateway set.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Kamigishi Rei
&lt;br&gt;KREI-RIPE
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26717125&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26717125&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ifconfig_lo0_alias0-does-not-work-any-more-on-9-CURRENT-tp26679887p26717125.html" />
</entry>

</feed>
