We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/home/abuild
osc shell --vm-type=kvm
Not sure if this is a rpmbuild bug, osc's, or obs'…
When I build something (e.g. network/dpdk) in a VM:
osc build --root=/dev/shm/jslaby/xxvm --no-verify --download-api-only --disable-debug -x vim -x vim-data -x strace --release 100 --ccache --no-service --vm-type kvm --vm-disk=30000 --alternative-project Kernel:HEAD QA
it can fail for some reason. Then I want to debug the failure inside the VM using osc shell:
osc shell
osc shell --root=/dev/shm/jslaby/xxvm --no-verify --download-api-only --disable-debug -x vim -x vim-data -x strace --release 100 --ccache --no-service --vm-type kvm --vm-disk=30000 --alternative-project Kernel:HEAD QA
But the whole tree under /home/abuild is:
drwxr-xr-x 3 root root 4096 Jul 16 04:40 /home/abuild
owned by root, so the build failure cannot be actually investigated properly. This didn't use to be the case some months ago.
root
SUSE Linux Enterprise Server 15 SP6 osc-1.8.3-150600.415.1.noarch
It's still owned by 399/abuild after osc build according to debugfs /dev/shm/jslaby/xxvm/img:
399
abuild
osc build
debugfs /dev/shm/jslaby/xxvm/img
261634 40755 (2) 399 399 4096 16-Jul-2024 08:24 abuild
As soon as /usr/bin/qemu-kvm of osc shell starts, it is reowned...
/usr/bin/qemu-kvm
Note this is run:
obs-build/build
Line 1830 in 439fcc3
CHOWN2 399:399 //home/abuild/rpmbuild 455 40755 (2) 0 0 4096 16-Jul-2024 08:47 rpmbuild
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure if this is a rpmbuild bug, osc's, or obs'…
When I build something (e.g. network/dpdk) in a VM:
it can fail for some reason. Then I want to debug the failure inside the VM using
osc shell
:But the whole tree under
/home/abuild
is:owned by
root
, so the build failure cannot be actually investigated properly. This didn't use to be the case some months ago.It's still owned by
399
/abuild
afterosc build
according todebugfs /dev/shm/jslaby/xxvm/img
:As soon as
/usr/bin/qemu-kvm
ofosc shell
starts, it is reowned...Note this is run:
obs-build/build
Line 1830 in 439fcc3
But has no effect (it is overridden later):
The text was updated successfully, but these errors were encountered: