Hi,
Well I have an issue that I really feel like stems from overlooking something. I am fairly new to FreeBSD, but have a fair amount of experience with Red Hat based Operating Systems.
I have set up a file server in my house to store pictures and videos. It has been in place for almost a year and working great. Just recently, I had a drive fail in my ZFS pool. I replaced the drive, rebooted the server, and another drive was giving connection issues. I think I may have knocked the SATA cable loose while switching the first drive. Anyways, I got ZFS to recognize the drives, and after a few tries, everything resilvered fine. About a week later, I was having connectivity issues with my file server. I checked the log files and found this:
I thought it would be an easy fix, but it doesn't look like /var partition is actually full:
I've been searching for days trying to find a solution, but everything I find is people with a completely full /var partition. I'm thinking the hard drive the FreeBSD is on is going bad, but I cannot find any evidence to suggest it is.
In short, I am just stuck and need some fresh eyes. Any suggestions would be much appreciated.
Well I have an issue that I really feel like stems from overlooking something. I am fairly new to FreeBSD, but have a fair amount of experience with Red Hat based Operating Systems.
I have set up a file server in my house to store pictures and videos. It has been in place for almost a year and working great. Just recently, I had a drive fail in my ZFS pool. I replaced the drive, rebooted the server, and another drive was giving connection issues. I think I may have knocked the SATA cable loose while switching the first drive. Anyways, I got ZFS to recognize the drives, and after a few tries, everything resilvered fine. About a week later, I was having connectivity issues with my file server. I checked the log files and found this:
Code:
May 23 09:35:58 filer kernel: pid 680 (syslogd), uid 0 inumber 47150 on /var: filesystem full
May 23 09:35:58 filer kernel: pid 19154 (smbd), uid 0 inumber 515210 on /var: filesystem full
May 23 09:35:58 filer kernel: pid 680 (syslogd), uid 0 inumber 47150 on /var: filesystem full
May 23 09:35:58 filer kernel: pid 19154 (smbd), uid 0 inumber 515210 on /var: filesystem full
May 23 09:35:58 filer kernel: pid 680 (syslogd), uid 0 inumber 47150 on /var: filesystem full
May 23 09:35:58 filer kernel: pid 19154 (smbd), uid 0 inumber 47114 on /var: filesystem full
May 23 09:35:58 filer kernel: pid 680 (syslogd), uid 0 inumber 47150 on /var: filesystem full
May 23 09:35:58 filer kernel: pid 19154 (smbd), uid 0 inumber 47114 on /var: filesystem full
I thought it would be an easy fix, but it doesn't look like /var partition is actually full:
Code:
filer# df -hi
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/ad14s1a 989M 172M 738M 19% 1.9k 139k 1% /
devfs 1.0K 1.0K 0B 100% 0 0 100% /dev
/dev/ad14s1e 989M 68K 910M 0% 9 141k 0% /tmp
/dev/ad14s1f 214G 324M 197G 0% 14k 29M 0% /usr
/dev/ad14s1d 5.7G 98M 5.2G 2% 24k 754k 3% /var
storage 1.0T 37K 1.0T 0% 10 2.2G 0% /storage
storage/apps 1.0T 28K 1.0T 0% 4 2.2G 0% /storage/apps
storage/documents 1.0T 15G 1.0T 1% 14k 2.2G 0% /storage/documents
storage/downloads 1.0T 8.0G 1.0T 1% 14 2.2G 0% /storage/downloads
storage/videos 1.3T 293G 1.0T 22% 281 2.2G 0% /storage/videos
storage/pictures 1.0T 13G 1.0T 1% 1.3k 2.2G 0% /storage/pictures
storage/backups 1.5T 453G 1.0T 30% 1.7k 2.2G 0% /storage/backups
Code:
filer# zfs list storage
NAME USED AVAIL REFER MOUNTPOINT
storage 782G 1.03T 37.3K /storage
I've been searching for days trying to find a solution, but everything I find is people with a completely full /var partition. I'm thinking the hard drive the FreeBSD is on is going bad, but I cannot find any evidence to suggest it is.
In short, I am just stuck and need some fresh eyes. Any suggestions would be much appreciated.