Re: grub on ZRaid2

2013-10-21 Thread Steven Chamberlain
Hi, On 21/10/13 02:25, Klaus Melchior wrote: > On Mon, 21 Oct 2013 00:18:13 +0200, Robert Millan wrote: >> Debian installer always creates zpools within MSDOS partitions, in order >> to leave room for embedding. If you created a full-disk pool, GRUB >> doesn't support this setup AFAIK. > > What i

Re: Bug#726248: sdt.h conflict with kfreebsd-kernel-headers and systemtap-sdt-dev

2013-10-21 Thread Steven Chamberlain
On 20/10/13 23:29, Robert Millan wrote: > Well I think it doesn't hurt to let systemtap-sdt-dev provide sys/sdt.h > at least for the time being. If later on (i.e. when we actually have > DTrace) we find out that there are significant shortcomings, we can > always revert that decision. In the meanti

Bug#727009: FTBFS on kfreebsd-i386: FAIL: test-pangocairo-threads

2013-10-21 Thread Michael Biebl
Source: pango1.0 Version: 1.36.0-1 Severity: serious User: debian-bsd@lists.debian.org pango1.0 FTBFS on kfreebsd-i386 when executing the test-suite: /«PKGBUILDDIR»/./test-driver: line 95: 41714 Trace/breakpoint trap "$@" > $log_file 2>&1 FAIL: test-pangocairo-threads Full build log at [1]

Re: FTBS owncloud-client

2013-10-21 Thread Ed Maste
On 16 October 2013 18:57, Sandro Knauß wrote: > Hi, > > today I got the information, that FreeBSD has a working port for owncloud- > client: > http://svnweb.freebsd.org/ports/head/deskutils/mirall/ This uses the FreeBSD libinotify port, a ktrace-based implementation of the inotify API. -- To UN

Re: grub on ZRaid2

2013-10-21 Thread Klaus Melchior
Hi, On Mon, 21 Oct 2013 12:12:47 +0100, Steven Chamberlain wrote: > If using MSDOS, partman will automatically leave space before the first > partition for the bootloader embedding area. And to avoid Bug #651624: > you should also try to leave 1MiB or more free space at the end of the > disk - if

Re: Bits from the Release Team (Jessie freeze info)

2013-10-21 Thread Niels Thykier
On 2013-10-19 16:38, Jeremiah C. Foster wrote: > Hello, > > On Sun, Oct 13, 2013 at 05:01:31PM +0200, Niels Thykier wrote: > > [snip freeze policy] > Hi, I s/-arm/-ports/'ed the CC, since I figured the rest of the porters would find the answer equally interesting. >> Results of porter roll-c

Re: Bug#726248: sdt.h conflict with kfreebsd-kernel-headers and systemtap-sdt-dev

2013-10-21 Thread Robert Millan
On 21/10/2013 13:43, Steven Chamberlain wrote: >> My suggestion, assuming everyone is okay with it, would be that you make >> this package arch-all and add a: >> >> Replaces: kfreebsd-kernel-headers [kfreebsd-any] > > systemtap-sdt-dev doesn't replace *all* of kfreebsd-kernel-headers > though? If

Bug#726970: freebsd-glue: Broken funopen() implementation

2013-10-21 Thread Robert Millan
On 21/10/2013 06:20, Guillem Jover wrote: > Source: freebsd-glue > Source-Version: 0.1.11 > Severity: important > > Hi, > > The funopen() implementation in this package uses nested functions to > wrap the argument hooks, but it returns a FILE structure pointing to > those nested functions and the

Re: ufsutils experiment (please comment/test)

2013-10-21 Thread Robert Millan
On 10/09/2013 11:14, Guillem Jover wrote: > I'd also prefer to keep it separate. And I'd also keep non-kFreeBSD > support, because even if the other kernels do not support UFS, you can > use the tools to do some setup or recovery operations, which seem > pretty handy to me (fsck, mkfs, etc). > > I

Re: grub on ZRaid2

2013-10-21 Thread Klaus Melchior
Hi, on Mon, 21 Oct 2013 00:18:13 +0200, Robert Millan wrote: > Did you create this pool yourself? Yes, I'm using "Automated install, FreeDSB kernel 9" with manual partioning. > Debian installer always creates zpools within MSDOS partitions, in order > to leave room for embedding. If you created

Re: grub on ZRaid2

2013-10-21 Thread Jeff Epler
You might consider doing what I did: Make two zfs partitions per disk. Create a mirrored zpool from the first, smaller partitions; place files needed for booting there. Create a raidz(2) pool from the bigger partitions and use it for bulk storage. In fact, I've convinced myself that the additiona

Re: grub on ZRaid2

2013-10-21 Thread Klaus Melchior
Hi, On Mon, 21 Oct 2013 22:05:52 -0500, Jeff Epler wrote: > You might consider doing what I did: Make two zfs partitions per disk. > Create a mirrored zpool from the first, smaller partitions; place files > needed for booting there. Create a raidz(2) pool from the bigger > partitions and use it