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. Debian Repo: Requested resource does not exist

Debian Repo: Requested resource does not exist

Added by Mark S. about 8 years ago

Hallo,

das Debian Repository für Debian Jessie (8) ist aktuell nicht verfügbar - bitte fixxen
the Debian repository for Debian Jessie (8) is currently not available - please fix it

:: https://deb.packager.io/gh/opf/openproject-ce - “Requested resource does not exist”

root@manager:~# apt-get install openproject
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen…. Fertig
E: Paket openproject kann nicht gefunden werden.

Danke!


Replies (2)

RE: Debian Repo: Requested resource does not exist - Added by Oliver Günther about 8 years ago

Hi Mark,

the repository is not a fully accessible mirror, but a more-or-less minimal implementation to be compatible with apt.
You cannot simply try to resolve the base URL, it returns 404 correctly.

However, the repository exists and is working, I just checked with Debian 8. You can verify that you can access the repository with:

curl https://deb.packager.io/gh/opf/openproject-ce/dists/jessie/Release

# Confirm the URIs being resolved
apt-get update && apt-get --print-uris install openproject

# Will lead you to
# https://deb.packager.io/gh/opf/openproject-ce/pool/o/op/openproject_6.1.5-1489149720.0c1c385.jessie_amd64.deb

Best,
Oliver

RE: Debian Repo: Requested resource does not exist - Added by Mark S. about 8 years ago

ok problem was, i have installed a x86 vm on vmware and not a x86-64 vm. with x86-64 is working fine.

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