Can create Blueprints on Linux. However when I try to create a new site from the created Blueprint it fails on provisioning. Spits out an error, that is not on the screen long enough to read.
What steps can be taken to replicate the issue? Feel free to include screenshots, videos, etc
Tried it on two separate versions of Linux same issue.
System Details
Local Version: Version 9.2.7+6877
Operating System (OS) and OS version: Fedora 42 & Debian 13 Trixie
Security Reminder
Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.
Looking more closely at the Local log, it seems like things are broken due to this error:
{"level":"error","message":"Command failed: %%userDataPath%%/lightning-services/mysql-8.0.35+4/bin/linux/bin/mysql --default-character-set=utf8 -A --skip-column-names -e SELECT @@SQL_MODE;\n%%userDataPath%%/lightning-services/mysql-8.0.35+4/bin/linux/bin/mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory\n","originalError":{"cmd":"%%userDataPath%%/lightning-services/mysql-8.0.35+4/bin/linux/bin/mysql --default-character-set=utf8 -A --skip-column-names -e SELECT @@SQL_MODE;","code":127,"killed":false,"signal":null},"timestamp":"2025-08-21T00:04:15.669Z"}
Note the error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory part.
When I installed a new version of Ubuntu 22.04.5 on my laptop and tried to replicate, I was able to create sites from a blueprint. It’s possible that the image I used has that newer lib. For reference, I used a this image from OSU ubuntu-22.04.5-desktop-amd64.iso found via the Mirrors : Ubuntu link.
For my own curiosity, what versions of libncurses exist on your machine? These commands should help list those files:
I’d be curious to know what you have. It’s also possible that there’s some kind of issue with how Local is configuring the shell environment when it’s importing the site.