Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 40 |
Nodes: | 6 (0 / 6) |
Uptime: | 07:08:06 |
Calls: | 291 |
Files: | 910 |
Messages: | 76,386 |
Is there any point to worrying about what's masked and disabled if I don't have a specific technical reason? The reason I asked > it really just because I'm wondering if I accidentally set a unit to that in the past I shouldn't have; I don't reallyknow what > a "normal" system looks like
Is there any point to worrying about what's masked and disabled if I don't have a specific technical reason? The reason I asked it really just because I'm wondering if I accidentally set a unit to that in the past I shouldn't have; I don't really knowwhat a "normal" system looks like
Sent: Tuesday, December 24, 2024 at 7:39 AM
From: "Oliver Schode" <oliver.schode@online.de>
To: debian-user@lists.debian.org
Subject: Re: Systemctl masked/disabled/etc
Hi,
looks like I'm the only one yet as I take it, he wasn't asking about
meanings of, or differences between states but rather worries about
defaults he may have inadvertently changed. This is about what is
essential or required for system operation.
Is there any point to worrying about what's masked and disabled if I
don't have a specific technical reason?
I don't think so, or at least I never had to think about it in all
those years with systemd. Anything essential or important that's
missing or failing you'd notice before long, but then you'll have your technical reason. Of course, if you've touched your system to the point
where you're unsure how to get back, it's easy enough to
reset/reinstall affected packages but usually than shouldn't be
necessary.
The reason I asked it really
just because I'm wondering if I accidentally set a unit to that in
the past I shouldn't have; I don't really know what a "normal" system
looks like
A "normal" system obviously can look all kinds of things. Maybe you
really meant vanilla or out-of-the-box and as far as I'm concerned when
it comes to masking it doesn't look much different from what I have
now. And either of,
`systemctl list-units --state=masked` (to see what's loaded+masked)
or
`systemctl lits-unit-files --state=masked` (everything installed+masked)
wouldn't print an overly long list. And those (few) I masked myself
only show for loaded. You can naturally try this with state=disabled as
well, in that case it's slightly more interesting to compare current
and preset values.
Is there any point to worrying about what's masked and disabled if I
don't have a specific technical reason?
The reason I asked it really
just because I'm wondering if I accidentally set a unit to that in
the past I shouldn't have; I don't really know what a "normal" system
looks like
Is there any point to worrying about what's masked and disabled
if I don't have a specific technical reason? The reason I asked
it really just because I'm wondering if I accidentally set a unit
to that in the past I shouldn't have; I don't really know what
a "normal" system looks like
On Sun 22 Dec 2024 at 01:16:31 (-0500), Alex Wahl wrote:
Is there any point to worrying about what's masked and disabled
if I don't have a specific technical reason? The reason I asked
it really just because I'm wondering if I accidentally set a unit
to that in the past I shouldn't have; I don't really know what
a "normal" system looks like
Typically, a vanilla system will have very few files in /etc/systemd/
that aren't just symlinks to files in /lib/systemd or /usr/lib/systemd.
On 12/27/24 11:18, David Wright wrote:
On Sun 22 Dec 2024 at 01:16:31 (-0500), Alex Wahl wrote:
Is there any point to worrying about what's masked and disabled
if I don't have a specific technical reason? The reason I asked
it really just because I'm wondering if I accidentally set a unit
to that in the past I shouldn't have; I don't really know what
a "normal" system looks like
Typically, a vanilla system will have very few files in /etc/systemd/
that aren't just symlinks to files in /lib/systemd or /usr/lib/systemd.
Hmm. Maybe that applies to certain versions? I don't think I've touched that directory.
[]~$ ls -l /etc/systemd/
total 44K
4.0K -rw-r--r-- 1 root root 1.3K Sep 20 2023 journald.conf
4.0K -rw-r--r-- 1 root root 1.6K Sep 20 2023 logind.conf
4.0K -rw-r--r-- 1 root root 846 Sep 20 2023 networkd.conf
4.0K -rw-r--r-- 1 root root 670 Sep 20 2023 pstore.conf
4.0K -rw-r--r-- 1 root root 953 Sep 20 2023 sleep.conf
4.0K -rw-r--r-- 1 root root 2.1K Sep 20 2023 system.conf
4.0K -rw-r--r-- 1 root root 864 Sep 20 2023 timesyncd.conf
4.0K -rw-r--r-- 1 root root 1.4K Sep 20 2023 user.conf
On Fri 27 Dec 2024 at 11:27:18 (-0500), eben wrote:
On 12/27/24 11:18, David Wright wrote:
On Sun 22 Dec 2024 at 01:16:31 (-0500), Alex Wahl wrote:
Is there any point to worrying about what's masked and disabled
if I don't have a specific technical reason? The reason I asked
it really just because I'm wondering if I accidentally set a unit
to that in the past I shouldn't have; I don't really know what
a "normal" system looks like
Typically, a vanilla system will have very few files in /etc/systemd/
that aren't just symlinks to files in /lib/systemd or /usr/lib/systemd.
Hmm. Maybe that applies to certain versions? I don't think I've touched
that directory.
Sorry, but did you only read the first two lines of my post?
You snipped all the examples I gave and their explanations,
BTW is your ls command aliased?