i forgot this:
every other site/virtualhost is wokring like a charm... it's only the imscp panel, pma and webmail. that's why i am referring to wrong user of imscp dir
Posts by betz0r
-
-
Hi,
i recently upgraded to the latest stable maintanence release as published.
I got an error access the imscp panel of my host:
QuoteForbidden
You don't have permission to access /
on this server.Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.Directory and file permissions:
Quoteroot@one:/var/www# ll
insgesamt 16
drwxrwxr-x 4 bbwg bbwg 4096 Mär 25 11:09 ./
drwxr-xr-x 10 bbwg bbwg 4096 Mär 3 07:50 ../
drwxr-xr-x 6 root root 4096 Mär 25 10:30 imscp/
drwxr-xr-x 3 root root 4096 Sep 5 2013 virtual/root@one:/var/www/imscp# ll
insgesamt 24
drwxr-xr-x 6 root root 4096 Mär 25 10:30 ./
drwxrwxr-x 4 bbwg bbwg 4096 Mär 25 11:09 ../
drwxr-x--- 2 root root 4096 Mär 25 10:30 backups/
drwxr-xr-x 2 root root 4096 Mär 25 10:30 daemon/
drwxr-x--- 11 root root 4096 Mär 25 10:31 engine/
dr-xr-x--- 8 root root 4096 Mär 25 10:31 gui/root@one:/var/www/imscp/gui# ll
insgesamt 32
dr-xr-x--- 8 root root 4096 Mär 25 10:31 ./
drwxr-xr-x 6 root root 4096 Mär 25 10:30 ../
dr-xr-x--- 9 root root 4096 Mär 25 10:31 data/
drwx--x--- 3 root root 4096 Mär 25 10:31 i18n/
dr-xr-x--- 6 root root 4096 Mär 25 10:31 library/
drwxr-x--- 2 root root 4096 Mär 25 10:31 plugins/
dr-xr-x--- 7 root root 4096 Mär 25 10:31 public/
dr-xr-x--- 3 root root 4096 Mär 25 10:31 themes/and the same permissions in public
After "chmod -R o+x gui" i can access the panel at least but only get back text "Access denied."
I guess the owner of the whole imscp directory is wrong. Can you crosscheck this and tell me right owner? Its ubuntu12.04 with imscp1.1.4 upgrade via autoinstaller.
Thx! -
Thanks it worked out now, moving /var/cache/imscp was the solution.
I updated using the autoinstaller -
delete the folder/usr/local/src/imscp
and restart update again (incl. download)
thx for response, tried it twice now (first before and 2nd attempt just now) and still same error.
How do i committ these changes or remove the changes? -
Hi,
my update on ubuntu 12.04 server from 1.1.0-rc2 to rc3 fails with two errors about roundcube:
Quote[ ERROR ]
iMSCP::Addons::ComposerInstaller::_installPackages:
[RuntimeException]
Source directory /var/cache/imscp/addons/vendor/imscp/roundcube has
uncommitted changes.update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev]
[--lock] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv
--verbose] [-o|--optimize-autoloader] [packages1] ... [packagesN]iMSCP::HooksManager::trigger: A hook function registered on the
'afterSetupPreInstallAddons' hook and triggered in main::setupPreInstallAddons
has failed.Hook function code was:
sub {
package iMSCP::Addons::ComposerInstaller;
use warnings;
use strict 'refs';
'iMSCP::Dialog'->factory->endGauge;
$self->_installPackages;
}iMSCP::Debug::END: Exit code is 1!
[ ERROR ]
iMSCP::Addons::ComposerInstaller::_installPackages:
[RuntimeException]
Source directory /var/cache/imscp/addons/vendor/imscp/roundcube has
uncommitted changes.update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev]
[--lock] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv
--verbose] [-o|--optimize-autoloader] [packages1] ... [packagesN]iMSCP::HooksManager::trigger: A hook function registered on the
'afterSetupPreInstallAddons' hook and triggered in main::setupPreInstallAddons
has failed.Hook function code was:
sub {
package iMSCP::Addons::ComposerInstaller;
use warnings;
use strict 'refs';
'iMSCP::Dialog'->factory->endGauge;
$self->_installPackages;
}iMSCP::Debug::END: Exit code is 1!
Can i get the original folder /var/cache/imscp/addons/vendor/imscp/roundcube anywhere to fix this?
I added log of perl imscp-autoinstall -d:
http://paste.ubuntu.com/6064891/Thx for help.