Guix System Problem with GNOME Boxes

  • Done
  • quality assurance status badge
Details
6 participants
  • Leo Famulari
  • Tobias Geerinckx-Rice
  • musics
  • Pelian Pur
  • raingloom
  • zimoun
Owner
unassigned
Submitted by
Pelian Pur
Severity
normal
P
P
Pelian Pur wrote on 22 Nov 2020 20:30
(address . bug-guix@gnu.org)
CAAXitLTCNV0n+2UwmW-K-6P_5jBOdJ_ucV=Rjhnbcisn1rRR3Q@mail.gmail.com
To build a virtual machine with GNOME Boxes, I have this problem:
"virtualization extensions are unavailable on your system. Check your
bios settings to enable them."

I had not encountered this problem on other operating systems such as Debian.
M
M
musics wrote on 25 Nov 2020 13:13
(name . 44805)(address . 44805@debbugs.gnu.org)
MMzJla4--3-2@tutanota.com
(sent from Pelian Pur)


`lscpu`

`Architecture:          x86_64
CPU op-mode(s):         32-bit, 64-bit
Byte Order:           Little Endian
Address sizes:         36 bits physical, 48 bits virtual
CPU(s):             4
On-line CPU(s) list:      0-3
Thread(s) per core:       1
Core(s) per socket:       4
Socket(s):           1
NUMA node(s):          1
Vendor ID:           GenuineIntel
CPU family:           6
Model:             42
Model name:           Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz
Stepping:            7
CPU MHz:            2281.664
CPU max MHz:          3700.0000
CPU min MHz:          1600.0000
BogoMIPS:            6585.02
Virtualization:         VT-x
L1d cache:           128 KiB
L1i cache:           128 KiB
L2 cache:            1 MiB
L3 cache:            6 MiB
NUMA node0 CPU(s):       0-3
Vulnerability Itlb multihit:  KVM: Mitigation: VMX disabled
Vulnerability L1tf:       Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled
Vulnerability Mds:       Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled
Vulnerability Meltdown:     Mitigation; PTI
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:    Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:    Mitigation; Full generic retpoline, STIBP disabled, RSB filling
Vulnerability Srbds:      Not affected
Vulnerability Tsx async abort: Not affected
Flags:             fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe 
                 syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclm
                 ulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer 
                 aes xsave avx lahf_lm epb pti tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts`
Attachment: file
M
L
L
Leo Famulari wrote on 25 Nov 2020 18:53
(name . Pelian Pur)(address . pelianpur@gmail.com)(address . 44805@debbugs.gnu.org)
20201125175357.GC16145@jasmine.lan
On Sun, Nov 22, 2020 at 11:00:55PM +0330, Pelian Pur wrote:
Toggle quote (6 lines)
> To build a virtual machine with GNOME Boxes, I have this problem:
> "virtualization extensions are unavailable on your system. Check your
> bios settings to enable them."
>
> I had not encountered this problem on other operating systems such as Debian.

I recommend checking the permissions of /dev/kvm, and if the GNOME Boxes
application has permission to access /dev/kvm.
M
M
musics wrote on 25 Nov 2020 20:58
(name . 44805)(address . 44805@debbugs.gnu.org)
MN-z-r0--3-2@tutanota.com
what should I do? change permission of the file?
Attachment: file
M
M
musics wrote on 25 Nov 2020 21:00
(name . 44805)(address . 44805@debbugs.gnu.org)
MN-zXak--3-2@tutanota.com
Should I change the config.scm file?
Attachment: file
T
T
Tobias Geerinckx-Rice wrote on 25 Nov 2020 21:17
(address . musics@tutanota.com)
87360xyywq.fsf@nckx
musics--- via Bug reports for GNU Guix ???
Toggle quote (2 lines)
> Should I change the config.scm file?

You should add yourself to the ‘kvm’ supplementary-group.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX767xQ0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15/1oA/A8iYQRJ4HZkfeFfPCwuxACHjoWXruVImOHNTT0h
c2sxAQDSz+i737ZMRIWqhLd+7XrK4YZZvlP2+g5Pmd4psFh9AA==
=Is3l
-----END PGP SIGNATURE-----

M
M
musics wrote on 25 Nov 2020 21:42
(name . 44805)(address . 44805@debbugs.gnu.org)
MN08F9o--3-2@tutanota.com
I added myself to this group using this method `sudo usermod -a -G kvm username`. But the problem is not solved. Did I do this wrong?
Attachment: file
M
M
musics wrote on 25 Nov 2020 21:55
(name . 44805)(address . 44805@debbugs.gnu.org)
MN0BESt--3-2@tutanota.com
List of groups:

~$ groups
users netdev audio video wheel

Should "kvm" be created?
Attachment: file
T
T
Tobias Geerinckx-Rice wrote on 25 Nov 2020 21:58
(address . musics@tutanota.com)
87wny9xift.fsf@nckx
musics--- via Bug reports for GNU Guix ???
Toggle quote (4 lines)
> I added myself to this group using this method `sudo usermod -a
> -G kvm username`. But the problem is not solved. Did I do this
> wrong?

Yes. Remember you're using Guix System, a (relatively)
declarative operating system.

Read the ‘User Accounts’ section of the Guix manual, edit your
configuration, reconfigure, and reboot.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX77FZg0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15yJUA/2wAlf0TTsAp0HFqoOgkKPior0XJyuxRxBbh3ML6
GarrAP48bBKlSc0HX7EGwvbu7xfnghwJMR3M0hIOgyKQo8dwBQ==
=ZxDI
-----END PGP SIGNATURE-----

M
M
musics wrote on 25 Nov 2020 22:04
(name . 44805)(address . 44805@debbugs.gnu.org)
MN0DDIZ--3-2@tutanota.com
Yes, I understand ... I was reading exactly this page...
Attachment: file
Z
Z
zimoun wrote on 26 Nov 2020 00:19
86h7pdrpn8.fsf@gmail.com
Dear,

Please avoid to pollute the Bug Tracker. Because people doing bug
triage are then unhappy and have to read irrelevant messages with the
bug at hand.

The usual entry point asking for help is help-guix@gnu.org or #guix on
irc.freenode.net.


All the best,
simon
M
M
musics wrote on 26 Nov 2020 09:11
(name . 44805)(address . 44805@debbugs.gnu.org)
MN2avaX--3-2@tutanota.com
File Modified:

[]
Problem not solved...
Attachment: file
Attachment: i.png
M
M
M
M
musics wrote on 26 Nov 2020 15:34
(address . 44805-done@debbugs.gnu.org)
MN3yTCr--3-2@tutanota.com
Done
Attachment: file
Closed
R
R
raingloom wrote on 27 Nov 2020 05:02
(name . musics--- via Bug reports for GNU Guix)(address . bug-guix@gnu.org)
20201127050254.5e7a17d1@riseup.net
On Thu, 26 Nov 2020 15:30:31 +0100 (CET)
musics--- via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:

Toggle quote (9 lines)
> Solved
> [1]
> [2]
> [3]
>
>
> Thanks to those who helped me for solve the problem(Ben Sturmfels,
> ...).

in the future, please copy the text instead of taking a screenshot. it
makes it easier for others to copy your code, and uses significantly
less storage.
?