Re: [Pharo-dev] Iceberg with SSH on Linux

2017-04-02 Thread Ben Coman
On Sun, Apr 2, 2017 at 2:13 PM, Alistair Grant wrote: > After re-reading Ben's replies and following the link to the discussion > in the Squeak VM list I think I've finally understood this correctly. > > I've updated the text based on Ben's input to: > > > -- > This VM

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-04-02 Thread Alistair Grant
After re-reading Ben's replies and following the link to the discussion in the Squeak VM list I think I've finally understood this correctly. I've updated the text based on Ben's input to: -- This VM uses a separate heartbeat thread to update its internal clock and handle events. For best

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-31 Thread Ben Coman
On Fri, Mar 31, 2017 at 4:54 PM, Alistair Grant wrote: > On 31 March 2017 at 10:14, Alistair Grant wrote: > > Hi Eliot, > > > > On 31 March 2017 at 05:31, Eliot Miranda > wrote: > >> > >> > >> On Thu, Mar 30, 2017 at 8:20

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-31 Thread Alistair Grant
On 31 March 2017 at 10:14, Alistair Grant wrote: > Hi Eliot, > > On 31 March 2017 at 05:31, Eliot Miranda wrote: >> >> >> On Thu, Mar 30, 2017 at 8:20 PM, Eliot Miranda >> wrote: >>> >>> Hi Alistair, >>> >>> On Thu, Mar

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Eliot Miranda
On Thu, Mar 30, 2017 at 6:34 PM, Ben Coman wrote: > > > On Thu, Mar 30, 2017 at 8:03 PM, Alistair Grant > wrote: > >> On 30 March 2017 at 11:58, Pavel Krivanek >> wrote: >> > Yes, the same priority. See: >> > >> > The VM

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Eliot Miranda
Hi Alistair, On Thu, Mar 30, 2017 at 9:32 AM, Alistair Grant wrote: > Hi Eliot, > > On 30 March 2017 at 18:15, Eliot Miranda wrote: > > > > On Mar 30, 2017, at 2:58 AM, Pavel Krivanek > > wrote: > >> > >> Yes, the same

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Ben Coman
On Thu, Mar 30, 2017 at 8:03 PM, Alistair Grant wrote: > On 30 March 2017 at 11:58, Pavel Krivanek > wrote: > > Yes, the same priority. See: > > > > The VM may have issues with clock jitter due to the heartbeat thread > > not running at elevated

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Ben Coman
On Fri, Mar 31, 2017 at 12:15 AM, Eliot Miranda wrote: > > > _,,,^..^,,,_ (phone) > > On Mar 30, 2017, at 2:58 AM, Pavel Krivanek > wrote: > > Yes, the same priority. See: > > The VM may have issues with clock jitter due to the heartbeat thread

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Alistair Grant
Hi Eliot, On 30 March 2017 at 18:37, Eliot Miranda wrote: > Hi Alistair, > >> On Mar 30, 2017, at 5:03 AM, Alistair Grant wrote: >> >>> On 30 March 2017 at 11:58, Pavel Krivanek wrote: >>> Yes, the same priority. See:

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Eliot Miranda
Hi Alistair, > On Mar 30, 2017, at 5:03 AM, Alistair Grant wrote: > >> On 30 March 2017 at 11:58, Pavel Krivanek wrote: >> Yes, the same priority. See: >> >> The VM may have issues with clock jitter due to the heartbeat thread >> not running at

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Alistair Grant
Hi Eliot, On 30 March 2017 at 18:15, Eliot Miranda wrote: > > On Mar 30, 2017, at 2:58 AM, Pavel Krivanek > wrote: >> >> Yes, the same priority. See: >> >> The VM may have issues with clock jitter due to the heartbeat thread >> not running at

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Esteban Lorenzano
> On 30 Mar 2017, at 18:15, Eliot Miranda wrote: > > > > _,,,^..^,,,_ (phone) > > On Mar 30, 2017, at 2:58 AM, Pavel Krivanek > wrote: > >> Yes, the same priority. See: >> >> The VM may have issues with

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Eliot Miranda
_,,,^..^,,,_ (phone) > On Mar 30, 2017, at 2:58 AM, Pavel Krivanek wrote: > > Yes, the same priority. See: > > The VM may have issues with clock jitter due to the heartbeat thread > not running at elevated priority. It better /not/ be. This is wrong. The

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Denis Kudriashov
2017-03-30 14:03 GMT+02:00 Alistair Grant : > > From looking at the code, my understanding is that the VM attempts to > elevate the priority of the heartbeat thread, if the elevation fails, > the old behaviour was to exit with a message. The new behaviour is to > just warn

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Alistair Grant
On 30 March 2017 at 11:58, Pavel Krivanek wrote: > Yes, the same priority. See: > > The VM may have issues with clock jitter due to the heartbeat thread > not running at elevated priority. An exit may be appropriate in some > cases, but for most users the above warning

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Pavel Krivanek
Yes, the same priority. See: The VM may have issues with clock jitter due to the heartbeat thread not running at elevated priority. An exit may be appropriate in some cases, but for most users the above warning is sufficient.

Re: [Pharo-dev] Iceberg with SSH on Linux

2017-03-30 Thread Denis Kudriashov
2017-03-29 20:29 GMT+02:00 Pavel Krivanek : > Hi, > > I want to let you know that the SSH (git@...) support in Iceberg on Linux > VM now works with the latest threaded VM (get.pharo.org/vmTLatest60). The > threaded VM now runs without root priviledges nor special

[Pharo-dev] Iceberg with SSH on Linux

2017-03-29 Thread Pavel Krivanek
Hi, I want to let you know that the SSH (git@...) support in Iceberg on Linux VM now works with the latest threaded VM (get.pharo.org/vmTLatest60). The threaded VM now runs without root priviledges nor special configuration of the system. Thank you Esteban and others! Cheers, -- Pavel