Displaying 14 results from an estimated 14 matches for "disk_quota".
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"
[1999/06/12 14:49:07, 5] smbd/quotas.c:disk_quotas(337)
disk_quotas ioctl (Solaris) failed. Error = Inap...
2002 Feb 14
0
Oddness with dfree command and Samba 2.2.3a
.../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 for path "." devno=3bc0002
[2002/02/14 13:47:01, 5] smbd/quotas.c:disk_quotas(553)
disk_quotas: testing "/homes" dev=3bc0002
[2002/02/14 13:47:01, 0] smbd/dfree.c:disk_free(139)
WARNING: dfree is broken on this system
The dfree script runs fine...
2016 Jun 09
0
dfree is broken on this system
...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)) {
>> uint64_t min_bsize = MIN(*bsize, bsize_q);
>>
>> (*dfree) = (*dfree) * (*bsize) / min_bsize;
>> (*dsize) = (*dsize) * (*bsize) / min_bsize;
>> dfree_...
2004 Dec 21
1
Samba panics on disk size and connection is lost while copting files.
...ck frames:
#0 /usr/sbin/smbd(smb_panic2+0x120) [0x8202000]
#1 /usr/sbin/smbd(smb_panic+0x26) [0x82021d6]
#2 /usr/sbin/smbd [0x81ed0b0]
#3 [0xffffe420]
#4 /lib/tls/libc.so.6(getmntent+0x54) [0x4035ad84]
#5 /usr/sbin/smbd [0x80e1058]
#6 /usr/sbin/smbd(sys_get_quota+0xed) [0x80e1a7d]
#7 /usr/sbin/smbd(disk_quotas+0x4d) [0x80e5aed]
#8 /usr/sbin/smbd(sys_disk_free+0xcb) [0x8088bcb]
#9 /usr/sbin/smbd(vfswrap_disk_free+0x39) [0x80d2329]
#10 /usr/sbin/smbd [0x80ba8fb]
#11 /usr/sbin/smbd(reply_trans2+0x13cb) [0x80c09cb]
#12 /usr/sbin/smbd [0x80dccf0]
#13 /usr/sbin/smbd(process_smb+0x19a) [0x80dd27a]
#14 /usr/sbi...
2005 Jun 06
2
samba bug
...#1 smbd(smb_panic+0x19) [0x81dcdc6]
#2 smbd [0x81cac51]
#3 smbd [0x81cacc6]
#4 /lib/libc.so.6 [0x402b1168]
#5 /lib/libc.so.6(__getmntent_r+0x36) [0x4035ed66]
#6 /lib/libc.so.6(getmntent+0x55) [0x4035ec05]
#7 smbd [0x80db11e]
#8 smbd(sys_get_quota+0xa0) [0x80dba4e]
#9 smbd(disk_quotas+0x46) [0x80df1ae]
#10 smbd [0x8086a41]
#11 smbd(sys_disk_free+0x2d) [0x8086ca8]
#12 smbd(vfswrap_disk_free+0x2d) [0x80cac2c]
#13 smbd [0x80b70ea]
#14 smbd(reply_trans2+0x938) [0x80bf3be]
#15 smbd [0x80d6b58]
#16 smbd [0x80d6c08]
#17 smbd(process_smb+0x1eb) [0x80d6f4d]
#1...
2016 Jun 08
0
dfree is broken on this system
...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)) {
> uint64_t min_bsize = MIN(*bsize, bsize_q);
>
> (*dfree) = (*dfree) * (*bsize) / min_bsize;
> (*dsize) = (*dsize) * (*bsize) / min_bsize;
> dfree_q = dfree_q * bsize_...
2001 Apr 25
0
2.2.0 panics with quotas and no rpc.rquotad on NFS server
...h I know) I do:
smbclient //server/mgerdts
smb: \> ls
...
Error in dskattr: code 0
smb: \> read_socket_with_timeout: timeout read. read error = Connection reset by peer.
Broken Pipe
With debugging set to 10 the server tells me:
[2001/04/25 16:03:16, 5] smbd/quotas.c:disk_quotas(497)
disk_quotas: looking for mountpath (NFS) "nfsserver:/export/homes6"
[2001/04/25 16:03:16, 5] smbd/quotas.c:nfs_quotas(333)
nfs_quotas: looking for mount on "nfsserver"
[2001/04/25 16:03:16, 5] smbd/quotas.c:nfs_quotas(334)
nfs_quotas: of path "nfsserver:/export/...
2005 Jul 07
1
Quota support Samba 3.x and Solaris 9
...nder Solaris 9.
I start configure with the options --with-quotas
and --with-sys-quotas, but this results in the error:
Compiling smbd/quotas.c
smbd/quotas.c:932:23: sys/quota.h: No such file or directory
smbd/quotas.c:933:19: devnm.h: No such file or directory
smbd/quotas.c: In function `disk_quotas':
smbd/quotas.c:1115: error: storage size of 'D' isn't known
smbd/quotas.c:1207: error: `Q_GETQUOTA' undeclared (first use in this
function)
smbd/quotas.c:1207: error: (Each undeclared identifier is reported
only once
smbd/quotas.c:1207: error: for each function it appear...
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
2005 Jul 09
1
More info on: Solaris 9 + quota = configure script error?
...configure script, regarding
using --with-quotas on a Solaris 9 system. When I 'make' Samba 3.0.14a,
I get the error:
---
Compiling smbd/quotas.c
smbd/quotas.c:932:23: sys/quota.h: No such file or directory
smbd/quotas.c:933:19: devnm.h: No such file or directory
smbd/quotas.c: In function `disk_quotas':
smbd/quotas.c:1115: error: storage size of 'D' isn't known
smbd/quotas.c:1207: error: `Q_GETQUOTA' undeclared (first use in this function)
smbd/quotas.c:1207: error: (Each undeclared identifier is reported only once
smbd/quotas.c:1207: error: for each function it appears in.)...
2005 Dec 19
1
QUOTA Imap Extension
Hi - long time lurker, very rare poster
I understand Dovecot's support for mbox quotas is - well, not quite
there yet. But I actually am not asking about that. I use vpopmail and
qmail and Maildirs and was wondering about the QUOTA imap extension,
which allows IMAP clients to query their quota settings.
The reason I need to know about this is that I have a mailserver with a
chunk of
2003 Apr 16
0
Possible bug in samba-2.2.8a-1...
...@\200?3\233b??\001", n=4096,
fp=0x0) at iofgets_u.c:44
#1 0x400f1bce in __getmntent_r (stream=0x0, mp=0x4013655c,
buffer=0x824eea8 "p0\023@p0\023@\200?3\233b??\001", bufsiz=4096)
at mntent_r.c:102
#2 0x400f1b1f in getmntent (stream=0x0) at mntent.c:53
#3 0x81511c0 in disk_quotas ()
#4 0x806e98f in session_yield ()
#5 0x806ec6d in sys_disk_free ()
#6 0x809dea2 in vfswrap_disk_free ()
#7 0x8085a4a in reply_dskattr ()
#8 0x80a428d in respond_to_all_remaining_local_messages ()
#9 0x80a431a in respond_to_all_remaining_local_messages ()
#10 0x80a44a4 in process_smb ()
#11...
2000 Feb 04
8
Internal error: Signal 11
Hi, I have a problem with Samba from last week. Our
SMB server( Debian Linux 2.2.12, samba 2.0.5a) was
working very well since october 99. We didn't do any
changes with our SMB server sw or hw configuration.
There is my problem: content of samba log file:
[2000/01/25 05:52:52, 1]
smbd/service.c:make_connection(521) PC1 (10.0.0.42)
connect to service database$ as user USER1
2003 Dec 01
0
No subject
...en I get the following message.. any suggestions... I am currently
using FreeBSD 4.2
Using LIBS = -lcrypt -lcrypt
Compiling smbd/dfree.c
smbd/dfree.c: In function `disk_free':
smbd/dfree.c:94: too few arguments to function `file_lines_pload'
smbd/dfree.c:127: warning: passing arg 1 of `disk_quotas' discards qualifiers
fr
om pointer target type
smbd/dfree.c: At top level:
smbd/dfree.c:166: conflicting types for `sys_disk_free'
include/proto.h:4055: previous declaration of `sys_disk_free'
*** Error code
Thank you,
Michael Cerreto
Return-Path: <subba9@home.com>
Delivered-To...