search for: disk_free

Displaying 20 results from an estimated 29 matches for "disk_free".

Did you mean: __sk_free
2002 Jun 14
2
Help: dfree command
...smb.conf, I included this line: dfree command = /usr/local/admin/samba-2.2.4/bin/dfree This dfree command is root owned, root writeable only script. Whenever I double-click on the Samba share on Windows clients, I get these error messages in samba log: [2002/06/14 17:26:50, 0] smbd/dfree.c:disk_free(118) disk_free: sys_popen() failed for command /usr/local/admin/samba-2.2.4/bin/dfree .. Error was : No child processes [2002/06/14 17:26:50, 0] smbd/dfree.c:disk_free(118) disk_free: sys_popen() failed for command /usr/local/admin/samba-2.2.4/bin/dfree .. Error was : No child processes A...
2020 Feb 18
0
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
...found` and using the command line gives `mount_smbfs: mount error: /backup: Permission denied`. smbd logs the following errors: ../source3/modules/vfs_fruit.c:6995(fruit_tmsize_do_dirent) fruit_tmsize_do_dirent: tmsize overflow: bandsize [8388608] nbands [32547] ../source3/smbd/dfree.c:125(sys_disk_free) sys_disk_free: VFS disk_free failed. Error was : Invalid or incomplete multibyte or wide character FYI: That second line refers to the myriad files that the Time Machine backup creates inside the '.sparsebundle' subfolder 'bands'. NB: in my case the folder path includes a 'sp...
2002 Feb 14
0
Oddness with dfree command and Samba 2.2.3a
...at maps their home directory to a directory on the local server (which is NFS mounted by Solaris's automounter). When the user opens that drive letter, they get shown that the disk has 512 bytes free, 19.9 megs used. Log file (from a log level of 100): [2002/02/14 13:47:01, 3] smbd/dfree.c:disk_free(89) disk_free: Running command /usr/local/samba/bin/dfree . [2002/02/14 13:47:01, 0] smbd/dfree.c:disk_free(117) disk_free: sys_popen() failed for command /usr/local/samba/bin/dfree .. Error was : No child processes [2002/02/14 13:47:01, 5] smbd/quotas.c:disk_quotas(540) disk_quotas: looking...
2020 Feb 24
1
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
Thanks torch ? I tried those suggestions but nothing changed. I did however manage to find an existing bug which matches my symptoms: https://bugzilla.samba.org/show_bug.cgi?id=13622 Fortunately it mentions a fix, but that was never implemented, so I created a new branch from v4-11-test on the gitlab shadow copy and tried the fix there. After compiling, my tests on Raspbian show that this does
2013 Oct 17
1
Can't restore from GPFS snapshots, disk_free error
...\\hostname.domainname.edu)(Z:)\dirname." "Restore" gives the same error, but then the current version disappears. Upon doing a "Copy", we see the following in the logs: Oct 15 16:34:06 hostname smbd[18355]: [2013/10/15 16:34:06.706603, 0] ../source3/smbd/dfree.c:138(sys_disk_free) Oct 15 16:34:06 hostname smbd[18355]: disk_free: sys_fsusage() failed. Error was : No such file or directory A similar issue comes up in the following forum, but no solution comes up: http://forums.freenas.org/threads/9-1-and-windows-7-2008r2-previous-versions .14416/ One thing I notice is th...
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 Nov 16
2
Disk size on share with multiple partitions
...> I tried using this, but get following Errors: >> >> ../source3/lib/system.c:1143(sys_popen) sys_popen: ERROR executing command >> '/usr/bin/dfree .': Fehler im Format der Programmdatei (Error in format of >> program file) >> ../source3/smbd/dfree.c:117(sys_disk_free) disk_free: file_lines_load() >> failed for command '/usr/bin/dfree .'. Error was : Keine Kind-Prozesse (no >> child processes) > Did you put > > #!/bin/bash > > into the first line of the file? > > Volker Yes, I did. Jochen
2016 Nov 16
2
Disk size on share with multiple partitions
...gt; Volker Thanks for the fast reply Volker, I tried using this, but get following Errors: ../source3/lib/system.c:1143(sys_popen) sys_popen: ERROR executing command '/usr/bin/dfree .': Fehler im Format der Programmdatei (Error in format of program file) ../source3/smbd/dfree.c:117(sys_disk_free) disk_free: file_lines_load() failed for command '/usr/bin/dfree .'. Error was : Keine Kind-Prozesse (no child processes) This is on Ubuntu 16.04 using Sernet Samba 4.4.7-SerNet-Ubuntu-20.xenial I get this no matter what I put into the shell script. I even tried putting: echo number nu...
2002 Dec 12
3
lprm command not getting called.
I have configured Samba on both a RH Linux 7.2 box and Solaris 8 box and am not able to remove print jobs. The lprm command is not getting called. I know that for a fact because I changed lprm command to equal a script which will log when it is called. And that script is never called. There are no errors in any log files - system or samba. The printing parts of the smb.conf file are:
2016 Jun 09
0
dfree is broken on this system
...aris 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? >> >> The code that creates this is: >> >> if ((*dsize)<1) { >> if (!dfree_broken) { >> DEBUG(...
2016 Jun 08
0
dfree is broken on this system
...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? > > The code that creates this is: > > if ((*dsize)<1) { > if (!dfree_broken) { > DEBUG(0,("WARNING: dfree is broken...
1998 Jul 16
0
Encryption options/password file?
...How can I find out more information on the following (what they are, do I have them, how to use them) # -DGETPWANAM if you wish to use getpwanam() call # -DPWDAUTH if you have and want to use the pwdauth() call # -DUFC_CRYPT if you want the fast crypt routine # -DQUOTAS for quota support in disk_free(). This probably only works # on some systems. # -DFAST_SHARE_MODES if you want the fast shared memory instead of the # slow description files for share mode locking. This # requires the mmap() and fcntl() system calls. I'd like to include...
2000 Jun 07
0
dfree (Samba 2.0.7)
...put is like this: bash-2.01-> /usr/local/samba/bin/dfree . 2000000 1415878 bash-2.01-> When the script should be called the log-entry looks like this: [2000/05/31 16:46:05, 4] smbd/uid.c:(181) Skipping become_user - already user [2000/05/31 16:46:05, 3] smbd/dfree.c:(218) disk_free: Running command /usr/local/samba/bin/dfree . [2000/05/31 16:46:05, 3] smbd/dfree.c:(227) Read input from dfree, "/usr/local/samba/bin/dfree " [2000/05/31 16:46:05, 3] smbd/dfree.c:(241) Parsed output of dfree, dsize=0, dfree=0, bsize=0 [2000/05/31 16:46:05, 3] smbd/reply.c:(1215) d...
2004 Nov 23
1
Samba + CFS
...ile says: after sending 'net use x: \\server\crypt': [2004/11/23 14:47:28, 1] smbd/service.c:make_connection_snum(648) rado-xpc (192.168.1.65) connect to service crypt initially as user rado (uid=1000, gid=1000) (pid 11959 after browsing the dir: [2004/11/23 14:47:48, 0] smbd/dfree.c:disk_free(138) WARNING: dfree is broken on this system Does anybody know who to solve this ? I'd realy like to write to that dir... Thanks for your help, Rado
2005 Feb 11
2
Incorrect disk size reported at 20.0 MB
All, I'm recently seeing an issue with how Samba is reporting the disk space available from a NFS share. Checking the properties from a PC system displays all mapped network drives as having 20.0 MB size with zero free disk space available. We updated to Samba version 3.0.11 this morning with no change in results. I have checked the bug reports and haven't found anything that resembles
2016 Nov 15
2
Disk size on share with multiple partitions
Hi list, I am exporting share which has a small base partition into which several much larger partitions are mounted. Which are used by different user groups. My problem is, that windows takes the size of the base partition to be the size of the whole share. If I try to copy anything larger than the base partion into a partition that is actually larger Windows reports insuffient disk size
2013 Mar 18
0
[Announce] Samba 3.6.13 Available for Download
...Changes since 3.6.12: -------------------- o Jeremy Allison <jra at samba.org> * BUG 9519: Samba returns unexpected error on SMB posix open. * BUG 9585: Samba 3.6.x not correctly signing any but the last response in a compound request/response. * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in /var/log/messages many times. * BUG 9587: Archive flag is always set on directories. * BUG 9588: ACLs are not inherited to directories for DFS shares. * BUG 9637: Renaming directories as guest user in security share mode doesn'...
2013 Mar 18
0
[Announce] Samba 3.6.13 Available for Download
...Changes since 3.6.12: -------------------- o Jeremy Allison <jra at samba.org> * BUG 9519: Samba returns unexpected error on SMB posix open. * BUG 9585: Samba 3.6.x not correctly signing any but the last response in a compound request/response. * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in /var/log/messages many times. * BUG 9587: Archive flag is always set on directories. * BUG 9588: ACLs are not inherited to directories for DFS shares. * BUG 9637: Renaming directories as guest user in security share mode doesn'...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...request. * BUG 9518: conn->share_access appears not be be reset between users. * BUG 9550: sigprocmask does not work on FreeBSD to stop further signals in a signal handler. * BUG 9572: Fix file corruption during SMB1 read by Mac OSX 10.8.2 clients. * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in /var/log/message many times. * BUG 9587: Archive flag is always set on directories. * BUG 9588: ACLs are not inherited to directories for DFS shares. o Andrew Bartlett <abartlet at samba.org> * BUG 8909: Fix ACL problem with de...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...request. * BUG 9518: conn->share_access appears not be be reset between users. * BUG 9550: sigprocmask does not work on FreeBSD to stop further signals in a signal handler. * BUG 9572: Fix file corruption during SMB1 read by Mac OSX 10.8.2 clients. * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in /var/log/message many times. * BUG 9587: Archive flag is always set on directories. * BUG 9588: ACLs are not inherited to directories for DFS shares. o Andrew Bartlett <abartlet at samba.org> * BUG 8909: Fix ACL problem with de...