Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #436: Daemon escaped from pentagram


comp / comp.os.linux.misc / How Long Since Last Kernel Update

SubjectAuthor
* How Long Since Last Kernel UpdateLawrence D'Oliveiro
`* Re: How Long Since Last Kernel UpdateLem Novantotto
 +* Re: How Long Since Last Kernel UpdateLawrence D'Oliveiro
 |`* Re: How Long Since Last Kernel Updatevallor
 | `* Re: How Long Since Last Kernel UpdateLawrence D'Oliveiro
 |  `* Re: How Long Since Last Kernel Updatevallor
 |   +- Re: How Long Since Last Kernel UpdateLawrence D'Oliveiro
 |   `* Re: How Long Since Last Kernel UpdateLars Poulsen
 |    +* Re: How Long Since Last Kernel UpdateCharlie Gibbs
 |    |`- Re: How Long Since Last Kernel UpdateD
 |    `- Re: How Long Since Last Kernel UpdateComputer Nerd Kev
 +* Re: How Long Since Last Kernel Updatevallor
 |`- Re: How Long Since Last Kernel UpdateLawrence D'Oliveiro
 `* Re: How Long Since Last Kernel Updatevallor
  `- Re: How Long Since Last Kernel UpdateLawrence D'Oliveiro

1
Subject: How Long Since Last Kernel Update
From: Lawrence D'Oliv
Newsgroups: comp.os.linux.misc
Organization: A noiseless patient Spider
Date: Tue, 14 Jan 2025 04:44 UTC
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.misc
Subject: How Long Since Last Kernel Update
Date: Tue, 14 Jan 2025 04:44:06 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 4
Message-ID: <vm4q2m$29e1a$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 14 Jan 2025 05:44:06 +0100 (CET)
Injection-Info: dont-email.me; posting-host="1baa49c3aad8e26111d2e99c1127d401";
logging-data="2406442"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+JxNtQRlIDJ3J6UwD4VaiQ"
User-Agent: Pan/0.161 (Chasiv Yar; )
Cancel-Lock: sha1:Z48jlzWZnAU2ZJ4KYun3TzCfx7M=
View all headers

bc <<<"scale = 1; ($(date +%s) - $(stat -c%Y /vmlinuz)) / 86400"

Above shows days elapsed since the last kernel update, to tenths of a day.
To change the precision, adjust the scale accordingly.

Subject: Re: How Long Since Last Kernel Update
From: Lem Novantotto
Newsgroups: comp.os.linux.misc
Organization: A noiseless patient Spider
Date: Tue, 14 Jan 2025 10:13 UTC
References: 1
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Lem@none.invalid (Lem Novantotto)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: Tue, 14 Jan 2025 10:13:03 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <vm5dbe$2b9fo$2@dont-email.me>
References: <vm4q2m$29e1a$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 14 Jan 2025 11:13:03 +0100 (CET)
Injection-Info: dont-email.me; posting-host="c2826baae225664ec57c6bdb8ed0a290";
logging-data="2467320"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+c8+8fo9wBQ7EaMIlC9wtE2XXrwe2B/rk="
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:ACa/KBAMlJt2PDAncJ0/Vgwc7Ng=
View all headers

Il Tue, 14 Jan 2025 04:44:06 -0000 (UTC), Lawrence D'Oliveiro ha scritto:

> bc <<<"scale = 1; ($(date +%s) - $(stat -c%Y /vmlinuz)) / 86400"

Well, here vmlinuz is in /boot: so /boot/vmlinuz, above.

If you like to know when the system has been installed, and / is on a
fileystem like ext4, that nowadays saves the creation time, an option is:

$ ls -l -d --time=birth /

But be careful: sometimes it could just not work, or be inaccurate.
--
Bye, Lem
Talis erit dies qualem egeris

Subject: Re: How Long Since Last Kernel Update
From: Lawrence D'Oliv
Newsgroups: comp.os.linux.misc
Organization: A noiseless patient Spider
Date: Tue, 14 Jan 2025 23:52 UTC
References: 1 2
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: Tue, 14 Jan 2025 23:52:58 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 5
Message-ID: <vm6tcp$2klvb$1@dont-email.me>
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 15 Jan 2025 00:52:58 +0100 (CET)
Injection-Info: dont-email.me; posting-host="4800b6bd52c76150090d92dd279d2d15";
logging-data="2775019"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+uMPSrWNdL/HcnjSipa5nS"
User-Agent: Pan/0.161 (Chasiv Yar; )
Cancel-Lock: sha1:/ESNMU8MQ9aTk6zkeDm+V3tmzt0=
View all headers

