Hi, Thanks for help, the "logging" work fine now. The problem with the server going down after finishing the first connection was caused by the "debug" option which now I saw in the documentation that forces the server to run w/o "-fork" enabled. Anyway it works fine now.
Thanks, Silviu Michael Link <[EMAIL PROTECTED]> wrote: The IPC error can be ignored if operation is otherwise successful. It is normal for forked operation -- each connection forks a new process which exits after the connection finishes. The log_unique option creates the log filename by simply concatenating the argument and gridftp.pid.log, so you just need to add a trailing /. It works this way so you can set a custom prefix for the log filename -- for instance, you can set a frontend to log at /var/log/gridftp/fronend- and a backend to log at /var/log/gridftp/backend- and the resulting log files will be named frontend-gridftp.pid.log and backend-gridftp.pid.log. Mike Silviu Popescu wrote: > Hello, > > Sorry, now I see it, it's my stupid mistake. > I have another problem now. > After I finish a globus-url-copy transfer the server goes down. Why is > that ? > In the log file I can see : > > [6083] Thu Jan 24 11:53:30 2008 :: IPC ERROR: > globus_xio: An end of file occurred > > /var/log/gridftpgridftp.6083.log (END) > > And I don't understand why the log files are still created in /var/log/ > dir when I specified a log directory in the > $GLOBUS_LOCATION/etc/gridftp.conf file > > [12:06:[EMAIL PROTECTED] cat > /usr/local/globus4.0.5/etc/gridftp.conf > log_unique /var/log/gridftp > port 2811 > banner "Welcome to silviup-laptop!" > single 0 > fork 1 > debug 1 > > Good day, > Silviu > > > > */Michael Link /* wrote: > > This error is the desktop trying to connect to the laptop. Whatever the > name was before you edited it, the desktop can't resolve it. > > 530 530-Login incorrect. : globus_xio: Unable to connect to > silviu-laptop:6000 > 530-globus_xio: globus_libc_getaddrinfo failed. > 530-globus_common: Name or service not known > > Mike > > Silviu Popescu wrote: > > Yes, the spelling error is only in the e-mail. > > > > */Raj Kettimuthu /* wrote: > > > > So, do you still get this error? > > > > On Tue, 22 Jan 2008, Silviu Popescu wrote: > > > > > Thanks, I've misspelled when I wrote the e-mail but that's not > > the problem :). > > > > > > Raj Kettimuthu wrote: You have a typo. > > > > #globus-gridftp-server -p 7000 -r > > silviu-desktop:5000,silviu-laptop:6000 > > > > > > you have 'silviu-laptop:6000'. it should be 'silviup-laptop:6000' > > > > > > Raj > > > > > > On Tue, 22 Jan 2008, Silviu Popescu wrote: > > > > > > > Hi, > > > > > > > > I am trying to make a stripe transfer for testing purpose. > > > > I have 2 machines silviu-desktop & silviup-laptop. > > > > On silviu-desktop I've started: > > > > #globus-gridftp-server -p 5000 -dn > > > > On silviup-laptop: > > > > #globus-gridftp-server -p 6000 -dn > > > > #globus-gridftp-server -p 7000 -r > > silviu-desktop:5000,silviu-laptop:6000 > > > > > > > > I tried to make a striped globus-url-copy transfer and I > > receive the error bellow : > > > > > > > > [18:07:[EMAIL PROTECTED] globus-url-copy -vb -dbg > > -stripe gsiftp://silviup-laptop:7000/silviup/text > > file:///home/silviup/zh > > > > Source: gsiftp://silviup-laptop:7000/silviup/ > > > > Dest: file:///home/silviup/ > > > > text -> zh > > > > debug: starting to get gsiftp://silviup-laptop:7000/silviup/text > > > > debug: connecting to gsiftp://silviup-laptop:7000/silviup/text > > > > debug: response from gsiftp://silviup-laptop:7000/silviup/text: > > > > 220 Welcome to silviup-laptop! > > > > > > > > debug: authenticating with > > gsiftp://silviup-laptop:7000/silviup/text > > > > debug: response from gsiftp://silviup-laptop:7000/silviup/text: > > inst > > > > 530-Login incorrect. : globus_xio: Unable to connect to > > silviu-laptop:6000 > > > > 530-globus_xio: globus_libc_getaddrinfo failed. > > > > 530-globus_common: Name or service not known > > > > 530 End. > > > > > > > > debug: fault on connection to > > gsiftp://silviup-laptop:7000/silviup/text > > > > debug: data callback, error globus_ftp_client: the server > > responded with an error, buffer 0xb79b3008, length 0, offset=0, > eof=true > > > > debug: operation complete > > > > > > > > > > > > error: globus_ftp_client: the server responded with an error > > > > 530 530-Login incorrect. : globus_xio: Unable to connect to > > silviu-laptop:6000 > > > > 530-globus_xio: globus_libc_getaddrinfo failed. > > > > 530-globus_common: Name or service not known > > > > 530 End. > > > > > > > > I have a valid certificate and I can transfer files between > > hosts when I start a simple server (without -dn ) > > > > > > > > Please help. > > > > > > > > Thank you, > > > > Silviu > > > > > > > > > > > > --------------------------------- > > > > Never miss a thing. Make Yahoo your homepage. > > > > > > > > > > > > > > > --------------------------------- > > > Looking for last minute shopping deals? Find them fast with > > Yahoo! Search. > > > > > > > ------------------------------------------------------------------------ > > Be a better friend, newshound, and know-it-all with Yahoo! > Mobile. Try > > it now. > > > > > > > > ------------------------------------------------------------------------ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try > it now. > > > --------------------------------- Never miss a thing. Make Yahoo your homepage.
