aykevl / basmati

Battery charge limiter
BSD 3-Clause "New" or "Revised" License
19 stars 0 forks source link

Failed to start Basmati battery status monitor. #1

Open deletec00kiesb4leaving opened 4 months ago

deletec00kiesb4leaving commented 4 months ago

Just got these error: After running make install and following the cp commands, got these error:

$systemctl start basmati.service

Job for basmati.service failed because the control process exited with error code. See "systemctl status basmati.service" and "journalctl -xeu basmati.service" for details.

$systemctl status basmati.service

× basmati.service - Basmati battery status monitor Loaded: loaded (/etc/systemd/system/basmati.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2024-04-15 14:07:16 WEST; 24s ago Main PID: 4405 (code=exited, status=1/FAILURE) CPU: 74ms

Apr 15 14:07:16 pop-os systemd[1]: basmati.service: Scheduled restart job, restart counter is at 5. Apr 15 14:07:16 pop-os systemd[1]: Stopped Basmati battery status monitor. Apr 15 14:07:16 pop-os systemd[1]: basmati.service: Start request repeated too quickly. Apr 15 14:07:16 pop-os systemd[1]: basmati.service: Failed with result 'exit-code'. Apr 15 14:07:16 pop-os systemd[1]: Failed to start Basmati battery status monitor.

Running journalctl -xeu basmati.service just says, job failed, defined by systemd, suport ubuntu.com/support, job identifier is 3593.

aykevl commented 3 months ago

I don't really know what's going wrong. It works for me. Without an actual error message, I can't really debug it.

Perhaps you can try running basmati manually to see why it exits early?