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

osc build --vm-type=qemu wants root privileges #1511

Closed
wfrisch opened this issue Mar 8, 2024 · 1 comment · Fixed by #1513
Closed

osc build --vm-type=qemu wants root privileges #1511

wfrisch opened this issue Mar 8, 2024 · 1 comment · Fixed by #1513
Labels

Comments

@wfrisch
Copy link
Contributor

wfrisch commented Mar 8, 2024

Describe the bug
osc build --vm-type=qemu still asks for the root password, even though it shouldn't be necessary (see --vm-type=kvm).

Versions
osc-1.6.1

To Reproduce
Steps to reproduce the behavior:

  1. Install the qemu-arm package
  2. osc co openSUSE:Factory:ARM/bc
  3. cd $_
  4. osc build standard aarch64 bc.spec --vm-type=qemu

Expected behavior
The build should complete without root privileges.

Observed behavior

...
Writing build configuration
Running build
[sudo] password for root: 
@wfrisch wfrisch added the Bug label Mar 8, 2024
@wfrisch wfrisch changed the title osc build --vm-type=qemu still requires root privileges osc build --vm-type=qemu needs root privileges Mar 8, 2024
@wfrisch wfrisch changed the title osc build --vm-type=qemu needs root privileges osc build --vm-type=qemu wants root privileges Mar 8, 2024
@wfrisch
Copy link
Contributor Author

wfrisch commented Mar 11, 2024

Edited the report. The steps to reproduce should actually work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant