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

qubes-dom-networking up fails #460

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 1 Mar 2012 16:38 UTC

[yum.repos.d](joanna@dom0)$ sudo qubes-dom0-network-via-netvm up

Traceback (most recent call last):
  File "/usr/bin/qubes-dom0-network-via-netvm", line 99, in <module>
    main()
  File "/usr/bin/qubes-dom0-network-via-netvm", line 92, in main
    netup()
  File "/usr/bin/qubes-dom0-network-via-netvm", line 69, in netup
    qvm_collection[netvm=netvm, wait=True)
  File "/usr/lib64/python2.6/site-packages/qubes/qubes.py", line 1164, in attach_network
    raise QubesException ("Network attach timed out!")
qubes.qubes.QubesException: Network attach timed out!
[joanna@dom0 yum.repos.d](0].attach_network(verbose=True,)$ 
[yum.repos.d](joanna@dom0)$ sudo qubes-dom0-network-via-netvm up
NOTICE: Network already attached
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
SIOCGIFADDR: No such device
SIOCSIFBROADCAST: No such device

Migrated-From: https://wiki.qubes-os.org/ticket/460

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 1 Mar 2012 16:57 UTC
Ah, forgot to add patch for this.
It was if-ed in netfrontend to not register driver in dom0...

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 1 Mar 2012 16:57 UTC
Ah, forgot to add patch for this.
It was if-ed in netfrontend to not register driver in dom0...

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

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