google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Use paramiko for ssh listings #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Change ssh backend ls code to use paramiko.

Original issue reported on code.google.com by amacgregor on 9 Aug 2011 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by amacgregor on 10 Aug 2011 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by aahun...@gmail.com on 11 Aug 2011 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by aahun...@gmail.com on 11 Aug 2011 at 3:43

GoogleCodeExporter commented 9 years ago
Complete rev 23e5a0b4df91

Original comment by retrogra...@gmail.com on 16 Aug 2011 at 2:23

GoogleCodeExporter commented 9 years ago
Hi All,
I have just done the last Yabi Backend update and tested the "ls" function with 
Barrine ( NCI-SF cluster). Unfortunately it seems having the same issue of 
parsing. To have a display on the YAbi Frontend I need to use the alias alias 
ls="ls --time-style=+'%b %d %R'"

The original format of the ls on Barrine is :
drwxr-xr-x 4 uqpchaum uq 4096 2010-07-29 15:44 mrBayes/
drwxr-xr-x 3 uqpchaum uq 4096 2011-02-11 12:42 playground/
-rw-r--r-- 1 uqpchaum uq   22 2011-05-05 15:36 sleep.sh

Thanks

Pierre

Original comment by pa.chaum...@gmail.com on 18 Aug 2011 at 12:39

GoogleCodeExporter commented 9 years ago
Thanks Pierre, The fix in the latest release was for a different issue with ls 
experienced by another group. Part of the reason for the move to paramiko for 
listings is to remove this weak link.

Original comment by amacgregor on 18 Aug 2011 at 1:43