pawb.fun is one of the many independent Mastodon servers you can use to participate in the fediverse.
This instance aimed at any and all within the furry fandom, though anyone is welcome! We're friendly towards members of the LGBTQ+ community and aiming to offer a safe space for our users.

Server stats:

300
active users

#systemd

3 posts3 participants0 posts today
argv minus one<p>I wonder why systemd-sysv-generator is deprecated for removal.</p><p>I mean, it's not particularly consequential—it's a separate program and can therefore be forked if anyone still cares about it—but what's the point of dropping it?</p><p>Is it burdensome on the <a href="https://mastodon.sdf.org/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> maintainers somehow? Pretty hard to imagine, seeing as how the LSB specification is frozen and the systemd unit specification is guaranteed backward compatible.</p>
Morten Linderud<p>So, guys.</p><p>How much further do I take this?</p><p><a href="https://chaos.social/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a> <a href="https://chaos.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://chaos.social/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a></p>
JdeBP<p><span class="h-card" translate="no"><a href="https://wandering.shop/@cstross" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>cstross</span></a></span> <span class="h-card" translate="no"><a href="https://toot.cat/@RefurioAnachro" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>RefurioAnachro</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@Quixoticgeek" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Quixoticgeek</span></a></span> </p><p>I once joked about systemd-emacsd. There would be an emacsctl tool to go with it, of course. And no more LISP when simple declarative .INI files are superior and friendlier to modern developers whose laptops might not have a close round bracket key, you know. /usr/lib/systemd/emacsd.conf and /usr/lib/systemd/emacsd.conf.d/ are the future.</p><p>But then I once joked about putting an XML parser into process #1; and someone then did that.</p><p><a href="https://tty0.social/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a> <a href="https://tty0.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a></p>
JdeBP<p><span class="h-card" translate="no"><a href="https://wandering.shop/@cstross" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>cstross</span></a></span> </p><p>I enjoyed how spot-on you accidentally were. (-:</p><p>Interestingly, people still argue today (as you've probably seen in these threads) as if it were van Smoorenburg rc that was the other choice for Debian et al. back in 2014; which was in reality either Upstart or OpenRC. It's a very persistent erroneous dichotomy.</p><p><a href="https://tty0.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://tty0.social/tags/Upstart" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Upstart</span></a> <a href="https://tty0.social/tags/OpenRC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenRC</span></a></p>
JdeBP<p><span class="h-card" translate="no"><a href="https://wandering.shop/@cstross" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>cstross</span></a></span> </p><p>Right more than you know in one respect; but wrong in another.</p><p><a href="https://tty0.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> came from <a href="https://tty0.social/tags/RedHat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RedHat</span></a>, not Microsoft; and the upstart was not Linux but a software package from <a href="https://tty0.social/tags/Canonical" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Canonical</span></a> that was literally named "Upstart". (There's a whole backstory about the copyright licence that Canonical initially granted.)</p><p>Amusingly, Windows NT's Service Controller, its WININIT, and its Session Manager are three distinct things; not like systemd's architecture at all.</p><p><a href="https://tty0.social/tags/Upstart" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Upstart</span></a></p>
Daniël Franke :panheart:<p>All the people hating on <a href="https://social.ainmosni.eu/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> seem to have forgotten how ancient and painful sysV init was...</p><p><a href="https://social.ainmosni.eu/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a></p>
argv minus one<p>My distribution ships a <a href="https://mastodon.sdf.org/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> service unit file that contains a `Before=` relationship, which I wish to remove.</p><p>However, writing this in a drop-in does not seem to remove it:</p><p>```<br>[Unit]<br>Before=<br>```</p><p>Is there some way to remove the `Before=` or do I have to override the entire unit file?</p><p><a href="https://mastodon.sdf.org/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a></p>
argv minus one<p>Is there a way to have <a href="https://mastodon.sdf.org/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> give me a listing of all of a unit's relationships?</p><p>I know of `systemctl list-dependencies`, but it doesn't show me why a service is *not* running. I assume some other unit is conflicting with it, but I'm not sure how to find out.</p><p>Edit: Found it! `systemctl show` will display this information. And there is indeed a `ConflictedBy=` line showing the conflicting unit.</p><p><a href="https://mastodon.sdf.org/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a></p>
Atemu<p><a href="https://darmstadt.social/tags/TIL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TIL</span></a> <a href="https://darmstadt.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> can somehow restart itself in a running system and <a href="https://darmstadt.social/tags/NixOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NixOS</span></a> does it automatically whenever necessary.</p><p>This must have happened dozens of times already and I never noticed because it's entirely seamless.</p><p>I only found out because I was curious what exactly the <a href="https://darmstadt.social/tags/NixOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NixOS</span></a> activation script means when it says "restarting systemd" as that struck me as near impossible.</p><p>I confirmed that /proc/1/exe points at the same store path that my new version of systemctl comes from; how cool is that?</p>
AskUbuntu<p>systemd at bootup causing issues (waiting for /dev/disk/by-uuid) <a href="https://ubuntu.social/tags/boot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boot</span></a> <a href="https://ubuntu.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://ubuntu.social/tags/maintenance" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>maintenance</span></a></p><p><a href="https://askubuntu.com/q/1543857/612" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1543857/612</span><span class="invisible"></span></a></p>
AskUbuntu<p>Enabling wake on LAN on boot using systemd service does not work #2404 <a href="https://ubuntu.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://ubuntu.social/tags/wakeonlan" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wakeonlan</span></a></p><p><a href="https://askubuntu.com/q/1543842/612" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1543842/612</span><span class="invisible"></span></a></p>
Kevin Karhan :verified:<p><span class="h-card" translate="no"><a href="https://chaosfem.tw/@freya" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>freya</span></a></span> <span class="h-card" translate="no"><a href="https://mstdn.social/@BrodieOnLinux" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>BrodieOnLinux</span></a></span> makes sense, ofc.</p><ul><li>I like SystemD but for <a href="https://infosec.space/tags/OS1337" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OS1337</span></a> had to stick with the classic <code>/etc/init</code> file for space reasons alone.</li></ul><p>Tho in fairness I'm shure <a href="https://infosec.space/tags/SMF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SMF</span></a> did inspire <a href="https://infosec.space/tags/Apple" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Apple</span></a> to do <a href="https://infosec.space/tags/LaunchD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LaunchD</span></a> which in turn was copied with <a href="https://infosec.space/tags/SystemD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SystemD</span></a>, abeit all 3 are very much centric about the Kernel and Userland they target.</p><ul><li>Reminds me of that legendary talk <a href="https://www.youtube.com/watch?v=o_AIw9bGogo" rel="nofollow noopener noreferrer" target="_blank"><em>"The Tragedy of SystemD"</em></a>…</li></ul>
Sabella<p>I was Today years old, when I finally dug deep enough into the systemd rat's nest, to learn that it creates a directory in /var/log/journal based on the Machine ID, located in /etc/machine-id. and, judging by the last time each directory on my system was touched, a new machine-id is generated each time you do a distro upgrade. and no effort is made to clean up the old logs.</p><p>edit: the plot thickens. I was Today years old when I also learned that machine-id should be static, ie it shouldn't change if you're doing a distro upgrade.</p><p>furthermore, crawling through my / partition, I discover that, while the kernal removal tool does indeed remove kernels... if you're using bleeding edge for hardware support, it leaves behind hwe-tools.</p><p>I've already got several other bug reports to give the Linux Mint team so it's time to get off my lazy tail and finally make a GitHub account.</p><p><a href="https://furs.social/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://furs.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://furs.social/tags/linuxmint" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxmint</span></a> <a href="https://furs.social/tags/opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opensource</span></a></p>
AskUbuntu<p>Cpu frequency yocto compared to ubuntu <a href="https://ubuntu.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://ubuntu.social/tags/cpufreq" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpufreq</span></a> <a href="https://ubuntu.social/tags/yocto" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>yocto</span></a></p><p><a href="https://askubuntu.com/q/1543721/612" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1543721/612</span><span class="invisible"></span></a></p>
Krutonium://<p>I want a <a href="https://social.treehouse.systems/tags/Minecraft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Minecraft</span></a> <a href="https://social.treehouse.systems/tags/MinecraftMod" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MinecraftMod</span></a> that integrates it better with <a href="https://social.treehouse.systems/tags/Systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Systemd</span></a> - Things like using systemd for watchdog and stuff.</p>
stib<p><span class="h-card" translate="no"><a href="https://tech.lgbt/@CyrikCroc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>CyrikCroc</span></a></span> TIL learned that `sudo systemctl daemon-reload` is a lot easier than rebooting.<br><a href="https://aus.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://aus.social/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a></p>
stib<p>I've set up <a href="https://aus.social/tags/dovecot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dovecot</span></a> on my <a href="https://aus.social/tags/vps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vps</span></a> <a href="https://aus.social/tags/mailserver" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mailserver</span></a>, and I want <a href="https://aus.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> to restart it on failure or if it's killed. So in `/etc/systemd/system/dovecot.service.d/restart.conf` I have <br>`[Service]<br>Restart=always<br>RestartSec=5s`<br>But when I pkill the process it doesn't seem to be restarting. I have rebooted. Anyone know why that would be?<br><a href="https://aus.social/tags/AskFedi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AskFedi</span></a> <a href="https://aus.social/tags/FediTechSupport" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FediTechSupport</span></a> <a href="https://aus.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a></p>
LinuxNews.de<p>Vervollständige den Satz:</p><p>„Wäre ich einen Tag lang Linux-/Open-Source-Diktator würde ich …“</p><p>Bei mir wäre es definitiv das zurechtstutzen von <a href="https://social.anoxinon.de/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> zu einem reinen Initsystem innerhalb der Distributionen. Aktuell zu ausufernd, inkonsistent und unzuverlässig. </p><p>Als zweites <a href="https://social.anoxinon.de/tags/rhel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rhel</span></a> SRPM‘s wieder öffentlich stellen</p>
argv minus one<p>Looking at the scripts a <a href="https://mastodon.sdf.org/tags/hosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hosting</span></a> provider uses to check if various daemons are running and restart them, and I'm like, “look what they need to mimic a fraction of <a href="https://mastodon.sdf.org/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> 's power.”</p>
Elias Probst<p><span class="h-card" translate="no"><a href="https://tech.lgbt/@ShadowJonathan" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ShadowJonathan</span></a></span> if it's only about simulating those conditions for a single process (and its sub-processes), cgroups might be worth a look.</p><p>If you don't want to fiddle around with the low-level details of them, wrap the execution of your process in "systemd-run --user --wait --pty ..." and use "--slice" to assign the process to the corresponding slice with the desired resource constraints.</p><p><a href="https://www.freedesktop.org/software/systemd/man/latest/systemd-run.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">freedesktop.org/software/syste</span><span class="invisible">md/man/latest/systemd-run.html</span></a></p><p><a href="https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">freedesktop.org/software/syste</span><span class="invisible">md/man/latest/systemd.resource-control.html</span></a></p><p><a href="https://mastodon.social/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a> <a href="https://mastodon.social/tags/cgroups" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cgroups</span></a></p>