On Tue, 14 Jan 2025 10:13:03 -0000 (UTC), Lem Novantotto wrote:

> ... that nowadays saves the creation time ...

I would never trust that.

Subject: Re: How Long Since Last Kernel Update
From: vallor
Newsgroups: comp.os.linux.misc
Date: Wed, 15 Jan 2025 01:37 UTC
References: 1 2 3
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: vallor@cultnix.org (vallor)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: 15 Jan 2025 01:37:09 GMT
Lines: 35
Message-ID: <luohq5F6geaU3@mid.individual.net>
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me>
<vm6tcp$2klvb$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net q22eJvAmcUiOuPlz+46W0QZ9cO64IRCSp4ObWcq81M6oXPcAmS
Cancel-Lock: sha1:kXSiYNQsVt3bATqmePgs1ZiHb0w= sha256:gdzJ8uYUfJWPXeoMxBnIh+lgUySelO4TaXuMifNCl8M=
X-Face: +McU)#<-H?9lTb(Th!zR`EpVrp<0)1p5CmPu.kOscy8LRp_\u`:tW;dxPo./(fCl
CaKku`)]}.V/"6rISCIDP`
User-Agent: Pan/0.161 (Hmm2; c45f6052; Linux-6.13.0-rc7)
View all headers

On Tue, 14 Jan 2025 23:52:58 -0000 (UTC), Lawrence D'Oliveiro
<ldo@nz.invalid> wrote in <vm6tcp$2klvb$1@dont-email.me>:

> On Tue, 14 Jan 2025 10:13:03 -0000 (UTC), Lem Novantotto wrote:
>
>> ... that nowadays saves the creation time ...
>
> I

Have a real problem with snipping.

stat(1) has %w/%W for "birth":

$ stat -c%w /
2023-10-12 05:05:50.000000000 -0700

$ stat -c%w /ubuntu
2022-07-05 07:41:14.000000000 -0700

$ bc <<<"scale = 1; ($(date +%s) - $(stat -c%W / )) / 86400"
460.5

BTW, same issue here -- no /vmlinuz, it's in /boot.

$ bc <<<"scale = 1; ($(date +%s) - $(stat -c%Y /boot/vmlinuz)) / 86400"
1.2

$ uname -a
Linux lm 6.13.0-rc7 #1 SMP PREEMPT_DYNAMIC Mon Jan 13 08:29:02 PST 2025
x86_64 x86_64 x86_64 GNU/Linux

--
-v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
OS: Linux 6.13.0-rc7 Release: Mint 21.3 Mem: 258G
"Recovery program for excessive talkers: On-and-on-Anon."

Subject: Re: How Long Since Last Kernel Update
From: Lawrence D'Oliv
Newsgroups: comp.os.linux.misc
Organization: A noiseless patient Spider
Date: Wed, 15 Jan 2025 02:11 UTC
References: 1 2 3 4
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: Wed, 15 Jan 2025 02:11:52 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <vm75h8$2lnf2$3@dont-email.me>
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me>
<vm6tcp$2klvb$1@dont-email.me> <luohq5F6geaU3@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 15 Jan 2025 03:11:52 +0100 (CET)
Injection-Info: dont-email.me; posting-host="4800b6bd52c76150090d92dd279d2d15";
logging-data="2809314"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18a6AuzGRlLDQ8lANcigya3"
User-Agent: Pan/0.161 (Chasiv Yar; )
Cancel-Lock: sha1:2Ek/suzh08vfElCkEi5LGj6dImI=
View all headers

On 15 Jan 2025 01:37:09 GMT, vallor wrote:

> Have a real problem with snipping.

I wonder why ... considering that the entire thread is still available for
you not just to read, but also to copy/paste from.

