similar to: Ownership

Displaying 20 results from an estimated 2000 matches similar to: "Ownership"

2004 Feb 27
1
setuid rsync
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I trying to create an automated backup from one machine to the other via SSH. I have setup ssh keys and so on, so everything is pretty much working. The only thing is, I am trying to perserve file ownership. I don't want to use ssh keys w/o a password (for obvious reasons), so I what I did was this: I setup a chrooted account called
2006 May 11
2
Problems with link-dest
Hello, I want to use the link-dest feature. Changed files should not be written again but only linked from existing location. I execute rsync: florian@horus ~/python $ rsync --relative --recursive -vv "/home/florian/Desktop/back" "/home/florian/backupTest/2006-05-07" building file list ... done created directory /home/florian/backupTest/2006-05-07 delta-transmission disabled
2006 Apr 24
0
saving from word & excel
hi, we're using a samba-server over DSL using openVPN and the speed is very good at browsing directories and quite OK at loading/saving files except for word & excel where it takes about 20-30 seconds to save even a small file. which is no wonder because the following happens in log.smbd when i click "save" in word, it obviously checks for a bazillion tmp- and lockfiles (
2007 Jan 05
3
permission problem samba share 2nd suse server
Dear all, I'm running a fileserver on Suse10. The purpose of this fileserver is to store only mailbackups. I also have backupserver running Suse10 with Dar&Sarab installed. backups will be done on HDD. This runs perfect. because I need to mount the samba share of the fileserver to the backupserver i did: mount -t smbfs -o username=root,password=xxx,debug=4 //ipaddress/mailbackup
2015 Mar 23
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
It will be necessary to join this PDC to the domain? I did this once and it was not me well and I had to restore the backup. The samba documentation does not say anything of this. Remember this isnt a member server this is the PDC, on samba ACDC doc say this: "We do not recommend using the Domain Controller as a file Server. This is due to issues with the winbind internal to the Domain
2002 Nov 19
2
The exclude option of Rsync not work right.
Hello, Can someone explain why my exclude option is not excluding filles as instructed in my script below. I have tried multiple methods and still have been unsuccessful in excluding the one file "test.sql". The methods I have tried are: 1. Removing EXTRAFLAG variable -a 2. Removing using -a 3. Option --include infront of --exclude and behind of --exclude. 4. rsync /software/testdir/
2015 Oct 07
1
[Bug 11545] New: -A (preserve ACLs) with --link-dest=DIR fails when DIR has a directory with the same file's name
https://bugzilla.samba.org/show_bug.cgi?id=11545 Bug ID: 11545 Summary: -A (preserve ACLs) with --link-dest=DIR fails when DIR has a directory with the same file's name Product: rsync Version: 3.1.0 Hardware: All OS: All Status: NEW Severity: normal Priority: P5
2015 Mar 22
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
Even "getent" does not show me the domain users. Yes, im rember, im install sernet version the first time, after im uninstall it. As we know? if the version of winbind is correct and if the samba daemon running. Regards > Date: Sat, 21 Mar 2015 18:36:13 +0000 > From: rowlandpenny at googlemail.com > To: samba at lists.samba.org > Subject: Re: [Samba] Samba 4.1 gentent,
2015 Mar 22
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
On 22/03/15 21:55, Jhon P wrote: > The locate libnss_winbind.so display. > > /lib/libnss_winbind.so > /lib/libnss_winbind.so.2 > /lib/x86_64-linux-gnu/libnss_winbind.so > /lib/x86_64-linux-gnu/libnss_winbind.so.2 > /lib64/libnss_winbind.so > /lib64/libnss_winbind.so2 > /usr/lib/x86_64-linux-gnu/libnss_winbind.so > /usr/lib/x86_64-linux-gnu/libnss_winbind.so.2 >
2015 Mar 21
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
Ready changed what you asked me and restart the samba service. Yet I only see the UID instead of domain users. :-/ One question. I do not see the service "winbind or winbindd" running, is this correct. I can not find it in init.d Also "wbinfo -u" Show me the domain users. Thanks for helpme, sorry for noob question. > Date: Sat, 21 Mar 2015 09:00:37 +0000 >
2015 Mar 21
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
Now I realized what the documentation says, sucessfull. I returned to run the above command and these results changed. Change the settings of smb.conf, now looks: [global] workgroup = KENNEDY realm = kennedy.edu netbios name = PROTEUS server role = active directory domain controller dns forwarder = 200.40.220.245 allow dns updates = nonsecure
2015 Mar 20
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
Im think not provisioned with provisioned with '--use-rfc2307' root at proteus:~# ldbsearch -H /usr/local/samba/private/sam.ldb -b 'dc=kennedy,dc=edu' -s sub '(objectclass=msSFU30DomainInfo)' GENSEC backend 'gssapi_spnego' registered GENSEC backend 'gssapi_krb5' registered GENSEC backend 'gssapi_krb5_sasl' registered GENSEC backend
2015 Mar 20
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
OK, i try removing this block, and add the line. Restart samba but nothing happends. > Date: Fri, 20 Mar 2015 20:01:04 +0000 > From: rowlandpenny at googlemail.com > To: samba at lists.samba.org > Subject: Re: [Samba] Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes > > On 20/03/15 19:47, Jhon P wrote: > > > > > > Yes im
2013 Sep 23
1
Howto: Extremely tight security rsync shell for backups
We've been using rsync since forever to back up all our servers and it's worked without a problem. But in a recent security review, we noted that our specific rsync backup host is using root keys to access the server, meaning that if the keys on the backup server were leaked/compromised in any fashion, that would provide r00t access to the servers being backed up. Since this
2005 Nov 20
2
ZFS & small files
First - many, many congrats to team ZFS. Developing/writing a new Unix fs is a very non-trivial exercise with zero tolerance for developer bugs. I just loaded build 27a on a w1100z with a single AMD 150 CPU (2Gb RAM) and a single (for now) SCSI disk drive: FUJITSU MAP3367NP (Revision: 0108) hooked up to the built-in SCSI controller (the only device on the SCSI bus). My initial ZFS test was to
2012 Jul 18
1
3.6.5: NT_STATUS_ACCESS_DENIED from Win7 to 750 dir
Hello, after upgrading from Samba 3.5.6 to 3.6.5 I encounter some strange NT_STATUS_ACCESS_DENIED trouble when trying to access group readable directories from Windows 7 or Windows 2008 Terminal Server. Very strange stuff is that it works fine using smbclient from a Linux machine using the same userid and Kerberos authentication. The Server is fully integrated into active directory and uses
2008 Apr 28
3
[Bug 1657] New: tests/functional/acl/nontrivial/ zfs_acl_cp_001_pos causes panic
http://defect.opensolaris.org/bz/show_bug.cgi?id=1657 Summary: tests/functional/acl/nontrivial/zfs_acl_cp_001_pos causes panic Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: NEW Severity: critical Priority: P2
2010 Jul 03
0
Samba 3.0.33 ignoring group ACL after joining to AD
Hello, I have installed CentOS 4.8 with samba 3.0.33. After joining to AD, group permission do not work. After "net groupmap add..." command nothing changed: # getfacl TESTDIR/ # file: TESTDIR # owner: root # group: testgroup user::rwx group::rwx other::--- user1 is in group "testgroup" net groupmap list testgroup (S-1-5-21-2207241064-1835560224-3992551478-2193) ->
2015 Mar 20
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
Yes im have a file: -rw-r--r-- 1 root root 19K Jan 10 2014 libnss_winbind.so.2 My pam: PAM profiles to enable: ? [*] Unix authentication ? [*] Winbind NT/Active Directory authentication ? [ ] ConsoleKit Session Management ? [ ] Inheritable Capabilities Management > Date: Fri, 20 Mar 2015 18:21:57 +0000 > From: rowlandpenny at googlemail.com > To: samba
2015 Mar 23
0
Samba 4.1 gentent, ls, no display domain user name on Primary ACDC but wbinfo -u yes
It's a shame not to be able to obtain users on this DC with getent. I would make the server is correctly configured and manageable, has many resources to be used. Having UIDS eg 3000001 without knowing who owns it is a shame. Maybe upgrading to 4.2 this DC these things can work. Maybe try updating this DC from the sources. If there is something to do to solve this problem really is