Re: [gt-user] Help plz! I got trapped in the "globus-gridftp-server: symbol lookup error"

2018-07-19 Thread Michael Link
You seem to be mixing packages from the Globus repository and the epel repository. To prevent this, you should install yum-plugin-priorities to prefer the Globus repository for all Globus packages. Mike On 7/18/2018 10:48 PM, Wang Jiaxiang wrote: Hi everybody, I got a problem when I tested

Re: [gt-user] Using GridFTP on Windows hosts

2017-09-26 Thread Michael Link
ent: an invalid value for url was used > > What am I missing here? Yes, I have OpenSSH installed on Cygwin: > > hugo.hernandez@cygwin ~ > $ ssh -V > OpenSSH_7.5p1, OpenSSL 1.0.2k 26 Jan 2017 > > ...and I'm able to reach the GridFTP DTN via SSH. Help appreciated! &

Re: [gt-user] Using GridFTP on Windows hosts

2017-09-21 Thread Michael Link
t; hugo.hernan...@fda.hhs.gov|www.engilitycorp.com > > > -----Original Message- > From: gt-user [mailto:gt-user-boun...@lists.globus.org] On Behalf Of Michael > Link > Sent: Wednesday, September 20, 2017 3:48 PM > To: gt-user@lists.globus.org > Subject: Re: [gt-

Re: [gt-user] Using GridFTP on Windows hosts

2017-09-20 Thread Michael Link
In order to run most of the commands from the mingw build, you'll need to add lib, and lib/bin to the PATH, or copy *.dll to the bin directory. However, sshftp will not work with the mingw client builds. sshftp requires executing a local ssh command and streaming the GridFTP connection over

Re: [gt-user] hardlinks in same transfer dir

2017-02-21 Thread Michael Link
Hi Greg, It isn't possible -- hard links are read and created as normal files by the Globus tools. Mike On 2/18/2017 7:59 PM, greg whynott wrote: > Hello, > > Is there a method to exclude hardlinks from being transferred which > exist within the data set to be transferred, yet are recreated on

Re: [gt-user] trust roots in Mac OS

2016-01-26 Thread Michael Link
Jim's guess was right, though it isn't readily apparent. We build the Mac GT binaries to the 10.6 SDK, which includes openssl 0.9.8. (You can see in the error that it's not using El Capitan's standard version:

Re: [gt-user] GridFTP CEDPS Logging format

2016-01-26 Thread Michael Link
Hi Jim, I thought we had toolkit.globus.org hosted copies of those docs, but I can't find them. This works: https://web.archive.org/web/20110912011359/http://www.cedps.net/index.php/LoggingBestPractices Mike On 1/26/2016 8:50 AM, Basney, Jim wrote: > Hi, > > I'm looking for a reference on the

Re: [gt-user] Fallback to file DSI in custom DSI?

2016-01-26 Thread Michael Link
That's a reasonable thing to try. I'm not aware of any example projects that have done it. I don't see any problems with it off hand, as long as you take care to avoid both dsi's returning calls for a single op. I think you'd need to load the file dsi within your dsi, in order to get the

Re: [gt-user] EPEL vs Globus repository

2015-02-16 Thread Michael Link
The Globus package repo is maintained by Globus and will always contain the latest released Globus packages. Globus also maintains unstable and testing package repos. The EPEL pacakges are maintained by a cooperative 3rd party, and can include patches that have not yet been approved by

Re: [gt-user] Transfer stats: format

2014-09-16 Thread Michael Link
Hi Brock, It appears that the second log you show is missing the middle. We don't log a 'HOSTS' entry, so I believe that 'S' is the end of NBYTES. However, I'm not aware of a bug like that or how that might happen. How often do you see these corrupted or incomplete entries? Do you detect

Re: [gt-user] GT 5.2.5 with UDT

2013-12-11 Thread Michael Link
Hi Fabio, The libraries we depend on on CentOS 6 are a lower version than we have tested with. I believe they can be made to work though. If that is the case we should be able to release something within a few weeks. Mike On 12/11/2013 1:37 PM, Fabio Moreira wrote: Hi Joe, I´m using

Re: [gt-user] Problem with Pipelining and LOSF

2013-12-11 Thread Michael Link
Hi Fabio, That sounds to me like a globus-url-copy aborting the connection due to inactivty. Try -stall-timeout 0. Mike On 12/10/2013 7:24 PM, Fabio Moreira wrote: Hi, I'm facing a problem while transfering LOSF (Lots Of Small Files) with pipelining through a WAN with high latency and a

Re: [gt-user] GT 5.2.5 with UDT

2013-12-11 Thread Michael Link
On Dec 11, 2013, at 4:01 PM, Michael Link ml...@mcs.anl.gov wrote: For the UDT driver alone, yes. The UDT driver as an rpm has only just been released, so we wanted to make it available on the set of hosts with dependencies known to be good. We hope to add to the list of supported distros

Re: [gt-user] Problem transferring large files

2013-10-15 Thread Michael Link
, Fabio de Souza On Tue, Sep 24, 2013 at 6:01 PM, Michael Link ml...@mcs.anl.gov mailto:ml...@mcs.anl.gov wrote: Transfers using 2811 always succeed and transfers to 6969 always fail? That is very strange if they have identical configurations

Re: [gt-user] Problem transferring large files

2013-09-24 Thread Michael Link
running CentOS 6.4 and both with Globus 5.2.4. Besides that, there are no difference between them. On Mon, Sep 23, 2013 at 2:48 PM, Michael Link ml...@mcs.anl.gov mailto:ml...@mcs.anl.gov wrote: What is different about the two servers in terms of software versions, configuration, etc

Re: [gt-user] Problem transferring large files

2013-09-23 Thread Michael Link
What is different about the two servers in terms of software versions, configuration, etc? Mike On 9/20/2013 1:06 PM, Fábio Moreira wrote: Hi, I´m facing a big problem while transferring files bigger than 100GB. When I transfer the way bellow, a message of end-of-file appears in the middle

Re: [gt-user] Problems with GridFTP

2013-04-27 Thread Michael Link
Hi Saurabh, The UDT driver isn't currently available as an rpm, it must be built from the source installer. The error is incorrect and is actually due to the driver not being found. Mike On 4/24/2013 11:36 PM, S Barve wrote: Hi, We have configured and installed a Linux CentOS 6.4 server

Re: [gt-user] GridFTP two different operations with a single handle

2013-04-11 Thread Michael Link
If you check the result of globus_ftp_client_operationattr_set_mode, you'll see that ASCII and MODE E are not compatible, so it isn't set. Pipelining requires MODE E. In general you should use different attrs for unrelated operations. Use globus_ftp_client_handleattr_set_cache_all to reuse

Re: [gt-user] Unable to read/write more than a particular size of file ( ~100kb )

2012-07-13 Thread Michael Link
Hello, You should wait for eof in data_callback_read in addition to done_cb before setting monitor.done. It is very possible to get done_cb before the final data_callback_read. Mike On 6/25/2012 4:26 AM, shobhit puri wrote: Hello I hope you are doing well. I am unable to read/write any

Re: [gt-user] Broken Pipe while using globus-dir-copy

2012-06-22 Thread Michael Link
The correct set of -src-pipe and -dst-pipe commands will work when run locally like this: src-pipe | dst-pipe The job of the src-pipe command is to produce output to stdout, and the job of the dst-pipe command is to consume input from stdin. Your comment that the src-pipe command is

Re: [gt-user] Patch to build GT5.2.1 grdiftp on Solaris 10

2012-05-31 Thread Michael Link
It was just a placeholder, so that is fine. In 5.2.2 it won't be empty. Mike On 5/25/2012 1:46 PM, Stuart Anderson wrote: Here is a small patch I found necessary to build gridftp from GT5.2.1 on Solaris 10 using vendorcc64dbg. It simply comments out an empty (and apparently unused) typedef.

Re: [gt-user] General issue about IPv6 preference in Globus.

2012-04-17 Thread Michael Link
Hi Sebastian, There is currently no way to enable ipv6 in the globus_ftp_client or globus_io except via the api. I'll add environment variables separately to enable ftp client ipv6 support and globus_io ipv6 support. This will be available after the upcoming 5.2.1 release. Mike On

Re: [gt-user] Requesting STAT listing of a file from remote server using Globus FTP client API

2012-04-17 Thread Michael Link
You have globus_byte_t **stat_buffer; globus_size_t *stat_buffer_length; which should be globus_byte_t *stat_buffer; globus_size_t stat_buffer_length; and you then pass the address of those var to globus_ftp_client_stat using : globus_ftp_client_stat(handle, url, attr,

Re: [gt-user] [gt-dev] Globus Toolkit 5.2.0 is now available

2011-12-16 Thread Michael Link
On 12/15/2011 6:31 PM, Graham Jenkins wrote: On Thu, 2011-12-15 at 12:08 -0600, Stuart Martin wrote: On behalf of the Globus Toolkit development team, I am pleased to announce the production release of Globus Toolkit (GT) 5.2. I've been playing with this today on a 32-bit Ubuntu 11:10 machine

Re: [gt-user] Bug in globus_rsl_parser.y

2010-09-21 Thread Michael Link
have never guessed that! I'm just don't understand why my code worked without it for the past 2 years and with various Globus versions. Did you make any changes to the GRAM client code? Cheers, Ole On Sep 20, 2010, at 1:31 PM, Michael Link wrote: Hey Ole, Did you activate GLOBUS_RSL_MODULE

Re: [gt-user] globus_ftp_client_chmod() doesn't work?

2010-09-21 Thread Michael Link
Is that it from the debug log? You should see the chmod command and response. If you are able to install the test package ('make globus_ftp_client_test' from installer), there is a chmod test in $GLOBUS_LOCATION/test/globus_ftp_client_test/ globus-ftp-client-chmod-test -p -A 0644 -s url

Re: [gt-user] Bug in globus_rsl_parser.y

2010-09-20 Thread Michael Link
Hey Ole, Did you activate GLOBUS_RSL_MODULE [globus_module_activate(GLOBUS_RSL_MODULE)]? If you did, I don't see how that mutex wouldn't be initialized unless there is other memory corruption involved. Mike On Mon 9/20/2010 12:28 PM, Ole Weidner wrote: Hi, I'm using the GRAM C API to

Re: [gt-user] Stripe mode over multiple links between two servers

2010-08-31 Thread Michael Link
- *From*: Michael Link ml...@mcs.anl.gov mailto:michael%20link%20%3cml...@mcs.anl.gov%3e *To*: Hoot Thompson h...@ptpnow.com mailto:hoot%20thompson%20%3ch...@ptpnow.com%3e *Cc*: Prakash Velayutham prakash.velayut...@cchmc.org mailto:prakash%20velayutham%20%3cprakash.velayut...@cchmc.org%3e, gt

Re: [gt-user] Stripe mode over multiple links between two servers

2010-08-31 Thread Michael Link
You would need root at some point to change the ownership of the files to root and move them to the right place, but the actual request generation doesn't need to be run as root. Mike On Tue 8/31/2010 2:34 PM, Hoot Thompson wrote: Before redoing everything let me ask a more fundamental

Re: [gt-user] Stripe mode over multiple links between two servers

2010-08-31 Thread Michael Link
PM, Hoot Thompson wrote: I've been doing that as sudo. -Original Message- From: Michael Link [mailto:ml...@mcs.anl.gov] Sent: Tuesday, August 31, 2010 3:44 PM To: Hoot Thompson Cc: Prakash Velayutham; gt-user@lists.globus.org Subject: Re: [gt-user] Stripe mode over multiple links between

Re: [gt-user] Stripe mode over multiple links between two servers

2010-08-27 Thread Michael Link
On Fri 8/27/2010 7:27 AM, Hoot Thompson wrote: Perhaps I'm making this too hard. I follow these instructions. Chapter 2. Configuring 1. Configure SimpleCA for multiple machines So far, you have a single machine configured with SimpleCA certificates. Recall that in Section 2.5, “Confirm

Re: [gt-user] problems with sshftp

2010-02-02 Thread Michael Link
Hey Dan, openssh changed something in the newer releases that breaks 4.2.1. You need these updates on the server machine: https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=6601 Mike On 2/2/2010 2:07 PM, Dan Gunter wrote: Hi, I am trying to run sshftp using gridftp 4.2.1 using

Re: [gt-user] Problem with globus-url-copy

2009-12-07 Thread Michael Link
Both errors show clock skew problems. Fix that and see if you still have issues. Mike cmasmas cmasmas wrote: Hello everybody: I'm trying to make gridftp work on two nodes, called GTMaster and CFrontend (GTMaster is the upstream for CFrontend). Could anyone help me with this, please?

Re: [gt-user] Problem with globus-url-copy

2009-12-07 Thread Michael Link
there! Now, the problem is half-solved. Now globus-url-copy works fine between GTMaster and CFrontend. The point is that I have another node that also has GTMaster as upstream. Clock and timezone are set up correctly, but still have clock skew problem. Any ideas please? 2009/12/7 Michael Link ml

Re: [gt-user] GridFTP: Authorization denied due to name mismatch

2009-01-30 Thread Michael Link
There is no reason to use the -s option for your example. You would only use that value for -s if the server were running under your own personal credentials. Normally the server is run under host credentials as in your example. Mike Soumyadeep nandi wrote: Hi, To transfer files using