goanysync
goanysync copied to clipboard
goanysync starts to late to sync /var/log into persistent ramdisk
ubuntu 12.04
Lines like the following in the output of
sudo lsof | grep log
rsyslogd 1673 syslog 5w REG 252,3 367950 523357 /var/log-backup_goanysync/syslog (deleted) smbd 2172 root 2w REG 252,3 3237 523563 /var/log-backup_goanysync/samba/log.smbd smbd 2172 root 8w REG 252,3 3237 523563 /var/log-backup_goanysync/samba/log.smbd
show that goanysync is started too late, after some processes already opened files on disk.
Have a look at how ramlog tests for this condition.