similar to: Bug when using cygwin version of rsync (forwarded to rsync list)

Displaying 20 results from an estimated 20000 matches similar to: "Bug when using cygwin version of rsync (forwarded to rsync list)"

2002 Sep 24
0
Changing file permissions from the command line
Hi, I run Samba 2.2.3a (Solaris 7) in domain authentication mode in a Windows 2000 domain. I would like to be able to script file permissions changes from the Windows side using a command line utility, e.g. cacls, however I have only been successful in changing the UNIX world permisssions, not owner and group. A summary follows. Has anyone come across a solution for this? Thanks, Fintan ---
2002 Jan 18
1
scp between two remote hosts
Hi All, I am running openssh (OpenSSH_2.9p1, SSH protocols 1.5/2.0). The scenario is that I have got three machines (A, B and C). The sshd on host A is listensing on port 1234, and the sshd on host B is listensing on port 5678. How can I set up a scp from a third host C so as to copy a file from host A to host B? scp -P 1234 myname at A:/var/tmp/file1 -P 5678 myname at B:/var/tmp/file1 does
2005 Sep 26
0
Cannot join Windows server; SWAT internal error
Hi, I am trying to get my Samba server to join our Windows domain, but it fails with $B!H(JUnable to find a suitable server$B!I(J. I know this is kind of a site specific error, but I$B!G(Jm looking for any clues to anything I may have missed in building and configuring the Samba distribution. It is version 3.0.11. I am running $$ net rpc join -U adminuser%password as root. Less important is SWAT
2010 Oct 20
0
Regarding RDCOMClient package
Hi all, We currently faced a problem about how to pass a matrix with different types to a COM function call thru the RDCOMClient asCOMArray(). As we all know that matrix in R can't hold of elements with different types. So we managed to create a matrix of lists: rates <- matrix(
2002 Feb 20
2
[PATCH] rsync on cygwin - textmode config files
I've been running rsync-2.4.2 with an old patch of mine for some time for backup purposes. Due to the recent remote bug, I thought it was time to upgrade, even if the host was behind a firewall. So I dug up the old patch (2.5.2 version attached), that I think I sent ages ago to this list as well. It does the following: (1) Firstly, the only sensible way to run something as
2004 Sep 28
1
[cygwin] Fwd: Updated: rsync-2.6.2-3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here goes the announcement of the 2.6.2-3 package for cygwin (available from cygwin's setup itself). If you wonder what "2.6.2-3" means, it's basically the third "cygwin package" that uses rsync-2.6.2 sources. This third attempt solves both the august security fix and the textmode bug that 2.6.2-2 had. follows the
2002 May 10
3
Unix Group Question with repect to Samba
I have a question with regards to using Unix groups with samba. This might be easier to explain with an example. Lets say I have two users UserID: GID UserA:Group1 UserB:Group2 etc..... I now have an entry in /etc/group that looks like groupdev::UserA, UserB If I have a directory with group ownership set to "groupdev" and group mode "rws" UserA & UserB cannot create a
2006 Apr 05
4
logging problems
Hi! I'd also like to report a strange logging problem I have. OS: Solaris 2.8 rsync version: 2.6.7 When I run rsync in daemon mode invoked at a command prompt, it does log information in my configured log file (i.e. /var/log/rsyncd.log). But when I invoke it via inetd with an entry in inetd.conf, it does not log any information. rsync version 2.5.6 did not have this problem. My inetd.conf
2010 Feb 05
2
Segmentation Fault while compiling and installing openssh-3.9p1
I am trying to compile and install openssh-3.9p1 (with openssl-0.9.7j) on my personal dev env to have a play. I get the below mentioned segmentation fault message. --------- Generating public/private rsa1 key pair. /bin/sh: line 1: 10901 Segmentation fault ./ssh-keygen -t rsa1 -f /home/vinay/var/vinay_ssh/etc/ssh_host_key -N "" Generating public/private dsa key pair. /bin/sh: line
2006 Mar 31
0
HELP! native mysql bindings on windows/cygwin
I?m having trouble getting the native mysql bindings for windows/cygwin going. Could someone give me some tips on this? I tried the gem install and it failed? I read elsewhere that you have to compile all of mysql to use the gem install. That sounds like a horrible process, so I sought out the mysql.so file. I put mysql.rb in my rubylib. I tried putting the mysql.so in cygwin
2004 Apr 22
1
as.Date
Hi. I'm sure this is a complete green-horn question. I apologize. I'm trying to use as.Date *exactly* as shown on p. 194 of the manual (code fragment and error message pasted below). Is there some kind of "include" or "import" statement that I need to issue? Thank you very much for saving what remains of my hair. > x <- c("1jan1960",
2003 Jun 27
5
PATCH/RFC: Another stab at the Cygwin hang problem
Hi, In http://sources.redhat.com/ml/cygwin/2002-09/msg01155.html, I noted that the often-observed hangs of rsync under Cygwin were assuaged by a call to msleep(). After upgrading my Cygwin environment to rsync 2.5.6, I'm seeing these hangs again, not surprisingly given a CVS entry for main.c notes that this kludge was not harmless: Revision 1.162 / (download) - annotate - [select for
2002 Feb 13
0
rsync 2.4.6-3 cygwin : transfer interrupted (code 22) at util.c(211)
Having same problem as in previous threads with large number of files, 500.000+ and 20GB of data. Im trying now to sync from w2k to a linux to see if I can get that working before going to w2k -> w2k. The client is running the rsync-cygwin-2.4.6-3 and the unix machine is running a trustix (a distrib) supplied package of rsync-2.4.6. It works from another client with the same cygwin version
2009 Sep 18
0
rsync-3.0.6 on cygwin-1.7
A new 3.0.6 package is now available on cygwin-1.7; I don't plan to upgrade Cygwin-1.5 packages anymore, so if you want newer releases on rsync please upgrade to 1.7, with proper care: http://cygwin.com/#beta-test This release includes a small patch on rsync configure to detect IPv6 and xattr on Cygwin, please consider including them (or a modification of them) upstream to help people have a
2008 Aug 12
0
rsync problem with symbolic links on Cygwin
Dear rsync maintainers, Hi, I have been seeing a problem for awhile in an rsync script I maintain with how rsync syncs symbolic links between and rsync daemon running on Linux and an rsync client running on recent Cygwin that I am wondering is a known issue. Basically rsync always copies symbolic links, even when they already exist on the destination. I run rsync multiple times, with
2005 Apr 11
2
Xen, Se Linux
As an update it states the following when booting either rhel4, fc3 or fc4 under xen? Not sure if the "unable to open an initial console" is the real issue, this doesn''t happen under fc1, or rhel 3. Can anyone help please Freeing unused kernel memory: 152k freed Warning: unable to open an initial console. ***************************************************************
2002 Jun 26
0
Client connections seem to drop
> I have samba v 2.2 on one of my production server, the client connections > seem to drop sometimes, these clients run overnight jobs and when this > happens there job crashes and they have to manually start it. > > Below is the snippet of the log for one of such clients with problems. > > ###########cut-paste of log (only part of it)######### > > oplock_break:
2003 Mar 24
0
oplock problems with samba 2.2.7a
Hi , Before I copy and paste the oplock message(s), here is the setup I have. I have samba server (on Solaris 2.8) which shares out the NFS mounted directories to the windows world. All was working fine till today morning when users complained of extreme slow performance , looks like there is problems with oplocks accessing some files. Below is the snippet to the error log. [2003/03/24
2003 Apr 09
0
change_trust_account_password: Failed to change password
Hellor, Samba Gurus, We have a Samba 2.2.7a installation on a Sun server running Solaris 2.8. Our Samba server has successfully joined an NT domain, and our Windows-NT workstations are able to map Samba shares from the Samba server. But the logfiles in our Samba var (/usr/local/samba/var) directory contain error messages: ---------------------- [2003/04/07 15:32:34, 0]
2003 Apr 09
0
Too many open files in Samba
Hello, Samba experts, My Samba server is complaining about "too many open files". ------------------------- log.nypc2357: Unable to open new log file /local/samba/var/log.nypc2357: Too many open files log.nypc2357: Unable to open new log file /local/samba/var/log.nypc2357: Too many open files log.nypc2357: Unable to open new log file /local/samba/var/log.nypc2357: Too many open files