[Bug 243549] x11/cde: Can't start dtspc, dtcms or /usr/local/dt/bin/Xsession
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 23 19:30:17 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243549
Bug ID: 243549
Summary: x11/cde: Can't start dtspc, dtcms or
/usr/local/dt/bin/Xsession
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: crees at FreeBSD.org
Reporter: mohd.akram at outlook.com
Assignee: crees at FreeBSD.org
Flags: maintainer-feedback?(crees at FreeBSD.org)
# service dtspc start
Starting dtspc.
usage: daemon [-cfrS] [-p child_pidfile] [-P supervisor_pidfile]
[-u user] [-o output_file] [-t title]
[-l syslog_facility] [-s syslog_priority]
[-T syslog_tag] [-m output_mask] [-R restart_delay_secs]
command arguments ...
/usr/local/etc/rc.d/dtspc: WARNING: failed to start dtspc
# service dtcms start
Starting dtcms.
usage: daemon [-cfrS] [-p child_pidfile] [-P supervisor_pidfile]
[-u user] [-o output_file] [-t title]
[-l syslog_facility] [-s syslog_priority]
[-T syslog_tag] [-m output_mask] [-R restart_delay_secs]
command arguments ...
/usr/local/etc/rc.d/dtcms: WARNING: failed to start dtcms
It seems the issue is that the `pidfile` variable in the rc.d script is used
before it's defined. After solving that, dtcms starts but dtspc doesn't seem
to:
# /usr/local/dt/bin/dtspcd; echo $?
1
Not sure what's the issue there.
--
$ /usr/local/dt/bin/Xsession
-sh: /usr/local/dt/bin/Xsession: not found
There is a missing runtime dependency on ksh93, and I had to manually install
it via pkg for CDE to work.
Side note: The instructions are also off - it should be `ln -s
%%PREFIX%%/dt/bin/Xsession ~/.xinitrc` for `startx` to work.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list