Subject: Re: How Long Since Last Kernel Update
From: vallor
Newsgroups: comp.os.linux.misc
Date: Wed, 15 Jan 2025 02:51 UTC
References: 1 2 3 4 5
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: vallor@cultnix.org (vallor)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: 15 Jan 2025 02:51:53 GMT
Lines: 33
Message-ID: <luom69F7gicU2@mid.individual.net>
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me>
<vm6tcp$2klvb$1@dont-email.me> <luohq5F6geaU3@mid.individual.net>
<vm75h8$2lnf2$3@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net ia/O//DqenB49syth4aEZgPosIa0w7aoq/Xm8aVexOb9UVK+b/
Cancel-Lock: sha1:d3WaEfYke2vPToby7e0Q0AEc/NI= sha256:+OB26zNcq2AZa9rvbMmyk3Df4HgNW0nvbumdnepyAWg=
X-Face: +McU)#<-H?9lTb(Th!zR`EpVrp<0)1p5CmPu.kOscy8LRp_\u`:tW;dxPo./(fCl
CaKku`)]}.V/"6rISCIDP`
User-Agent: Pan/0.161 (Hmm2; c45f6052; Linux-6.12.9)
View all headers

On Wed, 15 Jan 2025 02:11:52 -0000 (UTC), Lawrence D'Oliveiro
<ldo@nz.invalid> wrote in <vm75h8$2lnf2$3@dont-email.me>:

> On 15 Jan 2025 01:37:09 GMT, vallor wrote:
>
>> Have a real problem with snipping.
>
> I wonder why ... considering that the entire thread is still available
> for you not just to read, but also to copy/paste from.

Lawrence, Lawrence, Lawrence -- take a look around.

You snipped again, removing all Linux content from the post,
so you could make a meta-point.

Wouldn't it be nice if we could talk about Linux in the Linux
newsgroup?

ObLinux:

I was running Linux 6.13-rc7, but have gone back to 6.12.9.
Turns out Microsoft screwed the pooch on a patch submission
to the new kernel:

https://www.theregister.com/2025/01/14/microsoft_linux_change_pulled/

h/t to rbowman for posting about that in cola.

--
-v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
OS: Linux 6.12.9 Release: Mint 21.3 Mem: 258G
I did this 'cause Linux gives me a woody. It doesn't generate revenue.
(Dave '-ddt->` Taylor, announcing DOOM for Linux)

Subject: Re: How Long Since Last Kernel Update
From: Lawrence D'Oliv
Newsgroups: comp.os.linux.misc
Organization: A noiseless patient Spider
Date: Wed, 15 Jan 2025 06:57 UTC
References: 1 2 3 4 5 6
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: Wed, 15 Jan 2025 06:57:47 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <vm7m9b$2rnlk$3@dont-email.me>
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me>
<vm6tcp$2klvb$1@dont-email.me> <luohq5F6geaU3@mid.individual.net>
<vm75h8$2lnf2$3@dont-email.me> <luom69F7gicU2@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 15 Jan 2025 07:57:47 +0100 (CET)
Injection-Info: dont-email.me; posting-host="4800b6bd52c76150090d92dd279d2d15";
logging-data="3006132"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+l95PvFvY/EZGglL+zy3kl"
User-Agent: Pan/0.161 (Chasiv Yar; )
Cancel-Lock: sha1:O25x0Nyp9MZd24/p0GE/FWAsTJ4=
View all headers

On 15 Jan 2025 02:51:53 GMT, vallor wrote:

> You snipped again, removing all [irrelevant] content from the post,
> so you could make a meta-point.

That is how you do it.

Subject: Re: How Long Since Last Kernel Update
From: Lars Poulsen
Newsgroups: comp.os.linux.misc
Organization: A noiseless patient Spider
Date: Wed, 15 Jan 2025 13:33 UTC
References: 1 2 3 4 5 6
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: lars@cleo.beagle-ears.com (Lars Poulsen)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: Wed, 15 Jan 2025 13:33:57 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 62
Message-ID: <slrnvofea5.36ho0.lars@cleo.beagle-ears.com>
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me>
<vm6tcp$2klvb$1@dont-email.me> <luohq5F6geaU3@mid.individual.net>
<vm75h8$2lnf2$3@dont-email.me> <luom69F7gicU2@mid.individual.net>
Injection-Date: Wed, 15 Jan 2025 14:33:57 +0100 (CET)
Injection-Info: dont-email.me; posting-host="185a5462645d71ce73216f2353ff2ba6";
logging-data="3126281"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Lap2u8/20Us3rEHjRH6xgsxOIIrycbwk="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:r+suw0gSQKVP2R/AQoZoZj39Ong=
View all headers

On 2025-01-15, vallor <vallor@cultnix.org> wrote:
> On Wed, 15 Jan 2025 02:11:52 -0000 (UTC), Lawrence D'Oliveiro
><ldo@nz.invalid> wrote in <vm75h8$2lnf2$3@dont-email.me>:
>
>> On 15 Jan 2025 01:37:09 GMT, vallor wrote:
>>
>>> Have a real problem with snipping.
>>
>> I wonder why ... considering that the entire thread is still available
>> for you not just to read, but also to copy/paste from.
>
> Lawrence, Lawrence, Lawrence -- take a look around.
>
> You snipped again, removing all Linux content from the post,
> so you could make a meta-point.

Snipping can be good or bad. Long threads usually drift, and the thing I
want to follow up on may be far removed from most of the (by now
obsolete) text cluttering the top. And also from the subject line, ion
which case it is imperative to change the subject and strip out what is
not related to the current subject.

My newsreader these days is /slrn/, and getting back to the posts read
in past sessions is a fairly combersome distraction, while in
Thunderbird it is super-easy. So I see both sides.

> Wouldn't it be nice if we could talk about Linux in the Linux
> newsgroup?

We do, occasionally ;-) but this group overlaps with
alt.folklore.computers as a social medium for septugenarian nerds. Much
of that chatter would probably be better in a group of its own, but then
our fellow auld farts would never find it.

