similar to: limit of 256 characters in pathname

Displaying 20 results from an estimated 700 matches similar to: "limit of 256 characters in pathname"

2002 Sep 13
4
logging on client side on NT
Hi, I would like to log whatever happens with rsync on client side when it runs with Cygwin on NT4. First, I just did a redirect of the screen output to a log-file: rsync -rtv --delete --modify-window=2 --stats /cygdrive/g/users/bco/test/ bee2bs01::d/test/ >>c:\rsync\log\%FDATE%.log The problem with this method is that it does not redirect whatever Rsync reports as errors; because they
2002 Aug 22
1
Applying the "Connection reset by peer"
Hi all, we're suffering heavily from the "connection reset by peer" problem when running Rsync on WinNT. Great was our relief when seeing Randy's message in http://www.mail-archive.com/rsync@lists.samba.org/msg01918.html I immediately installed the full Cygwin to recompile Rsync, but since I'm far from a C guru, I'm a bit puzzled with the last 2 lines in Randy's
2002 Aug 23
2
High CPU on multiple syncs on Win2K
Hi all, Allow me to quickly sketch our backup situation: we have about 40 sites. On each site there's a Rsync client on an NT machine (Cygwin). In the main site we have a huge Win2K fileserver which acts as a Rsync server. I'm doing tests now with syncing the volumes of several Netware servers on the sites (to which the Rsync NT clients have a mapping) to the Win2K server. Initially we
2002 Oct 29
8
important caveat with Rsync on NT and dayligt savings time
Hi, just a small warning about something that has, like we experienced just last weekend, great consequences. We rsync more than 20 Netware servers through a mapping on an NT machine to central Rsync destination servers (also NT). Last weekend our clock changed to Daylight Savings Time. It appears that NT changes the file stamps on NTFS volumes accordingly (Q129574 on their suppor site). This
2003 Jan 26
1
[PATCH] open O_TEXT and O_BINARY for cygwin/windows
Ville Herva [mailto:vherva@niksula.hut.fi] wrote: > Of course, whether O_TEXT is defined or not does not > necessarily imply the availability of "t", but I > can't think of better alternative. Stratus VOS implements O_TEXT and O_BINARY but does not recognize "t". We have the options defined in ANS C and in POSIX. I'm at home and don't have my reference
2001 Mar 13
1
sysmetrics.c:42: SYSMETRICS_Init: Assertion hdc' failed.
A simple opengl app that used to work quite fine with wine. Newest CVS, has been like this for some time: ============================================================================ FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock Could not stat /mnt/teapot/movies (Input/output error), ignoring drive H: Warning: the temporary directory '/mnt/fat/temp' (specified in wine
2002 Oct 29
1
important caveat with Rsync on NT and daylight savings time
That's actually a very good suggestion. First I figured that in this way files changed within the hour after creation would be ignored, but they probably represent a very small minority anyway. On the other hand, this does not really rectify the situation, but will allow us to postpone the real sync again until, let's say a holiday, where we have plenty of time to sync. Rgds, Bart
2002 Sep 11
3
Image (clone) of hard drive using rsync
Is it possible to make a complete image (or clone) of your hard drive (FAT or NTFS) using rsync? Is it possible to make incremental backups of the image (without having to duplicate the source files)? When restored to a new hard drive it should be bootable again and should be an exact copy or clone of the original hard drive(i.e. the program should firstly copy the system file information
2003 Mar 12
1
rsync reference case
Dear all, I would like to propose rysnc feature to our customer. Do you have any reference case from other company that there is using rsync in the production server? regards, Simon _________________________________________________________ §ÚªºÅº¶Æ(®e¯ª¨à)¡A¥ª¾F¥k¨½(§õ§J¶Ô)¡A§A³Ì¬õ(Twins)... ¹L¤d­º¤â¾÷¹aÁn ÂIRing³£±o http://ringtone.yahoo.com.hk
2003 Mar 20
1
Offsite server replication solution via Internet
Hi Some of our smaller Central London clients (5 to 25 terminals), who use the NetWare & GroupWise software from Novell Small Business Suite 6, are becoming increasingly concerned about the possibility of their offices becoming inaccessible for a prolonged period in the event of a terrorist attack. We've been asked to provide a low cost solution consisting of replicated offsite servers to
2002 Oct 20
0
ways to ignore modified times of folders in NT?
Hi all, this is a small problem I encounter while using rsync on NT (client and server). Whenever I need to restore files and folders from tape back to the destination server (for instance when changing hardware), Windows NT behaves in such a way that the modified times of the files are respected, but folders receive a modified time of the moment that they are recreated. This presents quite a
2002 Oct 31
1
Problems with rsync on Unix->Non-Unix Kernel Transfers...
Howdy... I have been doing some reading of the rsync technical report, rsync man page, and the rsync web site, and I have learned allot, but having a high IQ does help. I have read the rsync, and rsyncd.conf man pages in regards to the switches, settings, etc., and summized that rsync is specifically designed for copying files between Unix kernel systems, regardless of flavor, platform, or
2002 Oct 24
3
Howto to control rsync through cron
Hi, I have setup a cron job to rsync files between two servers every hour. 30 * * * * rsync -avz --delete rsyncsrv1::ftp/ /export/ftp/ This works fine most of the time, but if I have a very large file that needs to be transfered ( many tens of MBs), I run into a problem. Since the link between my two servers is slow, it can take more than an hour to complete the rsync transfer. So at the
2003 Feb 12
4
rsync in cygwin as service
Hello! I want to start rsync on w2k as service. If I try to start rsync from command line it simply do nothig: $ rsync --daemon Administrator@dm-w2ks /usr/bin $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 480 1 480 480 con 500 04:15:03 /usr/bin/bash 1428 480 1428 1420 con 500 05:26:46 /usr/bin/ps Administrator@dm-w2ks
2003 Apr 01
1
Solution For Rsync and Cygwin Daylight Savings Timezone Problems
Hi, we had the same problems last year and we use NTFS. Luckely we switched to Linux this year. Kind regards, Bart Coninckx Network Administrator CNE, ASE ************************************* Sita ICT Services Lilsedijk 19 B-2340 Beerse Belgium e-mail: bart.coninckx@sita.be Tel: + 32 (0) 14 62 28 22 Fax: + 32 (0) 14 62 41 47 *************************************
2002 Oct 25
3
Win32 Version?
Howdy... I have searched the archives, and even read what has been posted on the site regarding a Win32 port of rsync. Though I have found a problem with everything. The URLs for building your own, or downloading the compiled binaries for the Win32 platform are no longer valid. Therein the problem lies, as the information is outdated, and still easily available on the site publicly. I
2017 Mar 07
4
LDAP logins failing after installing Samba 4.4.5
Hi all,   I had an LDAP application (mailserver) running on Samba 4.1.3 which wrked flawlessly. Also using an LDAP browser with a simple bind worked OK. I than replaced the Samba installation with version 4.5 and the LDAP functionality broke. I first thought it had to do with a non-SSL or non -TLS and though I now get an error message when doing a simple bind without encryption, activating
2002 Apr 23
2
Rsync server on w2k with ssh
Help ! I am running rsync as a service on w2k successfully using the patch from http://v.iki.fi/~vherva/cygwin-rsync/ I would like to connect to the windows machine from Linux, to automatically backup the windows machine without user intervention. I understand that there are network problems using the native rsync transport under windows. How do I setup ssh with a w2k server? I have the ssh
2012 Oct 09
1
Asterisk 1.4.13 Now Available
The Asterisk Development Team has announced the release of libpri 1.4.13. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/libpri The release of libpri 1.4.13 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: * --- Outgoing
2017 Mar 06
2
Missing security tab samba 4.1.13
On Mon, 6 Mar 2017 19:10:11 +0100 Bart Coninckx <info at bitsandtricks.com> wrote: >   > Adding a pointer record for the server didn't help either. I am going > to test another Windows PC now to see if the problem exists there as > well. This is strange, don't think I have ever had this problem. Can you post the following files from the Samba AD DC: /etc/hosts