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

RuntimeError: maximum recursion depth exceeded #2146

Closed
ghost opened this Issue Jul 3, 2016 · 1 comment

Comments

Projects
None yet
1 participant
@ghost

ghost commented Jul 3, 2016

Qubes OS version :

3.18.17-8

Affected TemplateVMs (e.g., fedora-23, if applicable):

dom0, all app VM except recently created ones.


Expected behavior:

Successfuly open or updates the app VM or dom0

Actual behavior:

RuntimeError: maximum recursion depth exceeded

Steps to reproduce the behavior:

General notes:


Related issues:

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jul 3, 2016

Member

You probably have a NetVM loop. Make sure your VMs are connected like
this:

AppVM --> sys-firewall --> sys-net

And, if you're using Whonix:

TemplateVM --> sys-whonix --> sys-firewall --> sys-net 
whonix-ws --> sys-whonix --> sys-firewall --> sys-net 
whonix-gw --> sys-whonix --> sys-firewall --> sys-net 

In the future, please search the mailing lists first. Then, if you still can't find the answer, and it's this sort of question, ask on the mailing lists.

Member

andrewdavidwong commented Jul 3, 2016

You probably have a NetVM loop. Make sure your VMs are connected like
this:

AppVM --> sys-firewall --> sys-net

And, if you're using Whonix:

TemplateVM --> sys-whonix --> sys-firewall --> sys-net 
whonix-ws --> sys-whonix --> sys-firewall --> sys-net 
whonix-gw --> sys-whonix --> sys-firewall --> sys-net 

In the future, please search the mailing lists first. Then, if you still can't find the answer, and it's this sort of question, ask on the mailing lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment