I followed the instuctions at the "offical docs". My first cln install was 24.05 but I've been having repeated issues with sending payments despite very adaquate liquidity. I was hoping an upgrade might do the trick but I'm experiencing the problems listed below (this happened when I test 24.08rc1 on ubuntu22.04 as well)
I'm then met with a "No such file or directory" even though this exact file can be seen getting exacted above. The path /usr/libexec/c-lightning does not appear to exist at all, even when viewed with a root terminal:lightningd: Could not run /usr/libexec/c-lightning/lightning_channeld: No such file or directory
I then re-ran the command to re-install 24.05:
~/Downloads$ sudo tar -xvf clightning-v24.08rc3-Ubuntu-22.04.tar.xz -C /usr/local --strip-components=2
I then uncommented the clnrest-post option in config and it fired right back up. Strangely even with the 24.05 version you can see files being extraced to /usr/libexec/c-lightning but that directory still does not appear to exist on the system even tho cln runs fine with 24.05
I followed the instuctions at the "offical docs". My first cln install was 24.05 but I've been having repeated issues with sending payments despite very adaquate liquidity. I was hoping an upgrade might do the trick but I'm experiencing the problems listed below (this happened when I test 24.08rc1 on ubuntu22.04 as well)
Most everything on this system is stock ubuntu.
Here I change the config to comment out the clnrest-port option and relaunch:
I'm then met with a "No such file or directory" even though this exact file can be seen getting exacted above. The path
/usr/libexec/c-lightning
does not appear to exist at all, even when viewed with a root terminal:lightningd: Could not run /usr/libexec/c-lightning/lightning_channeld: No such file or directory
I then re-ran the command to re-install 24.05:
~/Downloads$ sudo tar -xvf clightning-v24.08rc3-Ubuntu-22.04.tar.xz -C /usr/local --strip-components=2
I then uncommented the clnrest-post option in config and it fired right back up. Strangely even with the 24.05 version you can see files being extraced to
/usr/libexec/c-lightning
but that directory still does not appear to exist on the system even tho cln runs fine with 24.05