View previous topic :: View next topic |
Author |
Message |
Barbieken Tux's lil' helper
Joined: 22 Mar 2014 Posts: 82
|
Posted: Sun Aug 21, 2016 4:43 pm Post subject: thermald file collision |
|
|
Cant install thermald on ~amd64 with OpenRC, getting file collisions:
Code: |
Installing (1 of 1) sys-power/thermald-1.5.3::gentoo
...
*
* Detected file collision(s):
*
* /usr/lib/systemd/system/thermald.service
* /usr/share/dbus-1/system-services/org.freedesktop.thermald.service
|
Any way to fix? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Sun Aug 21, 2016 4:58 pm Post subject: |
|
|
There is a FEATURE for skip this problem,
Code: | # FEATURES="-collision-detect" emerge -a thermald |
but first it is better to investigate (this feature overwrite existing files) the package that has installed those files.
Code: | $ equery b /usr/lib/systemd/system/thermald.service
$ equery b /usr/share/dbus-1/system-services/org.freedesktop.thermald.service |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Barbieken Tux's lil' helper
Joined: 22 Mar 2014 Posts: 82
|
Posted: Sun Aug 21, 2016 5:24 pm Post subject: |
|
|
It is possible to run thermald wwith openRC at all? Or it is systemd only? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Sun Aug 21, 2016 5:33 pm Post subject: |
|
|
Barbieken wrote: | It is possible to run thermald wwith openRC at all? Or it is systemd only? |
No personal experience but when installing thermald openrc init script file /etc/init.d/thermald is installed. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|