Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHAWs: Unable to locate packages #127

Open
atc0005 opened this issue Oct 9, 2020 · 4 comments
Open

GHAWs: Unable to locate packages #127

atc0005 opened this issue Oct 9, 2020 · 4 comments

Comments

@atc0005
Copy link
Contributor

atc0005 commented Oct 9, 2020

From the Enable scheduled stable PPA and install packages job:

Run sudo apt-get install rsyslog-czmq
  sudo apt-get install rsyslog-czmq
  shell: /bin/bash -e {0}
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package rsyslog-czmq
Error: Process completed with exit code 100.

From the Enable daily stable PPA and install packages job:

Run sudo apt-get install rsyslog-imkmsg
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package rsyslog-imkmsg
Error: Process completed with exit code 100.

This seems to suggest that the packages are not available via the PPA. Is this intentional? If so, the workflow probably needs to be updated to remove installation of these packages.

@rgerhards
Copy link
Member

@friedl can you pls have a look?

@friedl
Copy link
Contributor

friedl commented Oct 9, 2020

@atc0005 at this point our package repository does not contain packages for the zmq module. From the control files, I can see that this was provided or prepared at some point, but disabled later for reasons unknown to me right now.

I will see what we can do.

@atc0005
Copy link
Contributor Author

atc0005 commented Oct 9, 2020

@friedl no problem, and certainly no rush on my part. I just saw the log failure and wanted to note it. The current configuration is fail fast, so it may be that there are other packages in the list which will fail when the job runs next after the availability for this package is resolved.

@friedl
Copy link
Contributor

friedl commented Oct 9, 2020

@atc0005 I have to correct myself here. I looked this up and found that rsyslog-czmq is available in the rsyslog package for Ubuntu 18.04 and newer. The same goes for rsyslog-imkmsg.

I have now wrapped my head around this and this seems isolated to the daily packages. In the stable release branch the packages are present, so expect this to be fixed soonish (next week).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants