Sanoid is a policy-driven snapshot management tool for ZFS filesystems
https://github.com/jimsalterjrs/sanoid
https://github.com/jimsalterjrs/sanoid
Problem:can’t read STDIN Illegal byte sequence while du -sh, etc gupdatedbCause:Related with UTF-8 locale typeSolution: export LC_CTYPE=C
If you don’t know where to find the ifconfig command, follow the simple steps provided below. First let us find out which packages will provide ifconfig command. To do that , enter the following command: yum provides ifconfig Sample Output: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.aol.in * extras: centos.aol.in… Leer más »
If you have the following error upon startup, do this to make the system bootable again. Failed to set MokListRT: Invalid Parameter Something has gone seriously wrong: import_mok_state() failed:Invalid Parameter Either burn a new CentoS disc, make a boot flash drive, or insert the install ISO to your VM. Boot from the disc and once… Leer más »
When a user is specified during installation a few things happen, it gets the «root» role and so on, but it also creates the following file change to:
https://sixfeetup.com/blog/backing-up-using-zfs-snapshots-and-replication Sending Receiving https://docs.oracle.com/cd/E18752_01/html/819-5461/gbchx.html
https://www.howtoforge.com/tutorial/how-to-use-snapshots-clones-and-replication-in-zfs-on-linux/
# postfix check postfix/postfix-script: warning: damaged message: corrupt/EDC75C244C20 postfix/postfix-script: warning: damaged message: corrupt/63380C2CC682 postfix/postfix-script: warning: damaged message: corrupt/AB9F7C2CC3AA postfix/postfix-script: warning: damaged message: corrupt/C76F3C2CC3B0 cd /var/spool/postfix/corrupt rm -rf * # postfix check # ALL OK! 😉
Quitar en current milter settings in main.cf # OpenDKIM milter_default_action = accept milter_protocol = 6 smtpd_milters = , inet:127.0.0.1:8891, inet:127.0.0.1:12768 non_smtpd_milters = $smtpd_milters Thanks in advance! You have both Plesk milter and OpenDkim listed in non_smtpd_milters, change it to… milter_default_action = accept milter_protocol = 6 smtpd_milters = , inet:127.0.0.1:8891, inet:127.0.0.1:12768 non_smtpd_milters = inet:127.0.0.1:8891 Hope… Leer más »