50 lines
1.3 KiB
Markdown
50 lines
1.3 KiB
Markdown
### clean known_host doesnt work
|
|
|
|
## Add quota config and enable/configure rctl
|
|
|
|
## Add bsdnix manpage (into pub jail)
|
|
|
|
## Check if motd generation works
|
|
|
|
See Bastillefile pub
|
|
|
|
## racct/rctl test
|
|
|
|
test the current setup: does it get configured and how does it limit
|
|
users? also check if new users belong to login class "jail" and test
|
|
their limits
|
|
|
|
## devzat file busy still failing
|
|
|
|
https://github.com/BastilleBSD/bastille/issues/772
|
|
|
|
## ZFS quota
|
|
|
|
Still not working, but it worked already? Dont get it.
|
|
|
|
zfs set groupquota@bsdnixer=10MB zhcloud/home
|
|
|
|
zfs get groupquota@bsdnixer zhcloud/home
|
|
|
|
zfs groupspace zhcloud/home
|
|
zfs userspace zhcloud/home
|
|
|
|
## Fix permissions jail /etc
|
|
|
|
## Remove volume fails newly
|
|
|
|
TASK [remove : Remove volume]
|
|
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible_collections.hetzner.hcloud.plugins.module_utils.vendor.hcloud._exceptions.APIException: cannot perform operation because volume is locked
|
|
fatal: [suto]: FAILED! => changed=false
|
|
ansible_facts:
|
|
discovered_interpreter_python: /usr/bin/python3
|
|
failure:
|
|
code: locked
|
|
details: {}
|
|
message: cannot perform operation because volume is locked
|
|
msg: cannot perform operation because volume is locked
|
|
|
|
|
|
Maybe "unlock" it somehow? Perhaps this happens because there are user
|
|
online with open files in /home?
|