Local Replica: NNS Governance Canister Not Found Despite Being Listed as Controller

Please check this response,

It seems that the error simply indicates that there are no SNSs created so far. This is expected in early stages of the sns-testing runbook.

Could you clarify if you’ve observed this in the web browser on in the console? Maybe a screenshot would help, too.

Indeed, this seems related to the recent upgrade of the ICP dependency stack — in Docker, we had to bump Ubuntu from 22.04 to 24.04. I suppose running this on your system, you would also need to upgrade glibc.

Assuming you’re on a system with apt as the package manager (Ubuntu, Debian, etc.) Could you try the following:

sudo apt update
sudo apt install libc6

Please let us know how it goes from here, and we’ll do our best to support you.