Summary | backend not readable -> gollem loops |
Queue | Gollem |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | blackm (at) ferris (dot) dyndns (dot) info |
Created | 03/21/2005 (7435 days ago) |
Due | |
Updated | 03/22/2005 (7434 days ago) |
Assigned | |
Resolved | 03/22/2005 (7434 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ backend not readable -> gollem loops
Queue ⇒ Gollem
$backends['file'] = array(
'name' => 'Virtual Home Directories',
'driver' => 'file',
'preferred' => '',
'params' => array(
'vfsroot' => '/var/horde',
'home' => 'all_user'
),
'attributes' => array('type', 'name', 'download', 'modified', 'size')
);
/var/horde was not readable for the user running the webserver. I
tryed to access the Filemanager, but this ends in a look. The
webserver's logfile say (this two lines repeat) :
192.168.150.10 - - [21/Mar/2005:18:37:40 +0100] "GET
/~blackm/h/gollem/manager.php HTTP/1.1" 302 38
"https://ferris.dyndns.info/~blackm/h/services/portal/sidebar.php"
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105
Debian/1.7.5-1"
192.168.150.10 - - [21/Mar/2005:18:37:41 +0100] "GET
/~blackm/h/gollem/login.php?selectlist_login=1&url=https%3A%2F%2Fferris.dyndns.info%2F%7Eblackm%2Fh%2Fgollem%2Fmanager.php HTTP/1.1" 302 38 "https://ferris.dyndns.info/~blackm/h/services/portal/sidebar.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105
Debian/1.7.5-1"
A test if the backend is readable and a message like "backend not
readable" would be fine :-)