[gollem] Permission denied to folder

Dominaux, Craig C CCDominaux at cbe.ab.ca
Mon Jan 16 12:10:20 PST 2006


Hi All 
I seem to be at a loss, I setup gollem to connect to an FTP server
(VSFTPD Latest version) and when I login to gollem I get the following
errors:
Cannot create home directory: Unable to create VFS directory "". 
Permissions denied to folder "/": Unable to change to /.
Now I setup vsftpd to jail users to their Home directory, I don't have
create home directories enabled, I can connect using command line from
the front end without issues.
My Info is listed below; I'm not sure what else to try

Horde Version
*	Horde: 3.0.9 
	Horde Applications
*	Gollem: H3 (1.0.1) (run Gollem tests) 
*	Horde: 3.0.9 
*	Imp: H3 (4.0.4) (run Imp tests) 
*	Kronolith: H3 (2.0.6) 
*	Mnemo: H3 (2.0.3) 
*	Nag: H3 (2.0.4) 
*	Turba: H3 (2.0.5) (run Turba tests) 
PHP Version
*	PHP Version: 4.4.1 

PHP Configure Command 
'./configure' '--prefix=/opt/php' '--with-config-file-path=/opt/php/lib'
'--enable-ftp' '--with-libxml=/opt/libxml2' '--with-ldap'
'--with-mysql=/opt/mysql' '--with-apxs2=/opt/apache2/bin/apxs'
'--with-imap=/opt/imap-2004g' '--with-gettext' '--with-dom=/opt/libxml2'
'--with-dom-xslt=/opt/libxslt' '--with-gd=/opt/gd'
'--with-jpeg-dir=/usr/local' '--with-png-dir=/opt/libpng'
'--enable-gd-native-ttf' '--enable-exif' '--with-iconv=/opt/libiconv'
'--enable-mbstring' '--with-mcrypt=/opt/mcrypt'
'--with-zlib-dir=/opt/zlib' '--enable-inline-optimization'
'--with-mime-magic' 

horde/gollem/config/backends.php

// This backend uses Horde credentials to automatically log in.
$backends['hordeftp'] = array(
    'name' => 'FTP Server',
    'driver' => 'ftp',
    'preferred' => '',
    'hordeauth' => true,
    'params' => array(
        'hostspec' => '192.xxx.xxx.123',
        'port' => 21,
        'pasv' => false,
        // 'timeout' => 90,
        // 'maplocalids' => true
    ),
    'loginparams' => array(
        // Allow the user to change the FTP server.
        // 'hostspec' => 'hostname',
        // Allow the user to change the FTP port.
        // 'port' => 'port'
    ),
    // 'root' => '',
    // 'home' => '',
     'createhome' => false,
    // 'permissions' => '750',
    // 'filter' => '^regex$',
     'quota' => false,
    'attributes' => array('type', 'name', 'download', 'modified',
'size', 'permission', 'owner', 'group')
);



Thanks in Advance
Craig Dominaux




More information about the gollem mailing list