Hello,

There are two places to first look for a source of the problem:

1) Double check that the command line for rsync is correctly formatted. If it 
has worked in the past before, this might by why it fails now. You can send the 
command string if you would like for us to confirm the syntax. 

Examples of correctly formatted command strings (most directories on the 
Downloads server will have an example specific to that location in the 
README.txt file:

From http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/README.txt

Using an rsync command to download the entire directory:
    rsync -avzP rsync://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/ .
For a single file, e.g. gc5Base.txt.gz
    rsync -avzP 
        rsync://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/gc5Base.txt.gz 
.

2) There could be a block in place at your end preventing the connection 
(perhaps new). Your system administrator would be a good person to ask.

Hopefully this helps to find a solution,
Jennifer


------------------------------------------------ 
Jennifer Jackson 
UCSC Genome Bioinformatics Group 

----- "林淑娟" <[email protected]> wrote:

> From: "林淑娟" <[email protected]>
> To: [email protected]
> Cc: "黃政維" <[email protected]>
> Sent: Thursday, January 21, 2010 12:55:52 AM GMT -08:00 US/Canada Pacific
> Subject: [Genome] rsync problem
>
> hello,
> 
> We have build a UCSC mirror site. We use rsync to update all our data.
> But we get the error message. 
> 
> The error message is below :
> @ERROR: access denied to mysql from unknown (140.109.54.2)
> 
> Our IP is 140.109.54.2. Can you give us any recommendation or help.
> Thank you.
> _______________________________________________
> Genome maillist  -  [email protected]
> https://lists.soe.ucsc.edu/mailman/listinfo/genome

_______________________________________________
Genome maillist  -  [email protected]
https://lists.soe.ucsc.edu/mailman/listinfo/genome

Reply via email to