[Desktop-packages] [Bug 1875240] Re: vbetool: mmap /dev/zero: Operation not permitted Failed to initialise LRMI (Linux Real-Mode Interface).

2020-04-30 Thread dreaddy
Solution: mount -o remount,exec /dev vbetool dpms force off mount -o remount,noexec /dev ** Changed in: vbetool (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to vbetool in Ubuntu.

[Desktop-packages] [Bug 1875240] Re: vbetool: mmap /dev/zero: Operation not permitted Failed to initialise LRMI (Linux Real-Mode Interface).

2020-04-29 Thread dreaddy
Mistakes were made. (a) sudo mount -o remount,exec /dev Works. The mistake made was rebooting before testing vbetool. Solution: sudo mount -o remount,exec /dev vbetool dpms force off sudo mount -o remount,noexec /dev -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1875240] Re: vbetool: mmap /dev/zero: Operation not permitted Failed to initialise LRMI (Linux Real-Mode Interface).

2020-04-28 Thread dreaddy
Solution found here: https://askubuntu.com/questions/1120578/how-do-i-edit-grub-to-add-iomem-relaxed failed as well. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to: GRUB_CMDLINE_LINUX_DEFAULT="iomem=relaxed quiet splash" -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1875240] Re: vbetool: mmap /dev/zero: Operation not permitted Failed to initialise LRMI (Linux Real-Mode Interface).

2020-04-28 Thread dreaddy
That's a negative: sudo mount -o remount,exec /dev sudo reboot results: [dreaddy@thing ~] :) sudo /usr/sbin/vbetool dpms off mmap /dev/zero: Operation not permitted Failed to initialise LRMI (Linux Real-Mode Interface). [dreaddy@thing ~] :) sudo setsebool -P mmap_low_allowed results: sudo:

Re: [Desktop-packages] [Bug 1875240] Re: vbetool: mmap /dev/zero: Operation not permitted Failed to initialise LRMI (Linux Real-Mode Interface).

2020-04-28 Thread Paul Sladen
To assist with debugging please try both of these options (individually) from a clean state: (a) sudo mount -o remount,exec /dev (b) sudo setsebool -P mmap_low_allowed (ie. boot, test, reboot, test the other). Do either of those work? -- You received this bug notification because you are a

[Desktop-packages] [Bug 1875240] Re: vbetool: mmap /dev/zero: Operation not permitted Failed to initialise LRMI (Linux Real-Mode Interface).

2020-04-26 Thread dreaddy
[root@thing ~] :) vbetool dpms force off mmap /dev/zero: Operation not permitted Failed to initialise LRMI (Linux Real-Mode Interface). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to vbetool in Ubuntu.