I have a problem:
Freebsd is repoarting that the space on /var is full:
Problem is that i cannot anything big there.
with du :
I really have no ideea what to do.
I gooled the problem but i only found problems related to mysql and such, but this box only has pf on it and that is about all.
I also checked the pflog file and it is only a couple of kb in size so that is not the problem ...
If anyone has any solutions pls let me know.
Thank you
Freebsd is repoarting that the space on /var is full:
Code:
testlab# df -ih
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/ad0s1a 496M 353M 103M 77% 3764 62026 6% /
devfs 1.0K 1.0K 0B 100% 0 0 100% /dev
/dev/ad0s1e 496M 12K 456M 0% 6 65784 0% /tmp
/dev/ad0s1f 69G 2.2G 61G 3% 209146 9140996 2% /usr
/dev/ad0s1d 1.4G 1.4G -86M 106% 729 211237 0% /var
Problem is that i cannot anything big there.
with du :
Code:
du -sh /var/
8.4M /var/
I really have no ideea what to do.
I gooled the problem but i only found problems related to mysql and such, but this box only has pf on it and that is about all.
I also checked the pflog file and it is only a couple of kb in size so that is not the problem ...
If anyone has any solutions pls let me know.
Thank you