101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

484
active users

#uname

0 posts0 participants0 posts today
Replied in thread

@ax6761 Well, you could call it an implementation glitch. #uname is *meant* to give you information about "the OS", but has always been implemented as a #syscall, therefore actually telling you something about the #kernel.

In #FreeBSD, the kernel doesn't *have* to be the exact same version as the userland, and for security updates, a new kernel is only built when some patch actually affects the kernel.

Note that on a #Linux system, it's arguably even "worse", as Linux is nothing but the kernel. TO know version information about the rest of your installed OS, you'll have to use distribution specific information (or more recently look at the now standardized /etc/osrelease).

A few tooters have asked me what my config is, at which I replied that I run the Fediverse, platform agnostic. Then one asked what one of my main horizontal display systems run, at which I now reply with

` uname -a`
{Linux devakprata 6.12.13-2-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 6.12-18~mx23ahs (2025-02-10) x86_64 GNU/Linux}

**Note**
I left the results of

`cat /proc/cpuinfo` out since I would get that 16 times!!!

` cat /proc/meminfo `
{MemTotal: 31750332 kB
MemFree: 27996612 kB
MemAvailable: 29376500 kB
Buffers: 85900 kB
Cached: 1890756 kB
SwapCached: 0 kB
Active: 2357024 kB
Inactive: 892372 kB
Active(anon): 1546640 kB
Inactive(anon): 0 kB
Active(file): 810384 kB
Inactive(file): 892372 kB
Unevictable: 48 kB
Mlocked: 48 kB
SwapTotal: 6291452 kB
SwapFree: 6291452 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 156 kB
Writeback: 0 kB
AnonPages: 1273116 kB
Mapped: 719588 kB
Shmem: 273900 kB
KReclaimable: 67860 kB
Slab: 169900 kB
SReclaimable: 67860 kB
SUnreclaim: 102040 kB
KernelStack: 16160 kB
PageTables: 30512 kB
SecPageTables: 4112 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 22166616 kB
Committed_AS: 6017728 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 98420 kB
VmallocChunk: 0 kB
Percpu: 7680 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 347964 kB
DirectMap2M: 7952384 kB
DirectMap1G: 24117248 kB}

and this screencap