Author Topic: [ Zentyal 3.4 -> 3.5 ] Problems with certificate manager after upgrade  (Read 1943 times)

daweed

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Hi ,
fisrt time here.
I am using Zentyal since a year.

Module  :
  • DNS
  • CA
  • FireWall
  • DHCP
  • NTP

3 network cark (1 LAN, 1 DMZ, 1 WAN)

1 domain register.

Well, since i upgrade from 3.4 to 3.5, i can't anymore download my certificate.
Each time i am trying to download a certificate bundle, the following error happend :

Error creating archive file for certificates: No such file or directory

Here is an extract of the Zentyal Log :

Code: [Select]
2014/08/25 13:12:55 WARN> zentyal.psgi:43 main::__ANON__ - Use of uninitialized value $dir_path in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Tools.pm line 117.
2014/08/25 13:12:59 DEBUG> DownloadFiles.pm:134 EBox::CA::CGI::DownloadFiles::_process - Error creating archive file for  certificates: No such file or directory at Error creating archive file for  certificates: No such file or directory at /usr/share/perl5/EBox/CA/CGI/DownloadFiles.pm line 134
2014/08/25 13:13:00 WARN> zentyal.psgi:43 main::__ANON__ - Use of uninitialized value $dir_path in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Tools.pm line 117.
2014/08/25 13:13:00 WARN> zentyal.psgi:43 main::__ANON__ - Use of uninitialized value $dir_path in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Tools.pm line 117.


Does anyone met this problem ?

For information, all was working before update and certificates are on the server.

i think there is a problem in the  /usr/share/perl5/HTML/Mason/Tools.pm line 117. (quote error, or code error) but i don't know perl as well to fix this.

Use of uninitialized value $dir_path in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Tools.pm line 117.

Regards

Daweed

rodrigo.kiyoshi

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: [ Zentyal 3.4 -> 3.5 ] Problems with certificate manager after upgrade
« Reply #1 on: August 30, 2014, 08:54:09 am »
Hi,

Install zip package.

Code: [Select]
sudo apt-get install zip

Regards

Rodrigo

daweed

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: [ Zentyal 3.4 -> 3.5 ] Problems with certificate manager after upgrade
« Reply #2 on: September 06, 2014, 02:33:55 pm »
Hi,

Thanks for the reply, i ll try the fix and will be back soon

Actually, i am back to 3.4.

Regards