Hi folks,
I wanted to install the Belgium eID software (https://eid.belgium.be/en
) on my Clear Linux system. I went for the manual installation,
building the SW from sources. The 'make install' step failed though
because /usr/bin/c_rehash was not available on my system. I did not
find any bundle that could install it (tried search and search-file).
It is however available as an RPM since building the openssl (-extras)
requires it. That file (/usr/bin/c_rehash) is however specifically
excluded from that *-extras package (see
https://github.com/clearlinux-pkgs/openssl/blob/master/openssl.spec).
Is there any specific reason why /usr/bin/c_rehash is not available in
any bundle? If not, can we add it somehow?
On a similar thought, I have a vague recollection that there was
something done in Clear Linux regarding this eID software, but I did
not find it anymore. Aside from the c_rehash binary missing, it would
be even better to have this eID SW available in a bundle directly.
Would you consider that?
Thanks,
Geoffroy
If we look at micro-config-drive spec file as below, it just requires e2fsprogs-bin. However, I noticed all os-cloudguest-xxxcloud bundles include e2fsprogs-extras. So, I put e2fsprogs-extras here just to keep consistent. Thanks.
...
Requires: e2fsprogs-bin
BuildRequires : e2fsprogs-bin
BuildRequires : glib-dev
BuildRequires : pkgconfig(blkid)
Rgds
jwang
-----Original Message-----
From: Douglas, William <william.douglas(a)intel.com>
Sent: Saturday, November 30, 2019 1:35 AM
To: Wang, Jing J <jing.j.wang(a)intel.com>
Cc: clx dev list <Dev(a)lists.clearlinux.org>
Subject: [Clr-dev] Re: [PATCH clr-bundles] New bundle os-cloudguest-aliyun
On Thu, Nov 28, 2019, 19:15 Wang, Jing J <jing.j.wang(a)intel.com> wrote:
> support cloud-init in Aliyun cloud
> ---
> bundles/os-cloudguest-aliyun | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> create mode 100644 bundles/os-cloudguest-aliyun
>
> diff --git a/bundles/os-cloudguest-aliyun
> b/bundles/os-cloudguest-aliyun new file mode 100644 index
> 00000000..040cc40d
> --- /dev/null
> +++ b/bundles/os-cloudguest-aliyun
> @@ -0,0 +1,11 @@
> +# [TITLE]: os-cloudguest-aliyun
> +# [DESCRIPTION]: Run any initialization processes required of an
> +Aliyun
> cloud guest virtual machine (VM).
> +# [STATUS]: Active
> +# [CAPABILITIES]:
> +# [TAGS]: Other
> +# [MAINTAINER]: Jing Wang <jing.j.wang(a)intel.com>
> +include(sudo)
> +include(libglib)
> +
> +h
>
Asking as I don't have my system in front of me but what are you using from e2fsprogs-extras?
+micro-config-drive-aliyun
> --
> 2.24.0
> _______________________________________________
> Dev mailing list -- dev(a)lists.clearlinux.org To unsubscribe send an
> email to dev-leave(a)lists.clearlinux.org
>
_______________________________________________
Dev mailing list -- dev(a)lists.clearlinux.org To unsubscribe send an email to dev-leave(a)lists.clearlinux.org
On Thu, Nov 28, 2019, 19:15 Wang, Jing J <jing.j.wang(a)intel.com> wrote:
> support cloud-init in Aliyun cloud
> ---
> bundles/os-cloudguest-aliyun | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> create mode 100644 bundles/os-cloudguest-aliyun
>
> diff --git a/bundles/os-cloudguest-aliyun b/bundles/os-cloudguest-aliyun
> new file mode 100644 index 00000000..040cc40d
> --- /dev/null
> +++ b/bundles/os-cloudguest-aliyun
> @@ -0,0 +1,11 @@
> +# [TITLE]: os-cloudguest-aliyun
> +# [DESCRIPTION]: Run any initialization processes required of an Aliyun
> cloud guest virtual machine (VM).
> +# [STATUS]: Active
> +# [CAPABILITIES]:
> +# [TAGS]: Other
> +# [MAINTAINER]: Jing Wang <jing.j.wang(a)intel.com>
> +include(sudo)
> +include(libglib)
> +
> +e2fsprogs-extras
>
Asking as I don't have my system in front of me but what are you using from
e2fsprogs-extras?
+micro-config-drive-aliyun
> --
> 2.24.0
> _______________________________________________
> Dev mailing list -- dev(a)lists.clearlinux.org
> To unsubscribe send an email to dev-leave(a)lists.clearlinux.org
>
It will require python only for the configuration helper, which is not required, but
adding it somewhere else is fine to me, suggestions?
--
Dorileo
"Douglas, William" <william.douglas(a)intel.com> writes:
> While this definitely fits the theme we have tried to keep python out
> of sysadmin basic as that has a pretty major impact on the bundle size
> (and sysadmin-basic is already not small).
>
> On Tue, Nov 26, 2019 at 3:48 PM Leandro Dorileo
> <leandro.maciel.dorileo(a)intel.com> wrote:
>>
>> Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo(a)intel.com>
>> ---
>> bundles/sysadmin-basic | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/bundles/sysadmin-basic b/bundles/sysadmin-basic
>> index 464dc88c..8ebaf423 100644
>> --- a/bundles/sysadmin-basic
>> +++ b/bundles/sysadmin-basic
>> @@ -20,6 +20,7 @@ aspell-en
>> autossh
>> bash
>> bashdb
>> +byobu
>> bzip2
>> clr-hardware-files
>> clr-man-pages
>> --
>> 2.24.0
>> _______________________________________________
>> Dev mailing list -- dev(a)lists.clearlinux.org
>> To unsubscribe send an email to dev-leave(a)lists.clearlinux.org
Folks,
ClearLinux installed, but I am unable to configure my Xfinity cable
modem's wired connection.
Identity page: Should I enter a "cloned address"? If so, what? I assume
I should leave MTU set to "automatic".
IPv4 and IPv6 pages: Leave all settings on "Automatic"? If not, do what?
Security page: 802.1x Security yes or no? If "yes", which
Authentication? Are username and password specific to the modem (seems
to me unlikely for a wired connection), anything I want, or my login
username and password?
Any help appreciated. I'll supply missing info to the best of my ability.
Bob
On Monday, 25 November 2019 08:46:38 PST Douglas, William wrote:
> > the real question is "why"... what makes f2fs better ?
>
> Looking around at some phoronix numbers it seems like f2fs (and xfs) have
> some performance wins on ssds.
Wikipedia says it's limited to 16 TB in size. That's way too close to existing
SSDs and is easy to hit on a multi-drive system with LVM. Is that information
accurate?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel System Software Products