Displaying 20 results from an estimated 200 matches similar to: "Samba 4.6.5 and quota"
2019 Oct 29
0
auth logging or auditing
Good morning!
I compiled samba 4.10.8 from source in a slackware 14.2 machine and imported a samba classic domain from an ldap backend. Everything works flawlessly except for a couple of user who are getting their accounts locked out periodically. I'm trying to debug this problem so I modified the smb.conf file of the DC so that it looks like this
# Global parameters
[global]
??????? dns
2006 Dec 15
1
Samba and NFS quota problem
Hello,
I am mounting via NFS a number of volumes and re-sharing these as CIFS.
We have been using this arrangement successfully for a number of years.
We are replacing the "CIFS>NFS" proxy servers (which are also PDC/BDCs
to OpenLDAP) and a weird problem seems to occur.
The problem is the quota/disk size appears to be wrong. For example, if
I use the unix quota command on the SMB
2006 Jul 02
0
Disk quota not working on SAMBA
I'm trying to use disk quota on samba. Everything work through command line,
but when I tried it on Windows, accessing a share with the same user it
did'nt work. Is it necessary to do something different on smb.conf?
Samba were compiled with quota support:
# smbd -b | grep -i quota
HAVE_SYS_QUOTA_H
HAVE_LINUX_XFS_QUOTAS
HAVE_QUOTACTL_LINUX
HAVE_SYS_QUOTAS
HAVE_XFS_QUOTAS
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
I'm pasting below the output of the debug script you sent me some time ago.
Other than this Samba has been compiled with standard options, just ./configure, following the wiki guide with the offered bootstrap file for ubuntu18.04.
root at fileserver:~# smbd -b
Paths:
SBINDIR: /usr/local/samba/sbin
BINDIR: /usr/local/samba/bin
CONFIGFILE: /usr/local/samba/etc/smb.conf
2007 Sep 24
2
Where is the tdbsam password database file?
I'm curious to know where the tdbsam password database file is kept on
my Fedora 7 system. Using the unmodified smb.conf file that shipped
with Fedora 7, I've enabled users using smbpasswd, and successfully
accessed shares. I just can't figure out where the password database
is located:
[root@box ~]# service smb start
[root@box ~]# setsebool samba_enable_home_dirs on
[root@box ~]#
2005 May 07
0
force group broken in 3.0.14?
I've got some problems with file access control on a linux-server
with samba 3.0.14a compiled from a src-rpm. This is the method I've
been using for the past 5-6 releases. It's a redhat 8.0 machine
and the kernel version is 2.4.30. The problems seem to have appeared
since upgrading from 3.0.13.
Symptom 1: When using force group on a share, users from the two groups
edb and
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
Hello Andrew,
and many thanks for your fast reply! :-)
Am 08.06.2017 um 11:05 schrieb Andrew Bartlett:
> I think the key to avoiding the issue is that you have listed rpc
> modules which are not modules. The only rpc server module is
> rpc_mdssvc_module.
Ah, OK, I see - so I seem to have been wrong when assuming that I could
take the output of Samba 3.5.16 "smbd -b" command
2005 Jun 28
1
Samba as ADS Fileserver
Dear All
I've been working at building a file server to provide file sharing for a
Windows 2003 Active Directory Domain.
Our requirements are for the Windows Server Administrator to be able to create
all the users' home folders in the Samba share and apply restrictive
permissions. Ie. User joe, //samba/joe$ or //samba/share/joe (Dfs), with
permissions for only the user "joe"
2007 Jun 05
1
Samba unable to connect to ldap
Need some help if anyone can provide it on this issue. I have a very basic
setup and am trying to have samba utilize openldap. I have made sure the
password is correct but for whatever reason, I am unable to connect. Here is
a log of what is going on. Any help would be greatly apprecated. TIA
Maximum core file size limits now 16777216(soft) -1(hard)
get_current_groups: user is in 7 groups: 0,
2017 Mar 06
0
quota-warning: possible to have size also?
Hi,
I'am using a Maildir++ based quota setting which creates a maildirsize file in every Maildir. The first two lines of this file are the maximum quota in bytes then the actual consumption in bytes and number of messages, like so :
1073741824S
379317999 5169
This means this user has a quota of 1Gb and he is using ~ 379 Mb (you have to divide by 1024 to be more precise)
Since the
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem:
/dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered)
It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality.
What can be the cause of this problem?
Thanks.
[2020/05/27 18:24:35.795379, 8]
2007 Jun 22
0
Samba Guest Accout Issue
So, after rebuilding and finding that somehow fixed my intial issue of
failing to connect to the ldap server, I am now having an issue with the
guest account. Any ideas, I've done some searches but haven't been having
any luck. This is on RHEL. Help is greatly appreciated. Thanks in advance.
Maximum core file size limits now 16777216(soft) -1(hard)
get_current_groups: user is in 7 groups:
2008 Oct 15
2
SMBD panic with INTERNAL ERROR: Signal 6 for ARM 922T
I am trying to get SAMBA to run on a custom ARM 922T compatible micro
controller. It does not matter how I try to start smbd (smbd -D -d10
or smbd i -d10) smbd keeps panicking at the same point with an
INTERNAL ERROR: Signal 6. I have spent over a day trying to figure
out what could be wrong but I am having no success. If someone could
at least give me a clue as to what smbd is trying to do at
2014 Oct 10
1
fixes for quota support on NetBSD
Hi!
dovecot-2.2.13 already has quota support for NetBSD, but it's buggy.
The attached patches by Manuel Bouyer <bouyer at NetBSD.org> fix the
issues.
There is one thing that's not nice in them: one include is now for
"/usr/include/quota.h" since dovecot comes with its own file "quota.h"
which is earlier in the search path. Perhaps dovecot's copy can be
2017 Jun 08
2
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
On Thu, 2017-06-08 at 10:09 +0200, awl1 via samba wrote:
> Hello again, Samba experts,
>
> sorry for being such a pain in your necks, but I really need to get a
> recent Samba version to compile, and it looks like I definitely need
> your help with this.
>
> In the meantime, I have found that the huge number of "conflicting
> types" errors for rpc_*_init(...)
2006 Aug 21
2
Filesystem Quota Enhancement Patch
I have just updated my patch that provides enhanced support for
filesystem-based quotas in Dovecot. I provides 2 main features:
* Support for group quotas
* Number of messages quota for users of maildir
If both user and group quotas are enabled on the filesystem, the plugin
will report the quota that is closer to the maximum independently for
both storage space and message count. The
2017 Mar 05
3
quota-warning: possible to have size also?
Hello Community,
My dovecot setup works fine with quotas and quota-warning.
I have a questions though: when running the warning script, the example
foundis it possible to pass the *quota size *as argument also? This
would be useful with per-user quota.
e.g. /some/script xx% username *xxxbytes* (order is not relevant of course)
Thank you for your help.
Cheers
2013 Apr 20
5
configure error using Lustre 2.3 and OFED 3.5
Configure fails at testing for openib - anyone an idea?
Thanks
Michaell
configure:10034: checking whether to enable OpenIB gen2 support
configure:10138: cp conftest.c build && make -d modules CC=gcc -f /home/mhebenst/lustre-2.3.0/build/Makefile LUSTRE_LINUX_CONFIG=/adm
in/extra/linux-2.6.32-358.2.1.el6.x86_64.crt1/.config LINUXINCLUDE= -I/usr/local/ofed/3.5/src/compat-rdma-3.5/include
2011 Sep 05
3
rid generation questions
Hello list,
I have a few questions to ask... I am about to migrate from Samba 2 to 3 (3.5.9). I am going to use LDAP as backend in the future and came across something I don't understand. As far as I know the 'old' way to generate RIDs for users is to take their uidnumber, multiply it by two and add 1000. For computer accounts it would be 1001 instead of 1000. I am now trying to
2012 Mar 31
3
Samba LDAP Failover
Hi,
I have a quite "simple" setup for a particular customer that loves
redundancy and failover.
PDC + BDC with LDAP Passwords on two 389-ds in multimaster node +
several samba member servers
Actually pointing singularly on both the systems everything works great.
As soon as I modify my passdb backend line from the single form to the
form containing both backends that is
from
passdb