Running headless on Raspberry Pi

edited March 2016 in Raspberry PI

I'm trying to run an exported Processing app on my Raspberry Pi, but I'm getting an error when running headless. I tried following the suggested Processing instructions but I get this error when running the Xvfb command:

sudo Xvfb :1 -screen 0 1024x768x24
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/botserver:1
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
[dix] Could not init font path element /usr/share/fonts/X11/misc, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, removing from list!
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!

After which it just hangs until I control-C out.

Any help is most appreciated!

Sign In or Register to comment.