From: Christopher B. <chr...@ql...> - 2009-01-14 16:20:03
|
> -----Original Message----- > From: Gordan Bobic [mailto:go...@bo...] > Sent: Wednesday, January 14, 2009 11:10 AM > To: ope...@li... > Subject: Re: [OSR-devel] killall and init scripts > > On Wed 14/01/09 15:37 , Marc Grimme <gr...@at...> wrote: > > On Wednesday 14 January 2009 12:07:11 Gordan Bobic wrote: > > > Hi, > > > > > > I have GlusterFS OSR working and I'll be sending a patch when I > > have done a ==========snip=8<----------- > > Some of the notable things that were required to get OSR > working with it were: > - fuse needs /tmp to exist before it'll work. The error it > returns is entirely misleading, and this took a while to get > to the bottom of. Until now, OSR didn't include a /tmp directory. is the $TMPDIR variable not honored/effective? > - RPM refused to work because it is based on BerkeleyDB, > which requires writable mmap support, which isn't available > in fuse. The solution for that was to convert the RPM DB to SQLite. > Amazing stuff you all are doing here. Great work. -C |