similar to: Rsync iconv (Cygwin) (file has vanished)

Displaying 20 results from an estimated 500 matches similar to: "Rsync iconv (Cygwin) (file has vanished)"

2008 Feb 20
3
OSX universal rsync
Hi All, Well, we compiled pre9 on an intel Mac running Tiger and now it does work on the machine. I need to see if that will now work on a PPC mac though. Hopefully it will but I am wondering if there is a way to compile and make a universal binary rsync for the Mac that will run on both, from my PPC Mac. Itried that yesterday with patch -p1 <patches/flags.diff patch -p1
2008 Feb 03
5
Compiling with --disable-iconv
I've been trying to compile 3.0.0pre8 under cygwin. I was getting a problem with the iconv functions which I think are related to the cygwin environment and its iconv.h. To bypass it I wanted to compile with the --disable-iconv function. I'm still getting the following errors during compile: /usr/src/rsync-3.0.0pre8/rsync.c:85: undefined reference to `_iconv_open'rsync.o: In
2004 Dec 27
2
Maildir owner importance
I have set up a directory (/var/local/virtualdir/) as the maildir with a special user/group (virtualmail) and in it I create directories for each domain (example1.tld, example2.tld etc) and sub dir's for each mailbox). Only at the moment, apart from the first one, they are all created as with user root as the owner. How important is to have all the directory tree owned by the same user group
2008 Feb 07
1
rsync error: protocol incompatibility (code 2) at rsync.c, using --iconv=. and (code 2) and rsync-3.0.0pre8
Dear List, Running rsync on our intradisk Xscale Arm BigEndian MiniServer (NAS) System is causing some problems running on special character files and crashing. Rsync is syncing running on a mounted samba share, syncing to the local disk. It is started with the parameters --iconv=. what I suggest is the solution for syncing the attached file. log output in /var/log/messages received request to
2006 Apr 10
3
SE estimates for treatment groups from nlme
I am wondering how to obtain SE estimates for fixed effects from a nonlinear mixed effects model? I have fixed effects corresponding to three factors A, B and C with 2, 3 and 3 levels respectively. I have fit a model of the following general form: nlme1<-nlme(y~ SasympOrig(x, Asym, lrc), data=df, fixed=list(Asym~A*B*C, lrc~A*B*C), start=c(fixef(ETR.nlme)[1], rep(0,17), fixef(ETR.nlme)[2],
2006 Jul 18
2
Using corStruct in nlme
I am having trouble fitting correlation structures within nlme. I would like to fit corCAR1, corGaus and corExp correlation structures to my data. I either get the error "step halving reduced below minimum in pnls step" or alternatively R crashes. My dataset is similar to the CO2 example in the nlme package. The one major difference is that in my case the 'conc' steps are
2008 Jan 23
2
Thought on large files
Hi There, I've been toying around with the code of rsync on and off for a while, and I had a thought that I would like some comments on. Its to do with very large files and disk space. One of the common uses of rsync is to use it as a backup program. A client connects to the rsync server, and sends over any changed files. If the client has very large files that have changed marginally,
2007 Oct 07
3
rsync error
Skipped content of type multipart/alternative-------------- next part -------------- Executing: rsync.exe -v -rlt --delete "/cygdrive/C/Documents and Settings/User/Local Settings/Application Data/Identities/{DFF16927-88E6-4EAA-A097-460B7E65289B}/Microsoft/Outlook Express/" "localhost::Backup/Outlook Express/" building file list ... done ./ Deleted Items.dbx rsync:
2006 Sep 11
1
scp files with ':' in filename
greetings, would it be a good idea to include within the scp man pages, how one would use scp to copy files which have the ' : ' character in the filename? a friend struggled a little trying to do this, discovered the answer on google, i thought it might be usefull to have in the man pages too. the solution was to use the files' full path so that scp recognised it as a file. please cc
2006 Aug 02
1
Can not rsync certain folders a second time
I am running a windows xp machine and running the latest version of rsync, i am using a naslite server that is the rsync server, when I run the following commands to copy data from my xp machine to my nas it will copy the data the first time but if i pick up email and then run the command again it will freeze with a error, But if i just use a folder that has say my downloads in and i alter a file
2018 Apr 25
5
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
Hello A 4.4% geomean codesize improvement is really impressive. That stuff is hard to come by, you usually have to nibble away at it bit at a time. I ran some codesize benchmarks we have and they were in the same ballpark. Some of these are quite small so had less opportunity for outlining, but the average was still over 3% with some as high as 9-10%. All the tests I ran were fine, although we
2008 Mar 23
3
Issue with rsync 3.0.0 and iconv
Hello there, I have a windows box (spanish locale, charset cp1252) which is backup to a linux server via rsync. Until now I've had problems with file names containing non us-ascii characters. Since the new stable version of rsync with support for iconv I've upgraded rsync on my linux (Debian) to 3.0.0 and also on my windows (cygwin, compiled from source). It works quite right, getting
2008 Mar 17
1
Shouldn''t should return true?
''cause it doesn''t... This is an issue for nested custom matchers, ie: module CRFT class RFT def initialize(args) blah end def matches?(target) "Yeah, baby!" end end def r_f_t(args) RFT.new(args) end end module CRLT class RLT include CRFT def initialize(args) blag end def matches?(target)
2009 Aug 04
5
Anyone actively using RLT for mobile phone forwarding?
Hello, We currently have a scenario where a large percentage of inbound calls on a telco PRI are intended for professors who aren't currently in their offices/at their desks. My question is, is anyone actively using the Asterisk "RLT" (Release Link Trunking) feature to bounce these sorts of calls back to the telco? The idea being to forward the call to their mobile phone without
2012 Dec 19
1
rsync without POSIX ACLs
Hi, I?m trying to rsync from an IBM SONAS, that has no POSIX ACLs. I thought that without the ?p flag, this should still work, and the destination will just inherit permissions, however, it doesn?t. My source directory on the SONAS looks like: ~$ ls -la /net/sonas/directory d--------- 2 user group 36 Oct 9 12:59 ./ d--------- 2 user group 36 Oct 9 12:59 ../ ---------- 2 user group
2009 Jun 01
2
Rsync spawning a child process when pulling files ?
Hi, I am using rsync 3.0.4 on a WinXP machine (with CygWin) to synchronize my files to a RedHat Linux server. Everything is working perfectly, but there is one thing I do not understand. Apparently there is a difference in pushing and pulling files with rsync. When I push my files to the server with this command, I see one rsync process on my WinXP machine, just as expected rsync -rlt -e
2016 May 03
4
Yet another filter question
Hello, Since the very first day I've been using rsync - some 15 years ago - the filtering rules caused great grieve. Their behaviour is just not the way I'd expect it be be and as I read the manpage. Usually I end up with some hand-written recipes, carefully documented,y including all the gotchas. This time however I failed and I see no other way than to ask for advice. Given the
2011 Sep 14
0
Permission problems on Win 7 x64
Hi, I have a major problem with permissions on files that are rsynced from Strato Hidrive to a local machine (Win 7 Ultimate x64 SP1 German). The permissions for the source file (e.g. an executable like: Xshell.exe) are: Everyone with Full control (inherited from the root of drive D:) Now I sync that file to the destination machine (Strato HiDrive) with:
2019 Jun 21
2
Linker option to dump dependency graph
Sorry, I didn't notice that you are asking not to me but to Fangrui. Please disregard my previous email. On Fri, Jun 21, 2019 at 9:08 PM Rui Ueyama <ruiu at google.com> wrote: > No I didn't. > > On Fri, Jun 21, 2019 at 10:52 AM Andrew Grieve via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Just wanted to check in on this - did your patches make it
2007 Nov 15
2
Two B-Channel Transfer (2BCT/TBCT) Trobule on DMS100 PRI
I have not been able to get two B-channel transfer to work on DMS100 PRI. I consistently get the following errors: [Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: ROSE RETURN ERROR: [Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: OPERATION: RLT_OPERATION_IND [Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: ERROR: RLT Not Allowed I have tried on two