Displaying 20 results from an estimated 600 matches similar to: "Samba and NFS quota problem"
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
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 ~]#
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,
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
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(...)
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"
2017 Jun 22
0
Samba 4.6.5 and quota
Hello everyone,
I'm having a hard time getting samba 4.6.5 to return the quota to
Windows clients. samba has been compiled with quota-support:
/usr/local/samba/sbin/smbd -b | grep 'QUOTA'
HAVE_SYS_QUOTAS
HAVE_SYS_QUOTA_H
HAVE_RPCSVC_RQUOTA_H
HAVE_GETQUOTA_RSLT_GETQUOTA_RSLT_U
HAVE_NFS_QUOTAS
HAVE_QUOTACTL_LINUX
WITH_QUOTAS
However the client shows the
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
2005 Jun 08
1
freebsd 5.x and quotas
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
I've to create a dir (/usr/local/samba/server) for win users (group
@test), and I've to simulate a dir quota (50-55Gb) on my freebsd
system.
These are my steps:
1. kernel with 'options QUOTA'
2. rc.conf with enable_quotas="YES" and check_quotas="YES"
3. fstab: /dev/da0s1f /usr
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
2007 Jun 15
1
Quota Question
Hi,
I have several Samba servers running on Linux (Debian Etch) machines
using 2.6.18 kernel.
The Samba shares are all on an XFS filesystem, with user and group quota
support. I have three problems/questions:
1. When a user hits their quota limit, they get a "disk full" error.
2. When a user checks the free space of the share, they see the space on
the entire share, rather than the
2003 Nov 02
1
Not reading quota under 3.0.0
Hi,
I'm using samba 3.0.0 under redhat 9.0. Quota is assinged to user but they
can't see their used space on windows explorer. The used space reported is
only 8.0k, no matter what they have in ther home.
I used the samba rpm downloaded from samba site. For a smbd -b command i
get this (extract):
--with Options:
WITH_ADS
WITH_PAM
WITH_QUOTAS
WITH_SENDFILE
WITH_SMBMOUNT
2010 Jan 14
1
Could not join to NT4 domain.
Hello. I can not enter the domain machine:
net rpc join -S 192.168.128.10 -U user
cli_rpc_pipe_open_noauth: rpc_pipe_bind for pipe \lsarpc failed with error
NT_STATUS_UNSUCCESSFUL
Could not initialise lsa pipe
Enter root's password:
cli_rpc_pipe_open_noauth: rpc_pipe_bind for pipe \lsarpc failed with error
NT_STATUS_UNSUCCESSFUL
Error connecting to LSA pipe. Error was NT_STATUS_UNSUCCESSFUL
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]
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
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 11:28 +0200, awl1 via samba wrote:
> 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
2016 Sep 20
2
idmap_ad
Hi
Thanks for the feedback.
I currently have 3 production domains.
- MYDOMAIN.COM is a production Windows 2008 domain used to support MS
Exchange (but not file sharing.)
- TECH - Samba3 "classic" domain with unix domain controllers that
supports most users for authentication and file sharing. The DC
machines are both Samba domains (for Windows clients) and KRB/LDAP
2005 Oct 19
1
samba with ADS. winbindd ignore for user authentication
Hello,
I'm trying to set up samba using ADS for authentication.
I can successfully join the samba machine to the domain. Windows hosts
can "see" the samba machine.
After successfully joining, doing:
# wbinfo -u
shows me ADS-defined users. Same goes for groups.
However, when I try and assign one of those users ownership of a file, I
get:
# chown user1 /tmp/test
chown: test1: