Hello everyone, hope you’re all staying safe and had a nice weekend.
spun up a new vm today with Ubuntu 18.04 LTS fresh install as requested by the guide.
the installation looks a bit different to the guide but thats fine.
Primary Hostname: box.xxxx.co.uk
Public IP Address: 51.xx.xxx.160
Private IP Address: 192.168.1.30
Mail-in-a-Box Version: v0.50
Updating system packages…
Installing system packages…
Initializing system random number generator…
After this, i get nothing else which obviously looks different to the guide.
I checked /admin nothing there. check netstat nothing listening.
Hello Alento,
I’m the provider, looks like the installation isnt completing, as no services for mailinabox are installed, no listening on ports.
iv tried the direct curl method, have also tried the git clone.
what information would you require? having a look in syslog doesnt seem to have anything, and i dont see any log folders inside the installation.
as for the guide I never get to this part:
Your Mail-in-a-Box is running.
Please log in to the control panel for further instructions at:
https://94.76.202.152/admin
only thing i ever see after running the setup/start.sh
Updating system packages…
Installing system packages…
Initializing system random number generator…
then it puts me back to console.
Any advice would be appreciated, where to look for errors or if the installer has a debug option.
So a bit more digging into the code, seem the issue is pointing to system.sh
specifically FIREWALL section, commenting this out fully completes the install!
I Diagnosed this by following the trait what was the last echo I seen.
Initializing system random number generator…
which i found was in system.sh, after each bit of code I force it to echo so i can see where exactly it is failing.