similar to: dfree is broken on this system

Displaying 20 results from an estimated 300 matches similar to: "dfree is broken on this system"

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]
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
2004 Dec 21
1
Samba panics on disk size and connection is lost while copting files.
I have moved a Samba installation from an old samba 2.2.8a (on a 2.4.21 kernel) to a new server running Samba 3.0.10 on a SuSE 9.2 (kernel 2.6.8) and I now have a problem using the (same) shares from client W2K machines. When I open "My Computer" window on a client, the drives are marked by a red cross, as if they were disconnected, and the disksize is zero. I can decend into the
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
2005 Jun 06
2
samba bug
Hi. I have some trouble with my samba domain controller. Every time I try to logout my windows workstation, I get an error that the share is no longer availible. I estimate that this happens around the time when windows tries to copy my user profile back to the server. (because when I change profile type to local the error no longer occurs) on the samba side the following error is logged.
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
2016 Jun 10
1
dfree is broken on this system
I think that I know what is going on. At first I was getting bad numbers from the DEBUG statement. It turns out that %u does not work with an unsigned 64 bit integer. So instead of passing (*dsize) I had to pass (unsigned int)*dsize. Now I am getting good numbers. The problem only occures with Windows XP machines. We have our users automounted on /home/users. We have /home/users shared as share
2003 Apr 16
0
Possible bug in samba-2.2.8a-1...
Hi, I found what seems to be a bug in smbd (and smbclient?) from samba-2.2.8a-1. Scenario is the following: All users have accounts in linux box "mate", with homes mounted via NFS from linux box "fserver". mate and fserver run samba-2.2.8a-1, mate ONLY validates passwords and has no shares; fserver in turn, ONLY shares [homes] and [netlogon], but has no users, so samba uses
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
1999 Jun 12
0
Problem with Solaris disk quotas
The disk free space is being incorrectly reported on our Sun boxes, running Solaris 2.6 and 2.5.1 and Samba 2.0.4b At debug level 5, log.smb reports: [1999/06/12 14:49:07, 5] smbd/quotas.c:disk_quotas(268) disk_quotas: looking for path "." devno=254000004 [1999/06/12 14:49:07, 5] smbd/quotas.c:disk_quotas(318) disk_quotas: looking for quotas file "/home/rand/quotas"
2007 Jan 17
1
smbstatus -B segmentation fault
When using Samba 3.0.23b (slightly old, I know) on CentOS 4.4, smbstatus -B fails with a segmentation fault. smbstatus works, and tdbdump is able to dump brlock.tdb and locking.tdb without any errors (which is not what I expected). Here's the backtrace (non-ASCII characters replaced with 'X'): #0 0x0017fa2c in memcpy () from /lib/tls/libc.so.6 #1 0x0029b19f in tdb_write
2016 Jul 28
0
[PATCH] drm/nouveau/fbcon: fix font width not divisible by 8
The patch f045f459d925 ("drm/nouveau/fbcon: fix out-of-bounds memory accesses") tries to fix some out of memory accesses. Unfortunatelly, the patch breaks the display when using fonts with width that is not divisiable by 8. The monochrome bitmap for each character is stored in memory by lines from top to bottom. Each line is padded to a full byte. For example, for 22x11 font, each line
2009 Jul 01
0
Unix Extensions + ext3 quotas + df
Hi, Some time ago, I reported an issue (1) regarding to the "disk free" to Quotas mapping when Unix Extensions are enabled. The issue still persists in RHEL 5.3 (samba-3.0.33-3.7.el5). In the meanwhile I have found a workaround via the attached *ugly* patch, but an official solution would be appreciated. Best regards, Juanjo (1)
2013 Nov 28
1
Samba4 git pull (11/28/2013) won't compile on FreeBSD 9.2
[2799/3801] Compiling source3/locking/locking.c [2800/3801] Compiling source3/locking/brlock.c ../source3/locking/brlock.c: In function 'brl_get_locks_readonly_parser': ../source3/locking/brlock.c:2071: error: expected expression before 'struct' ../source3/locking/brlock.c:2071: warning: assignment makes pointer from integer without a cast ../source3/locking/brlock.c: In function
2015 Oct 10
3
[PATCH] Extend Multiboot1 with support for ELF64 file format
This patch is just a (shameless) copy from bug #28 [1]. The original patch has been sitting there for a couple of years now, and it was based on Syslinux v 4.05. The patch I am posting here is just a re-base on v.6.03. Whichever inadequate formatting (tabs, trailing spaces...), or any kind of correction that was required for the original patch to be accepted, is probably still required now.
2001 Apr 25
0
2.2.0 panics with quotas and no rpc.rquotad on NFS server
Samba 2.2.0 on SPARC Solaris 8 Configured with: ./configure --with-pam --with-syslog --with-quotas --with-msdfs --with-acl-support I am accessing the share \\server\mgerdts, which is itself an automounted (NFS) directory. That is, /home/mgerdts on server really exists on nfsserver. On nfsserver, rquotad is commented out of inetd.conf. Using smbclient (2.0.7, yeah I know) I do: smbclient
2002 Nov 28
0
problem with smbc_init in libsmbclient
Hi, I have attached a very simple c program, that first does a smbc_init and then a smbc_opendir. The problem: smbc_init return an error (No such file or directory) and then i get a segmentation fault. I don't know what possibly could be the problem. Maybe some of you guys have an idea. I think i have libsmbclient from samba 2.2.7(compiled on my own system) and the rest of the samba stuff is
2011 Oct 19
1
smbd PANIC at privileges
I've had a lprng/samba print server for (literally) years that has just worked perfectly. Everything is setup with full guest printing, mainly to make our lives here a little easier. I had to migrate the machine from one physical server to another and I just basically copied the lprng printcap and smb.conf file to the new server, restarted the services, and everything seems to be working.
2020 Feb 18
0
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
Hi I apt installed Samba Version 4.9.5-Debian (latest in their repos) on a fresh-built Raspbian Buster Lite release 2020-02-05. I put together the configuration outlined below by using the docs at https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X and https://www.samba.org/samba/docs/current/man-html/vfs_fruit.8.html. The underlying usb hard drive is an ext4 partition
2016 Nov 16
2
Disk size on share with multiple partitions
Am 16.11.2016 um 15:11 schrieb Volker Lendecke: > On Wed, Nov 16, 2016 at 03:02:20PM +0100, Jochen Eggemann via samba wrote: >> 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