search for: dfree_broken

Displaying 3 results from an estimated 3 matches for "dfree_broken".

2016 Jun 09
0
dfree is broken on this system
...4.402945, 0] ../source3/smbd/dfree.c:139(sys_disk_free) >>> WARNING: dfree is broken on this system >>> >>> What could be the cause of this? >> >> The code that creates this is: >> >> if ((*dsize)<1) { >> if (!dfree_broken) { >> DEBUG(0,("WARNING: dfree is broken on this system\n")); >> dfree_broken=true; >> } >> >> >> Where dsize is calculated as: >> >> if (disk_quotas(path, &bsize...
2016 Jun 08
0
dfree is broken on this system
...> > [2016/06/01 11:22:04.402945, 0] ../source3/smbd/dfree.c:139(sys_disk_free) > > WARNING: dfree is broken on this system > > > > What could be the cause of this? > > The code that creates this is: > > if ((*dsize)<1) { > if (!dfree_broken) { > DEBUG(0,("WARNING: dfree is broken on this system\n")); > dfree_broken=true; > } > > > Where dsize is calculated as: > > if (disk_quotas(path, &bsize_q, &dfree_q, &dsize_q))...
2016 Jun 07
1
dfree is broken on this system
Running Samba 4.3.4 on a Solaris 10 i386 box and Samba 4.4.3 on a Solaris 10 sparc box. I have not looked at the logs for awhile. Just checking now and I see many of the following on both systems. [2016/06/01 11:22:04.402945, 0] ../source3/smbd/dfree.c:139(sys_disk_free) WARNING: dfree is broken on this system What could be the cause of this? Tom Schulz Applied Dynamics Intl. schulz at