Displaying 20 results from an estimated 8000 matches similar to: "how to make rsync avoid inputting a password?"
2011 Apr 27
2
Rsync 3 from rpmforge
My brain must be on knots somehow.
I try to install rsync 3.x, which I know is in rpmforge repo for my
architecture:
https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22214
http://packages.sw.be/rsync/
But yum does not find it, however I try.
I have installed yum-priorities. Rpmforge is low priority. But still...
yum erase rsync # erase v2.6 from base repo
yum --disablerepo=\*
2008 Aug 07
1
package.skeleton does invalide regular name, bis... (PR#12020)
Hi the list,
I guess I find an other bug (the first one is at the end off this mail)
in package.skeleton. It occurs when we give as code_file some file that
are not in the current directories.
If we give a single file to code_file (like code_file=3D"riri/fifi.R"),
it does not reconize fifi.R as a regular name and change it to
riri/zfifi.R
If we give several file to code_file (like
2007 Nov 07
2
dates
Dear R users,
I am just starting with R and am currently needing a lot of help! Sorry if
I disturb you and thank you for your answers!!!
Here goes my question: How do I make R reconize my date columns as dates?
When I "summary" my table, the levels of my date column are completely out
of order.
Thank you again for this tip,
Marcia
--
View this message in context:
2007 Apr 24
2
(no subject)
I wanna display some data which there are subsets of a dataframe called "don" but there are errors like this
> L=as.numeric(levels(factor(don$Id_Cara)))
> for(i in L){
+ donC(i)=subset(don, Id_Cara == i, select = c( Id_TrT1, Id_Geno, Id_Rep, Val_O))
+ donC(i)
+ }
Erreur dans donC(i) = subset(don, Id_Cara == i, select = c(Id_TrT1, Id_Geno, :
impossible de trouver la
2010 Feb 05
1
Updating rsync version installed to new release
Hi, I have rsync 3.0.1 installed on Fedora 9 distribution.
I want to update rsync to it's new release which is 3.0.7.
I am not exactly sure how to proceed...
I saw some source code tar files on rsync home page, but I am not too sure
what to do with those.
The Linux machine I mention has no internet access.
If somebody can provide a set of instructions on how to update rsyn to a
newer
2013 Dec 21
1
How to set different permissions on target
Hi all,
Ok, I'm attempting to rsync a large datastore (email), and want to
change the ownership of the target directories and files.
I saw the --chmod option in man rsync, but didn't see a --chown option...
What I'd like to do is something like:
rsync -avHP --chown vmail:vmail /mnt/old-mail/ /var/vmail/mail/
So the ownership of all dirs and file on the target are vmail:vmail
2007 Nov 19
1
Detecting reason for rsync errors
Hello guys!
I'm doing a middle scale backup job using ccollect [0], which uses
rsyn, with about 50 servers, each about 1-10 GiB changes per day and have
some problems, that servers do not finish their backup completly:
[host1.backup] Read from remote host host1.backup: Connection reset by peer
[host1.backup] rsync: connection unexpectedly closed (41306592 bytes received so far) [receiver]
2008 Nov 30
7
wxComboBox and wxTE_PROCESS_ENTER
Hi all,
i am trying to use wxComboBox (instead of wxChoice) to capture
wxTE_PROCESS_ENTER event.
If i enable TE_PROCESS_ENTER flag on the resulting xrc file, i get an
''Unknown style flag wxTE_PROCESS_ENTER'' on app loading.
Probably wxComboBox doesn''t reconize this kind of event.
How do i catch this event for the wxComboBox widget?
Thank you all.
bio.
2007 Apr 23
1
can''t format my VM
hello everybody ,
I''ve a new problem !!!!!
When i create a new DOMU, the installer can''t format the Virtual Disk...
however, the qemu disk is reconize by the OS (etch stable) but it blocs
during the ext3 creation...
It ''s the same thing when i use automatic or custum formating partition....
I create my disk img like this:
dd if=/dev/zero of=/../../../debian.img
2006 Feb 27
2
Tried to load a theme, didn't work. No error message.
I searched every wine forum and wiki I could find, but there's no
information on wine theming.
I downloaded an *.msstyles file, and opened it with winecfg (Desktop
Integration->Install theme...). Nothing changed. The style I selected
didn't even get added to the list - the only option is still "(No
Theme)". There was no error message.
wine 0.9.8
This is the style I tried:
2002 Feb 12
4
Rsync with script
Hi,
I am trying to mirror a server every night using rsync. I have to backup
multiple directories and multiple individual files. I also want to use ssh
as transport.
The problem is that I cannot get ssh to work without asking password for
each step. I tried the public key thing but it doesnt work.
Can some one give instructions for a layman like me.
Also I want to know how to pass argument to
2003 Jul 24
5
Power Users - Is it possible?
Is it possible to have 2000 windows machines reconize Domain Users under
the local Power Users group? Right now I'm using samba 3beta3. Do I
need kerberos support compiled in? Thanks for your help
Jason
2017 Jan 13
1
Rsync tries to access unnecessary files/dirs after chrooting itself.
Hi.
While debugging some encfs errors in the logs, I realized they are
being generated because rsync (chrooted inside a encfs file system,
--reverse) is trying to access files like: /root/.popt, /etc/localtime
etc. This doesn't seem to be related to ID-name mapping as I already
have numeric ids enabled in config. Here is the relevant strace
output:
[pid 25549] chroot("/chroot")
2005 Sep 17
3
mirror combined with 7 day incremental backup
Hello,
I'm trying to figure out how to keep a mirror and 7 day incremental
backup between to 2 mount points.
I want to rsync everything from /mnt/production/ to
/mnt/backup/production/ on the same server.
Nothing fancy.
But ,
I Want to utilize the --delete option for files that no longer exist on
/mnt/production/ that have been on /mnt/backup/production/ for longer
then 7 days.
I
2010 Nov 29
3
Help Please!!!!!!!!!
Hi,
I have been working with Program R for my stats class and I keep coming upon
the same error, I have read so many sites about inputting data from a text
file into R and I'm using the data to do a correspondence analysis. I feel
like I have read everything and it is still not explaining why the error
message keeps coming up, I have used the exact examples I have seen in
articles and the
2005 Sep 07
1
Avoid Sweave from stopping on errors
Hi all,
Is there an option in Sweave to avoid it from stopping on a code chunk with an
error? (I purposefully want to include code with an error in class notes.)
I suspect the answer is "no" and that I will be pointed to options("error").
That'd be fine, but which error parameter will just "do nothing" in case of
an error?
Thanks in advance!
--
Vincent
2008 Apr 12
4
HOW TO AVOID LOOPS
> Looking for a simple, effective a minimum execution time solution.
>
> For a vector as:
>
> c(0,0,1,0,1,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1)
>
To transform it to the following vector without using any loops:
> (0,0,1,0,1,2,3,0,0,1,2,0,1,0,1,2,3,4,5,6)
>
Appreciate any suggetions.
[[alternative HTML version deleted]]
2006 Mar 15
2
Still getting a generator hang on 2.6.7
I've gotten around to testing the generator hang bug using stunnel
under 2.6.7, and I still occasionally get the same problem. It
seems to be around 50% of the time. Here's some strace output from the
generator and receiver from two runs, one where the generator exits
properly, and one where it doesn't. Run 2 hangs indefinately.
Run 1
Generator:
Process 14581 attached - interrupt
2009 Nov 22
1
Input file format to Anova from car package
Dear list member,
My question is related to input file format to an Anova from car package.
Here is an example of what I did:
My file format is like this (and I dislike the idea that I will need
to recode it):
Hormone day Block Treatment Plant Diameter High N.Leaves
SH 23 1 1 1 3.19 25.3 2
SH 23 1 1 2 3.42 5.5 1
SH 23 1 2 1 2.19 5.2 2
SH 23 1 2 2 2.17 7.6 2
CH 23 1 1 1 3.64 6.5 2
CH 23 1 1 2
2007 Sep 05
0
(no subject)
what is generator hang?
when did this situation happend?
thank you.
=20
Best Regards
---------------------------------------------
yhhuang =BB=C6=D3=C2=BB=D4
Server Dept.
TeleNav Shanghai Inc.
Tel:(21)6337 2220 ext 8651
www.telenav.com
-----=D3=CA=BC=FE=D4=AD=BC=FE-----
=B7=A2=BC=FE=C8=CB: rsync-bounces+yhhuang=3Dtelenav.cn@lists.samba.org =