All of lore.kernel.org
 help / color / mirror / Atom feed
* Sftp deploy hangs when using dropbear and yocto fido.
@ 2015-06-29 14:07 Måns Andersson
  2015-07-24 19:20 ` Adam Sherman
  0 siblings, 1 reply; 5+ messages in thread
From: Måns Andersson @ 2015-06-29 14:07 UTC (permalink / raw)
  To: 'yocto@yoctoproject.org'

Does anyone know about a problem with dropbear and openssh-sftp-server on Yocto Fido?

After upgrading my build from Dora to Fido the deployment of builds from QtCreator (3.2.2) to my qemuarm build stopped working. It just hangs waiting as if it's working, i.e. no error message. I've switched toolchains and emulator images from my Dora and Fido builds back and forth and the only common denominator when it doesn't work is when using the Fido qemuarm build. Regular SSH connections and manual sftp transfers (i.e. not initiated by Qt Creator) works, which just makes it even harder to debug.

Thanks in advance.
// Måns



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Sftp deploy hangs when using dropbear and yocto fido.
  2015-06-29 14:07 Sftp deploy hangs when using dropbear and yocto fido Måns Andersson
@ 2015-07-24 19:20 ` Adam Sherman
  2015-07-25  0:27   ` Khem Raj
  2015-07-25 15:30   ` Clay D. Montgomery
  0 siblings, 2 replies; 5+ messages in thread
From: Adam Sherman @ 2015-07-24 19:20 UTC (permalink / raw)
  To: yocto

Måns Andersson <Mans.Andersson@...> writes:

> 
> Does anyone know about a problem with dropbear and openssh-sftp-server on
Yocto Fido?
> 
> After upgrading my build from Dora to Fido the deployment of builds from
QtCreator (3.2.2) to my qemuarm
> build stopped working. It just hangs waiting as if it's working, i.e. no
error message. I've switched
> toolchains and emulator images from my Dora and Fido builds back and forth
and the only common denominator
> when it doesn't work is when using the Fido qemuarm build. Regular SSH
connections and manual sftp
> transfers (i.e. not initiated by Qt Creator) works, which just makes it
even harder to debug.
> 
> Thanks in advance.
> // Måns
> 

Just to let you know, I have the same behavior with QtCreator (3.4.2) /
trying to deploy on the Armadeus APF27 embedded Linux Arm Platform 
(Buildroot 2015.02 / Dropbear / openssh sftp server).

Similarly, stand-alone sftp transfers outside of QtCreator work just fine.

Adam Sherman

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Sftp deploy hangs when using dropbear and yocto fido.
  2015-07-24 19:20 ` Adam Sherman
@ 2015-07-25  0:27   ` Khem Raj
  2015-07-25 14:42     ` Adam Sherman
  2015-07-25 15:30   ` Clay D. Montgomery
  1 sibling, 1 reply; 5+ messages in thread
From: Khem Raj @ 2015-07-25  0:27 UTC (permalink / raw)
  To: Adam Sherman; +Cc: yocto

On 15-07-24 19:20:22, Adam Sherman wrote:
> Måns Andersson <Mans.Andersson@...> writes:
> 
> > 
> > Does anyone know about a problem with dropbear and openssh-sftp-server on
> Yocto Fido?
> > 
> > After upgrading my build from Dora to Fido the deployment of builds from
> QtCreator (3.2.2) to my qemuarm
> > build stopped working. It just hangs waiting as if it's working, i.e. no
> error message. I've switched
> > toolchains and emulator images from my Dora and Fido builds back and forth
> and the only common denominator
> > when it doesn't work is when using the Fido qemuarm build. Regular SSH
> connections and manual sftp
> > transfers (i.e. not initiated by Qt Creator) works, which just makes it
> even harder to debug.
> > 
> > Thanks in advance.
> > // Måns
> > 
> 
> Just to let you know, I have the same behavior with QtCreator (3.4.2) /
> trying to deploy on the Armadeus APF27 embedded Linux Arm Platform 
> (Buildroot 2015.02 / Dropbear / openssh sftp server).
> 
> Similarly, stand-alone sftp transfers outside of QtCreator work just fine.

openssh 6.9 has changed some default ciphers and I see that it may not
work directly with older openssh servers, I wonder if you have same
problem with dropbear. Whats the openssh client/server versions involved on your host ?

