search for: dmfs

Displaying 2 results from an estimated 2 matches for "dmfs".

Did you mean: defs
2010 Mar 18
0
SAMBA & Fuse
...tem, which is intended to be exported via Samba to the Windows world. My first question is how am I supposed to export it. Currently I can export it only by setting the allow_root mount option. Is it possible to share a Fuse file system without allow_root? The Share's section looks like this: [dmfs] comment = dmfstest path = /home/marten/dmfs public = no writable = yes My second problem is not samba related but maybe someone here knows how to deal with it. Currently I'm writing some explorer extensions (context menus, property sheets ...) to help windows users using the speci...
2006 Jan 14
2
initialize expression in 'quasi' (PR#8486)
This is not so much a bug as an infelicity in the code that can easily be fixed. The initialize expression in the quasi family function is, (uniformly for all links and all variance functions): initialize <- expression({ n <- rep.int(1, nobs) mustart <- y + 0.1 * (y == 0) }) This is inappropriate (and often fails) for variance function "mu(1-mu)".