This page (revision-45) was last changed on 23-Apr-2022 17:06 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
45 23-Apr-2022 17:06 24 KB Harry Metske to previous
44 23-Apr-2022 17:05 24 KB Harry Metske to previous | to last
43 23-Apr-2022 17:05 24 KB Harry Metske to previous | to last
42 23-Apr-2022 17:05 24 KB Harry Metske to previous | to last
41 23-Apr-2022 17:05 21 KB Harry Metske to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 395 changed one line
* vim htop openjdk-7-jdk wget mailutils lsof uuid fsarchiver
* vim htop openjdk-7-jdk wget mailutils lsof uuid fsarchiver fail2ban
At line 403 changed 3 lines
* imagemagick
* php5-imagick
* man-db
* imagemagick php5-imagick man-db fail2ban
At line 533 added one line
* ''too many open files'' on tail -f ==> ''echo 1024 > /proc/sys/fs/inotify/max_user_instances''
At line 638 changed 2 lines
OLDIP=`grep address ${TGTDIR}/etc/network/interfaces | awk '{ print $NF}'`
OLDUUID=`cat /etc/fstab|grep /${TGTLXC} | awk '{ print $1}'|awk -F= '{ print $NF}'`
OLDIP=`grep address ${TGTDIR}/etc/network/interfaces | awk '{print $NF}'`
OLDUUID=`cat /etc/fstab|grep /${TGTLXC} | awk '{ print $1}'|awk -F= '{print $NF}'`
At line 645 added 8 lines
#
# check if container fs has been mounted
df /mnt/container/ | grep /dev/mapper/vg0-container > /dev/null
RC=$?
if [ $RC -eq 1 ]; then
mount /dev/mapper/vg0-container /mnt/container
echo "container fs mounted"
fi
At line 647 changed one line
TAPEFILE=/tmp/savedfs.fsa
TAPEFILE=/mnt/container/savedfs.fsa
At line 654 changed one line
mount -a | logDie "mount -a failed"
mount -a || logDie "mount -a failed"
At line 670 added one line
umount /mnt/container
At line 665 removed 3 lines
! fail2ban
%%warning TODO yet %%