Router stopped suddenly operating

Hi, @merianos!

Thanks for your message and logs. It looks like Local’s nginx links against a newer version of libc than you have on your Ubuntu 20 system:

{"class":"Process","level":"warn","message":"%%userDataPath%%/lightning-services/nginx-1.26.1+3/bin/linux/sbin/nginx: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by %%userDataPath%%/lightning-services/nginx-1.26.1+3/bin/linux/sbin/nginx)","process":"nginx","thread":"main","timestamp":"2025-04-17T08:37:35.067Z"}

You could try one of these options:

  • Updating Ubuntu. If moving to Ubuntu 24, though, though see these notes about getting Local to work there (we’re working to resolve those issues).
  • Downgrading Local.
  • Adding the missing libc.so.6 to your system, although this is generally not a good idea since it may cause conflicts or issues with other programs and Ubuntu does not officially support it — updating Ubuntu is likely safer.