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

Errors (possibly spurious) during installation from 'systemctl enable' commands #1972

Closed
HeDamsja opened this Issue May 7, 2016 · 2 comments

Comments

Projects
None yet
3 participants
@HeDamsja

HeDamsja commented May 7, 2016

Qubes OS version (e.g., R3.1):

R3.1


Expected behavior:

Either not have the initial-setup-text.service and initial-setup-graphical.service be attempted to be enabled, or set them up to succeed.

Actual behavior:

From /tmp/program.log:

21:26:54,282 INFO program: Running... systemctl enable initial-setup-graphical.service
21:26:54,309 INFO program: Failed to get unit file state for initial-setup-graphical.service: No such file or directory
21:26:54,310 INFO program: Operation failed: No such file or directory
21:26:54,310 DEBUG program: Return code: 1
21:26:54,310 INFO program: Running... systemctl enable initial-setup-text.service
21:26:54,336 INFO program: Failed to get unit file state for initial-setup-text.service: No such file or directory
21:26:54,337 INFO program: Operation failed: No such file or directory
21:26:54,337 DEBUG program: Return code: 1

Steps to reproduce the behavior:

Install Qubes OS R3.1, look in /tmp/program.log before rebooting.

General notes:

Those two's presence seems confusing. Possibly left-overs from something else? Or are these expected to be there and do something on first boot (that'd be welcomed, the text-only setup of some basic VMs until graphics is enabled or fixed without having to sneakernet things?) Haven't had a chance to look at the source of the initial GUI setup - would it be useful to modify the stock FedoraCore/Anaconda's initial-setup-text.service replicate the first-boot Qubes OS GUI-based setup menu?


Related issues:

1952

Relevant labels:

installation text-only

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong May 7, 2016

Member

Can you clarify how this is related to #1952?

Member

andrewdavidwong commented May 7, 2016

Can you clarify how this is related to #1952?

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek May 7, 2016

Member

Actually in Qubes 3.2 we will use initial-setup (instead of firstboot), it is already implemented. Since there are no plans for installer update for 3.1 and the problem isn't critical, closing this as wontfix.

Member

marmarek commented May 7, 2016

Actually in Qubes 3.2 we will use initial-setup (instead of firstboot), it is already implemented. Since there are no plans for installer update for 3.1 and the problem isn't critical, closing this as wontfix.

@marmarek marmarek closed this May 7, 2016

@marmarek marmarek added the wontfix label May 7, 2016

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