Hello I have volgendes problem that I get with the startscript no configuration created. how do I continue or has one an example cofnig
So far I get
balena@iot:~/open-balena$ ./scripts/quickstart -U info@meinedomain -p password -d balena.meinedomain.de -c
[INFO] ACME Certificate request is ENABLED.
==> Creating new configuration at: /home/balena/open-balena/config
==> Bootstrapping easy-rsa…
- Downloading easy-rsa…
==> Generating root CA cert…
==> Generating root cert chain for haproxy…
has no one a tip how i can install balena. get no further at this point there is no error message
[INFO] ACME Certificate request is ENABLED.
==> Creating new configuration at: /home/balena/open-balena/config
==> Bootstrapping easy-rsa…
- Downloading easy-rsa…
==> Generating root CA cert…
==> Generating root cert chain for haproxy…
Enter pass phrase for /home/balena/open-balena/config/certs/root/private/ca.key:
balena@iot:~/open-balena$ ./scripts/compose up -d # Start instance
No configuration found; please create one first with: ./scripts/quickstart
See README.md for help.
balena@iot:~/open-balena$
Hello, the password switch should be uppercase -P
I’m not sure that will solve your issue, but it’s worth a try. Just to clarify, the quickstart
script does not complete?
yes the script does not run and no config is created so I am stuck otherwise would do the steps manually or paste a predefined script
i use this guide
Have you pasted the complete output of the quickstart script above? If not, please show all the output so we can see where it failed. (The last entry I see is ==> Generating root cert chain for haproxy...
- did it get farther than that and/or produce any error messages?)
I followed the same instructions and the quickstart script completed, so we need to see what might be different in your setup. For the domain in your -d
option, can you ping it from your Open Balena server you are installing and does it return the proper IP address? Is there anything in your /home/balena/open-balena/config
folder after the script exits?
/config/certs
/config/certs/api
api.domainname.de.der
api.domainname.de.kid
api.domainname.de.pem
/config/root/
ca.crt
certy_by_serial
index.txt
issued
private
reqs
serial
ping work
Can you provide some details about the server you’re trying to install Open Balena on, such as OS, version, processor, RAM, etc…?
Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-56-generic x86_64)
mem 8gb
lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC Processor (with IBPB)
CPU family: 23
Model: 1
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Stepping: 2
BogoMIPS: 4691.18
The hardware seems OK. I experienced some issues with the quickstart script on Ubuntu 22.04. Can you try Ubuntu 18.04?
ubunto 22 will be in the next few days the support eingestelt there I will not go to an older operating system. what problems did you have the how kanman the steps may do manually
On Ubuntu 22 the quickstart script stopped for me with no error message before completing. I suppose you could step through the quickstart script manually and try executing line by line to see where/if the error occurs if moving to Ubuntu 18 is not an option.
Hello @alanb128 , I have the same problem, ubuntu server 22.04 operating system, localhost for now
Output ./scripts/compose up -d:
1
2
3
4
5
No configuration found; please create one first with: ./scripts/quickstart
See README.md for help.
In scripts/compose, I have added echo debugs (numbers in inputs):
Please help me
Regards
Matias