hirad, to random
hirad, to linux

Fact: No daemon should be enabled/started without the user's explicit command.

sonny, to linux
@sonny@floss.social avatar

Looking forward tomorrow 3 days hackfest organized by @tbernard

The main topic is GNOME mobile, but I expect there will be lots of collateral topics such as camera, hardware enablement, adaptive apps, UX, platform APIs, interoperability, and coordination.

We'll have people from @gnome @purism @mntmn @postmarketOS @FlatpakApps

I will be moderating and support where I can. Hopefully get some work done too.

cr0n0s, to linux Spanish
@cr0n0s@social.tchncs.de avatar
JustineSmithies, to random
@JustineSmithies@fosstodon.org avatar

Well so far playing around with on an old laptop I've up and running along with all my other stuff. I've built from source without issue and just setup printing / scanning . Using for services is a doddle too no cumbersome . Could :void: be about to replace on my daily ?
I think I need more time just to make sure that it's really for me but the results so far are in favour of Void.

jik, to linux
@jik@federate.social avatar

Hack of the day: keep the Emacs server running in the active login session

Prereqs for this hack being useful to you: (1) you use GNU Emacs; (2) you keep a single Emacs running in your session and use emacsclient to open files for editing in it; (3) you have Linux computers that use systemd on which you keep mul

https://blog.kamens.us/2023/05/21/hack-of-the-day-keep-the-emacs-server-running-in-the-active-login-session/

rolle, to linux
@rolle@mementomori.social avatar

I have always used systemd processes inside /etc/systemd/system/. But what are /lib/systemd/system/ processes for and should I still have processes under /etc/systemd/system/ for the same things? It seems if I remove mastodon-web etc. under /etc/systemd/system/ everything goes awry. Yes, daemon-reload has been run and processes are in place. Can someone explain this bit to me?

ileoo,
@ileoo@mastodontti.fi avatar

@rolle

One thing that might help, is just use 'systemctl edit --full --force mastodon-sidekiq-pull@.service' -type of call to create the files,

then systemd will open editor with empty file and you can paste the content there, and systemd will take care to place them to correct location.

and you can see those locations then with for example "systemctl status 'mastodon*' " -command.

has littlebit of learning curve, but I think you are quite close already to get things in shape

skyr, to random
@skyr@chaos.social avatar

HOSIANNA! Ich habe besiegt 💪 Nachdem systemd ja frechweg das (dokumentierte) Flag "keyscript" in /etc/crypttab ignoriert, musste eine eigene Lösung her. Die Idee "ein systemd-Service, der das Schlüsselmaterial bereitstellt", war an sich richtig - das Skript zur richtigen Zeit ausführen zu lassen hingegen extremst tricky, es gibt nämlich kein Target das unmittelbar vor dem verschlüsselten Mounten liegt.
Dafür weiß ich jetzt, was Generators sind und woher die services für crypttab kommen

Linuxkumpel, to linux German
@Linuxkumpel@social.tchncs.de avatar

Der Linux-Init-Daemon systemd soll bald eine Funktion erhalten, mit der er einen "Soft-Reboot" ausführen kann. Das beschleunigt den Systemneustart stark.
https://www.heise.de/news/Linux-Init-Daemon-systemd-erhaelt-Userspace-only-Reboot-8990191.html via @heiseonline

linuxnews_de, to linux German
benjaminhollon, to random
@benjaminhollon@fosstodon.org avatar

Have you ever noticed that there are certain directories everyone has? ~/Documents, ~/Downloads, ~/Desktop, and so forth? Some of them you don't need, some of them you might wish were named differently, but any time you rename or delete them, the originals reappear?

You see, these directories follow a standard so that all programs know where they are—with the right tools under your belt, you can customize them.

https://tty1.blog/articles/xdg-user-dirs/

RL_Dane,
@RL_Dane@fosstodon.org avatar

@pixelherodev @benjaminhollon @jppelt

I mean, there's obviously things about Plan9 that you really like that differentiate it from everything else, so yes, I totally read your toot at face value.

Of course, that's coming from someone who's quite used to making impassioned proclamations and then walking them back (xref. anything I've ever said about -- not that I love it or anything, but I've had a wee bit of time to simmer down. XD )

