ThingsThatKillYou

joined 2 years ago
[–] ThingsThatKillYou@lemmy.ml 6 points 2 years ago (2 children)

Check if the process is actually running

‘ps aux | grep 1635’

(You should see a line output)

More likely its not running and crashed without cleaning up the lock file, you might want to figure out why from logs and whatnot but its ok also to remove that file and try again

[–] ThingsThatKillYou@lemmy.ml 1 points 2 years ago (1 children)

That should work, unless there is something wrong with the values themselves, you can also check the bash profile files nix generates.

Cant say much without seeing the code.

[–] ThingsThatKillYou@lemmy.ml 1 points 2 years ago (3 children)

Hmm, which option were you setting? Can you share your configuration.nix (relevant parts)?