-
Hi, while configuring EVCC I got the following error raised: [server] FATAL 2021/05/27 22:38:19 remove /tmp/evcc: operation not permitted I'm using Raspbian GNU/Linux 10 (buster) 5.4.83-v7l+ on a Raspberry Pi . Does anyone have an idea how to fix this please? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Lokks like U are running evcc twice! Before U are doing an foreground evcc debug session, U have to stop the evcc.service process. U can stop with |
Beta Was this translation helpful? Give feedback.
Lokks like U are running evcc twice! Before U are doing an foreground evcc debug session, U have to stop the evcc.service process.
U can check this by executing
sudo systemctl status evcc
.U can stop with
sudo systemctl stop evcc
.U can start with
sudo systemctl start evcc
.