Re: Bug#767287: trafficserver: ftbfs on kfreebsd

2014-10-29 Thread Steven Chamberlain
On 29/10/14 21:04, Ivo De Decker wrote: > The latest upload of trafficserver ftbfs on kfreebsd, where it build fine > before. This prevents migration to testing. Hi, The build appears to be successful. But the trafficserver-experimental-plugins package, added by: http://anonscm.debian.org/cgit/c

Re: Bug#767102: munin-plugins-core: df* plugins report warnings for special filesystems on kFreeBSD

2014-10-29 Thread Paul Wise
On Wed, 2014-10-29 at 11:31 +, Steven Chamberlain wrote: > And I guess because /proc/mounts is trying to emulate Linux, it pretends > that /sys is sysfs - I guess some applications expect that: > http://svnweb.freebsd.org/base/releng/10.1/sys/compat/linprocfs/linprocfs.c?view=annotate&sortby=f

Re: [Packaging] Bug#767102: munin-plugins-core: df* plugins report warnings for special filesystems on kFreeBSD

2014-10-29 Thread Holger Levsen
Hi Steven, On Mittwoch, 29. Oktober 2014, Steven Chamberlain wrote: > And I guess because /proc/mounts is trying to emulate Linux, it pretends > that /sys is sysfs - I guess some applications expect that: > http://svnweb.freebsd.org/base/releng/10.1/sys/compat/linprocfs/linprocfs.c > ?view=annotat

Re: Bug#767102: munin-plugins-core: df* plugins report warnings for special filesystems on kFreeBSD

2014-10-29 Thread Steven Chamberlain
On 28/10/14 23:33, Paul Wise wrote: > I've now pushed this workaround to DSA's munin configs so the kFreeBSD > hosts will soon disappear from the problems page. Currently, fasch.d.o is still listed there with problems; that buildd hasn't existed in months, it doesn't seem to even have a DNS entry

Re: Bug#767102: munin-plugins-core: df* plugins report warnings for special filesystems on kFreeBSD

2014-10-29 Thread Steven Chamberlain
Hi, On 28/10/14 23:38, Paul Wise wrote: > On Debian wheezy kFreeBSD /sys appears to be sysfs not linsysfs. That's odd; I don't think there is such a thing as sysfs on FreeBSD. Actually what happened here is: * linsysfs gets mounted on /sys * linprocfs gets mounted on /proc And I guess because /