| Summary: | [CentOS 7] TDM won't start automatically | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Kristopher <gamrat.kristopher> |
| Component: | tdebase | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | albator78, bugwatch, gamrat.kristopher |
| Priority: | P5 | ||
| Version: | 3.5.13.2 [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
|
Description
Kristopher
2014-10-30 12:05:25 CDT
Hello, I've updated the wiki to add instructions for CentOS 7. See: https://wiki.trinitydesktop.org/RedHat_Trinity_Repository_Installation_Instructions I am reopening this bug because it is *not* fixed. The only thing added to the wiki which I hadn't tried in getting TDM to work was disabling the other display managers, however since I started with a bare-bones install (as in, nothing but a bash-powered command line) there are no other display managers installed. Despite this, I ran the "systemctl disable" commands from the wiki anyways, then disabled and re-enabled TDM, and rebooted: but to no avail. TDM will *not* start automatically. It will start only via a manual "systemctl start" command as suggested in the original post. I forgot to mention this in the other bug (2178): Are you sure that your systemd is running "graphical" target by default ? (equivalent of the old "runlevel 5") E.g. type: ls -l /etc/systemd/system/ You should see, among other: default.target -> /lib/systemd/system/graphical.target and, if TDM was enabled: display-manager.service -> /usr/lib/systemd/system/tdm.service If your "default.target" links to "multi-user.target", then this is equivalent of the old "runlevel 3", e.g. "no graphical interface at boot". To enable graphical interface at boot: ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target Please note that systemd configuration is not specific to TDE nor to Centos 7. I'm not even sure that, if you install KDM or GDM, it will enable graphical boot automatically. (In reply to Francois Andriot from comment #3) > I forgot to mention this in the other bug (2178): > > Are you sure that your systemd is running "graphical" target by default ? > (equivalent of the old "runlevel 5") > > E.g. type: ls -l /etc/systemd/system/ > You should see, among other: > default.target -> /lib/systemd/system/graphical.target > and, if TDM was enabled: > display-manager.service -> /usr/lib/systemd/system/tdm.service > > > If your "default.target" links to "multi-user.target", then this is > equivalent of the old "runlevel 3", e.g. "no graphical interface at boot". > > To enable graphical interface at boot: > ln -sf /lib/systemd/system/graphical.target > /etc/systemd/system/default.target > > > Please note that systemd configuration is not specific to TDE nor to Centos > 7. > I'm not even sure that, if you install KDM or GDM, it will enable graphical > boot automatically. Aha! I had worked with systemd before, however I was completely unaware of the "targets" thing. Doing the symlink fixed it. Thanks. I'd recommend mentioning it in the wiki for others who are also unaware of this. |