serokell / tezos-packaging

Various forms of Tezos software distribution for Linux and macOS.
MIT License
60 stars 21 forks source link

[BUG] tezos-setup-wizard fails when setting up baker on limanet #557

Closed itkach closed 2 years ago

itkach commented 2 years ago

tezos-setup-wizard fails with the following error:

Which Tezos network would you like to use?
Currently supported:
1. mainnet (default)           Main Tezos network
2. ghostnet                    Long running test network, currently using the kathmandu
                               Tezos protocol
3. kathmandunet                Test network using the kathmandu Tezos protocol
4. limanet                     Test network using the lima Tezos protocol
> 4
Do you want to set up baking or to run the standalone node?
1. baking (default)            Set up and start all services for baking: tezos-node and
                               tezos-baker.
2. node                        Only bootstrap and run the Tezos node.
>

Would you like your setup to automatically start on boot?
1. yes (default)               Enable the services, running them both now and on every boot
2. no                          Start the services this time only
>
Trying to bootstrap octez-node
tezos-node-limanet.service configuration not found, defaulting to /var/lib/tezos/node-limanet
Error in Tezos Setup Wizard, exiting.
The error has been logged to /home/ubuntu/tezos_setup_wizard.log
$ cat /home/ubuntu/tezos_setup_wizard.log
[Errno 2] No such file or directory: '/var/lib/tezos/node-limanet'

Steps to reproduce the behavior:

Environment

itkach commented 2 years ago

if I manually create directory, the wizard fails a bit later with sudo: octez-node-limanet: command not found