[sork] No such file or directory...

Chris cjdl01 at brokensolstice.com
Sun Sep 12 01:18:47 UTC 2010


Hi, I'm using Debian lenny, and setting up the horde suite using the  
debian packages from the stable branch.

So, that is horde 3.2.2 and sork-vacation 3.0.1-1.

Whenever I look at my vacation page, I see the "Change Vacation  
notices" header, and text fields for "Subject" "From" "Message"  
"Aliases..." and "...Password", but at the bottom of the page I get:

Warning: unlink(/tmp/vfsKzeph5) [function.unlink]: No such file or  
directory in
/usr/share/horde3/lib/VFS/ftp.php(160) : runtime-created function on line 1

Warning: unlink(/tmp/vfsVxsPNF) [function.unlink]: No such file or  
directory in
/usr/share/horde3/lib/VFS/ftp.php(160) : runtime-created function on line 1

the interesting thing is that when I activate the vacation mode, those  
messages
disappear.  I deactivate it, then they come back (though the file name  
changes, it isn't always vfsVxsPNF it is some other hashed name).

/usr/share/horde3/lib/VFS/ftp.php does exist, and I'm using vsftp for  
the back-end.

Thank you for your help!



$conf['vacation']['path'] = '/usr/bin/vacation';
$conf['vacation']['default'] = 'Subject: ' . _("On vacation message")  
. "\n" . _("I'm out
and will not be reading my mail for a while.") . "\n" . _("Your mail  
will be dealt with
when I return.") . "\n";;
$conf['vacation']['subject'] = true;
$conf['vacation']['from'] = true;
$conf['server']['params']['default']['host'] = 'localhost';
$conf['server']['params']['default']['port'] = 21;
$conf['server']['params']['default']['pasv'] = false;
$conf['server']['params']['default']['hordeauth'] = false;
$conf['server']['params']['default']['norealm'] = false;
$conf['server']['params']['default']['dbtype'] = 'empty';
$conf['server']['driver'] = 'forwards';
$conf['aliases']['show'] = true;
$conf['aliases']['driver'] = 'none';
$conf['user']['refused'] = array('root', 'bin', 'daemon', 'adm', 'lp',  
'shutdown',
'halt', 'uucp', 'ftp', 'anonymous', 'nobody', 'httpd', 'operator',  
'guest', 'diginext',
'bind', 'cyrus', 'courier', 'games', 'kmem', 'mailnull', 'man',  
'mysql', 'news',
'postfix', 'sshd', 'tty', 'www');
$conf['menu']['apps'] = array('forwards', 'gollem', 'horde', 'imp',  
'ingo', 'kronolith',
'nag', 'turba');



More information about the sork mailing list