similar to: dfree causing write access problems

Displaying 20 results from an estimated 4000 matches similar to: "dfree causing write access problems"

2008 Nov 13
1
Fwd: Samba memory usage - how big is it?
Sorry forgot to include the list. > From: Mike Gallamore <mike@mpi-cbg.de> > Date: November 13, 2008 3:49:21 PM GMT+01:00 > To: Volker.Lendecke@SerNet.DE > Subject: Re: [Samba] Samba memory usage - how big is it? > > I didn't include the whole output which would be about a page. Yeah > it is just a total of the columns. There is commands for excluding > shared
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,
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 -------------------------------------------------------------------------------------
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}'`
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
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
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 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
2019 May 06
1
dfree command cannot report correct disk space
Hi, my  filesystems is mounted like the below df output, /share is exported in samba. Filesystem                     Size  Used Avail Use% Mounted on /dev/sda1                       50G  9.1G   41G  19% /share nfs1:/                          492T  433T   59T  89% /share/group1 If a 100G file is copied to /share/group1, samba will report the storage doesn't have enough space. I tried to
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
2008 Jan 26
1
Project Proposal: SAM-QFS
In the last 4 years of using SAM-FS/QFS I have fallen in love with this product. I have tried earlier to ask Sun to incorporate features into this product but in vain. Do you think the following is worth exploring and in-corporating: 1. Unlike ZFS SAM-FS/QFS File system need "compression" feature turned on with ''setfa''. I understand that''s a whole lot of
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
2008 Nov 27
2
How to remove ability to delete files
Hi, this is kind of a strange situation. I have a share that I want to work like a drop box. I want users to be able to create new files and read existing files, but not be able to delete them (except for the owner of the dropbox). Does anyone know how to do this? I've tried every combination I could think of write list, read only, force group, and sticky bits on the directory itself.
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]
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
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
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