3 Jun 2023 |
iam_tj | * I'd check all the boot-time fsck@... jobs to see if any reported fixing a file-system | 12:26:13 |
Tranquil Ity | [root@ity-pc ity]# journalctl -b 0 -u 'systemd-fsck@*'
Failed to add filter for units: No data available
| 12:27:23 |
iam_tj | maybe your OS doesn't create such units then; although it is a standard part of systemd | 12:33:37 |
iam_tj | maybe you've not set a non-zero passno in fstab | 12:34:50 |
dude | systemctl cat systemd-fsck@ systemctl list-units | grep fsck | 12:39:30 |
dude | there should be a file in /lib/systemd/system/systemd-fsck@.service | 12:40:14 |
dude | https://wiki.archlinux.org/title/fsck it seems that arch is recommending using mkinitcpio fsck. | 12:42:26 |
Tranquil Ity | The cat found something, and list units grep didn't find anything | 12:43:46 |
Tranquil Ity | # /usr/lib/systemd/system/systemd-fsck@.service
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description=File System Check on %f
Documentation=man:systemd-fsck@.service(8)
DefaultDependencies=no
BindsTo=%i.device
Conflicts=shutdown.target
After=%i.device systemd-fsck-root.service local-fs-pre.target
Before=systemd-quotacheck.service shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/systemd/systemd-fsck %f
TimeoutSec=0
| 12:43:55 |
dude | Systemd is cool because it has cats. | 12:44:23 |
Cats | In reply to @ity:itycodes.org The cat found something, and list units grep didn't find anything Meow. | 12:45:00 |
\a:nat.+ a 1 | In reply to @dudeastic:matrix.org Systemd is cool because it has cats. Nyaa | 12:45:38 |
dude | cat is tac more or less, combined they are a cat@tac -- catattack! | 12:47:48 |
dude | * cat is tac more or less, combined they are a cat@tac -- cat attack! | 12:47:53 |
\a:nat.+ a 1 | :O | 12:48:59 |
dude | Then |&>: must be the closest in linux to a pipe cleaner! I wonder if that even works. | 12:49:35 |
dude | Oh it's the reverse right, :><file> == truncate -s 0 <file> | 12:50:26 |
Cats | In reply to @dudeastic:matrix.org cat is tac more or less, combined they are a cat@tac -- cat attack! Nyaaaa >:3 | 12:50:56 |
dude | In reply to @dudeastic:matrix.org Then |&>: must be the closest in linux to a pipe cleaner! I wonder if that even works. |&: I think is the correct one. | 12:52:01 |
\a:nat.+ a 1 | In reply to @dudeastic:matrix.org Then |&>: must be the closest in linux to a pipe cleaner! I wonder if that even works. And idek what I am looking at | 12:53:11 |
dude | In reply to @tranquillity_:midov.pl And idek what I am looking at $ help :
:: :
Null command.
No effect; the command does nothing.
Exit Status:
Always succeeds.
So |& == 2>&1 | thus echo hi |&: will return empty.
| 14:17:00 |
dude | BASH is like my SO, simple, yet beutiful, straight forward, yet quirky. | 14:17:53 |
\a:nat.+ a 1 | Hmm | 14:42:43 |
| Karebu joined the room. | 15:29:45 |
\a:nat.+ a 1 | TIL bash has a help builtin | 17:15:00 |
\a:nat.+ a 1 | And I finally get it ahahah | 17:15:56 |
Levy | C++ is one hell of a ride | 17:45:27 |
| NothingSpecific joined the room. | 21:35:33 |
| NothingSpecific set a profile picture. | 22:58:47 |
4 Jun 2023 |
| buzzkill joined the room. | 02:07:01 |