I used to think that a Quora space would be the best place for it, but
Quora has mostly lost the good guys due to bad housekeeping and
overblown monetization. Maybe BlueSky can get there?

> ObLinux:
>
> I was running Linux 6.13-rc7, but have gone back to 6.12.9.
> Turns out Microsoft screwed the pooch on a patch submission
> to the new kernel:
>
> https://www.theregister.com/2025/01/14/microsoft_linux_change_pulled/
>
> h/t to rbowman for posting about that in cola.

While reading that, I came about this article,
https://www.theregister.com/2025/01/14/the_end_of_absolute_linux/
which ends up talking about the tradeoffs between static linking and
shared object libraries.

I recently had one of my photo management program scripts break.
In iOS 18, Apple made some subtle changes is their use of the .HEIC
file format, causing libheif to fail. I had to go out and find
the Fedora Rawhide version of the fixed libheif, and all is good
again. Kudos to .so libraries. But when I build programs to give to
others, it would be much easier if I could link them statically
rather than track down all the dependencies to make sure to help
my "clients" find them before they can use my program.

Subject: Re: How Long Since Last Kernel Update
From: Charlie Gibbs
Newsgroups: comp.os.linux.misc
Date: Wed, 15 Jan 2025 18:00 UTC
References: 1 2 3 4 5 6 7
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!news.quux.org!weretis.net!feeder9.news.weretis.net!news.cmpublishers.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx09.iad.POSTED!not-for-mail
Newsgroups: comp.os.linux.misc
From: cgibbs@kltpzyxm.invalid (Charlie Gibbs)
Subject: Re: How Long Since Last Kernel Update
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me>
<vm6tcp$2klvb$1@dont-email.me> <luohq5F6geaU3@mid.individual.net>
<vm75h8$2lnf2$3@dont-email.me> <luom69F7gicU2@mid.individual.net>
<slrnvofea5.36ho0.lars@cleo.beagle-ears.com>
User-Agent: slrn/1.0.3 (Linux)
Lines: 29
Message-ID: <dJShP.770606$aTp4.731357@fx09.iad>
X-Complaints-To: https://www.astraweb.com/aup
NNTP-Posting-Date: Wed, 15 Jan 2025 18:00:41 UTC
Date: Wed, 15 Jan 2025 18:00:41 GMT
X-Received-Bytes: 2006
View all headers

On 2025-01-15, Lars Poulsen <lars@cleo.beagle-ears.com> wrote:

> On 2025-01-15, vallor <vallor@cultnix.org> wrote:
>
>> Wouldn't it be nice if we could talk about Linux in the Linux
>> newsgroup?
>
> We do, occasionally ;-) but this group overlaps with
> alt.folklore.computers as a social medium for septugenarian nerds. Much
> of that chatter would probably be better in a group of its own, but then
> our fellow auld farts would never find it.
>
> I used to think that a Quora space would be the best place for it, but
> Quora has mostly lost the good guys due to bad housekeeping and
> overblown monetization. Maybe BlueSky can get there?