thisismissem, to random
@thisismissem@hachyderm.io avatar

Hey, do you know configuration? Could you help review this Mastodon PR: https://github.com/mastodon/mastodon/pull/24751

kevin, to random

If you're a user of WireGuard, Ansible, and systemd-networkd, you may be interested to know that I've just published version 2.0.0 of my 'ansible-systemd-network' roles collection. The addition in this version is a role to manage WireGuard tunnels 🙂

https://galaxy.ansible.com/kpfleming/systemd_networkd

https://github.com/kpfleming/ansible-systemd-networkd

Natanox, to random
@Natanox@chaos.social avatar

I've never removed a distro VM faster than with .

Never seen something that convoluted, what in satan's name…

kkarhan,
@kkarhan@mstdn.social avatar

@twoolie @Natanox How about staying with the defaults and not fucking around?
Shit like this like the "Church of [ haters" aka. ] is why didn't already overtook the and dominated it more than it does the market.
People just want to shit work, and who besides a handful of people doesn't want to have the sane defaults?

But yeah, I guess this is why I'll stick with maintainable distros and would rather pay cuz for the $$$$$ they cost they do sth.

scy, to random
@scy@chaos.social avatar

I have 38 and some onboard NICs.

I’d like to configure networking declarative (i.e. by writing to files, or at least by being able to run idempotent commands, meaning they shouldn’t fail or break anything when being run multiple times), and if possible without having to install additional software. Oh, and also, I’d like to rename my network interfaces based on their MAC address.

I’m a reasonably experienced admin, but new-ish to Fedora. Happy for any pointers & best practices. Thanks!

scy,
@scy@chaos.social avatar

Okay. I have disabled NetworkManager, enabled -networkd instead (thanks for the idea @littlefox, seems to work!), written a .network file with IP configuration (which gets applied correctly) and a .link file to rename the device (which doesn’t).

Running SYSTEMD_LOG_LEVEL=debug udevadm test-builtin net_setup_link /sys/class/net/eno1 tells me that it sees my renaming rule, udevadm trigger -s net -v tells me that it triggers for eno1 – but no renaming happens. What am I missing?

Toasterson, to random
@Toasterson@chaos.social avatar

Reading this Essay today makes me want a couple more featues in SMF. MacOSX is really a different beast of an OS with interesting capabilities all blocked because it is proprietary. might had some looks into OSX too?

https://blog.darknedgy.net/technology/2020/05/02/0/index.html

JdeBP,
@JdeBP@tty0.social avatar

@Toasterson

Converting systemd unit files to things suitable for SMF?

Speaking as the only person in the world who has written a unit converter, to my knowledge: this is not a trivial task.

See https://jdebp.uk/Softwares/nosh/guide/commands/convert-systemd-units.xml

@ska has just written up a page on unit file conversions, and xe points out, as I do, that there are architectural mismatches in some areas.

See https://skarnet.org/software/s6/unit-conversion.html

RL_Dane, to linux
@RL_Dane@fosstodon.org avatar

Very minor, but one thing does better than is provide a graphical mouse cursor in text mode (fb).

Kinda cool.

JdeBP,
@JdeBP@tty0.social avatar

@RL_Dane @traecer

That's basically the idea, yes. If you've heard of or the old that used to be part of (but was quietly removed from it several years ago, with far less fanfare than when it was originally added) it's the same sort of idea, but structured significantly differently to and more flexibly than those two.

http://jdebp.info/Softwares/nosh/user-vt-screenshots.html

http://jdebp.info/Softwares/nosh/guide/user-virtual-terminals.html

I have version 1.41 in development, delayed because of a planet-wide pandemic and Brexit. (-:

fell, to linux
@fell@ma.fellr.net avatar

Whyyyyy

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • modclub
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • InstantRegret
  • Durango
  • Youngstown
  • slotface
  • thenastyranch
  • love
  • kavyap
  • GTA5RPClips
  • normalnudes
  • tester
  • khanakhh
  • ngwrru68w68
  • everett
  • osvaldo12
  • rosin
  • ethstaker
  • Leos
  • anitta
  • cubers
  • tacticalgear
  • cisconetworking
  • provamag3
  • JUstTest
  • All magazines