Author Topic: sync between 3.5.1 and multisync fails  (Read 2886 times)

dansawyer

  • Sr. Member
  • ****
  • Posts: 293
    • View Profile
    • http://
sync between 3.5.1 and multisync fails
« 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

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
sync between 3.5.1 and multisync fails
« Reply #1 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.
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

awaldram

  • Newbie
  • *
  • Posts: 14
    • View Profile
sync between 3.5.1 and multisync fails
« Reply #2 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

dansawyer

  • Sr. Member
  • ****
  • Posts: 293
    • View Profile
    • http://
sync between 3.5.1 and multisync fails
« Reply #3 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

awaldram

  • Newbie
  • *
  • Posts: 14
    • View Profile
sync between 3.5.1 and multisync fails
« Reply #4 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

awaldram

  • Newbie
  • *
  • Posts: 14
    • View Profile
sync between 3.5.1 and multisync fails
« Reply #5 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