I occasionally read another forum that's on Quora. I considered
replying to a thread, but then I saw that button labeled "Do not
sell my data." That means that if you forget - even once - to
click on that button while replying, whatever personal data you
give them is theirs to do whatever they want with. There's no
way in hell I'll ever register on such a forum - they'll just
have to do without my pearls of wisdom.

--
/~\ Charlie Gibbs | Growth for the sake of
\ / <cgibbs@kltpzyxm.invalid> | growth is the ideology
X I'm really at ac.dekanfrus | of the cancer cell.
/ \ if you read it the right way. | -- Edward Abbey

Subject: Re: How Long Since Last Kernel Update
From: D
Newsgroups: comp.os.linux.misc
Organization: i2pn2 (i2pn.org)
Date: Wed, 15 Jan 2025 21:15 UTC
References: 1 2 3 4 5 6 7 8
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: nospam@example.net (D)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: Wed, 15 Jan 2025 22:15:45 +0100
Organization: i2pn2 (i2pn.org)
Message-ID: <4e0b6f5f-d2a9-a255-5ced-40805e0ae753@example.net>
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me> <vm6tcp$2klvb$1@dont-email.me> <luohq5F6geaU3@mid.individual.net> <vm75h8$2lnf2$3@dont-email.me> <luom69F7gicU2@mid.individual.net> <slrnvofea5.36ho0.lars@cleo.beagle-ears.com>
<dJShP.770606$aTp4.731357@fx09.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Injection-Info: i2pn2.org;
logging-data="3773743"; mail-complaints-to="usenet@i2pn2.org";
posting-account="w/4CleFT0XZ6XfSuRJzIySLIA6ECskkHxKUAYDZM66M";
In-Reply-To: <dJShP.770606$aTp4.731357@fx09.iad>
X-Spam-Checker-Version: SpamAssassin 4.0.0
View all headers

On Wed, 15 Jan 2025, Charlie Gibbs wrote:

> On 2025-01-15, Lars Poulsen <lars@cleo.beagle-ears.com> wrote:
>
>> On 2025-01-15, vallor <vallor@cultnix.org> wrote:
>>
>>> Wouldn't it be nice if we could talk about Linux in the Linux
>>> newsgroup?
>>
>> We do, occasionally ;-) but this group overlaps with
>> alt.folklore.computers as a social medium for septugenarian nerds. Much
>> of that chatter would probably be better in a group of its own, but then
>> our fellow auld farts would never find it.
>>
>> I used to think that a Quora space would be the best place for it, but
>> Quora has mostly lost the good guys due to bad housekeeping and
>> overblown monetization. Maybe BlueSky can get there?
>
> I occasionally read another forum that's on Quora. I considered
> replying to a thread, but then I saw that button labeled "Do not
> sell my data." That means that if you forget - even once - to
> click on that button while replying, whatever personal data you
> give them is theirs to do whatever they want with. There's no
> way in hell I'll ever register on such a forum - they'll just
> have to do without my pearls of wisdom.

I agree! That's revolting! No light:ish trolling to make everyones day
from me either! ;)

I keep to usenet and 2 mailinglists I enjoy, and that's about it. Oh, and
mastodon for the occasional meme-party, but there are about 2-3 regular
people there I discuss politics with, and not much else. Too bad they
won't join us around the camp fire here on usenet! =(

Subject: Re: How Long Since Last Kernel Update
From: Computer Nerd Kev
Newsgroups: comp.os.linux.misc
Organization: Ausics - https://newsgroups.ausics.net
Date: Wed, 15 Jan 2025 21:25 UTC
References: 1 2 3 4 5 6 7
Message-ID: <678827c0@news.ausics.net>
From: not@telling.you.invalid (Computer Nerd Kev)
Subject: Re: How Long Since Last Kernel Update
Newsgroups: comp.os.linux.misc
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me> <vm6tcp$2klvb$1@dont-email.me> <luohq5F6geaU3@mid.individual.net> <vm75h8$2lnf2$3@dont-email.me> <luom69F7gicU2@mid.individual.net> <slrnvofea5.36ho0.lars@cleo.beagle-ears.com>
User-Agent: tin/2.0.1-20111224 ("Achenvoir") (UNIX) (Linux/2.4.31 (i586))
NNTP-Posting-Host: news.ausics.net
Date: 16 Jan 2025 07:25:20 +1000
Organization: Ausics - https://newsgroups.ausics.net
Lines: 24
X-Complaints: abuse@ausics.net
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!news.bbs.nz!news.ausics.net!not-for-mail
View all headers

