similar to: Can the transliteration patch be added to the mainline code?

Displaying 20 results from an estimated 10000 matches similar to: "Can the transliteration patch be added to the mainline code?"

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.
2004 Apr 16
2
RSync on Windows 2003
Hello, I'm desperately trying to have a RSync server work on a Windows 2003 Standard Server. All the documentation available I have found applies to Windows NT/2000/XP I don't know whether 2003 works differently from the previous Windows. I have installed the cwrsync package. The RSyncServer Service is running fine under a user account named cwrsync. A successful Telnet on the port 873
2010 Mar 09
0
[LLVMdev] Transliteration (Asm2c)
Hello, I know that I can decompile (and translate to C) a x86 program via IDA and Hex-ray (http://www.hex-rays.com/compare.shtml) but for orthers architectures this program doesn't exist. So, I would like to know LLVM can convert from assembly language to C. This operation is named transliteration.... Do you know if the LLVM can do that via the JIT compiler? Is it possible to generate a C
2010 Mar 08
0
[LLVMdev] Transliteration
Hello Vikram and Chris, I know that I can decompile (and translate to C) an x86 program via IDA and Hex-ray (http://www.hex-rays.com/compare.shtml) but for the n64 this program doesn't exist. So, I would like to write this decompiler (N64 to asm/mips to C). This operation is named transliteration.... Do you know if the LLVM can do that via the JIT compiler ( = asm to C conversion)? Is it
2006 Jan 30
2
cwrsync server 2.0.4 / winxp / ownership problems?
Hi all! We're using cwrsync server 2.0.4 on winxp to keep files up to date between some operator machines. Whenever I run rsync to send files to another machine, the read-only flag gets set. The cwrsync user was created (the install is completely standard)... so I'm thinking it might have something to do with that. Here's my rsyncd.conf: use chroot = false strict modes = false
2004 Jan 15
1
Ownership lost: linux -> windows -> linux
Hi, I have a problem of loss of file ownership with rsync. For some odd reasons, I have to use a windows machine as rsync server, and to backup/restore a filesystem from/to a linux client. All files in my linux filesystem are owned by root, with gid root. If I save the files onto the windows rsync server from linux using rsync, and then restore them back to linux, the ownership for all files
2004 Jun 16
2
real Newbie query sorry!
Hi as I'm a real newbie to rsync I'd better apoligise if this is 'old hat'. I'm trying to get to grips with rsync and I've set up rysnc as a server on a redhat 8 linux pc using a simple rsyncd.conf I then tried to list some files placed in the rsync server by using a commandline shell to this server. I've called the server 'server'. But for some reason I
2004 Oct 04
2
cwRsync- chdir failed, server 2003
I'm having prolems with cwRsync on server 2003. I'm getting pretty much identical results to this from the archive: http://lists.samba.org/archive/rsync/2004-April/009187.html, and as far as I can see the only suggestion there was to check permissions. I have one further complication too- I'm trying to sync a remote server on to a vmware virtual disk that I've mounted using the
2013 May 27
1
Platform variations with --exclude-from
On Linux, an rsync command and exclude_file contents of: # cat exclude_file /etc/alsa # rsync -a --delete --delete-excluded --exclude-from=exclude_file /etc server::module properly excludes /etc/alsa but not any file within /etc's directories that is named alsa. On Windows I don't seem to be able to reliably emulate this: C:\Scripts\Backup\rsyncd>type rsyncd_exclude
2006 Feb 14
1
rsync command: help with windows -> unix
Hi folks, I have a win2k acting as rsync client (I installed cwrsync) and FreeBSD 5.4 acting as rsync server and I'm having trouble with basic usage. ------------------------------ My /etc/rsyncd.conf: log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [antec_win2k_mike] path = /vol3/antec_win2k_mike uid = nobody gid = nobody read only
2006 Mar 01
3
Help understanding rsync and cwrsync
Hi all, we are just beginning to dive into rsync. I have limited experience with just playing around with the examples and reading all the docs that I can. I just read an interesting post from a developer that mentions cwrsync is a minimalistic rsync and thus things like permissions are not transfered, the post was from 2004. Here are my questions Windows (cw)Rsync Client --> Linux Rsync
2006 Jul 19
1
Cwrsync ... mkdir permission denied
Hi, I have a little problem with Cwrsync. I don't know if one of you has already use it but I don't understand why rsync can't create directories. The next error is dislpayed : "rsync: recv_generator: mkdir "/*****" <in *****> failed: Permission denied <13>" I use a remote rsync server launched with rsync --daemon. I created a module pointing to the
2004 Mar 26
1
rsync/cwsync dir spaces on the path
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi: First let me say that rsync/cwrsync is amazing ! And sorry ! if I'm bothering you with this question... I need to sync my work files from the WinXP Pro machine to our Solaris one... so far so fine.. My problem is when I specify the path on the rsyncd.conf (cwrsync) I have tried many combinations from:
2004 Aug 06
1
cwRsync, Windows-2000, use of 'auth users': not working .... shou ld it?
ENVIRONMENT: RSync client: Sun Solaris 8 running 'rsync' version 2.4.6 RSync server: Windows-2000 running 'rsync' version 2.6.0 (cwRsync) I'm trying RSYNC files from the Sun server to a Windows 200 server (Why Unix-->Windows? Because the Windows box has gobs of unused disk space and the Unix box is strapped for it) and am having problems with
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
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.
2004 Oct 06
0
IO error encountered - skipping file deletion
Hello list, I'm posting some info here hoping it might help some others. I searched around a bit before I guessed (correctly) at the cause of my problem. I'm currently using cwrsync (rsync 2.6.2) to backup data from a Windows XP machine to a Windows 2000 machine. Unfortunately the boss won't let me use Linux here. My process worked fine for at least a month but recently had started
2004 Dec 29
1
Permission problems running rsync as a Windows service
I've spent a long time searching the archives and can't find a solution to my problem- apologies if I've missed it. I've been running rsync absolutely fine for a couple of months on Win2K server using Win2K & WinXP clients with a 'regular' service installation using cygrunsrv (below). It works excellently except that all the files transferred by rsync have the
2005 Jun 07
1
Hard links revisited
I can't seem to get the hardlinks to work in windows via --link-dest. It just refuses to find the files in the directory and make a hard link. Here's the setup. -I run 2 rsyncs from batch files called sync.bat and sync2.bat. -I'm connected to the server via a mapped network drive, we'll call it 'z'. -I then run the client, on the destination, once to pull the data
2008 Mar 17
3
rsync Windows UNC
Hello, I try to backup files from a NAS to our backup-server using rsync. The NAS itself is not able to run rsync. Therefore I installed rsyncd (cwrsync 2.1.1) on a windowsserver which has access to the NAS. I configured the rsyncd like this: [nspPR53_so2] path = /172.21.87.9/nspPR53_so/material/doc read only = true transfer logging = yes When connecting with the client I get the error