Re: Port GlusterFS as a GSoC project

2013-04-27 Thread Marco Steinbach
On Fri, 26 Apr 2013, Mike Ma wrote: Hi there, I'm now a student and trying to get involved in GSoC this year. I found the proposal of about GlusterFS in the idea list wiki page very interesting to me, possibly it will be porting from NetBSD implementation. As I'm quite distant from idea owner,

How to sabotage 9.*-RELEASE worldbuilds?

2013-04-27 Thread rank1seeker
Just do this: # echo 'FORMATS="html txt"' >> /etc/make.conf buildworld fails, at the SAME point for ALL 9.*-RELEASE-es: === ===> lib/libauditd (all) ===> lib/libcom_err (all) gzip -cn /usr/src/lib/libcom_err/../../contrib/com_err/com_err.3 > com_err.3.gz ===> lib/libcom_err/doc (all) Graph

Re: How to sabotage 9.*-RELEASE worldbuilds?

2013-04-27 Thread Chris Rees
On 27 Apr 2013 11:09, wrote: > > Just do this: > # echo 'FORMATS="html txt"' >> /etc/make.conf > > buildworld fails, at the SAME point for ALL 9.*-RELEASE-es: > === > ===> lib/libauditd (all) > ===> lib/libcom_err (all) > gzip -cn /usr/src/lib/libcom_err/../../contrib/com_err/com_err.3 > c

config(8) -x headscratcher

2013-04-27 Thread Kimmo Paasiala
I'm getting a core dump on 'config -x /boot/kernel/kernel' on 9.1-RELEASE i386. Assertion failed: (r != '\0' && ("Char present in the configuration " "string mustn't be equal to 0")), function kernconfdump, file /usr/src/usr.sbin/config/main.c, line 710. I have double checked that my config file

Re: How to sabotage 9.*-RELEASE worldbuilds?

2013-04-27 Thread rank1seeker
> > Just do this: > > # echo 'FORMATS="html txt"' >> /etc/make.conf > > > > buildworld fails, at the SAME point for ALL 9.*-RELEASE-es: > > === > > ===> lib/libauditd (all) > > ===> lib/libcom_err (all) > > gzip -cn /usr/src/lib/libcom_err/../../contrib/com_err/com_err.3 > > com_err.3.gz >

Re: config(8) -x headscratcher

2013-04-27 Thread Wojciech A. Koszek
On Sat, Apr 27, 2013 at 06:54:11PM +0300, Kimmo Paasiala wrote: > I'm getting a core dump on 'config -x /boot/kernel/kernel' on 9.1-RELEASE > i386. > > Assertion failed: (r != '\0' && ("Char present in the configuration " > "string mustn't be equal to 0")), function kernconfdump, file > /usr/src/

review of patches for the gssd that handle getpwXX_r ERANGE return

2013-04-27 Thread Rick Macklem
Hi, I have attached two patches, which can also be found at: http://people.freebsd.org/~rmacklem/getpw.patch1 and getpw.patch2 They are almost identical and handle the ERANGE error return from getpw[nam|uid]_r() when buf[128] isn't large enough. Is anyone interested in reviewing these? (This h

Re: config(8) -x headscratcher

2013-04-27 Thread Kimmo Paasiala
On Sat, Apr 27, 2013 at 10:05 PM, Wojciech A. Koszek wrote: > On Sat, Apr 27, 2013 at 06:54:11PM +0300, Kimmo Paasiala wrote: >> I'm getting a core dump on 'config -x /boot/kernel/kernel' on 9.1-RELEASE >> i386. >> >> Assertion failed: (r != '\0' && ("Char present in the configuration " >> "strin

Re: config(8) -x headscratcher

2013-04-27 Thread Kimmo Paasiala
On Sat, Apr 27, 2013 at 11:42 PM, Kimmo Paasiala wrote: > On Sat, Apr 27, 2013 at 10:05 PM, Wojciech A. Koszek > wrote: >> On Sat, Apr 27, 2013 at 06:54:11PM +0300, Kimmo Paasiala wrote: >>> I'm getting a core dump on 'config -x /boot/kernel/kernel' on 9.1-RELEASE >>> i386. >>> >>> Assertion fai

Re: config(8) -x headscratcher

2013-04-27 Thread Kimmo Paasiala
On Sat, Apr 27, 2013 at 11:53 PM, Kimmo Paasiala wrote: > On Sat, Apr 27, 2013 at 11:42 PM, Kimmo Paasiala wrote: >> On Sat, Apr 27, 2013 at 10:05 PM, Wojciech A. Koszek >> wrote: >>> On Sat, Apr 27, 2013 at 06:54:11PM +0300, Kimmo Paasiala wrote: I'm getting a core dump on 'config -x /boot