Author Topic: Zentyal OpenVZ konténerben  (Read 1955 times)

dejo

  • Zen Apprentice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Zentyal OpenVZ konténerben
« on: June 17, 2013, 11:23:02 am »
Valakinek sikerült már a Zentyalt telepítenie OpenVZ konténerben futó Ubuntu 12.04 szerverre?
A telepítéssel még nincs is probléma. Ez alapján a leírás alapján szépen felmegy. http://trac.zentyal.org/wiki/Documentation/Community/Installation/InstallationGuide
Itt még az admin user beállítással kel egy kicsit mókolni, de aztn már be lehet jelentkezni a WEB-es felületre.
Aki esetleg próbálkozik az admin usert így lehet beállítani:
Quote
addgroup --system admin
adduser rendszergazda
adduser rendszergazda admin
echo "%admin ALL=(ALL) ALL" >> /etc/sudoers

Amikor viszont a WEB-es felületen is befejeztem a modulok telepítését a fájlmegosztás modul nincs engedélyezve. Ha engedélyezem akkor meg ad egy hibaüzenetsort, ami arra utal, hogy nem tud ACL-eket állítani!
Tud valaki erre megoldást?
Az OpenVZ amit használok az a legújabb Proxmox 3-ban lévő.

Konkrétan ez a hibaüzenet:
Quote
    Failed to enable: root command set -e
    mkdir -p /home/samba/
    chmod 770 /home/samba/
    setfacl -b /home/samba/
    setfacl -m u:nobody:rx /home/samba/
    setfacl -m u:ebox:rwx /home/samba/
    mkdir -p /home/samba/profiles
    chmod 770 /home/samba/profiles
    setfacl -b /home/samba/profiles
    mkdir -p /home/samba/shares
    chmod 770 /home/samba/shares
    setfacl -b /home/samba/shares
    setfacl -m u:nobody:rx /home/samba/shares
    setfacl -m u:ebox:rwx /home/samba/shares
    mkdir -p '/var/lib/zentyal/quarantine'
    chown -R ebox.adm '/var/lib/zentyal/quarantine'
    chmod 770 '/var/lib/zentyal/quarantine' failed.
    Error output: setfacl: /home/samba/: A művelet nem támogatott
    Command output: .
    Exit value: 1 at /usr/share/perl5/EBox/CGI/ServiceModule/ConfigureModuleController.pm line 68
    EBox::CGI::ServiceModule::ConfigureModuleController::_process('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0x7f...') called at /usr/share/perl5/EBox/CGI/Base.pm line 285
    EBox::CGI::Base::run('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0x7f...') called at /usr/share/perl5/EBox/CGI/Run.pm line 131
    EBox::CGI::Run::run('EBox::CGI::Run', 'ServiceModule/ConfigureModuleController', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 35
    ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7f02673f7750)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
    eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
    ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x7f0267304908)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
    ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x7f0267304908)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
    ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x7f02673f7750)') called at -e line 0
    eval {...} called at -e line 0
Dezső József