Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Verify steps:
0. Login a non-root user
1. qemu-img create empty.raw 1
Reproduce:
$ rpm -q libvirt
libvirt-4.5.0-10.el7.ppc64le2.
$ virt-install \
--connect qemu:///session \
--import \
--name memlock-test \
--ram 32768 \
--disk path=$(pwd)/empty.raw
WARNING No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results.
WARNING Unable to connect to graphical console: virt-viewer not installed. Please install the 'virt-viewer' package.
WARNING No console to launch for the guest, defaulting to --wait -1
Starting install...
ERROR internal error: Process exited prior to exec: chardev pty,id=charserial0 -device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000 -device usb-kbd,id=input0,bus=usb.0,port=1 -device usb-mouse,id=input1,bus=usb.0,port=2 -vnc 127.0.0.1:0 -device VGA,id=video0,vgamem_mb=16,bus=pci.0,addr=0x5 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4 -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on
libvirt: error : cannot limit locked memory to 281018368: Operation not permitted
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///session start memlock-test
otherwise, please restart your installation.
verify:
$ rpm -q libvirt
libvirt-4.5.0-14.el7.ppc64le
2.
$ virt-install \
--connect qemu:///session \
--import \
--name memlock-test \
--ram 32768 \
--disk path=$(pwd)/empty.raw
WARNING No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results.
WARNING Unable to connect to graphical console: virt-viewer not installed. Please install the 'virt-viewer' package.
WARNING No console to launch for the guest, defaulting to --wait -1
Starting install...
ERROR internal error: Process exited prior to exec: libvirt: error : cannot limit locked memory to 281018368: Operation not permitted
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///session start memlock-test
otherwise, please restart your installation.
Above all, the bug is verified.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2019:2294
Verify steps: 0. Login a non-root user 1. qemu-img create empty.raw 1 Reproduce: $ rpm -q libvirt libvirt-4.5.0-10.el7.ppc64le2. $ virt-install \ --connect qemu:///session \ --import \ --name memlock-test \ --ram 32768 \ --disk path=$(pwd)/empty.raw WARNING No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results. WARNING Unable to connect to graphical console: virt-viewer not installed. Please install the 'virt-viewer' package. WARNING No console to launch for the guest, defaulting to --wait -1 Starting install... ERROR internal error: Process exited prior to exec: chardev pty,id=charserial0 -device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000 -device usb-kbd,id=input0,bus=usb.0,port=1 -device usb-mouse,id=input1,bus=usb.0,port=2 -vnc 127.0.0.1:0 -device VGA,id=video0,vgamem_mb=16,bus=pci.0,addr=0x5 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4 -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on libvirt: error : cannot limit locked memory to 281018368: Operation not permitted Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///session start memlock-test otherwise, please restart your installation. verify: $ rpm -q libvirt libvirt-4.5.0-14.el7.ppc64le 2. $ virt-install \ --connect qemu:///session \ --import \ --name memlock-test \ --ram 32768 \ --disk path=$(pwd)/empty.raw WARNING No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results. WARNING Unable to connect to graphical console: virt-viewer not installed. Please install the 'virt-viewer' package. WARNING No console to launch for the guest, defaulting to --wait -1 Starting install... ERROR internal error: Process exited prior to exec: libvirt: error : cannot limit locked memory to 281018368: Operation not permitted Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///session start memlock-test otherwise, please restart your installation. Above all, the bug is verified.