> 
> Adam Sherman
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Sftp deploy hangs when using dropbear and yocto fido.
  2015-07-25  0:27   ` Khem Raj
@ 2015-07-25 14:42     ` Adam Sherman
  0 siblings, 0 replies; 5+ messages in thread
From: Adam Sherman @ 2015-07-25 14:42 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1851 bytes --]

Will let you know on Monday.

I suppose all this implies that Qt Creator has its own sftp client, since
file transfers work outside of the IDE. In that case, I should find out
what protocol version this internal client is using. Not sure how to do
this... Perhaps the server on the embedded host can tell me with debug
output enabled?

Thanks,

Adam.
On 15-07-24 19:20:22, Adam Sherman wrote:
> Måns Andersson <Mans.Andersson@...> writes:
>
> >
> > Does anyone know about a problem with dropbear and openssh-sftp-server
on
> Yocto Fido?
> >
> > After upgrading my build from Dora to Fido the deployment of builds from
> QtCreator (3.2.2) to my qemuarm
> > build stopped working. It just hangs waiting as if it's working, i.e. no
> error message. I've switched
> > toolchains and emulator images from my Dora and Fido builds back and
forth
> and the only common denominator
> > when it doesn't work is when using the Fido qemuarm build. Regular SSH
> connections and manual sftp
> > transfers (i.e. not initiated by Qt Creator) works, which just makes it
> even harder to debug.
> >
> > Thanks in advance.
> > // Måns
> >
>
> Just to let you know, I have the same behavior with QtCreator (3.4.2) /
> trying to deploy on the Armadeus APF27 embedded Linux Arm Platform
> (Buildroot 2015.02 / Dropbear / openssh sftp server).
>
> Similarly, stand-alone sftp transfers outside of QtCreator work just fine.

openssh 6.9 has changed some default ciphers and I see that it may not
work directly with older openssh servers, I wonder if you have same
problem with dropbear. Whats the openssh client/server versions involved on
your host ?

>
> Adam Sherman
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

[-- Attachment #2: Type: text/html, Size: 2475 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Sftp deploy hangs when using dropbear and yocto fido.
  2015-07-24 19:20 ` Adam Sherman
  2015-07-25  0:27   ` Khem Raj
@ 2015-07-25 15:30   ` Clay D. Montgomery
  1 sibling, 0 replies; 5+ messages in thread
From: Clay D. Montgomery @ 2015-07-25 15:30 UTC (permalink / raw)
  To: yocto

On 7/24/2015 2:20 PM, Adam Sherman wrote:
> Måns Andersson <Mans.Andersson@...> writes:
>
>> Does anyone know about a problem with dropbear and openssh-sftp-server on
> Yocto Fido?
>> After upgrading my build from Dora to Fido the deployment of builds from
> QtCreator (3.2.2) to my qemuarm
>> build stopped working. It just hangs waiting as if it's working, i.e. no
> error message. I've switched
>> toolchains and emulator images from my Dora and Fido builds back and forth
> and the only common denominator
>> when it doesn't work is when using the Fido qemuarm build. Regular SSH
> connections and manual sftp
>> transfers (i.e. not initiated by Qt Creator) works, which just makes it
> even harder to debug.
>> Thanks in advance.
>> // Måns
>>
> Just to let you know, I have the same behavior with QtCreator (3.4.2) /
> trying to deploy on the Armadeus APF27 embedded Linux Arm Platform
> (Buildroot 2015.02 / Dropbear / openssh sftp server).
>
> Similarly, stand-alone sftp transfers outside of QtCreator work just fine.
>
> Adam Sherman

   I am curious why continue to use dropbear anyway?

   The openssh-sftp-server will likely work better with openssh than 
with dropbear.

  Openssh uses only about 3MB more per session than dropbear, which is 
small unless you need a lot of simultaneous sessions.
I think dropbear is a relic from when systems had less RAM.  Just 
curious.  Maybe I'm missing something.

Regards, Clay Montgomery


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-25 15:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29 14:07 Sftp deploy hangs when using dropbear and yocto fido Måns Andersson
2015-07-24 19:20 ` Adam Sherman
2015-07-25  0:27   ` Khem Raj
2015-07-25 14:42     ` Adam Sherman
2015-07-25 15:30   ` Clay D. Montgomery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.