OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: dansawyer on September 21, 2004, 10:24:57 am

Title: sync between 3.5.1 and multisync fails
Post by: dansawyer on September 21, 2004, 10:24:57 am
All,

Sync between 3.5.1 and multisync does not work using the same scripts that have been working.

The Z recognizes the incoming symc request. The error is "no connection". Security has been reconfigured to allow requests from any.

The Z asking for a password is new. Is this related to that??

Thanks,
Dan
Title: sync between 3.5.1 and multisync fails
Post by: Hrw on September 21, 2004, 10:41:59 am
probably yes - older versions of OZ used openssh. With 3.5.1 we switched to dropbear which is much smaller.
Title: sync between 3.5.1 and multisync fails
Post by: awaldram on September 22, 2004, 08:29:07 am
I may be wrong
But openssh supports sftp but dropbear only supports scp which multisync doesn't.

this beaks multisync I have logged a bug for this
Title: sync between 3.5.1 and multisync fails
Post by: dansawyer on September 22, 2004, 09:57:24 am
Thank you. I am not familular with the components or interfaces you mention. Are they part of Z or Multisync?

I get as far during the sync as the Z recognizes the attempt to sync and flashs the sync board to the screen. Multisync reports a fail to connect - no data error. Is this consistent with your post?

Dan
Title: sync between 3.5.1 and multisync fails
Post by: awaldram on September 22, 2004, 10:42:14 am
Yes ftp (file transfer protocal) and sftp (secure file transfer protocal) are the two methods that multisync can use to talk to your Z

yet the Z only has an application call dropbear (which provide scp (secure copy))

as the two machines cannot talk the same language they cannot communicate.

In old OZ releases secure comminuications were provided by openssh which besides scp offered sftp and therfore worked.

I have yet to find a FTPd (ftp server that waits for connections) or sftpd for the zaurus OZ 3.5.1

SO whats require is an openssh release or someone to recompile Trolltechs ftp server for OZ 3.5.1

Or Multisync to add an scp option
Title: sync between 3.5.1 and multisync fails
Post by: awaldram on September 27, 2004, 11:59:31 am
openssh is now available in the upgrades feed

tested on collie multisync now works again

thanks go to CoreDump