Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 19:30:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243549] x11/cde: Can't start dtspc, dtcms or /usr/local/dt/bin/Xsession
Message-ID:  <bug-243549-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243549

            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@FreeBSD.org
          Reporter: mohd.akram@outlook.com
          Assignee: crees@FreeBSD.org
             Flags: maintainer-feedback?(crees@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 insta=
ll
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243549-7788>