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

Create /etc/sysconfig/network file #92

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

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 14 Mar 2011 15:41 UTC
The installer doesn't create the mentioned file, which results in the NetworkManager not working when using Dom0 as netvm.

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

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by smoku on 14 Mar 2011 19:29 UTC

Member

marmarek commented Mar 8, 2015

Modified by smoku on 14 Mar 2011 19:29 UTC

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 14 Mar 2011 21:31 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 14 Mar 2011 21:31 UTC

@marmarek marmarek added P: minor and removed P: major labels Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by smoku on 27 Mar 2011 16:03 UTC
This turned out to be a very "nasty" bug.
Our kernel package did not generate modules.{block,drm,networking} lists, which are used by Anaconda scripts to put modules in installer initrd. So the installer image did not have any network drivers. Thus Anaconda did not detect any networking device on the machine and not created /etc/sysconfig/network

Fixed in: http://git.qubes-os.org/?p=smoku/kernel;a=commit;h=fa633487621281be9cbfc2d5870c96f7d10dadd4 and http://git.qubes-os.org/?p=smoku/anaconda;a=commit;h=f67209946378b16672e0a66dfe926783163ae4f4

Member

marmarek commented Mar 8, 2015

Comment by smoku on 27 Mar 2011 16:03 UTC
This turned out to be a very "nasty" bug.
Our kernel package did not generate modules.{block,drm,networking} lists, which are used by Anaconda scripts to put modules in installer initrd. So the installer image did not have any network drivers. Thus Anaconda did not detect any networking device on the machine and not created /etc/sysconfig/network

Fixed in: http://git.qubes-os.org/?p=smoku/kernel;a=commit;h=fa633487621281be9cbfc2d5870c96f7d10dadd4 and http://git.qubes-os.org/?p=smoku/anaconda;a=commit;h=f67209946378b16672e0a66dfe926783163ae4f4

@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