mastodon.green is one of the many independent Mastodon servers you can use to participate in the fediverse.
Plant trees while you use Mastodon. A server originally for people in the EU, but now open for anyone in the world

Administered by:

Server stats:

1.2K
active users

#systemd

8 posts8 participants0 posts today
Continued thread

@schenklradio @ffhl @videolan @tokudan entweder muss ich mir vll. noch was mit #systemd basteln, dass das nicht per #SAP (#RFC2974) announced wird, wenn gerade keine Sendung läuft. Weil so ist es außerhalb der Sendezeiten dann komplett still, wenn man's auswählt, was Leute verwirren könnte. Oder gibt es zufällig alternativ sonst noch einen Zwischeneinspieler? Hatte letzten Samstag zum ersten mal reingehört und das klang so, als ob es da am Ende was voraufgezeichnetes gab?

To download the latest web Remote Extension Host of #VSCodium

github.com/gbraad-devenv/fedor

and to run with #systemd:

github.com/gbraad-vscode/code-

After this, you can open http://[ipaddress]:8000

Note: if you want to restrict this, you can modify the service to bind to only host 127.0.0.1 or something like your Tailscale IP address.

Using: https://github.com/VSCodium/vscodium/releases/download/1.99.02283/vscodium-reh-web-linux-x64-1.99.02283.tar.gz https://github.com/VSCodium/vscodium/releases/download/1.99.02283/vscodium-reh-...
GitHubAdd Codium (web) option · Issue #77 · gbraad-devenv/fedoraBy gbraad

I just found this website about systemd: systemd-by-example.com/

It's a teaching website and playground to learn how to do dependency management with systemd units.

You can follow the instructions locally with a podman container or play with how the example systemd units interact on the website.

systemd-by-example.comsystemd by example - the systemd playground
More from Sebastian Jambor
Continued thread

I added a few options to my #systemd extension for VSCode; it can switch between user services and system, allows you to group by status, enable/disable, mask/unmask, etc.

I hope to add more detailed information, like if the service is masked, units other than 'services', etc. Hope to get some more time soon, but currently on a short leave.

Thanks for the kind words and support.

Huh. Now that I have #otel traces on a bunch of things at home, it's pretty clear that my clocks aren't in sync on every system. They're maybe 1ms off, but it's enough that supposedly-nested trace spans aren't quite nested right.

Which is annoying since I have two local GPS #NTP receivers.

The two "bad" machines were using #systemd-timesyncd to talk to Ubuntu's pool clocks instead of the local clocks. The "good" machines are using #chrony and claim that they're ~2 us off of GPS time.

Now I'm curious -- is this a problem with network latency and Ubuntu's pool, or is that just as good as timesyncd gets?

EDIT: J'ai trouvé cet article et j'ai compris et ça marche 😊 mo8it.com/blog/quadlet/

S'il y a des gens qui utilisent podman par ici j'ai une question parce que je comprends pas bien la doc.

J'ai un petit container sans root que je lance à la main avec podman start mon_container quand j'en ai besoin et ça commence à devenir un peu redondant vu que je vais souvent sur mon ordi spécifiquement pour l'utiliser. Donc je cherche à le lancer quand j'ouvre ma session.

J'ai voulu générer une unit systemd avec la commande qui va bien mais j'ai vu qu'elle était dépréciée et qu'il était conseillé d'utiliser un "Quadlet" pour faire ça.

Sauf que mon cerveau percute pas du tout la doc officielle. C'est quoi un quadlet ? Comment je transforme mon container en quadlet ? Et comment je lance le quadlet au démarrage de ma session ?

Je prend toute explication/tuto écrit/tuto vidéo !

mo8it.comQuadlet: Running Podman containers under systemdFinally, Podman has a Docker Compose alternative