gamemode: Job for gamemoded.service failed because the control process exited with error code.
Ubuntu 16.04.4 LTS AMD FX-6300 NVIDIA GeForce GTX 650 Ti
Cloned from latest master branch.
All dependencies are installed (including dbus-user-session
).
alex@alex-MS-1674[±|master ✓]:~/Code/gamemode $ ./bootstrap.sh
+ meson --prefix=/usr build -Dwith-systemd-user-unit-dir=/etc/systemd/user
Directory already configured, exiting Meson. Just run your build command
(e.g. ninja) and Meson will regenerate as necessary. If ninja fails, run ninja
reconfigure to force Meson to regenerate.
If build failures persist, manually wipe your build directory to clear any
stored system data.
To change option values, run meson configure instead.
+ cd build
+ ninja
ninja: no work to do.
+ set +x
Install to /usr? [Yy] y
+ sudo ninja install
[sudo] password for alex:
[0/1] Installing files.
Installing lib/libgamemode.so to /usr/lib/x86_64-linux-gnu/libgamemode.so
Installing lib/libgamemodeauto.so to /usr/lib/x86_64-linux-gnu/libgamemodeauto.so
Installing daemon/gamemoded to /usr/bin/gamemoded
Installing daemon/cpugovctl to /usr/libexec/cpugovctl
Installing gamemode_client.h to /usr/include/
Installing /home/alex/Code/gamemode/data/gamemoded.1 to /usr/share/man/man1
Installing /home/alex/Code/gamemode/build/data/gamemoded.service to /etc/systemd/user
Installing /home/alex/Code/gamemode/build/data/com.feralinteractive.GameMode.policy to /usr/share/polkit-1/actions
+ set +x
Enable and run the daemon? [Yy] y
+ systemctl --user daemon-reload
+ systemctl --user enable gamemoded
+ systemctl --user start gamemoded
Job for gamemoded.service failed because the control process exited with error code. See "systemctl --user status gamemoded.service" and "journalctl -xe" for details.
alex@alex-MS-1674[±|master ✓]:~/Code/gamemode $ systemctl --user status gamemoded.service
● gamemoded.service - gamemoded
Loaded: loaded (/etc/systemd/user/gamemoded.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2018-04-29 20:33:13 CDT; 10min ago
Process: 12523 ExecStart=/usr/bin/gamemoded -l (code=exited, status=1/FAILURE)
Main PID: 12523 (code=exited, status=1/FAILURE)
Apr 29 20:33:13 alex-MS-1674 systemd[2644]: Starting gamemoded...
Apr 29 20:33:13 alex-MS-1674 /usr/bin/gamemoded[12523]: Note: No config file found [gamemode.ini] in working directory or in [/usr/share/gamemode/]
Apr 29 20:33:13 alex-MS-1674 systemd[2644]: gamemoded.service: Main process exited, code=exited, status=1/FAILURE
Apr 29 20:33:13 alex-MS-1674 systemd[2644]: Failed to start gamemoded.
Apr 29 20:33:13 alex-MS-1674 systemd[2644]: gamemoded.service: Unit entered failed state.
Apr 29 20:33:13 alex-MS-1674 systemd[2644]: gamemoded.service: Failed with result 'exit-code'.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 21 (19 by maintainers)
Commits related to this issue
- Allow execution without any cpu governors to set - for issue #44 — committed to FeralInteractive/gamemode by deleted user 6 years ago
- Allow execution without any cpu governors to set - for issue #44 — committed to FeralInteractive/gamemode by deleted user 6 years ago
I just set AMD Cool n Quiet=Enable in my BIOS and that worked for me. (AMD Ryzen 5 3600) Thank you!