marazmista / radeon-profile-daemon

Daemon for radeon-profile GUI
GNU General Public License v2.0
118 stars 23 forks source link

daemon failing to start #5

Closed Snowman3456 closed 7 years ago

Snowman3456 commented 7 years ago
:~$ sudo service radeon-profile-daemon restart
:~$ sudo service radeon-profile-daemon status
● radeon-profile-daemon.service - radeon-profile daemon
   Loaded: loaded (/etc/systemd/system/radeon-profile-daemon.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sat 2017-03-11 20:50:44 EST; 3s ago
  Process: 8335 ExecStop=/usr/bin/killall radeon-profile-daemon (code=exited, status=1/FAILURE)
  Process: 8333 ExecStart=/usr/bin/radeon-profile-daemon (code=exited, status=203/EXEC)
 Main PID: 8333 (code=exited, status=203/EXEC)

Mar 11 20:50:44 Ubuntu systemd[1]: Started radeon-profile daemon.
Mar 11 20:50:44 Ubuntu systemd[1]: radeon-profile-daemon.service: Main process exited, code=exited, status=203/EXEC
Mar 11 20:50:44 Ubuntu killall[8335]: radeon-profile-daemon: no process found
Mar 11 20:50:44 Ubuntu systemd[1]: radeon-profile-daemon.service: Control process exited, code=exited status=1
Mar 11 20:50:44 Ubuntu systemd[1]: radeon-profile-daemon.service: Unit entered failed state.
Mar 11 20:50:44 Ubuntu systemd[1]: radeon-profile-daemon.service: Failed with result 'exit-code'.
Snowman3456 commented 7 years ago

There was no /usr/bin/radeon-profile-daemon.

Kabouik commented 5 years ago

I had the same issue, I had to copy ./radeon-profile-daemon/target/radeon-profile-daemon to /usr/bin/ manually.