Hello guys, and thanks for the wonderful job you're doing.
So, I'm trying to run CDE on OpenBSD 5.4. I followed this guide: https://sourceforge.net/p/cdesktopenv/wiki/OpenBSDBuild/ and managed to compile the software correctly without any problems. Now, upon a successful login, the screen gets stuck on the dthello message with the hourglass and nothing happens :(
Hello guys, and thanks for the wonderful job you're doing.
So, I'm trying to run CDE on OpenBSD 5.4. I followed this guide: https://sourceforge.net/p/cdesktopenv/wiki/OpenBSDBuild/ and managed to compile the software correctly without any problems. Now, upon a successful login, the screen gets stuck on the dthello message with the hourglass and nothing happens :(
Some info:
/etc/rc.conf.local
ntpd_flags=""
apmd_flags="-C"
portmap_flags=""
shlib_dirs="/usr/dt/lib"
pkg_scripts="dtlogin"
~/.dt/errorlog
ERROR(4): dtsession: PID 4462: Sun Apr 13 13:49:59 2014
Connection to server lost - exiting. [96]
*** INFORMATION(0): dtwm: PID 19739: Sun Apr 13 13:49:59 2014
Workspace Manager: I/O error on display:: :0
*** [108]
~/.dt/startlog
--- Sun Apr 13 13:49:43 CEST 2014
--- /usr/dt/bin/Xsession starting...
--- Xsession started by dtlogin
--- sourcing /home/alex/.dtprofile...
--- sourcing /usr/dt/config/Xsession.d/0010.dtpaths...
--- sourcing /usr/dt/config/Xsession.d/0020.dtims...
--- sourcing /usr/dt/config/Xsession.d/0030.dttmpdir...
--- sourcing /usr/dt/config/Xsession.d/0060.dtsysenv...
--- starting /usr/dt/bin/dthello -file /usr/dt/copyright &
--- starting /usr/dt/bin/dtsearchpath -ksh
--- starting /usr/dt/bin/dtappgather &
--- execing /usr/dt/bin/dtsession ...
not execing /home/alex/.profile (see /home/alex/.dtprofile)
XIO: fatal IO error 35 (Resource temporarily unavailable) on X server ":0"
after 59 requests (46 known processed) with 0 events remaining.
Any clue on what's wrong here? Please, ask if you need further info.
Thanks!
I figured it out by myself, apparently I was missing this line:
127.0.0.1 neptune.local
in my /etc/hosts
It's all fine now,
Thanks