Skip to main content
Topic: Something wrong with zramen and cpupower service. (Read 507 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Something wrong with zramen and cpupower service.

i am on dinit, everything works expect 2 services zramen and cpupower. it should work out of the box because i've installed dinit versions like ( zramen-dinit ).

Re: Something wrong with zramen and cpupower service.

Reply #1
does zramen service run manually ?
Create problems which don't have solution

Re: Something wrong with zramen and cpupower service.

Reply #2
what do you mean by run manually?

Re: Something wrong with zramen and cpupower service.

Reply #3
after login as user , run these
Code: [Select]
 dinitctl start zramen
Code: [Select]
dinitctl status zramen
Create problems which don't have solution

Re: Something wrong with zramen and cpupower service.

Reply #4
oh now i get it, yes it does run manually
Code: [Select]
Service: zramen
    State: STARTED
    Activation: explicitly started
and this is cpupower
Code: [Select]
Service 'cpupower' failed to start.
Reason: service process terminated before ready: exited - status 1
Code: [Select]
Service: cpupower
    State: STOPPED (failed to start; exited - status 1)

Re: Something wrong with zramen and cpupower service.

Reply #5
The error message indicates that (most likely) the logfile setting specifies a file in a directory that doesn't yet exist when the service first tries to start. My guess would be that zramen is missing a dependency; it needs to depend on whatever creates the log directories.

Re: Something wrong with zramen and cpupower service.

Reply #6
hey davmac, thanks for dinit.
The error message indicates that (most likely) the logfile setting specifies a file in a directory that doesn't yet exist when the service first tries to start. My guess would be that zramen is missing a dependency; it needs to depend on whatever creates the log directories.
if its true then artix dev should fix this.