Changeset 917b22a in Klonkt
- Timestamp:
- 08/07/2026 09:05:30 AM (5 weeks ago)
- Branches:
- main
- Children:
- f2a7181
- Parents:
- 2d38b22
- git-author:
- Robin <roboburr@…> (08/07/2026 09:05:28 AM)
- git-committer:
- roboburr <roboburr@…> (08/07/2026 09:05:30 AM)
- File:
-
- 1 edited
-
deploy/HOSTING.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
deploy/HOSTING.md
r2d38b22 r917b22a 60 60 61 61 ```bash 62 systemctl list-units 'klonkt@*' # everything still running? 63 df -h # disk 64 journalctl --since '7 days ago' -p warning --no-pager | grep klonkt 65 ``` 62 systemctl list-units 'klonkt@*' # still running? 63 df -h # disk 64 journalctl -u 'klonkt@*' --since '7 days ago' -p warning --no-pager 65 ``` 66 67 If that last one answers `Failed to add filter for units: No data available`, 68 nothing matched — which is usually the good news (no warnings in the window), not 69 a broken command. Widen the window before you go looking for a fault. 70 71 `-u` matches against the units that actually appear in the journal, so an 72 instance that logged nothing at all is simply absent. Run it as root: an 73 unprivileged account sees only its own messages and will get the same empty 74 answer for the wrong reason. 66 75 67 76 The log line worth reading properly is anything about federation: a rejected
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)