Questions tagged [clearlinux]

Clear Linux OS is an open source, rolling release Linux distribution optimized for performance and security.

About Clear Linux OS -> https://clearlinux.org/about

Github page -> https://github.com/clearlinux

Documentation -> https://docs.01.org/clearlinux/latest/

5 questions
1
vote
1 answer

Where CMake appends additional CXXFLAGS from?

I use the Clear Linux distro (made by Intel) to build some C++ project that uses CMake. I run cmake and than make commands. When the make builds the code there is some warning about maybe-uninitialized and that warning is treated as an error,…
Rostislav Krasny
  • 577
  • 3
  • 14
1
vote
0 answers

AWS Clear Linux AMI not running User Data

I'm using an AWS AMI, ami-032138b8a0ee244c9 (N. Virginia), which is a stock Clear Linux OS image built in June this year. At instance creation, it is not running the user data it is provisioned with. The aws console can display the user data…
WeakPointer
  • 3,087
  • 27
  • 22
0
votes
1 answer

How to install node 18 on Clear Linux OS

The native bundle from swupd of clear linux os is nodejs-basic, but is only on version 16.15 for the moment. I didn't find any documentation mentioning that they would or would not provide a version 18 (I can't find any doc about node 16 neither to…
0
votes
0 answers

Clearlinux docker container fails on CentOS7

I'm trying to run clearlinux docker container on CentOS7. It launches successfully but basic fs operations fail: $ docker run -it clearlinux:latest /bin/bash -c "ls -ld /" ls: cannot access '/': Operation not permitted However on CentOS8 and Ubuntu…
0
votes
0 answers

Cannot clone a particular repo from code-commit

I have two repositories in code-commit, I am able to clone one them, not the other from clearlinux git. Connection to git-codecommit.us-west-1.amazonaws.com closed by remote host. fatal: the remote end hung up unexpectedly fatal: early EOF fatal:…
Ggmon
  • 638
  • 1
  • 7
  • 12