@ -13,10 +13,8 @@
< meta name = "author" content = "" >
< meta name = "description" content = "" >
< meta name = "keywords" content = "" >
< meta property = "og:type" content = "" >
< meta property = "og:title" content = "" >
< meta property = "og:image" content = "" >
< meta property = "og:description" content = "" >
< meta property = "og:url" content = "" >
@ -25,17 +23,15 @@
< / head >
< body >
< header >
< h1 > TL;DR< / h1 >
< h2 > too log didn't read< / h2 >
< p> This log was generated on 2024-03-18 16:18:13.903913, the next will be available after 2024-03-18 19:18:13.903913< / p >
< small> Some temp debug info: This log was generated on 2024-03-18 20:31:58.328818, the next will be available after 2024-03-18 23:31:58.328818. I now have 18 logs generated! < / small >
< / header >
< nav class = "slider slider--top" >
< label for = "time" > time< / label >
< input type = "range" min = "0" max = "100" id = "time" >
< / nav >
< nav class = "slider slider--left" >
< label for = "annotation" > annotations< / label >
< input class = "vertical" type = "range" value = "0" min = "0" max = "400" id = "annotation" >
@ -48,6 +44,19 @@
< article >
< h2 > What happened today?< / h2 >
< pre > sudo journalctl -S today -u kitchen-stove.service -u kitchen-bin.service -u kitchen-fridge.service -r -n< / pre >
< p > Mar 18 17:39:13 chopchop systemd[1]: Started kitchen-fridge.service - Kitchen Fridge Service.
Mar 18 17:39:07 chopchop python3[10827]: lp: No file in print request.
Mar 18 17:39:07 chopchop python3[10812]: request id is hp-color-laserjet-cp5225-16 (1 file(s))
Mar 18 17:39:06 chopchop systemd[1]: Started kitchen-stove.service - Kitchen Stove Service.
Mar 18 17:38:33 chopchop systemd[1]: Started kitchen-bin.service - Kitchen Bin Service.
< / p >
end0:
-s
addressq
ip addr show eth0 | awk '$1 == "inet" {gsub(/\/.*$/, "", $2); print $2}'
< pre > uptime -s< / pre >
< p > 2024-03-18 07:51:34< / p >
@ -58,19 +67,18 @@
an image.
< / span >
< p > the ones below do not have the "right" annotation levels< / p >
< pre > last_user_added< / pre >
< pre > sudo journalctl _COMM=useradd -r -n 1 --output-fields=MESSAGE< / pre >
< p > Feb 29 15:08:48 chopchop useradd[8744]: new user: name=colord, UID=118, GID=130, home=/var/lib/colord, shell=/usr/sbin/nologin, from=/dev/pts/4
< / p >
< span class = "annotation fn-annotatation" level = "1" >
A level 1 annotation for last_user_added
< span class = "annotation fn-annotatation" level = "2" >
Users will be trusted with not just the keys and passwords to the "house" which is the server, but with a
portion of responsibility to keep it afloat and contribute to what makes it a community of practices (and
network of knowledge and dependence).
< / span >
< hr / >
< pre > users_created_today< / pre >
< p > -- No entries --
@ -79,7 +87,6 @@
A level 1 annotation for users_created_today
< / span >
< pre > list_active_services< / pre >
< p > [ - ] alsa-utils
[ - ] apparmor
@ -124,7 +131,6 @@
A level 1 annotation for list_active_services
< / span >
< pre > list_groups< / pre >
< p > root:x:0:
daemon:x:1:
@ -229,8 +235,6 @@ colord:x:130:
A level 1 annotation for list_groups
< / span >
< pre > list_package_installs< / pre >
< p > 2024-03-10 15:16:14 install libtk8.6:armhf < none > 8.6.13-2
2024-03-10 15:16:14 status half-installed libtk8.6:armhf 8.6.13-2
@ -276,7 +280,6 @@ colord:x:130:
A level 1 annotation for list_package_installs
< / span >
< pre > list_package_upgrade< / pre >
< p >
@ -284,7 +287,6 @@ colord:x:130:
A level 1 annotation for list_package_upgrade
< / span >
< pre > list_package_remove< / pre >
< p > 2024-03-15 09:55:52 startup packages remove
2024-03-15 09:55:52 remove bat:armhf 0.22.1-4 < none >
@ -294,7 +296,6 @@ colord:x:130:
A level 1 annotation for list_package_remove
< / span >
< pre > device_info< / pre >
< p > Raspberry Pi 4 Model B Rev 1.4
@ -302,7 +303,6 @@ colord:x:130:
A level 1 annotation for device_info
< / span >
< pre > debian_version< / pre >
< p > 12.1
@ -311,7 +311,6 @@ colord:x:130:
A level 1 annotation for debian_version
< / span >
< pre > kernel_version< / pre >
< p > Linux chopchop 6.1.65-v8+ #1703 SMP PREEMPT Tue Dec 5 16:25:41 GMT 2023 aarch64 GNU/Linux
@ -320,25 +319,19 @@ colord:x:130:
A level 1 annotation for kernel_version
< / span >
< / article >
< / div >
< / main >
< aside >
< h3 > whoami: Raspberry Pi 4 Model B Rev 1.4< / h3 >
< / aside >
< footer >
< h3 > current residency 127.0.1.1
< / h3 >
< h3 > current residency 145.24.139.169< / h3 >
< / footer >
< script type = "text/javascript" src = "script.js" > < / script >
< script type = "text/javascript" >
window.addEventListener("DOMContentLoaded", function () {
var nextDate = new Date("2024-03-18 19:18:13.903913 ");
var nextDate = new Date("2024-03-18 23:31:58.328818 ");
var now = new Date();
var ms = nextDate - now;
console.log("start a timeout in , ", ms);
@ -351,8 +344,6 @@ colord:x:130:
}, ms + 10000);
}
});
< / script >
< / body >