You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.05The text was updated successfully, but these errors were encountered: