Supervisord config not found
calebdw opened this issue · 4 comments
calebdw commented
Hello!
I followed the instructions in the docs:
- Installed software
- Executed
porter init
- Modified
porter.yaml
- Executed
porter add
and then I received the following error:
$ porter add
Adding <path>/porter.yml: ✔
Porter must be running to use this command. Do you want to start Porter? (yes/no) [yes]:
> y
Error: could not find config file /home/<username>/.porter/supervisord.conf
For help, use /usr/bin/supervisord -h
In SupervisordRepository.php line 171:
[App\Exceptions\SupervisordConnectionRefusedException]
However, I checked and the supervisor config did exist, I tried removing it according to #8, but I still couldn't get porter to start until I executed porter start
.
PhiloNL commented
Hello!
Which OS are you running?
calebdw commented
Hello!
I'm running Pop!_OS 22, which is based on Ubuntu 22.
PhiloNL commented
So if I understand correctly, running porter start
works, but when using porter add
and starting porter this way it fails. Is that correct?
calebdw commented
Yes, at least on the first start.