View Single Post
Old 08-27-2015, 07:06 PM   #20
guerrierk
Junior Member
 
Join Date: Jul 2015
Posts: 21
Default

Quote:
Originally Posted by stuguy909 View Post
I did delete the service file as root. I completely uninstalled and rebooted and reinstalled many times. The result is always:

Code:
# systemctl status displaylink.service
● displaylink.service - DisplayLink Manager Service
   Loaded: loaded (/lib/systemd/system/displaylink.service; static)
   Active: inactive (dead)

Aug 27 13:55:14 lt-sanderson systemd[1]: displaylink.service: main process exited, code=killed, status=6/ABRT
Aug 27 13:55:14 lt-sanderson systemd[1]: Unit displaylink.service entered failed state.
Aug 27 13:55:19 lt-sanderson DisplayLinkManager[1862]: terminate called after throwing an instance of 'dl::sys::Failure'
Aug 27 13:55:19 lt-sanderson DisplayLinkManager[1862]: what():  Hive format not recognised
Aug 27 13:55:19 lt-sanderson systemd[1]: displaylink.service: main process exited, code=killed, status=6/ABRT
Aug 27 13:55:19 lt-sanderson systemd[1]: Unit displaylink.service entered failed state.
Aug 27 13:55:24 lt-sanderson DisplayLinkManager[1867]: terminate called after throwing an instance of 'dl::sys::Failure'
Aug 27 13:55:24 lt-sanderson DisplayLinkManager[1867]: what():  Hive format not recognised
Aug 27 13:55:24 lt-sanderson systemd[1]: displaylink.service: main process exited, code=killed, status=6/ABRT
Aug 27 13:55:24 lt-sanderson systemd[1]: Unit displaylink.service entered failed state.
The problem is not the displaylink.service but the display-manager.service

In KDE it should be KDM... You can maybe run
Code:
# dpkg-reconfigure kdm
I'm not sure about the name of the package so you can fond it with
Code:
# dpkg -l | grep -i KDM
Thx
guerrierk is offline   Reply With Quote