Re: ZFS on kFreeBSD

2009-09-26 Thread Robert Millan
On Fri, Sep 25, 2009 at 03:21:03PM +, Thorsten Glaser wrote: True, but running out of memory is, in traditional Unix, an irrecove- rable error condition, and if it occurs in the kernel, its only option IS, in fact, to panic. It can also return ENOMEM. Userland doesn't always cope with

Bug#548436: kFreeBSD _device_get_part_path() doesn't support GPT

2009-09-26 Thread Robert Millan
Package: libparted1.8-12 Version: 1.8.8.git.2009.07.19-5 Severity: important In _device_get_part_path(), (from freebsd.c): /* append slice number (ad0, partition 1 = ad0s1)*/ snprintf (result, result_len, %ss%d, dev-path, num); ad[0-9]s[0-9] form is used unconditionally.