search for: marya

Displaying 9 results from an estimated 9 matches for "marya".

Did you mean: maria
2009 Jul 09
6
rdiscount Deadlock !
...migrate for gitorious wants rdiscount = 1.3.1.1 -------------------------------------------- root@dcb0:/opt/gitorious# rake db:migrate (in /opt/gitorious) Missing these required gems: rdiscount = 1.3.1.1 You''re running: ruby 1.8.7.72 at /opt/ruby/bin/ruby rubygems 1.3.2 at /home/marya/.gem/ruby/1.8, /opt/ruby/lib/ruby/gems/1.8 -------------------------------------------- is there someway to bypass version check ? i tried to make symlink of rdiscount-1.3.4 to rdiscount-1.3.1.1 and upadted rdiscount.gemspec with ver 1.3.1.1 but still rake db:migrate gives error for rdiscount-1....
2004 Dec 06
1
port and double-colon
...ost.domain: Can't assign requested address (49) rsync error: error in socket IO (code 10) at clientserver.c(94) And --port=873 cannot be used in client mode now. I made a small sample patch. (Sorry, I didn't make a patch to the manual.) -- Yes, I'm in panic. Shinichi Maruyama (marya@st.jip.co.jp) -------------- next part -------------- Index: clientserver.c =================================================================== RCS file: /cvsroot/rsync/clientserver.c,v retrieving revision 1.132 diff -u -r1.132 clientserver.c --- clientserver.c 27 Nov 2004 18:24:12 -0000 1.132 +++...
2010 Feb 26
3
--progress (without file names)
I am wondering if there is an option which is similar to --progress that will not display the file names. A percentage indicator would be fine. There is some related discussion at the following URL : http://lists.samba.org/archive/rsync/2004-March/008998.html Any replies regarding ways to achieve this kind of output are welcomed. In addition, a reply like "sorry not supported yet"
2002 Sep 30
2
[PATCH] Allow "ProxyCommand none" in ssh_config
Hi! As discussed in the thread "Question regarding patch for ProxyCommand setting". The patch is rather straight forward; maybe it would be a good idea to improve it in a way that it uses a list of string options that may have a "none" value to reset it to NULL. Ciao Thomas -------------- next part -------------- Index: readconf.c
2002 Oct 22
0
pruning old files
...To: rsync@lists.samba.org cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: Re: pruning old files Classification: On Tue, Oct 22, 2002 at 08:34:42AM +0200, Michael Salmon wrote: > On Tuesday, October 22, 2002 09:46:36 AM +0900 Shinichi Maruyama > <marya@st.jip.co.jp> wrote: > +------ > | > | jw> In the past i found that using find was quite good for this. > | jw> Use touch to create a file with a mod_time just before you > | jw> started the last sync. Then from inside $src run > | jw> find . -new...
2010 Jan 06
3
Query live connections?
Hi All, I was hoping someone would know the answer to this question I had... I know the rsync daemon has the "Max connections" module, which works great. However, I was wondering if there was a good way for me to: 1: Query rsync to get the number of live connections it thinks it has? 2: Or better yet, how does rsync itself check for the number of connections? I'm trying to
2000 Nov 29
0
Snapshot
...9;primes' to 'primes.out' for consistancy sake. It has no affect the output. Patch by Corinna Vinschen <vinschen at redhat.com> - (stevek) Reworked progname support. - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by Shinichi Maruyama <marya at st.jip.co.jp> 20001116 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO releases. - (bal) Make builds work outside of source tree. Patch by Mark D. Roth <roth at feep.net> Regards, Damien Miller -- | ``We've all heard that a million monkeys ban...
2004 Feb 10
3
rsync 2.6.1cvs dumps core when preserve_hard_links and backup
...file->link_u.links (and also file->F_HLINDEX) has some values, but no meanings because it's only an union with file->link_u.idev. It may be if (!kept && preserve_hard_links && file->u.link) { or some ? -- Yes, I'm in panic. Shinichi Maruyama (marya@st.jip.co.jp)
2002 Oct 21
4
Any work-around for very large number of files yet?
Yes, I've read the FAQ, just hoping for a boon... I'm in the process of relocating a large amount of data from one nfs server to another (Network Appliance filers). The process I've been using is to nfs mount both source and destination to a server (solaris8) and simply use rsync -a /source/ /dest . It works great except for the few that have > 10 million files. On these I get