Displaying 20 results from an estimated 1300 matches similar to: "dfree command cannot report correct disk space"
2012 Sep 10
1
A problem with gluster 3.3.0 and Sun Grid Engine
Hi,
We got a huge problem on our sun grid engine cluster with glusterfs
3.3.0. Could somebody help me?
Based on my understanding, if a folder is removed and recreated on
other client node, a program that tries to create a new file under the
folder fails very often.
We partially fixed this problem by "ls" the folder before doing
anything in our command, however, Sun Grid Engine
2008 Aug 23
1
help, glusterfs test caused very high tcp segment retransmission rate
Hi,
I found the aggregated IO speed is only about 100MB/s on 4 Giga-bit Brick. This test is done over 12 computing nodes with command dd if=/dev/zero of=bar bs=1048576 count=20480. Because our brick has very fast local IO speed, the problem could be network.
Then I found computing nodes got too many retransmited segments during test according to netstat -st. The retransmission ratio is
2002 Jun 14
2
Help: dfree command
Hi folks,
I'm trying to use a custom dfree command to have my Samba share reports
accurate disk usage, here my dfree script (I pretty much copied it right
off the smb.conf man page)
#!/bin/sh
/bin/df -k $1 | tail -1 | awk '{print $2" "$4}'
In smb.conf, I included this line:
dfree command = /usr/local/admin/samba-2.2.4/bin/dfree
This dfree command is root owned,
2018 May 02
2
dfree command...
On Wed, May 02, 2018 at 10:00:02PM +0200, Robert S. Irrgang via samba wrote:
> Nobody any idea?
Use debug level 10 and log statements in your script to ensure
it's being invoked and returning values.
Without knowing details this is impossible to debug.
> Am 30.04.2018 um 19:40 schrieb Robert S. Irrgang via samba:
> > Hello,
> >
> > I've a little problem with
2002 Apr 17
1
dfree command
Hi
I'm using SuSE-Linux 7.3, Kernel 2.4.18 with samba 2.2.3a and XFS with
quotas
The problem is the quotas won't be displayed in Samba.
So I've tried to write my own dfree command and add it
in smb.conf.
dfree.sh:
#!/bin/sh
used_space=`/usr/bin/quota -u $1 | tail -1 | awk '{print $2}'`
quota_space=`/usr/bin/quota -u $1 | tail -1 | awk '{print $4}'`
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
2019 Apr 29
2
dfree command in homes section
Hi everyone,
we are using custom dfree commands to implement quotas. While these work fine on normal shares, the "dfree command" parameter seems to be ignored in the homes section. Is this correct (and intended)?
Best regards
Felix
IT-Services
Telefon 02461 61-9243
E-Mail: f.stolte at fz-juelich.de
-------------------------------------------------------------------------------------
2018 May 04
1
dfree command...
On Fri, May 04, 2018 at 05:10:47AM +0200, Robert S. Irrgang via samba wrote:
> I've put it in debug mode level 10.
> The only place where dfree was displayed in the log is this.
>
> [2018/05/04 04:53:53.397520, 3, pid=13784, effective(0, 0), real(0, 0)]
> ../source3/param/loadparm.c:2668(lp_do_section)
> Processing section "[global]"
> ...
> doing
2008 Oct 09
1
dfree causing write access problems
Hi I'm having problems with the dfree option on a Solaris 10
fileserver. Specifically: I had 3.0.X on the fileserver and the dfree
option worked fine. I upgraded to 3.2.2 and now if dfree is enabled
the clients get 1MB reported as the size of the share and when a
client tries to right to the system they get told that the filesystem
is full. The script output has been tested throughly
2019 Feb 21
3
DFree and sub-Share "disk" (volume?)
James Wright <12wrigja at gmail.com>
9:56 PM (13 minutes ago)
to samba
Hi Samba users,
I have a Samba server with a single share backed by a ZFS pool / collection
of datasets. I can correctly navigate around the share, but the free space
reporting within clients is inaccurate for various directories, especially
those that are themselves setup as datasets in ZFS and have quota applied
to
2017 Jan 26
1
About dfree command directive
Hello everyone, i need known if samba (4.5.2-Debian) disable the "dfree
command" directive, because i create a script that simple write "hello" to a
file and when i connect to my share, tell the free space, but the script never
execute.
The main need is that i used btrfs subvolumes with quotas for some shares and
in batch i wrote a script that "echoes" the free
2018 Apr 30
2
dfree command...
Hello,
I've a little problem with samba 4.5.x on debian stretch.
I've shared a folder with a mounted partition and a sub-mounted partition.
mount /dev/sdb1 /opt/smb
mount /dev/sdc1 /opt/smb/subfolder
But on windows only the free size of /dev/sdb1 is reported.
So I try to use the "dfree command" directive to give back the full free
size of all sub-mounted devices.
But it seems
2012 Nov 28
1
Custom, per share (or user) dfree command?
Hi list,
I am Mikael and I am new to this list.
In our data center I need to give some users low end "backup storage" to
Windows servers. For this I thought Samba shares could be a very easy
and nice solution.
I am able to limit the user's disk usage with file system quota, but
unfortunately the disk space and usage reported to the Windows machines
are the total amount of storage
2016 Jun 08
0
dfree is broken on this system
> On Tue, Jun 07, 2016 at 01:36:52PM -0400, Thomas Schulz wrote:
> > 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]
2000 Jun 07
0
dfree (Samba 2.0.7)
I'm useing Samba (2.0.7) on an Compaq TRUE64 (Digital OSF) Server.
Everything is working fine, but the dfree-script does not work.
I think it's not even called.
The corosponding entry in my smb.conf is:
[global]
server string = Samba %v Server, xxxx
workgroup = xxxx
keep alive = 30
dead time = 15
dfree command = /usr/local/samba/bin/dfree
The script it self works fine
2018 Jan 31
1
df does not show full volume capacity after update to 3.12.4
Sam,
For du ?sh on my newer volume, the result is 161T. The sum of the Used space in the df ?h output for all the bricks is ~163T. Close enough for me to believe everything is there. The total for used space in the df ?h of the mountpoint it 83T, roughly half what is used.
Relevant lines from df ?h on server-A:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 59T 42T
2002 Feb 14
0
Oddness with dfree command and Samba 2.2.3a
I am attempting to use the 'dfree command' option of smb.conf to handle
a few special cases and the like for returning disk free information.
The Samba server is acting in a PDC role, running Samba 2.2.3a on a
SunBlade 100 running Solaris 8, patched with all Recommended patches.
From a Windows 2000 box (the only thing I have handy to test with, and
will be the bulk of our client
2016 Jun 09
0
dfree is broken on this system
>
>> On Tue, Jun 07, 2016 at 01:36:52PM -0400, Thomas Schulz wrote:
>>> 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]
1999 Jun 24
0
2.0.4b - Bug in dfree > 2GB reporting for 16-bit clients
In 2.0.4b using a 16-bit client (in this case Lanman for DOS), disk space
reporting for partitions greater than 2GB always reports 0 space free.
I've tracked this down to the disk_norm routine in the smbd/dfree.c file.
In the code for adjusting block size and disk size/free values for 16-bit
reporting, WORDMAX was incorrectly being multiplied by 512 before being
compared with bsize. This
2004 Jan 06
0
dfree and linux quota
Hello Group!
I solved my problem about free disk space for users homes' combined
with quotas on linux box with a small perl script and the %U extension
parsed to my script. But I also have shares on other harddrives and there
are no quota. Now my question:
How can I get the real path of a share parsed to my dfree-script?
Thanks in advance
Johannes Laemmermann
I've tried any other