[PATCH clr-bundles] os-installer: add xfsprogs-extras
by Miguel Bernal Marin
The new version of xfsprogs adds new systemd services and the binaries
are stored in xfsprogs-extras.
---
bundles/os-installer | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/os-installer b/bundles/os-installer
index 8d53d02..6897d4c 100644
--- a/bundles/os-installer
+++ b/bundles/os-installer
@@ -27,3 +27,4 @@ python-urwid-python3
python3-core
qemu-extras
xfsprogs-bin
+xfsprogs-extras
--
2.18.0
3 years, 12 months
QT avx2 autospec changes
by Douglas, William
Hi all,
Looking at https://github.com/clearlinux/autospec/pull/175 we are
considering how to best integrate this kind of feature. Thiago brought
up the idea of a script that could do mv and could be generic for
different build systems that could live in autospec. I liked that idea
but does anybody have other thoughts or do they think the current
proposed patch is better for our needs?
William
3 years, 12 months
Re: [Clr-dev] [PATCH CLR-BUNDLES] perl-extras: Removing duplicated perl-MIME-Base64
by Douglas, William
+1
On Tue, Jun 26, 2018 at 2:08 PM, Sonia Leon
<sonia.leon.bautista(a)intel.com> wrote:
> Package perl-MIME-Base64 is duplicated at lines 17 and 28 so this patch
> is removing lastone.
> ---
> bundles/perl-extras | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/bundles/perl-extras b/bundles/perl-extras
> index aa526ca..cc96238 100644
> --- a/bundles/perl-extras
> +++ b/bundles/perl-extras
> @@ -25,4 +25,3 @@ perl-List-SomeUtils-XS
> perl-Test-Deep
> perl-CPAN-Meta-Check
> perl-Digest-CRC
> -perl-MIME-Base64
> --
> 2.17.1
>
4 years
Couple of questions regarding Clear Linux container
by VanCutsem, Geoffroy
Hi folks,
I am building a Clear Linux-based container that includes some dev tools in it. There is a couple of behaviours that puzzle me however:
1. The latest update it sees is 21520 (which is from end of March). Is this related to the format bump (from 24 in 21520 to 25 in 21530)? If true, can someone post a newer base container on Docker Hub so one can get the latest and greatest version of it?
2. When I build a container, include some additional bundles and update it, it fails to update the system (see more details below) unless I use the "-b" option. I thought that swupd would automatically detect that it's running in a container. Is this not true (or is it only true for newer versions that are not available on Docker Hub)?
Thanks,
Geoffroy
The Dockerfile is pretty basic and simply add a couple of bundles and then attempts to update the system.
First lines of the Dockerfile:
# Build container based on Clearlinux
FROM clearlinux:base
RUN swupd bundle-add os-clr-on-clr python3-basic
RUN swupd update
<snip>
When
$ sudo docker build -t clearlinux -f Dockerfile.clearlinux .
Sending build context to Docker daemon 177.7 kB
Step 1/8 : FROM clearlinux:base
---> cfe5f13b90b0
Step 2/8 : RUN swupd bundle-add os-clr-on-clr python3-basic
---> Using cache
---> 7bd1d6391ac4
Step 3/8 : RUN swupd update
---> Running in d271ffc27912
swupd-client software update 3.15.0
Copyright (C) 2012-2018 Intel Corporation
Update started.
Attempting to download version string to memory
Preparing to update from 21150 to 21520
Downloading packs...
.
Extracting go-basic pack for version 21420
Extracting koji pack for version 21500
Extracting kvm-host pack for version 21500
Extracting libX11client pack for version 21500
.
Extracting openssh-server pack for version 21330
.
Extracting package-utils pack for version 21320
Extracting perl-basic pack for version 21450
Extracting perl-basic-dev pack for version 21510
Extracting python2-basic pack for version 21510
Extracting python3-basic pack for version 21360
Extracting storage-utils pack for version 21360
.
Extracting web-server-basic pack for version 21450
Statistics for going from version 21150 to version 21520:
changed bundles : 30
new bundles : 0
deleted bundles : 0
changed files : 3410
new files : 5329
deleted files : 1658
Starting download of remaining update content. This may take a while...
File /usr/bin/FileCheck was not in a pack
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Finishing download of update content...
Staging file content
File staging failed: /usr/include/clang/CrossTU
Calling post-update helper scripts.
none
[ERROR] cbm (../src/lib/files.c:L165): Invalid block device: /
[ERROR] cbm (../src/lib/system_stub.c:L31): Invalid block device: 0:75
Out of memory[ERROR] cbm (../src/bootman/update.c:L250): No kernels discovered in ///usr/lib/kernel, bailing
Update took 279.9 seconds
4981 files were not in a pack
The command '/bin/sh -c swupd update' returned a non-zero code: 18
4 years
Re: [Clr-dev] Behind the magic
by Kevin Walker
Hi Guys
Can anyone confirm when you will follow up with part 2 and 3 blog posts detailing how Intel achieved the optimisations evident in Clear Linux?
Kind regards
Kevin Walker
4 years
[PATCH clr-bundles] storage-utils: Add squashfs-tools
by William Douglas
We have requests for handling squashfs based filesystems so add
support through the storage-utils bundle.
---
bundles/storage-utils | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/storage-utils b/bundles/storage-utils
index f762ecd..fec25fe 100644
--- a/bundles/storage-utils
+++ b/bundles/storage-utils
@@ -36,6 +36,7 @@ samba-data
samba-doc
simg-tools
smartmontools
+squashfs-tools
sshfs
thin-provisioning-tools
usermode
--
2.17.1
4 years