From 7f5156fce0adb4b5ba2b3e3ffdccf431898fcb7b Mon Sep 17 00:00:00 2001 From: Gorden Mende Date: Tue, 21 Dec 2021 11:42:09 +0100 Subject: [PATCH] daily autocommit --- .fstab | 2 ++ cmk-update-agent.state | 2 +- dphys-swapfile | 4 ++-- fstab | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.fstab b/.fstab index f426a8e1..51bb937a 100644 --- a/.fstab +++ b/.fstab @@ -1,3 +1,5 @@ proc /proc proc defaults 0 0 PARTUUID=13397e78-01 /boot vfat defaults 0 2 PARTUUID=13397e78-02 / ext4 defaults,noatime 0 1 +192.168.0.40:/volume1/NetBackup /backup nfs rw,soft,bg,_netdev 0 0 +UUID=4cb2fcc8-2b94-41f4-b0f2-5a3faffb51f5 /docker ext4 discard,noatime,errors=remount-ro 0 1 diff --git a/cmk-update-agent.state b/cmk-update-agent.state index cde10881..7e3c48c9 100644 --- a/cmk-update-agent.state +++ b/cmk-update-agent.state @@ -1 +1 @@ -{'last_error': None, 'host_secret': 'spbqtcqkufwfjvoeuucviljqxkzxoedsutzztletdwsrtqqfxzuywywxpinrzjjy', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1640074656.2033029, 'installed_aghash': '26da23d3fa7837de', 'last_update': 1639470870.5507095} +{'last_error': None, 'host_secret': 'spbqtcqkufwfjvoeuucviljqxkzxoedsutzztletdwsrtqqfxzuywywxpinrzjjy', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1640081891.55393, 'installed_aghash': '26da23d3fa7837de', 'last_update': 1639470870.5507095} diff --git a/dphys-swapfile b/dphys-swapfile index 44433e3b..00135272 100644 --- a/dphys-swapfile +++ b/dphys-swapfile @@ -9,11 +9,11 @@ # where we want the swapfile to be, this is the default -#CONF_SWAPFILE=/var/swap +CONF_SWAPFILE=/docker/swap # set size to absolute value, leaving empty (default) then uses computed value # you most likely don't want this, unless you have an special disk situation -CONF_SWAPSIZE=100 +CONF_SWAPSIZE=2048 # set size to computed value, this times RAM size, dynamically adapts, # guarantees that there is enough swap without wasting disk space on excess diff --git a/fstab b/fstab index aa412ba8..847c1b9a 100644 --- a/fstab +++ b/fstab @@ -1,7 +1,7 @@ proc /proc proc defaults 0 0 PARTUUID=13397e78-01 /boot vfat defaults 0 2 PARTUUID=13397e78-02 / ext4 defaults,noatime 0 1 -# a swapfile is not a swap partition, no line here -# use dphys-swapfile swap[on|off] for that 192.168.0.40:/volume1/NetBackup /backup nfs rw,soft,bg,_netdev 0 0 UUID=4cb2fcc8-2b94-41f4-b0f2-5a3faffb51f5 /docker ext4 discard,noatime,errors=remount-ro 0 1 +# a swapfile is not a swap partition, no line here +# use dphys-swapfile swap[on|off] for that