Am trying to setup Xvfb on solaris 10(sparc).
I have followed the following steps
1) Made changes to OWconfig in /usr/openwin/server/etc
class="XDISPLAY" name="1"
coreKeyboard="NKBD" corePointer="NMOUSE"
dev1="vfb" ;
2) started Xvfb
su - $USER -c "/usr/openwin/bin/Xvfb :1 screen 0 1280x1024x8 pixdepths 8 24
fbdir /tmp/.X11-vfb &"
But when I connect to display server from my java code, I get below error from
Xvfb process though graphics display from Java works fine.
# fstat: Bad file number
(failed to stat vfb)
stat: No such file or directory
(failed to stat vfb)
Am running this process from global zone as root. I read that errors such as
this lead to Xvfb process crash after few hours of usage. Am I doing something
wrong here. Any help in resolving this error is appreciated.
Thanks,
Prasad
This message posted from opensolaris.org