diff options
author | Pjotr Prins | 2023-12-31 17:50:22 +0100 |
---|---|---|
committer | Pjotr Prins | 2024-02-09 16:23:38 +0100 |
commit | 5e87433fab6b45362c27510ed725a233c37d9b34 (patch) | |
tree | 4be28781189d50b268d194b7542b1fd7ca1dedf6 | |
parent | 648e5de5411e673769ff7f9351186c23b802c69c (diff) | |
download | gn-gemtext-5e87433fab6b45362c27510ed725a233c37d9b34.tar.gz |
octopus notes
-rw-r--r-- | topics/systems/hpc/octopus-maintenance.gmi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/topics/systems/hpc/octopus-maintenance.gmi b/topics/systems/hpc/octopus-maintenance.gmi index 1a399c3..37027ca 100644 --- a/topics/systems/hpc/octopus-maintenance.gmi +++ b/topics/systems/hpc/octopus-maintenance.gmi @@ -52,3 +52,16 @@ To avoid `./scratch/script.sh: Permission denied` on `device_file`: - `vim /etc/fstab` - replace `noexec` with `exec` for `device_file` - `mount -o remount [device_file]` to remount the partition with its new configuration. + +Some notes: + +root@tux09:~# mkdir -p /var/lib/nfs/statd +root@tux09:~# systemctl enable rpcbind +Synchronizing state of rpcbind.service with SysV service script with /lib/systemd/systemd-sysv-install. +Executing: /lib/systemd/systemd-sysv-install enable rpcbind +root@tux09:~# systemctl list-unit-files | grep -E 'rpc-statd.service' +rpc-statd.service static - + +network-online.target +x-systemd.device-timeout= +10.0.0.110:/export/3T /mnt/3T nfs nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.device-timeout=10 0 0 |