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

Apt repository not signed #498

Open
bluecmd opened this issue Dec 1, 2018 · 1 comment
Open

Apt repository not signed #498

bluecmd opened this issue Dec 1, 2018 · 1 comment

Comments

@bluecmd
Copy link

bluecmd commented Dec 1, 2018

Hi,

I'm trying to figure out how to run ONL in a production environment. I've managed to build ONL from github and install it - but while installing packages with apt works, apt warns that the repository is not signed.

Is this working as intended?

root@localhost:~# apt update
Ign:1 http://apt.opennetlinux.org/debian unstable InRelease
Get:3 http://apt.opennetlinux.org/debian unstable Release
Ign:2 http://mirrors.edge.kernel.org/debian stretch InRelease            
Ign:4 http://apt.opennetlinux.org/debian unstable Release.gpg
Hit:5 http://mirrors.edge.kernel.org/debian stretch Release
Reading package lists... Done
E: The repository 'http://apt.opennetlinux.org/debian unstable Release' is not signed.
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.
@fquinner
Copy link
Contributor

This is still a thing. A workaround (whether it's a good idea or not is another question) is updating /etc/apt/sources.list.d/multistrap-onl.list with:

deb [arch=amd64 trusted=yes] http://apt.opennetlinux.org/debian ./unstable main

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

2 participants