Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: gbr on March 08, 2014, 05:42:04 pm

Title: OpenVPN download bundle fails 3.4
Post by: gbr on March 08, 2014, 05:42:04 pm
Hi,

I just installed 3.4 as a backup VPN server.  I created a user and tried to download the certificates.  I ended up on a 'Page not found' error.

My 3.4 is up to date as of March 8 at 10:30 AM CST.

Gerald
Title: Re: OpenVPN download bundle fails 3.4
Post by: peterpugh on March 08, 2014, 06:16:18 pm
Same, just been playing.

Noticed when you create the server.On first download it comes up with an error saying a cert does not exist.

Then when you look there is  one there but hey create another.

Then when you try to download same results as you.

Wonder if the bundle has been omitted. Anyway well spotted +1

Hopefully being under development we should receive a fast response.

2014/03/08 23:16:41 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/psgi/zentyal.psgi (pid: 5439) - tar czf '/var/lib/zentyal/tmp/vpn-server-client-zentyal.lan.tar.gz' -C '/var/lib/zentyal/tmp/vpn-server-client.tmp' '69C733BB972AC2E2.pem' 'cacert.pem' 'vpn-server-client.conf' 'zentyal.lan.pem'
2014/03/08 23:16:41 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/psgi/zentyal.psgi (pid: 5439) - chmod 0600 '/var/lib/zentyal/tmp/vpn-server-client-zentyal.lan.tar.gz'
2014/03/08 23:16:41 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/psgi/zentyal.psgi (pid: 5439) - chown 108.113 '/var/lib/zentyal/tmp/vpn-server-client-zentyal.lan.tar.gz'
2014/03/08 23:16:41 ERROR> Run.pm:82 EBox::CGI::Run::run - Unable to load CGI: URL=Downloader/FromTempDir CLASS=EBox::Downloader::CGI::FromTempDir ERROR: Can't locate EBox/Downloader/CGI/FromTempDir.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at (eval 696) line 2, <GEN0> line 98.
BEGIN failed--compilation aborted at (eval 696) line 2, <GEN0> line 98.
 
Title: Re: OpenVPN download bundle fails 3.4
Post by: jkerihuel on March 10, 2014, 10:23:30 am
Hi Gerald,

There is a ticket opened to this regards in the tracker.

https://tracker.zentyal.org/issues/172

Resolution expected before the release.

Br,
Julien.
Title: Re: OpenVPN download bundle fails 3.4
Post by: sixstone on March 10, 2014, 11:01:21 pm
I reproduced it in 3.4 installation. We're working on it.
Title: Re: OpenVPN download bundle fails 3.4
Post by: sixstone on March 11, 2014, 12:42:40 am
Hi,

This problem has been fixed at https://github.com/Zentyal/zentyal/pull/1118.

It will be available soon in daily builds.

Thanks very much for reporting it!
Title: Re: OpenVPN download bundle fails 3.4
Post by: gbr on March 11, 2014, 11:29:06 pm
You've just introduced this issue into 3.3.5.
Title: Re: OpenVPN download bundle fails 3.4
Post by: sixstone on March 12, 2014, 01:06:20 am
It should be released a new package zentyal-core 3.3.6 with the fix as well. It was there at 3.3.5.
Title: Re: OpenVPN download bundle fails 3.4
Post by: peterpugh on March 12, 2014, 06:23:36 pm
Bundle downloads now, have checked connection.
Title: Re: OpenVPN download bundle fails 3.4
Post by: PrimaryICT on March 17, 2014, 01:08:21 pm
Hi,
when is core 3.3.6 due for release?
Thanks
Title: Re: OpenVPN download bundle fails 3.4
Post by: pcready.cl on March 17, 2014, 09:39:42 pm
Hi,

This problem has been fixed at https://github.com/Zentyal/zentyal/pull/1118.

It will be available soon in daily builds.

Thanks very much for reporting it!

How apply this patch in Zentyal 3.3.5 ¿?

Thx
Title: Re: OpenVPN download bundle fails 3.4
Post by: sixstone on March 17, 2014, 10:54:40 pm
How apply this patch in Zentyal 3.3.5 ¿?

Move from /usr/share/perl5/EBox/CGI/Downloader/CGI/*.pm files to /usr/share/perl5/EBox/Downloader/CGI new directory. I'm not really sure the source directory was it but the target directory is the one I post the latter.

Best,
Title: Re: OpenVPN download bundle fails 3.4
Post by: famasa on March 17, 2014, 11:20:48 pm
I have the same problem.  Do you have any date for releasing the 3.6?
Title: Re: OpenVPN download bundle fails 3.4
Post by: peterpugh on March 17, 2014, 11:27:06 pm
Famasa, haven't got that far but are you using the new 3.4 release?

PS no longer a Beta, when it comes to posts.
Title: Re: OpenVPN download bundle fails 3.4
Post by: pcready.cl on March 19, 2014, 05:56:28 am
How apply this patch in Zentyal 3.3.5 ¿?

Move from /usr/share/perl5/EBox/CGI/Downloader/CGI/*.pm files to /usr/share/perl5/EBox/Downloader/CGI new directory. I'm not really sure the source directory was it but the target directory is the one I post the latter.

Best,

Works for me...

Code: [Select]
sudo -i
mkdir /usr/share/perl5/EBox/Downloader
mkdir /usr/share/perl5/EBox/Downloader/CGI
mv /usr/share/perl5/EBox/CGI/Downloader/CGI/*.pm /usr/share/perl5/EBox/Downloader/CGI

Thx!
Title: Re: OpenVPN download bundle fails 3.4
Post by: apermuy on March 19, 2014, 09:50:37 am
Solution proposed by pcready.cl pc works like a charm on  Zentyal 3.3.5 Community Edtion. Thanks guys!