* [Buildroot] [PATCH 1/1] Added notes to the mosh package help to clarify run time issues.
@ 2017-05-29 18:29 Gonçalo Salazar
2017-05-29 20:39 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Gonçalo Salazar @ 2017-05-29 18:29 UTC (permalink / raw)
To: buildroot
Added notes to the mosh package help to clarify some
issues related with it to ensure mosh will work properly after adding it.
This includes adding a proper LOCALE on the host and an extra flag when using
mosh with dropbear.
Signed-off-by: Gon?alo Salazar <glbsalazar@gmail.com>
---
package/mosh/Config.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/mosh/Config.in b/package/mosh/Config.in
index e0ff2cf..9f09b4f 100644
--- a/package/mosh/Config.in
+++ b/package/mosh/Config.in
@@ -25,3 +25,7 @@ config BR2_PACKAGE_MOSH
of user keystrokes.
https://mosh.mit.edu
+
+ Mosh requires a host LOCALE matching the client provided LOCALE.
+ When using mosh with dropbear, a version with the --no-ssh-pty option on
+ the client is required.
--
2.7.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] Added notes to the mosh package help to clarify run time issues.
2017-05-29 18:29 [Buildroot] [PATCH 1/1] Added notes to the mosh package help to clarify run time issues Gonçalo Salazar
@ 2017-05-29 20:39 ` Thomas Petazzoni
2017-05-29 21:02 ` Gonçalo Salazar
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2017-05-29 20:39 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 29 May 2017 19:29:35 +0100, Gon?alo Salazar wrote:
> Added notes to the mosh package help to clarify some
> issues related with it to ensure mosh will work properly after adding it.
> This includes adding a proper LOCALE on the host and an extra flag when using
> mosh with dropbear.
The commit title should start with the name of the package, i.e:
mosh: add notes to clarify runtime issues
> https://mosh.mit.edu
The notes should go before the upstream URL, and the indentation should
be one tab + two spaces.
> +
> + Mosh requires a host LOCALE matching the client provided LOCALE.
I'm sorry, but I don't understand this sentence.
> + When using mosh with dropbear, a version with the --no-ssh-pty option on
> + the client is required.
And also this one.
So for me, those explanations do not clarify anything :-/
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] Added notes to the mosh package help to clarify run time issues.
2017-05-29 20:39 ` Thomas Petazzoni
@ 2017-05-29 21:02 ` Gonçalo Salazar
2017-05-29 21:15 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Gonçalo Salazar @ 2017-05-29 21:02 UTC (permalink / raw)
To: buildroot
Hello,
Thank you for the inputs, I realize that the notes are not really clear.
I'm trying to convey the idea of runtime dependencies that exist if
you are trying to include mosh in a host you will be accessing later.
I'll write the notes.
Should I resubmit the patch after clarifying the notes?
Best regards,
Gon?alo
2017-05-29 21:39 GMT+01:00 Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>:
> Hello,
>
> On Mon, 29 May 2017 19:29:35 +0100, Gon?alo Salazar wrote:
>> Added notes to the mosh package help to clarify some
>> issues related with it to ensure mosh will work properly after adding it.
>> This includes adding a proper LOCALE on the host and an extra flag when using
>> mosh with dropbear.
>
> The commit title should start with the name of the package, i.e:
>
> mosh: add notes to clarify runtime issues
>
>> https://mosh.mit.edu
>
> The notes should go before the upstream URL, and the indentation should
> be one tab + two spaces.
>
>> +
>> + Mosh requires a host LOCALE matching the client provided LOCALE.
>
> I'm sorry, but I don't understand this sentence.
>
>> + When using mosh with dropbear, a version with the --no-ssh-pty option on
>> + the client is required.
>
> And also this one.
>
> So for me, those explanations do not clarify anything :-/
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] Added notes to the mosh package help to clarify run time issues.
2017-05-29 21:02 ` Gonçalo Salazar
@ 2017-05-29 21:15 ` Thomas Petazzoni
2017-05-29 21:30 ` Gonçalo Salazar
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2017-05-29 21:15 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 29 May 2017 22:02:08 +0100, Gon?alo Salazar wrote:
> Thank you for the inputs, I realize that the notes are not really clear.
> I'm trying to convey the idea of runtime dependencies that exist if
> you are trying to include mosh in a host you will be accessing later.
Beware that in the context of Buildroot, "host" is often used to
indicate the machine where the Buildroot build is done, as opposed to
the "target", where the stuff built by Buildroot is executed.
Hence, it should be made extra clear that you mean "host" in the
networking sense, and not the build sense.
> Should I resubmit the patch after clarifying the notes?
Yes, please.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] Added notes to the mosh package help to clarify run time issues.
2017-05-29 21:15 ` Thomas Petazzoni
@ 2017-05-29 21:30 ` Gonçalo Salazar
2017-05-29 21:36 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Gonçalo Salazar @ 2017-05-29 21:30 UTC (permalink / raw)
To: buildroot
Hello,
Just to ensure that the patch is submitted correctly this time, is this clearer?
Mosh requires that the remote machine has a locale setting matching
the one on the client.
When using mosh with dropbear on a remote machine, the client needs mosh
with a version above 1.3.0 and the --no-ssh-pty option needs to be passed
when starting the connection.
Thanks,
Gon?alo Salazar
2017-05-29 22:15 GMT+01:00 Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>:
> Hello,
>
> On Mon, 29 May 2017 22:02:08 +0100, Gon?alo Salazar wrote:
>
>> Thank you for the inputs, I realize that the notes are not really clear.
>> I'm trying to convey the idea of runtime dependencies that exist if
>> you are trying to include mosh in a host you will be accessing later.
>
> Beware that in the context of Buildroot, "host" is often used to
> indicate the machine where the Buildroot build is done, as opposed to
> the "target", where the stuff built by Buildroot is executed.
>
> Hence, it should be made extra clear that you mean "host" in the
> networking sense, and not the build sense.
>
>> Should I resubmit the patch after clarifying the notes?
>
> Yes, please.
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] Added notes to the mosh package help to clarify run time issues.
2017-05-29 21:30 ` Gonçalo Salazar
@ 2017-05-29 21:36 ` Thomas Petazzoni
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-05-29 21:36 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 29 May 2017 22:30:29 +0100, Gon?alo Salazar wrote:
> Just to ensure that the patch is submitted correctly this time, is this clearer?
>
> Mosh requires that the remote machine has a locale setting matching
> the one on the client.
>
> When using mosh with dropbear on a remote machine, the client needs mosh
> with a version above 1.3.0 and the --no-ssh-pty option needs to be passed
> when starting the connection.
Yes, much better!
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-05-29 21:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-29 18:29 [Buildroot] [PATCH 1/1] Added notes to the mosh package help to clarify run time issues Gonçalo Salazar
2017-05-29 20:39 ` Thomas Petazzoni
2017-05-29 21:02 ` Gonçalo Salazar
2017-05-29 21:15 ` Thomas Petazzoni
2017-05-29 21:30 ` Gonçalo Salazar
2017-05-29 21:36 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox