My build does not work. At all.
I installed via pkg:
- git
- iconv
- bdftopcf
- libXp
- ksh93
- open-motif
This is my /etc/rc.conf:
Code:
clear_tmp_enable="YES"
hostname="biffbsd.biff.xxx"
ifconfig_re0="inet 192.168.1.50"
defaultrouter="192.168.1.1"
ifconfig_re0_ipv6="inet6 accept_rtadv"
sshd_enable="YES"
moused_enable="YES"
ntpd_enable="YES"
ntpd_flags="-g"
powerd_enable="YES"
dumpdev="AUTO"
zfs_enable="YES"
linux_enable="YES"
devfs_system_ruleset="devfsrules_common"
gateway_enable="YES"
pf_enable="YES"
pf_rules="/etc/pf.conf"
openvpn_enable="YES"
openvpn_if="tun"
openvpn_configfile="/usr/local/etc/pia_openvpn/pia_vpn.conf"
# wlans_run0="wlan0"
# ifconfig_wlan0="WPA SYNCDHCP"
vboxnet_enable="YES"
hald_enable="YES"
dbus_enable="YES"
apache24_enable="yes"
mysql_enable="YES"
redis_enable="yes"
pflog_enable="YES"
nvidia_load="YES"
rcpbind_enable="YES"
dtlogin_enable="YES"
Notice the FAMP setup, that is just for a local cloud I host on this box. I'm not sure that matters.
So I used:
Code:
# git clone https://github.com/MikaelUrankar/cde ~/cdesktopenv-code
/root/cdesktopopenv-code # Make install clean
That installed into /usr/local/dt... Everything looked all well and good.
Acheron's startup script worked even! My computer went straight into dtlogin!
However... My joy soon ended when I saw this window appear:
"The desktop messaging system could not be started. To correct this probem:
1. Select ok to return to login
2. Select failsafe mode.
3. Check to see that the desktop is properly installed, that the hostname is correct (/etc/hosts), and the network is properly configured.
For additional information, see the CDE User Guide.
Then another dialogue appeared, which became obstructed by the above dialogue, which read:
TT_ERR_NOMP No ttsession process is running (obstructed) returned from tt_open() it means ttsession couldn't be st(arted?) (obstructed)
Not good at all. I knew my hostname was set properly. Just to be sure, I ran:
Code:
hostname
biffbsd.biff.xxx
Then I checked /etc/hosts:
Code:
::1 biffbsd.biff.xxx localhost
127.0.0.1 biffbsd.biff.xxx localhost
The hostname is not the issue, from looking above. Hrmpf.
So I then checked this source:
https://docs.oracle.com/cd/E19683-01/806-7492/sessionmanager-22/
And I tried to enter the following .sh script into /usr/local/etc/dt/config/Xsession.d (to try to start tooltalk) :
Code:
dtstart_ttsession="/usr/local/dt/bin/ttsession -s"
That did not work. I am not sure that the problem is even that ttsession is not running, as the issue appears to be in the above dialogue. Maybe I am badly misguided here, I don't know.
So what's wrong? Any ideas? Thank you Acheron for that port.