Your message dated Thu, 6 Sep 2012 23:20:49 +0100
with message-id
<capq4b8n3qzcjq7qe_ws4eblswimu_k+pvxckr_v6n_hdyvw...@mail.gmail.com>
and subject line Closing orphan/obsolete bugs (egroupware and phpgroupware)
has caused the Debian Bug report #526878,
regarding egroupware-core sets open_basedir which disables
hook_config_validate.inc.php (egroupware-wiki) sanity check
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
526878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: egroupware-wiki
Version: 1.4.004-2.dfsg-4.1
Severity: grave
Justification: renders package unusable
Package: egroupware-core (1.4.004-2.dfsg-4.1)
Version: 1.4.004-2.dfsg-4.1
therein the file apache.conf
http://svn.debian.org/viewsvn/collab-maint/ext-maint/egroupware/trunk/debian/etc/apache.conf?revision=10687&view=markup
An Installation of the egroupware-suite brings up a problem in the
setup of an upload-dir for the wiki:
Package: egroupware-wiki (1.4.004-2.dfsg-4.1)
Version: 1.4.004-2.dfsg-4.1
therein is the sanity check:
if ($settings['upload_dir'])
{
if (!is_dir($_SERVER['DOCUMENT_ROOT'].$settings['upload_dir']) ||
!file_exists($_SERVER['DOCUMENT_ROOT'].$settings['upload_dir'].'/.'))
{
$GLOBALS['config_error'] = 'Directory does not exist, is
not
readable by the webserver or is not relative to the document root!';
}
}
which always puts an error out, for the $_SERVER['DOCUMENT_ROOT'] is
(always) outside of the open_basedir settings in the apache.conf (ln
-fs ../../egroupware/apache.conf /etc/apache2/conf.d/egroupware).
from the apache.conf:
>>>
php_admin_value open_basedir
/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/php
>>>
workaround: adding the actual SERVER DocumentRoot to the
.../egroupware/apache.conf
>>
php_admin_value open_basedir
/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/php:{$_SERVER['DOCUMENT_ROOT']}
>>
in our case /var/www
best regards,
--- End Message ---
--- Begin Message ---
Hello,
Thanks for your interest in Debian, and sorry that the bugs were not
attended in due time.
egroupware and phpgroupware were removed from Debian unstable a long
time ago [1][2], 2+ years, and they are only present in "oldstable" at
this point, already unsupported and which is going to be replaced soon
when the new stable is released.
[1] http://packages.qa.debian.org/e/egroupware/news/20100317T153845Z.html
[2] http://packages.qa.debian.org/p/phpgroupware/news/20100608T182550Z.html
The bugs are thus now orphan (no maintainer assigned), so they are not
going to be noticed by anybody nor dealt with. It seems unlikely that
the packages are resurrected soon, and indeed in the time elapsed
probably many of these bug reports are invalid. I am thus closing
them now.
If you think that they should be kept open for some reason, or that
they should be reassigned to other packages offering similar
functionality, please feel free to reopen these bugs.
Regards.
--
Manuel A. Fernandez Montecelo <manuel.montez...@gmail.com>
--- End Message ---