Ticket #1184 (closed defect: fixed)
OpenVPN Download Bundle is slighty broken
| Reported by: | jhnichol@… | Owned by: | javier.amor.garcia@… |
|---|---|---|---|
| Milestone: | Component: | openvpn | |
| Severity: | minor | Keywords: | bundle, download |
| Cc: |
Description
everytime the bundle is downloaded for a new user, it is still cluttered with the contents of the last bundle downloaded.
Attachments
Change History
comment:2 Changed 4 years ago by anonymous
I can confirm this issue in ebox-openvpn 0.12-0ubuntu1~ppa5~hardy2
It also existed in 0.11.9xx and I had a fix provided by someone on IRC, but I can no longer find that reference unfortunately.
comment:3 Changed 4 years ago by javier.amor.garcia@…
Ok, which contents are cluttered?. In my test machine I downloaded the bundle one time, changed parameters, downloaded again and the files had the correct parameters.
comment:4 Changed 4 years ago by jhnichol@…
I have multiple certificates (one for each person at my small company). When I download the bundle with a different certificate corresponding to the 2nd, 3rd, 4th, etc. person, that is when I get the clutter.
Also, I'm not sure if it is related but, the bundle page used to fill in the IP address automatically. I still have the same static IP I always had.
comment:5 Changed 4 years ago by javier.amor.garcia@…
Well the automatic IP address feature has been removed temporally bz we need first some feature for the "new" framework that currently we do not have
comment:6 Changed 4 years ago by javier.amor.garcia@…
Back to the bundle bug...
I had tried to reproduce it, downloading a bundle for 4 users, I have tried tar and zip version, with instaler and without installer and I am unable to get your error.
Can ypu send me a configuration backup so I can use your exact configuration? I would be useful to have your ebox-openvpn version number, too. (execute apt-cache policy ebox-openvpn).
If you sent me the backup, please sent it to javier.amor.garcia@…
Cheers,
Javier
comment:7 Changed 4 years ago by juruen@…
- Status changed from assigned to closed
- Resolution set to fixed
This was a bug in the code that downloads files from the temp directory and the way the zip was created. Now, files that are downloaded from the temp directory are deleted once the download is done.
Hi,