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

papered over bug in virtapt #158

Closed
torbenh3 opened this issue May 8, 2018 · 1 comment
Closed

papered over bug in virtapt #158

torbenh3 opened this issue May 8, 2018 · 1 comment

Comments

@torbenh3
Copy link
Contributor

torbenh3 commented May 8, 2018

after 478b26e ("pkgutils: dont fallback to nonvirtapt code, when virtapt is avail") was applied.
a bug in virtapt was uncovered. Which was handled by dumb fallback Code.
To fix this problem the commit was reverted:
41f7e09 ("Revert "pkgutils: dont fallback to nonvirtapt code, when virtapt is avail"")

` multiprocessing.managers.RemoteError:
---------------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/managers.py", line 207, in handle_request
result = func(c, *args, **kwds)
File "/usr/lib/python2.7/multiprocessing/managers.py", line 386, in create
obj = callable(*args, **kwds)
File "/home/jogness/tmpfs/elbe/elbepack/virtapt.py", line 97, in init
self.cache = apt_pkg.Cache()
Error: W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:The value 'jessie' is invalid for APT::Default-Release as such a release is not available in the sources
---------------------------------------------------------------------------

`

@manut manut added the duplicate label May 8, 2018
@manut
Copy link
Contributor

manut commented May 8, 2018

duplicate of #139

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