Re: lftp-pre2.6.0-20020724

2002-07-31 Thread Alexander V. Lukyanov

On Tue, Jul 30, 2002 at 09:21:58PM +0200, Piotr Krukowiecki wrote:
 On Thu, 25 Jul 2002, Alexander V. Lukyanov wrote:
  It looks like a bug not related to slots. Does the same work without slots?

 No. Without slots works fine

Ok, I have found the bug. Next pre-release will have it fixed.

  Currently a queue is assotiated with a host. I think it could be possible to
  assiticate it with host/slot pair. It looks easy to implement.

 That would be great

Did that. 20020731 snapshot has it.

--
   Alexander.



Re: lftp-pre2.6.0-20020724

2002-07-30 Thread Piotr Krukowiecki

Sorry for long response


On Thu, 25 Jul 2002, Alexander V. Lukyanov wrote:

 It looks like a bug not related to slots. Does the same work without slots?

No. Without slots works fine


 Try to compile lftp with ElectricFence (add -lefence to lftp_LDADD in src/Makefile).

It segfaults after PWD:
--- PWD
--- 257 / is the current directory.
cd ok, cwd=/
Segmentation fault (core dumped)

But gdb can't debug the core:

Program terminated with signal 11, Segmentation fault.
#0  0x2eac27 in ?? ()
(gdb) bt
#0  0x2eac27 in ?? ()
Cannot access memory at address 0xb8a8




 Currently a queue is assotiated with a host. I think it could be possible to
 assiticate it with host/slot pair. It looks easy to implement.

That would be great


-- 
Piotrek
irc: #debian.pl
Mors Drosophilis melanogastribus!



Re: lftp-pre2.6.0-20020724

2002-07-25 Thread Alexander V. Lukyanov

On Wed, Jul 24, 2002 at 06:04:36PM +0200, Piotr Krukowiecki wrote:
 Something is wrong with slot's:

 lftp :~ slot A
 lftp A :~ o X
 [standart messages]
 --- 230 User 'piotr' login successful.
 --- PWD
 --- 257 / is the current directory.
 cd ok, cwd=/
 lftp A piotr@X:p?7 rels
 --- CWD p?7
 --- 550 'p7': Nie ma takiego pliku ani katalogu
 rels: Access failed: 550 'p7': Nie ma takiego pliku ani katalogu
 lftp A piotr@X:p?7 cd an
 --- CWD p?7/an
 --- 550 'p7/an': Nie ma takiego pliku ani katalogu
 cd: Access failed: 550 'p7/an': Nie ma takiego pliku ani katalogu (p?7/an)
 lftp A piotr@X:p?7/p?7/an/p?7

It looks like a bug not related to slots. Does the same work without slots?
Try to compile lftp with ElectricFence (add -lefence to lftp_LDADD in src/Makefile).

 BTW (could not test it), but is this possibile? (probably not..):
 slot A
 o host1
 queue put file1
 slot B
 o host1 (the same host!)
 queue get file2

Currently a queue is assotiated with a host. I think it could be possible to
assiticate it with host/slot pair. It looks easy to implement.

--
   Alexander.  | http://www.yars.free.net/~lav/



Re: lftp-pre2.6.0-20020724

2002-07-24 Thread Piotr Krukowiecki

On Wed, 24 Jul 2002, Alexander V. Lukyanov wrote:

 New prerelease is available. Some bugs fixed, documentation updated.

Something is wrong with slot's:

lftp :~ slot A
lftp A :~ o X
[standart messages]
--- 230 User 'piotr' login successful.
--- PWD
--- 257 / is the current directory.
cd ok, cwd=/
lftp A piotr@X:p7 rels
--- CWD p7
--- 550 'p7': Nie ma takiego pliku ani katalogu
rels: Access failed: 550 'p7': Nie ma takiego pliku ani katalogu
lftp A piotr@X:p7 cd an
--- CWD p7/an
--- 550 'p7/an': Nie ma takiego pliku ani katalogu
cd: Access failed: 550 'p7/an': Nie ma takiego pliku ani katalogu (p7/an)
lftp A piotr@X:p7/p7/an/p7

'Nie ma takiego pliku ani katalogu' means 'No such file or directory'
(i don't know why it's speaking polish. I used 'LANG=C lftp-cvs' and 
'LANG=en_EN lftp-cvs' to run lftp)


BTW (could not test it), but is this possibile? (probably not..):
slot A
o host1
queue put file1
slot B
o host1 (the same host!)
queue get file2

^
get and put running together
?



-- 
Piotrek
irc: #debian.pl
Mors Drosophilis melanogastribus!