Bug #5123

Old version of OneGate package in ubuntu repo

Added by kvaps kvaps about 4 years ago. Updated about 4 years ago.

Status:ClosedStart date:04/21/2017
Priority:NormalDue date:
Assignee:Vlastimil Holer% Done:

0%

Category:Packaging
Target version:Release 5.4
Resolution:invalid Pull request:
Affected Versions:OpenNebula 5.0, OpenNebula 5.2

Description

Hi, sciense `release-5.0-beta1` ongate server supports `ssl_server` option:
https://github.com/OpenNebula/one/commit/034f6ab8eee13a188cebd163367a4c23dc0a3dc6

But I not see this changes after install `opennebula-gate` package from this repo, and option is not work:

deb http://downloads.opennebula.org/repo/5.2/Ubuntu/16.04 stable opennebula

This step is sloved my issue fully:

wget https://raw.githubusercontent.com/OpenNebula/one/release-5.2.1/src/onegate/onegate-server.rb -O /usr/lib/one/onegate/onegate-server.rb

History

#1 Updated by Ruben S. Montero about 4 years ago

  • Assignee changed from Carlos Martín to Vlastimil Holer
  • Target version set to Release 5.4

#2 Updated by Ruben S. Montero about 4 years ago

  • Category changed from 37 to Packaging

#3 Updated by Vlastimil Holer about 4 years ago

  • Status changed from Pending to Closed
  • Resolution set to invalid

Hello,

all current 5.2 packages contain one-gate, which supports the SSL.

I believe you haven't installed "our" opennebula-gate package, but the one provided by the Ubuntu (https://launchpad.net/ubuntu/xenial/+package/opennebula-gate). Most likely you forgot to refresh the APT cache by e.g. apt-get update after adding the repository; then the distribution one was taken.

You can try again on the clean environment:

wget -q -O- http://downloads.opennebula.org/repo/Debian/repo.key | apt-key add -
echo "deb http://downloads.opennebula.org/repo/5.2/Ubuntu/16.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
apt-get update
apt-get install -fy opennebula-gate

I'm going to close the bug as invalid. If you still experience the problem, please reopen and also provide following outputs:

  • dpkg -l | grep opennebula
  • apt-cache show opennebula-gate
  • debsums opennebula-gate
  • inc. copy of your /usr/lib/one/onegate/onegate-server.rb

Best regards,
Vlastimil Holer

Also available in: Atom PDF