Hi everyone,
I'm puzzled on an issue, which I've had before but this time I am really puzzled.
I have upgraded my FreeBSD 10.3 machine to 11 and everything seems to be working perfectly. However I am seeing lots of this error in /var/log/messages.
I have a bunch of processes reporting this.
I installed 10.3 using the download and used entire disk when installing just on /. I also added a secondary drive and mounted that to /var, and a 3rd drive and mounted that to /data. I am running quotas on /var and my fstab looks like this -
Please see
I have tried booting the machine into single user mode option 2 and of course I see just the root partition. I went into /var and there really isn't much going on. I see nothing large in that directory. I thought there would be a huge log file but really it's fine. I also ran [/cmd]fsck -y /var[/cmd] and still nothing in that directory and no errors - certainly there are no large files and
Since I've rebooted, I can't see how a process has some log file open or anything. Also the issue seems to be cosmetic, since the server is working perfectly fine.
I have this hosted on vmware, so no real tools installed, just the tools via ports.
Is this a bug with the new release? It's very new of course. I don't see anyone else posting this so I thought I might report it.
Any tips or advice would be welcome.
Thanks.
I'm puzzled on an issue, which I've had before but this time I am really puzzled.
I have upgraded my FreeBSD 10.3 machine to 11 and everything seems to be working perfectly. However I am seeing lots of this error in /var/log/messages.
Code:
inumber .. on /var: filesystem full
I installed 10.3 using the download and used entire disk when installing just on /. I also added a secondary drive and mounted that to /var, and a 3rd drive and mounted that to /data. I am running quotas on /var and my fstab looks like this -
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/da0p2 / ufs rw 1 1
/dev/da0p3 none swap sw 0 0
/dev/da1p1 /var ufs rw,userquota 2 2
/dev/da2p1 /data ufs rw 2 2
fdesc /dev/fd fdescfs rw 0 0
tmpfs /tmpfs tmpfs rw,size=4G,uid=106,gid=106,mode=1755 0 0
tmpfs /tmp tmpfs rw,nosuid,noexec,mode=01777 0 0
df -h
-
Code:
Filesystem Size Used Avail Capacity Mounted on
/dev/da0p2 37G 7.3G 27G 22% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/da1p1 291G 180G 87G 67% /var
/dev/da2p1 19G 192M 18G 1% /data
fdescfs 1.0K 1.0K 0B 100% /dev/fd
tmpfs 4.0G 4.0K 4.0G 0% /tmpfs
tmpfs 1.9G 42M 1.8G 2% /tmp
I have tried booting the machine into single user mode option 2 and of course I see just the root partition. I went into /var and there really isn't much going on. I see nothing large in that directory. I thought there would be a huge log file but really it's fine. I also ran [/cmd]fsck -y /var[/cmd] and still nothing in that directory and no errors - certainly there are no large files and
df -h
reports the same space. I then mounted /dev/da1p1 to /var and ran fsck(8) again, but when I try this it says NO WRITE. df -h
shows the same as above. Since I've rebooted, I can't see how a process has some log file open or anything. Also the issue seems to be cosmetic, since the server is working perfectly fine.
I have this hosted on vmware, so no real tools installed, just the tools via ports.
Is this a bug with the new release? It's very new of course. I don't see anyone else posting this so I thought I might report it.
Any tips or advice would be welcome.
Thanks.