i want run clear linx in my vmware fusion (mac) .
i use a vmdk : clear-32480-vmware.vmdk
i can work , but it is too older !
so i use command : swupd update
it upgrade to the latest version !
bu now: it can not boot !
what can i do ? thanks !
https://youtu.be/F0yTeh3svpg Latest Linux Saloon episode about Clear Linux
also the podcast Linux Userspace will talk about Clear Linux the 12th September
Hello all,
The current postgresql layout is going to get changed. We are moving to
a single postgresql version (which will be 14) with the others being
dropped.
I'm looking at making this change next week but am interested in
hearing feedback.
William
No, /etc/sysctl.d is the correct location for it. A quick scan shows
it's looking in the folder when it runs.
We do disable source source routing by default in clearlinux, as is set
in /usr/lib/sysctl.d/50-default.conf:
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
net.ipv4.conf.*.accept_source_route = 0
-net.ipv4.conf.all.accept_source_route
I wonder if there's an ordering issue.
On 11/18/21 03:52, Omkhar Arasaratnam wrote:
> As a follow up, setting this in /etc/sysctl.d does not persist
> accept_source_route post reboot - does Clear expect this to be in a
> different directory?
>
> --oa
>
>
> On Tue, Nov 16, 2021 at 1:58 PM Omkhar Arasaratnam <omkhar(a)gmail.com> wrote:
>
>> got it - or I suppose sticking a file in /etc/sysctl.d with the following
>> statement will re-enable it for all interfaces:
>>
>> /etc/sysctl.d/40-source-routing-enable.conf
>> net.ipv4.conf.all.accept_source_route=1
>>
>>
>> On Tue, Nov 16, 2021 at 9:48 AM Arjan van de Ven <arjan(a)linux.intel.com>
>> wrote:
>>
>>> On 11/14/2021 3:54 AM, Omkhar Arasaratnam wrote:
>>>> I've noticed that source routing has been broken over the last couple of
>>>> weeks (bug: https://github.com/clearlinux/distribution/issues/2475 )
>>>>
>>>> This seems to happen periodically, source routing will fail and for some
>>>> reason it will start working a few builds later. Any thoughts>
>>>
>>> /proc/sys $ cat ./net/ipv4/conf/*/accept_source_route
>>> 0
>>> 0
>>> 0
>>> 0
>>>
>>>
>>> that proc tunable needs to be 1 for source routing to work;
>>> my guess is the upstream security side defaults it to 0 now
>>> _______________________________________________
>>> 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 2/24/2022 1:17 PM, rusty the hermit wrote:
>>> $ ls /usr/lib64|grep pam
>>> lrwxrwxrwx 1 0 0 17 libpamc.so.0 -> libpamc.so.0.82.1*
>>> -rwxr-xr-x 1 0 0 18488 libpamc.so.0.82.1*
>>> lrwxrwxrwx 1 0 0 21 libpam_misc.so.0 -> libpam_misc.so.0.82.1*
>>> -rwxr-xr-x 1 0 0 18512 libpam_misc.so.0.82.1*
>>> lrwxrwxrwx 1 0 0 16 libpam.so.0 -> libpam.so.0.84.2*
>>> -rwxr-xr-x 1 0 0 63624 libpam.so.0.84.2*
>
>> the development versions of these libraries (ending in .so) are not installed in your setup,
>> only the runtime version
>
> how can i install the development versions of these libraries ?
# swupd search-file /usr/lib64/libpam.so
Downloading all Clear Linux manifests
[100%]
Searching for '/usr/lib64/libpam.so'
Bundle os-core [installed] (81 MB on system)
/usr/lib64/libpam.so.0.84.2
/usr/lib64/libpam.so.0
Bundle os-core-dev [installed] (13519 MB on system)
/usr/lib64/libpam.so
so you need the os-core-dev bundle for this
Hello,
Kubernetes on ClearLinux is currently at 1.19.X and we are working to
upgrade Kubernetes and supporting components to 1.20.X within the next
few releases. Once updated, we will notify this thread and our forum
post [1] about the version that will carry 1.20.X versions. Any active
Kubernetes clusters on ClearLinux needs to be upgraded prior to moving
to newer releases of ClearLinux. There are detailed guides on upgrading
clusters on ClearLinux in our docs pages.
Please let us know if you have any questions.
Thanks,
Ganesh
[1] -
https://community.clearlinux.org/t/kubernetes-updates-on-clearlinux/6891?u=…