Hi Alexandre,

Do you really want to �� bootstrap �� an image ? You don���t need to (just use an official image). 

Try here, either through the launcher or the curl command line:

https://pharo.org/download (Linux for th�� launcher or at the end of the page from the command line. 

HTH,

Cedrick

Envoy�� de mon iPhone

Le 28 nov. 2018 �� 11:23, Garreau, Alexandre <galex-713@galex-713.eu> a ��crit :

Le 28/11/2018 �� 11h17, Garreau, Alexandre a ��crit :
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

Btw changing this didn���t improve anything until then, since build still
fails (but the error disappeared).

Sorry to clutter with a second mail.