Displaying 20 results from an estimated 20000 matches similar to: "rsyncing a r/o-permissioned tree?"
2007 May 02
5
Status of --ignorcase option in main tree/build?
Hi,
I'm very interested in learning the status of the --ignorecase patch
being included in the main tree... is there a reason it still isn't in
there?
For anyone who is forced to dealing with backing up windows boxes, this
is a big problem, and I can't believe that it isn't affecting a lot of
people...
Or maybe there is a simple workaround?
I'm trying to backup files
2004 Nov 05
1
netapps vfiler
Hi,
Did anyone here tried to use rsync between a unix machine and a NetApps
Vfiler volume? I have strange case where it does create the folders on
the vfiler volume but does not copy the files. Command is something
like this:
rsync -va dropzone pushacc@prod:/launchpad
where,
* dropzone is the the folder which keeps source files and folders in
unix. This folder is owned by a unix account
2003 Apr 08
1
link_dest checks perms despite no -p -o or -g
When using --link-dest, this block of code in skip_file causes
new copies of files to be created if source and destination file
permissions differ, even if -p -o and -g haven't been specified.
if (link_dest) {
if((st->st_mode & ~_S_IFMT) != (file->mode & ~_S_IFMT)) {
return 0;
}
if (st->st_uid != file->uid || st->st_gid != file->gid) {
return 0;
}
}
2006 Jun 14
3
Rsyncing a very large directory tree (over 50,000 files)
Hi,
I need to rsync a very large directory tree (over 50,000 files). This
is not a regular job, after the initial rsync is done, I can do a
nightly rsync and only a few files will change.
Is there anything I need to be aware of before doing this? I started
the script this morning, but it was still building the file list after
around 15 minutes. Is it better to do it using several
2007 Mar 13
3
Owner/Permissions and winbind
Hello,
I have two Samba Domains and each trust each other (PDCs run 3.0.22). Also
I have a samba member server (3.0.24) that runs winbind. When I use wbinfo
I can see the user and groups of both domains. I also can chown/chgrp
files with users of the domain the server is member of. But I can`t
chown/chgrp with accounts of the trusted domain. chown doesn`t work at
all. chgrp works, but then only
2003 Feb 04
2
some permissions issues
I?m facing some troubles with file / directory permissions...
I log on the domain as admin user(root), and theres a pub share, on witch
everyone needs to have permission to create / modify files, but when I
change or create a file, only root can change the file, no one else. And
then i need to go to server to chgrp users * -R and chown nobody * -R to
allow others users to change the file.
2015 Mar 05
6
setting up W7 profiles
I am setting up W7 profiles following the "Samba & Windows Profiles" on
the Sambawiki.
If it matters, I have two functional DC's and one member server.
When I run '# chmod 1770 /srv/samba/profiles' (on the member server) the
permissions changed to:
root at mbr01:~# ls -alh /srv/samba/profiles
total 12K
drwxrwx--T+ 2 root root 4.0K Mar 1 10:21 .
drwxr-xr-t 5 root
2016 Dec 07
4
You have not permission to view content of this location
OS: CentosOS 7
I have installed samba + openldap + smbldap-tools + pam by:
yum --enablerepo=extras install -y epel-release
yum install -y smbldap-tools
yum install -y samba openldap openldap-clients openldap-servers migrationtools
yum install -y nss-pam*
I know that smbldap-tools is a dead project, but I'm interested in it and would like research on it.
I create users and
2018 Jun 06
2
how to use chgrp command for samba groups
i use chgrp -R "Domain Users" /profiles for example
but i receive no such group available in chgrp command
what i must do to be able to have the samba groups available in linux
environment
using the the chgrp and accepting them.
thank you
2018 Oct 09
2
how to use for example Domain Users of samba using chown chgrp
i am using chgrp and chown to change ownership from centos command line of
paths for example domain users to use it in chgrp bur it is telling me the
error that no such group exist.
what i must do to be able to use samba users and groups from command line
using chown and chgrp
thank you
2013 Jan 15
1
Permissions when running `dovecot --exec-mail imap`
Hi,
I'm running dovecot 1.2.15, on Debian squeeze. /var/mail is owned by
group "mail" with permissions "g+rwxs,o=". The mail_privileged_group
setting is set to "mail".
I am trying to access mail on a remote machine with mutt by tunnelling
mutt though ssh and running `dovecot --exec-mail imap` on the mail
server. But I frequently get errors in the mail
2020 May 02
2
default backend = rid not showing full group information for users
On 02/05/2020 19:28, Jelle de Jong via samba wrote:
> root at s4ad01:~# samba-tool user show jdoe
There is no apparent reason why the groups do not work with chgrp, the
only reason I can think of is that the group was created and when you
tried to 'chgrp' the file, winbind read from its cache and it wasn't in
the cache. Try running 'net cache flush' and then try
2014 Jul 31
2
Samba4 creating share and setting permissions without windows tools
Hello,
I need a way to set permissions to share folder without to use RSAT, I've
not found anything about that.
The samba wiki said that
---------------------
Change permissions on folders of a share
Changes of permissions are done using the classic *nix tools 'chmod',
'chown' and 'chgrp'.
Example:
Code:
# mkdir /srv/samba/Demo/Example/
# chown foobar:DemoGroup
2003 Oct 10
1
Permissions on Samba share for Windows users
I'm working with Samba 3 on my Gentoo box. So far setting up
andconfiguring Samba w/ldap and krb5 support is pretty straight
forwared. My Gentoo box is now a member server of the domain, shows up
in Active Directory.
I can get a kerbereos ticket from our W2K PDC and connect to windows
shares with as little effort as:
smbclient //server/share -k
Now I'm ready to start moving into
2004 Nov 30
3
File permission
Hello all,
I think my file permission are completely screwed up? I created a
file called text file called test as root user and have done chgrp on
that file to a group called admin. I have added the users ozzie and
root to that group. I then did a chmod g+wr on the test file and ozzie
can still not write to the file. If I take away read access from the
group, ozzie can still read the
2015 Mar 05
2
setting up W7 profiles
Rowland,
'getent group DomainUsers' indeed returns nothing.
Now, I know, you know this like the "back of your hand" but, am I wrong,
are the permissions for **profiles** somewhat (not alot) different from
permissions for file shares? Because I see that instructions (on the
wiki) for file sharing reads differently.
Thanks, again.
---
-------------------------
Bob Wooden
2016 Apr 04
3
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
Dear Samba users and admins,
I am trying to deploy Samba4 as a domain controller and a file server and
having some issues.*
The domain have been well provisioned with option --use-rfc2307
I am then trying to create share by following this samba wiki
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
The problem is that i cannot succeed to change the group owner of the
folder I want to
2006 May 09
3
Samba or NFS for a new domain member server
I have 10 XP clients authenticating against a Samba PDC, using passwd as the passdb backend. The Samba PDC provides several shares to the XP clients.
Priviledges on the Samba PDC are controlled by *nix user and group permissions.
I do not have any Windows servers on my network, so we do not use any of the Windows group capabilities beyond the default groups.
My Samba PDC is running out of room,
2014 Oct 29
1
No domaingroups with getent group
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
after I joined an new machine into my domain, "getent group" is not
showing any domaingroup. The domainusers are listet with "getent
passwd" as expected. In nsswitch.conf winbind is used with "passwd"
and "group". Wbinfo -g shows all groups. "net rpc testjoin" gives the
right result. I can get
2009 Dec 11
1
id/permissions question
People,
There is an imap client, which runs with user1 uid, but when its accessed to
watch a maildir, whose (and its contents) ownership is user1:user1, this error
occurs:
dovecot: IMAP(user1): fchown(/path/user1/dovecot-uidlist.tmp, -1, 12(mail))
failed: Operation not permitted (egid=1000(user1), group based on /path/user1)
dovecot.conf contains this line: mail_privileged_group = mail