search for: nontsec

Displaying 20 results from an estimated 32 matches for "nontsec".

2004 Jun 18
1
Rsync, Cygwin, & SSH: ntsec OR nontsec?
...directories that are backed up, these 2 get "permission denied" every time. Rsync resets the server side permissions on these 2 directories to "d---------". So, I change the settings to 777 and rsync changes them back. Does this have something to do with cygwin=ntsec or nontsec? I am not using either of them right now--should I? Also, I heard ssh has a problem with one of these settings. Is that still the case? Suggestions, please? Brian ---------------------------------- Client Info: Windows 2000 Sever Prof. rsync on client 2.6 cygwin 1005.6.0.0 Server Info: Deb...
2004 May 10
4
cwRync and Windows permissions
Hi all, I'm rsyncing a windows 2003 client to a windows 2003 server using the cwrsync installation package. The trouble is that the permission rights set by rsync on the destination server are very restrictive and don't allow another application to access the files. I'd like to change that. However, the GID and UID parameters in the rsyncd.conf file don't seem to manage that.
2005 May 12
1
Inheriting security permissions from target directory with Cygwin
...permissions of the target directory they are placed into, since the target machine lies in a different domain. Currently, when I upload these files they seem to assume some strange random security settings that I must invariably repair, which leads to a lot of work for me. I tried using CYGWIN=nontsec on both the source and target sides and that didn't seem to have any effect. Is there some rsync switch that tells rsync on the target to ignore security settings on the files and to just use the security settings of the parent directory they are placed into? I tried using scp and it gives th...
2001 Jul 11
2
[PATCH]: Cygwin: Allow sshd to switch user context without password
...001 #include <fcntl.h> #include <stdlib.h> +#include <sys/utsname.h> #include <sys/vfs.h> #include <windows.h> #define is_winnt (GetVersion() < 0x80000000) +#define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) +#define ntea_on(c) ((c) && strstr((c),"ntea") && !strstr((c),"nontea")) + #if defined(open) && open == binary_open # undef open #endif @@ -61,12 +65,34 @@ int check_nt_auth(int pwd_authenticated, * context on NT systems is the password authe...
2004 Oct 18
2
rsync bug recreating header.info
If this is not the correct place to post this I apologize. I am having a problem with rsync not setting the correct permissions on the rsync'd files. I have rsync 2.6.3 running on a Windows 2003 server using cygwin. I rsync the fedora core 2 updates to my server for internal use. The problem is after the rsync, the header.info file is no longer accessible to anyone and the other rsync'd
2008 Mar 10
2
The server is configured to refuse --iconv
I've just tried upgrading to cwrsync 2.1.0 (Rsync version 3.0.0 protocol version 30) between 2 Windows XP Pro sp2 machine across the Internet. I used: SET CYGWIN=nontsec SET HOME=c:\cwrsync\bin C:\cwrsync\bin\rsync -za -u -P --delete --recursive /cygdrive/c/test2/ stuart@test.address.co.uk::test/ When I run the above batch script on the remote machine I get this odd output. ------------------------------------------------------------------------ sending increment...
2007 Jul 24
3
File/Folder Ownership - Cygwin/Rsync - Is it possible to get around rsync taking file ownership?
Case point: 2 Servers (both with Windows Server 2k3 & cygwin). Running ssh on the destination server. Problem: The rsync user will take ownership over any files copied over from the source server. This takes ownership away from the administrators group, thus disallowing inherited permissions. Is there any way around not taking ownership away from the administrators group and giving it to the
2006 Sep 01
0
[PATCH] Cygwin: Avoid implicit declaration warnings
...def open +#endif +#if defined(pipe) && open == binary_pipe +# undef pipe +#endif + #include <sys/types.h> #include <sys/stat.h> #include <sys/utsname.h> @@ -47,13 +54,6 @@ #define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) #define ntsec_off(c) ((c) && strstr((c),"nontsec")) #define ntea_on(c) ((c) && strstr((c),"ntea") && !strstr((c),"nontea")) - -#if defined(open) && open == binary_open -# undef open -#endif -#if defined(pipe) && o...
2005 Jul 06
1
windows acl with rsync possible ?
...ation ?_ if I "rsync" a directory, files inherit from the acl of that dir. but if special acls are setted on some files these are lost in the replication : only inherited acls are written i tried this with rsync 130a, one collegue of mine tried this in 201 i know there is a CYGWIN=[ntsec|nontsec] option i will try to change that inside the server and let you know _I also heard about an acl-patch : is it for windoz ACL also or unix ACL only ?_ (https://bugzilla.samba.org/show_bug.cgi?id=2780) ps : http://www.itefix.no/ has been hacked... some guys has time to waste (it is easier to destr...
2002 Jul 31
0
[PATCH]: Match Cygwin version check to reality
...22:00:52 -0000 1.8 +++ openbsd-compat/bsd-cygwin_util.c 31 Jul 2002 09:47:29 -0000 @@ -43,6 +43,7 @@ RCSID("$Id: bsd-cygwin_util.c,v 1.8 2002 #define is_winnt (GetVersion() < 0x80000000) #define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) +#define ntsec_off(c) ((c) && strstr((c),"nontsec")) #define ntea_on(c) ((c) && strstr((c),"ntea") && !strstr((c),"nontea")) #if defined(open) && open == binary_open @@ -74,6 +75,56 @@ int binary_pipe(int fd[2]) return ret;...
2004 Nov 23
1
User NONE using rsync in Windows server
Hi, I'm using rsync with cygwin to synchronize two windows servers. I've got files in server side with full permisions to Administrator user, but when i synchronize it with another windows server, the file placed in client side has a new group called NONE with read , write and execute permisions. I'm using the following line to call rsync: rsync -zvvvr --perms --owner --group
2003 Dec 20
3
rsync not saving files on windows 2000
I am trying to setup a windows 2000 server with rsync and cygwin. I think I almost have it working except that when the file copy is finished my files are nowhere to be found on the windows server. I am not getting any error messages. I am connecting from a win98 machine on the same network. Any ideas on how I can get this working or get more info to debug. Thanks.
2002 Nov 09
1
[PATCH] Two Cygwin related patches
...22:00:52 -0000 1.8 +++ openbsd-compat/bsd-cygwin_util.c 9 Nov 2002 09:25:09 -0000 @@ -43,6 +43,7 @@ RCSID("$Id: bsd-cygwin_util.c,v 1.8 2002 #define is_winnt (GetVersion() < 0x80000000) #define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) +#define ntsec_off(c) ((c) && strstr((c),"nontsec")) #define ntea_on(c) ((c) && strstr((c),"ntea") && !strstr((c),"nontea")) #if defined(open) && open == binary_open @@ -74,6 +75,56 @@ int binary_pipe(int fd[2]) return ret;...
2009 Mar 26
0
rsync error on Win Server 2008
..._cygtls::handle_exceptions Error while dumping state (probably corrupted stack) rsync connection unexpectedly closed. error in rsync protocol data stream (code 12)" Here is the batch file I am running: ------------------------- @ECHO OFF SETLOCAL SET CWRSYNCHOME=C:\MyFolder\Rsync SET CYGWIN=nontsec SET HOME=%HOMEDRIVE%%HOMEPATH% SET CWOLDPATH=%PATH% SET PATH=%CWRSYNCHOME%;%PATH% rsync -v -v -r -e "ssh -v -p 2222 -i Rsync/mykeyfile.key" mykeyfile@XXX.XXX.XXX.XXX:/MainFolder/DataFolder/FR* /cygdrive/"C/MyFolder/Rsync/Import/ -------------------- Looking at the ssh.exe.stackdum...
2004 Mar 16
1
rights or read only
NetWare 6 sp4 server to windows 2000 server using cwrsync 1.2.1 when the cwrsync service writes the files to the server it uses it's own username and permissions. Does anyone have any suggestions as to how I can get this to write the files so common users and delete and change stuff? would the perverse permissions work with windows? Thanks, Matt Vorwald Network Engineer Lumber
2008 Aug 13
2
Windows client
I know you guys hate questions like this, but has anyone had experience with a particular Windows client they would endorse? I need to sync some Windows boxen. I'm just looking for someone to tell me they're using X and happy. -- Jason A Nunnelley President Tech Anything, Inc. 1 888 846 4109 Fax 1 256 962 0290 Voice OneBigBook[tm], OneBigBrand[tm], OneBigBiz[tm], and
2008 Nov 25
1
How could rsync be improved so that others won't have to struggle so much to find out about --modify-window=1?
I am running rsync 3.0.4 on Cygwin. Before, when I resumed interrupted rsyncs, every file would be re-copied all over again. I struggled to find an answer until now I found it: I needed to specify --modify-window=1, since one of the disks is FAT32. How could rsync be improved so that others won't have to struggle so much? Here are some options: 1. At the start of each run, rsync should
2011 Sep 15
1
Group "None" after synching to a windows machine?
...ource permissions for that file are: Everyone with full control My rsync options are: -v -rltp -z -P -h but I tried -a | or -rlt (instead of the -rltp) as well but the results for this "None" entry didn't change. Google stated that it was possible (a few years ago) to use SET CYGWIN=nontsec to avoid such a behavior but this seems deprecated. Any hints how I can avoid the addition of this obscure permission entry (I can only control the rsync options for the windows machine, not the ones for the strato hidrive server)? Regards, Jack
2009 Sep 15
0
Rsync preserve owner/permissions
...B) Windows XP PRO Rsync server (Receiver) rsync.conf: use chroot = false strict modes = false hosts allow = * log file = rsyncd.log [up_cnc] path = /cygdrive/d/data/cncmachines read only = false transfer logging = yes log file = /cygdrive/d/tclsys/logs/rsync/up_cnc.log I have tried to use CYGWIN=nontsec CYGWIN=ntsec 'rsync.exe -aruphtz' 'rsync.exe -arupoghtz' 'rsync.exe -arpEuhtz' 'rsync.exe -arupoghtz' but I still have some problem to have the same owner. Please help me to resolve this issue or misconfiguration. Many Thanks Grazie Mauro Depaoli IT Technician...
2005 Apr 08
4
Full replication
Running Rsync on a Windows box. Trying to do replication, and it doesn't seem to be working as expected. I'm using -r. I put test.txt in the source dir. It copied over just fine. Deleted test.txt from the source. And it still exists in the target. Any ideas? Also, using robocopy, you can tell it to wait for X number of changes and loop. Can this be done with rsync? Thanks!