Lars Poulsen <lars@cleo.beagle-ears.com> wrote:
> While reading that, I came about this article,
> https://www.theregister.com/2025/01/14/the_end_of_absolute_linux/

For "smallest, simplest, lightest-weight distros", my pick has been
Tiny Core Linux FWIW.

> I recently had one of my photo management program scripts break.
> In iOS 18, Apple made some subtle changes is their use of the .HEIC
> file format, causing libheif to fail. I had to go out and find
> the Fedora Rawhide version of the fixed libheif, and all is good
> again. Kudos to .so libraries. But when I build programs to give to
> others, it would be much easier if I could link them statically
> rather than track down all the dependencies to make sure to help
> my "clients" find them before they can use my program.

It works so long as you stick to libraries that support static
linking, or pay for the privilege in the case of Qt. Building a
full-featured Linux distro on just software that statically links
would be really hard though.

--
__ __
#_ < |\| |< _#

Subject: Re: How Long Since Last Kernel Update
From: vallor
Newsgroups: comp.os.linux.misc
Date: Thu, 16 Jan 2025 18:29 UTC
References: 1 2
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: vallor@cultnix.org (vallor)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: 16 Jan 2025 18:29:14 GMT
Lines: 22
Message-ID: <lut1fqFrb66U2@mid.individual.net>
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net FzgA8YZKrWoz1iuFls7dzgXFTi+sobxLz1buaddE8AoVIMAr1Y
Cancel-Lock: sha1:oId4gJmQMV8jBDgQofWr7NdtEcY= sha256:TxrnqolWLYKBCkcghkbGqJUzCG+cfE2nJGrEEm6vCII=
X-Face: +McU)#<-H?9lTb(Th!zR`EpVrp<0)1p5CmPu.kOscy8LRp_\u`:tW;dxPo./(fCl
CaKku`)]}.V/"6rISCIDP`
User-Agent: Pan/0.161 (Hmm2; c45f6052; Linux-6.12.9)
View all headers

On Tue, 14 Jan 2025 10:13:03 -0000 (UTC), Lem Novantotto
<Lem@none.invalid> wrote in <vm5dbe$2b9fo$2@dont-email.me>:

> Il Tue, 14 Jan 2025 04:44:06 -0000 (UTC), Lawrence D'Oliveiro ha
> scritto:
>
>> bc <<<"scale = 1; ($(date +%s) - $(stat -c%Y /vmlinuz)) / 86400"
>
> Well, here vmlinuz is in /boot: so /boot/vmlinuz, above.

I just looked in /boot, and discovered /boot/vmlinuz is a symlink
to the actual file. While the time is usually pretty close
to the actual kernel file, it might not be.

So it would be:

bc <<<"scale = 1; ($(date +%s) - $(stat -L -c%Y /boot/vmlinuz)) / 86400"

--
-v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
OS: Linux 6.12.9 Release: Mint 21.3 Mem: 258G
"I'm not a complete idiot - several parts are missing!"

Subject: Re: How Long Since Last Kernel Update
From: Lawrence D'Oliv
Newsgroups: comp.os.linux.misc
Organization: A noiseless patient Spider
Date: Fri, 17 Jan 2025 02:39 UTC
References: 1 2 3
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.misc
Subject: Re: How Long Since Last Kernel Update
Date: Fri, 17 Jan 2025 02:39:19 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 5
Message-ID: <vmcfsn$3oqi7$2@dont-email.me>
References: <vm4q2m$29e1a$1@dont-email.me> <vm5dbe$2b9fo$2@dont-email.me>
<lut1fqFrb66U2@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 17 Jan 2025 03:39:20 +0100 (CET)
Injection-Info: dont-email.me; posting-host="254a90c6fc471ccf776231b326cf5e7b";
logging-data="3959367"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+yN0Za9FOuVe4DIBNOkQEG"
User-Agent: Pan/0.161 (Chasiv Yar; )
Cancel-Lock: sha1:tAlIGqTStikqi1+qdkZzZOfEH/s=
View all headers

The last-modified time on the kernel file would come from the installation
package, and would reflect when it was built, not when it was installed.

That’s why I was checking the last-mod-date on the symlink itself, which
does indeed reflect the time you did the installation.

1

rocksolid light 0.9.8
clearnet tor