[gollem] Gollem quota problem
Manuel Rodríguez Salgado
mrsalgado at gmail.com
Thu Jan 26 03:48:08 PST 2006
Hi,
i have gollem quota support configurate.
horde: 3.1-RC1
gollem: 3.1-RC1
My backends.php is:
$backends['file'] = array(
'name' => 'Administrador de archivos',
'driver' => 'file',
'preferred' => '',
'hordeauth' => false,
'params' => array(
// The base location under which the user home directories live.
// 'vfsroot' => '/var/file/'.Auth::getAuth(),
'vfsroot' => '/tmp',
),
'loginparams' => array(),
'root' => '/tmp',
'home' => '/tmp',
'createhome' => true,
// 'permissions' => $conf['umask'],
// 'filter' => '^regex$',
'quota' => '10 MB',
'attributes' => array('type', 'name', 'download', 'modified',
'size', 'permission', 'owner', 'group')
);
In horde the VFS dir is : /tmp and Horde support quota and the temp
dir of horde is:/tmp
When i upload a file gollem print:
"Unable to read VFS file (filesize() failed)."
if i comment the line of quota it is OK.
thanks.
Manuel
More information about the gollem
mailing list