Kevin Horton
Guru
- Joined
- Dec 2, 2015
- Messages
- 730
I am getting a flood of messages related to missing /mnt/backup/iocage, posted every 10 seconds:
I'm running FreeNAS-11.1-U1. When I first started using iocage, the first use of iocage caused it to activate on /mnt/backup, which is used as a backup target, and it not itself backed up. I wanted iocage to use /mnt/main, as that is backed up to multiple places. Fortunately I detected the wrong location for iocage before wasting too much time, so I did an
I'd appreciate any advice on why I'm seeing these messages, what the implications are, and how to fix the problem.
Thanks,
Kevin
Code:
Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/download) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/download/11.1-RELEASE) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/images) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/jails) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/jails/handbrake2) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/jails/handbrake2/root) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/jails/nc) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/jails/nc/root) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/jails/nc2) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/jails/nc2/root) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/jails/plex2) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/jails/plex2/root) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/log) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/releases/11.1-RELEASE) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/releases/11.1-RELEASE/root) failed: No such file or directory Feb 17 21:11:00 big_bertha collectd[4516]: statvfs(/mnt/backup/iocage/templates) failed: No such file or directory
I'm running FreeNAS-11.1-U1. When I first started using iocage, the first use of iocage caused it to activate on /mnt/backup, which is used as a backup target, and it not itself backed up. I wanted iocage to use /mnt/main, as that is backed up to multiple places. Fortunately I detected the wrong location for iocage before wasting too much time, so I did an
iocage clean
to clean it out, then iocate activate /mnt/main
. But, it looks like the original wrong location of iocage is perhaps a cause of this flood of messages.I'd appreciate any advice on why I'm seeing these messages, what the implications are, and how to fix the problem.
Thanks,
Kevin