Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Unable to locate package openproject

Unable to locate package openproject

Added by Davi Neto over 6 years ago

Hello everyone, 

I'm installing OpenProject in a Debian 9 VPS via SSH. Following the Official tutorial

The issue is that when I'm runing the  apt-get update I'm getting these erros:

Err:8 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/debian 9/main a md64 Packages 
 500  Internal Server Error 
W: The repository 'https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/debian 9 Release' does not have a Release file. 
N: Data from such a repository can't be authenticated and is therefore potential ly dangerous to use. 
N: See apt-secure(8) manpage for repository creation and user configuration details. 
E: Failed to fetch https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/de bian/dists/9/main/binary-amd64/Packages  500  Internal Server Error 
E: Some index files failed to download. They have been ignored, or old ones used instead. 

And when I try to install I'm getting this

 apt-get install openproject 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
E: Unable to locate package openproject 

Any idea of what should I do?

Thank you all!


Replies (6)

RE: Unable to locate package openproject - Added by Giuseppe Regina over 6 years ago

Hi all, I have the same issue. Target machine is an Amazon EC2 instance with Ubuntu Server 18.04 x64

ubuntu@[redacted]:/etc/apt/sources.list.d$ wget -qO- https://dl.packager.io/srv/opf/openproject-ce/key | sudo apt-key add -
OK
ubuntu@[redacted]:/etc/apt/sources.list.d$ sudo apt-get install apt-transport-https
Reading package lists... Done
Building dependency tree
Reading state information... Done
apt-transport-https is already the newest version (1.6.8).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ubuntu@[redacted]:/etc/apt/sources.list.d$ sudo add-apt-repository universe
'universe' distribution component is already enabled for all sources.
ubuntu@[redacted]:/etc/apt/sources.list.d$ sudo wget -O /etc/apt/sources.list.d/openproject-ce.list \
>   https://dl.packager.io/srv/opf/openproject-ce/stable/8/installer/ubuntu/18.04.repo
--2019-02-01 10:19:20--  https://dl.packager.io/srv/opf/openproject-ce/stable/8/installer/ubuntu/18.04.repo
Resolving dl.packager.io (dl.packager.io)... 54.209.153.218, 54.144.99.175, 18.235.244.236
Connecting to dl.packager.io (dl.packager.io)|54.209.153.218|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘/etc/apt/sources.list.d/openproject-ce.list’

/etc/apt/sources.list.d/openproject-ce.list                     [ <=>                                                                                                                                     ]     126  --.-KB/s    in 0s

2019-02-01 10:19:21 (12.7 MB/s) - ‘/etc/apt/sources.list.d/openproject-ce.list’ saved [126]

ubuntu@[redacted]:/etc/apt/sources.list.d$ sudo apt-get update
Hit:1 http://eu-west-1.ec2.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://eu-west-1.ec2.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 http://eu-west-1.ec2.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Ign:5 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 InRelease
Err:6 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 Release
  500  Internal Server Error [IP: 54.209.153.218 443]
Reading package lists... Done
E: The repository 'https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

I tried to set the packager.io repo as trusted in sources.list and in that case it does not stop after the 500 internal server error but, even after completion, all openproject related repos are marked as Ign(ored) from apt.

I tried the same commands on my WSL installation on Windows 10 with the same results. 

Thanks in advance

 Giuseppe

RE: Unable to locate package openproject - Added by Michael Pietsch over 6 years ago

Same here (Debian x64). I guess its a problem with packager.io or mabe build problems?

All the URLs for deb related files seem to result in 500 HTTP error:

  • https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/debian/dists/9/Release
  • https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/debian/dists/9/main/binary-amd64/Packages.xz
  • https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/debian/pool/main/openproject_8.2.0-1547190807.f2192367.stretch_amd64.deb

Only the repo file seems to be accessible: eg https://dl.packager.io/srv/opf/openproject-ce/stable/8/installer/debian/9.repo

RE: Unable to locate package openproject - Added by Giuseppe Regina over 6 years ago

Tried again right now, it's working!

RE: Unable to locate package openproject - Added by Giuseppe Regina over 6 years ago

Tried again right now, it's working!

RE: Unable to locate package openproject - Added by Christoph Haas about 6 years ago

Today (2019-02-16) again trouble with updating the repository with apt-get update:

W: The repository 'https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/debian 9 Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/debian/dists/9/main/binary-amd64/Packages  Received HTTP code 403 from proxy after CONNECT

WTF is happening at packager.io?

Cheers

Christoph.

RE: Unable to locate package openproject - Added by Leandro Aurelio about 4 years ago

Upgrade the sources.list

https://docs.openproject.org/installation-and-operations/installation/packaged/#ubuntu-1804

  • (1 - 6/6)
Loading...