On 7/25/2018 6:59 PM, Richard Thornton wrote:
> Thanks everyone.
>
> I installed the latest CL on there. I'm still leaning towards waiting
> for 4.18 (VEGA M patches) before I install a GUI.
>
> It's booting to console fine.
>
> So do I just need to do:
>
> swupd bundle-add os-utils-gui
that gets you xfce
if you want the gnome desktop it's in the "desktop" bundle
>
> Will it just use llvmpipe if it doesn't have a driver?
yes
>
> Does CL have Mesa?
yes
>
> Will I need to install the radeon (ucode) firmware?
that should normally come with the desktop bundle
Dear Clear Linux contributors,
I am Natnaree Asavaseri and currently undertaking a research internship at Nara Institute of Science and Technology, Japan. As a part of my research, I am analyzing the impact of Microsoft's acquisition of GitHub.
I would like to conduct a survey to understand how developers perceive the Microsoft's acquisition of GitHub, especially from contributors to Linux distributions and BSD families. So please consider voicing your opinion by allowing us up to 5 minutes to complete our short survey.
https://goo.gl/forms/lbIL5qsinDRQyTaK2
We would like to remind you that participation in this survey is completely voluntary and your identity is hidden for anonymity. Thank you in advance for your assistance.
Natnaree
Nara Institute of Science and Technology, Japan
On Fri, Jul 27, 2018 at 8:13 PM, Christian Bourque <
christian.bourque(a)gmail.com> wrote:
> Hi,
>
> I'm trying to run Clear Linux in a VM on the Proxmox hypervisor (KVM). For
> that I've used the Clear Linux KVM image and I managed to make it run
> successfully.
>
> But on the first boot I noticed this kernel message on the console: "kvm:
> no hardware support". I was a bit stumped since everything seemed to be
> working correctly. So I started digging around and I found this page on the
> Clear Linux web site to check processor compatibility:
> https://clearlinux.org/documentation/clear-linux/get-
> started/compatibility-check#compatibility-check
>
> Here's the output of the script (executed on the host where the hypervisor
> is running):
>
> root(a)host:~/tmp# ./clear-linux-check-config.sh host
> Checking if host is capable of running Clear Linux* OS for Intel®
> Architecture
>
> SUCCESS: 64-bit CPU (lm)
> SUCCESS: Supplemental Streaming SIMD Extensions 3 (ssse3)
> SUCCESS: Streaming SIMD Extensions v4.1 (sse4_1)
> SUCCESS: Streaming SIMD Extensions v4.2 (sse4_2)
> SUCCESS: Advanced Encryption Standard instruction set (aes)
> SUCCESS: Carry-less Multiplication extensions (pclmulqdq)
> SUCCESS: EFI firmware
>
> root(a)host:~/tmp# ./clear-linux-check-config.sh container
> Checking if host is capable of running Clear Linux* OS for Intel®
> Architecture in a container
>
> SUCCESS: 64-bit CPU (lm)
> SUCCESS: Supplemental Streaming SIMD Extensions 3 (ssse3)
> SUCCESS: Streaming SIMD Extensions v4.1 (sse4_1)
> SUCCESS: Streaming SIMD Extensions v4.2 (sse4_2)
> SUCCESS: Advanced Encryption Standard instruction set (aes)
> SUCCESS: Carry-less Multiplication extensions (pclmulqdq)
> SUCCESS: Virtualisation support (vmx)
> SUCCESS: Kernel module kvm
> SUCCESS: Kernel module kvm_intel
> FAIL: Nested KVM support
>
> It seems that nested virtualization is required to run Clear Linux inside a
> container (VM?)!
>
I assume the above check is just looking
at /sys/module/kvm_intel/parameters/nested and seeing N (I could be wrong
of course :)). Have you tried loading the KVM module with nested=1 to
actually enable it? See:
https://docs.fedoraproject.org/quick-docs/en-US/using-nested-virtualization…
> Could somebody explain why? What kinds of limitations can I expect if
> hardware-assisted virtualization isn't exposed to the guest os?
>
You can still run L2 nested guests on your L1 guest (L0 is the hypervisor)
in QEMU TCG mode (without KVM acceleration) but the performance is
generally pretty unsatisfactory, in the context of Kata it probably also
means you're losing the primary benefit of the solution (hardware-assisted
isolation of the resultant guests).
-Steve
On 7/27/2018 5:13 PM, Christian Bourque wrote:
> Could somebody explain why? What kinds of limitations can I expect if
> hardware-assisted virtualization isn't exposed to the guest os?
... you can't run virtual machines inside your VM ;-)
that's it.
the error is just stating that, not something super fatal or anything like that.
Hi,
I'm trying to run Clear Linux in a VM on the Proxmox hypervisor (KVM). For
that I've used the Clear Linux KVM image and I managed to make it run
successfully.
But on the first boot I noticed this kernel message on the console: "kvm:
no hardware support". I was a bit stumped since everything seemed to be
working correctly. So I started digging around and I found this page on the
Clear Linux web site to check processor compatibility:
https://clearlinux.org/documentation/clear-linux/get-started/compatibility-…
Here's the output of the script (executed on the host where the hypervisor
is running):
root(a)host:~/tmp# ./clear-linux-check-config.sh host
Checking if host is capable of running Clear Linux* OS for Intel®
Architecture
SUCCESS: 64-bit CPU (lm)
SUCCESS: Supplemental Streaming SIMD Extensions 3 (ssse3)
SUCCESS: Streaming SIMD Extensions v4.1 (sse4_1)
SUCCESS: Streaming SIMD Extensions v4.2 (sse4_2)
SUCCESS: Advanced Encryption Standard instruction set (aes)
SUCCESS: Carry-less Multiplication extensions (pclmulqdq)
SUCCESS: EFI firmware
root(a)host:~/tmp# ./clear-linux-check-config.sh container
Checking if host is capable of running Clear Linux* OS for Intel®
Architecture in a container
SUCCESS: 64-bit CPU (lm)
SUCCESS: Supplemental Streaming SIMD Extensions 3 (ssse3)
SUCCESS: Streaming SIMD Extensions v4.1 (sse4_1)
SUCCESS: Streaming SIMD Extensions v4.2 (sse4_2)
SUCCESS: Advanced Encryption Standard instruction set (aes)
SUCCESS: Carry-less Multiplication extensions (pclmulqdq)
SUCCESS: Virtualisation support (vmx)
SUCCESS: Kernel module kvm
SUCCESS: Kernel module kvm_intel
FAIL: Nested KVM support
It seems that nested virtualization is required to run Clear Linux inside a
container (VM?)!
Could somebody explain why? What kinds of limitations can I expect if
hardware-assisted virtualization isn't exposed to the guest os?
Thanks
Christian
Thanks.
Though I was a little trigger-happy and it looks like the packaging hasn't
worked yet. I must have stopped it to fix some other issues in Autospec and
never came back to it. Doing so now.
On Friday, 27 July 2018 12:47:25 PDT Douglas, William wrote:
> +1
>
> On Fri, Jul 27, 2018 at 12:38 PM, Marcu, Tudor <tudor.marcu(a)intel.com>
wrote:
> > +1
> >
> >>-----Original Message-----
> >>From: Dev [mailto:dev-bounces(a)lists.clearlinux.org] On Behalf Of Thiago
> >>Macieira
> >>Sent: Friday, July 27, 2018 12:25 PM
> >>To: dev(a)lists.clearlinux.org
> >>Subject: [Clr-dev] [PATCH clr-bundles 1/1] Add KeePassXC as a pundle
> >>
> >>KeePassXC is the KeePass Cross-platform Community tool, a fork of
> >>KeePassX,
> >>the cross-platform version of the original Windows KeePass.
> >>
> >>Signed-off-by: Thiago Macieira <thiago.macieira(a)intel.com>
> >>---
> >>
> >> packages | 1 +
> >> 1 file changed, 1 insertion(+)
> >>
> >>diff --git a/packages b/packages
> >>index 6ce392f..e6f3176 100644
> >>--- a/packages
> >>+++ b/packages
> >>@@ -48,6 +48,7 @@ ipvsadm
> >>
> >> irssi
> >> joe
> >> jq
> >>
> >>+keepassxc
> >>
> >> keychain
> >> libva-utils
> >> linux-dev
> >>
> >>--
> >>2.18.0
> >>
> >>_______________________________________________
> >>Dev mailing list
> >>Dev(a)lists.clearlinux.org
> >>https://lists.clearlinux.org/mailman/listinfo/dev
> >>
> > _______________________________________________
> > Dev mailing list
> > Dev(a)lists.clearlinux.org
> > https://lists.clearlinux.org/mailman/listinfo/dev
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center