Hi, I'm trying to run a headless Pharo 6.1 server on a Raspberry Pi following the instructions on https://medium.com/concerning-pharo/pharo-pi-9eef257b6a21. The latest vm I can download is from 14 dec 2017 (see http://files.pharo.org/vm/pharoS/raspbian/) and only works with Pharo 4.0. Are Pharo 6 and 7 not being built for ARM anymore? Also Pharo does not want to start in headless mode as indicated by the vm's help text: pi@raspberrypi:~/Pharo6.1-3 $ ./PharoS -headless Pharo.image eval "5+5" setlocale() failed (check values of LC_CTYPE, LANG and LC_ALL) unknown option: -headless Usage: ./PharoS [<option>...] [<imageName> [<argument>...]] ./PharoS [<option>...] -- [<argument>...] ALSA <option>s: -nomixer disable mixer (volume) adjustment -soundcard <name> open the named sound card (default: default) -playback <name> play to the named sound device (default: default) -capture <name> record from the named sound device (default: default) X11 <option>s: -browserWindow <wid> run in window <wid> -browserPipes <r> <w> run as Browser plugin using descriptors <r> <w> -cmdmod <n> map Mod<n> to the Command key -compositioninput enable overlay window for composed characters -display <dpy> display on <dpy> (default: $DISPLAY) -fullscreen occupy the entire screen -glxdebug <n> set GLX debug verbosity level to <n> -headless run in headless (no window) mode <-----snip------> Has anyone had success with a recent Pharo server on Pi? -- Siemen
Hi Siemen, Running pharo on Pi is on my shirt to do list ^^ Did you try : https://github.com/pharo-iot/PharoThings/blob/master/README.md The Pi vm link is different: http://files.pharo.org/vm/pharo-spur32/linux/armv6/latest.zip Never tried though ! Hth, Cedrick
Le 26 avr. 2018 à 21:19, Siemen Baader <siemenbaader@gmail.com> a écrit :
Hi,
I'm trying to run a headless Pharo 6.1 server on a Raspberry Pi following the instructions on https://medium.com/concerning-pharo/pharo-pi-9eef257b6a21.
The latest vm I can download is from 14 dec 2017 (see http://files.pharo.org/vm/pharoS/raspbian/) and only works with Pharo 4.0. Are Pharo 6 and 7 not being built for ARM anymore?
Also Pharo does not want to start in headless mode as indicated by the vm's help text:
pi@raspberrypi:~/Pharo6.1-3 $ ./PharoS -headless Pharo.image eval "5+5" setlocale() failed (check values of LC_CTYPE, LANG and LC_ALL) unknown option: -headless Usage: ./PharoS [<option>...] [<imageName> [<argument>...]] ./PharoS [<option>...] -- [<argument>...]
ALSA <option>s: -nomixer disable mixer (volume) adjustment -soundcard <name> open the named sound card (default: default) -playback <name> play to the named sound device (default: default) -capture <name> record from the named sound device (default: default)
X11 <option>s: -browserWindow <wid> run in window <wid> -browserPipes <r> <w> run as Browser plugin using descriptors <r> <w> -cmdmod <n> map Mod<n> to the Command key -compositioninput enable overlay window for composed characters -display <dpy> display on <dpy> (default: $DISPLAY) -fullscreen occupy the entire screen -glxdebug <n> set GLX debug verbosity level to <n> -headless run in headless (no window) mode
<-----snip------>
Has anyone had success with a recent Pharo server on Pi?
-- Siemen
Thanks, I'll try! Sent from my iPhone
On 26 Apr 2018, at 22.36, Cédrick Béler <cdrick65@gmail.com> wrote:
Hi Siemen,
Running pharo on Pi is on my shirt to do list ^^
Did you try : https://github.com/pharo-iot/PharoThings/blob/master/README.md
The Pi vm link is different: http://files.pharo.org/vm/pharo-spur32/linux/armv6/latest.zip
<image1.jpeg>
Never tried though !
Hth,
Cedrick
Le 26 avr. 2018 à 21:19, Siemen Baader <siemenbaader@gmail.com> a écrit :
Hi,
I'm trying to run a headless Pharo 6.1 server on a Raspberry Pi following the instructions on https://medium.com/concerning-pharo/pharo-pi-9eef257b6a21.
The latest vm I can download is from 14 dec 2017 (see http://files.pharo.org/vm/pharoS/raspbian/) and only works with Pharo 4.0. Are Pharo 6 and 7 not being built for ARM anymore?
Also Pharo does not want to start in headless mode as indicated by the vm's help text:
pi@raspberrypi:~/Pharo6.1-3 $ ./PharoS -headless Pharo.image eval "5+5" setlocale() failed (check values of LC_CTYPE, LANG and LC_ALL) unknown option: -headless Usage: ./PharoS [<option>...] [<imageName> [<argument>...]] ./PharoS [<option>...] -- [<argument>...]
ALSA <option>s: -nomixer disable mixer (volume) adjustment -soundcard <name> open the named sound card (default: default) -playback <name> play to the named sound device (default: default) -capture <name> record from the named sound device (default: default)
X11 <option>s: -browserWindow <wid> run in window <wid> -browserPipes <r> <w> run as Browser plugin using descriptors <r> <w> -cmdmod <n> map Mod<n> to the Command key -compositioninput enable overlay window for composed characters -display <dpy> display on <dpy> (default: $DISPLAY) -fullscreen occupy the entire screen -glxdebug <n> set GLX debug verbosity level to <n> -headless run in headless (no window) mode
<-----snip------>
Has anyone had success with a recent Pharo server on Pi?
-- Siemen
Hi. 2018-04-26 22:36 GMT+02:00 Cédrick Béler <cdrick65@gmail.com>:
Hi Siemen,
Running pharo on Pi is on my shirt to do list ^^
Did you try : https://github.com/pharo-iot/PharoThings/blob/master/README.md
Yes. These instructions are valid
The Pi vm link is different: http://files.pharo.org/vm/pharo-spur32/linux/armv6/latest.zip
[image: image1.jpeg]
Never tried though !
Hth,
Cedrick
Le 26 avr. 2018 à 21:19, Siemen Baader <siemenbaader@gmail.com> a écrit :
Hi,
I'm trying to run a headless Pharo 6.1 server on a Raspberry Pi following the instructions on https://medium.com/concerning- pharo/pharo-pi-9eef257b6a21.
The latest vm I can download is from 14 dec 2017 (see http://files.pharo.org/vm/pharoS/raspbian/) and only works with Pharo 4.0. Are Pharo 6 and 7 not being built for ARM anymore?
Also Pharo does not want to start in headless mode as indicated by the vm's help text:
pi@raspberrypi:~/Pharo6.1-3 $ ./PharoS -headless Pharo.image eval "5+5" setlocale() failed (check values of LC_CTYPE, LANG and LC_ALL) unknown option: -headless Usage: ./PharoS [<option>...] [<imageName> [<argument>...]] ./PharoS [<option>...] -- [<argument>...]
ALSA <option>s: -nomixer disable mixer (volume) adjustment -soundcard <name> open the named sound card (default: default) -playback <name> play to the named sound device (default: default) -capture <name> record from the named sound device (default: default)
X11 <option>s: -browserWindow <wid> run in window <wid> -browserPipes <r> <w> run as Browser plugin using descriptors <r> <w> -cmdmod <n> map Mod<n> to the Command key -compositioninput enable overlay window for composed characters -display <dpy> display on <dpy> (default: $DISPLAY) -fullscreen occupy the entire screen -glxdebug <n> set GLX debug verbosity level to <n> -headless run in headless (no window) mode
<-----snip------>
Has anyone had success with a recent Pharo server on Pi?
-- Siemen
participants (3)
-
Cédrick Béler -
Denis Kudriashov -
Siemen Baader