We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Philipp,
I am getting below error when trying to sync Ubuntu repo to Spacewalk:
./debianSync.py --username <username> --password 'password' --channel 'trusty-security' --url 'http://mirror.nl.datapacket.com/ubuntu/dists/trusty-security/main/binary-amd64/' --satellite_url='http://spacewalk/' INFO: Repo URL: http://mirror.nl.datapacket.com/ubuntu/dists/trusty-security/main/binary-amd64/ INFO: Repo root: http://mirror.nl.datapacket.com/ubuntu/ INFO: Packages in repo: 6106 INFO: Packages synced: 111 INFO: Packages to sync: 5995 INFO: 1/5995: db5.3-doc_5.3.28-3ubuntu3.1_all.deb ERROR: rhnpush [ rhnpush -c trusty-security -u autoliv-errata -p 515ilNJufm13aliuWW3d /tmp/db5.3-doc_5.3.28-3ubuntu3.1_all.deb ] failed: ('', "ERROR: /tmp/db5.3-doc_5.3.28-3ubuntu3.1_all.deb: This file doesn't appear to be a package\n")
I am not sure if this is rhnpush bug or something to be modified with script, I think the deb package is valid one.
Thanks
The text was updated successfully, but these errors were encountered:
I tried to import it manually and it worked:
# rhnpush -c trusty-security -u <username> -p <password> /tmp/db5.3-doc_5.3.28-3ubuntu3.1_all.deb
Sorry, something went wrong.
No branches or pull requests
Hello Philipp,
I am getting below error when trying to sync Ubuntu repo to Spacewalk:
./debianSync.py --username <username> --password 'password' --channel 'trusty-security' --url 'http://mirror.nl.datapacket.com/ubuntu/dists/trusty-security/main/binary-amd64/' --satellite_url='http://spacewalk/' INFO: Repo URL: http://mirror.nl.datapacket.com/ubuntu/dists/trusty-security/main/binary-amd64/ INFO: Repo root: http://mirror.nl.datapacket.com/ubuntu/ INFO: Packages in repo: 6106 INFO: Packages synced: 111 INFO: Packages to sync: 5995 INFO: 1/5995: db5.3-doc_5.3.28-3ubuntu3.1_all.deb ERROR: rhnpush [ rhnpush -c trusty-security -u autoliv-errata -p 515ilNJufm13aliuWW3d /tmp/db5.3-doc_5.3.28-3ubuntu3.1_all.deb ] failed: ('', "ERROR: /tmp/db5.3-doc_5.3.28-3ubuntu3.1_all.deb: This file doesn't appear to be a package\n")
I am not sure if this is rhnpush bug or something to be modified with script, I think the deb package is valid one.
Thanks
The text was updated successfully, but these errors were encountered: