Ubuntu 22.04 LXC Proxmox 8
I’m using the server template. I installed this to another CT using the same template a few weeks ago, I have no idea why this is failing.
Literally the only thing I did before running the installer was apt install curl
Truncated syslog.
Primary Hostname: box.DOMAIN.com
Public IP Address:
Private IP Address: 192.168.1.131
Mail-in-a-Box Version: v67
Updating system packages...
Installing system packages...
Initializing system random number generator...
root@mail:/var/log# cat syslog
Feb 6 14:54:21 mail pollinate[15144]: client sent challenge to [https://entropy.ubuntu.com/]
Feb 6 14:54:21 mail ntpd[15018]: Soliciting pool server 192.48.105.15
Feb 6 14:54:22 mail pollinate[15144]: client verified challenge/response with [https://entropy.ubuntu.com/]
Feb 6 14:54:22 mail pollinate[15144]: client hashed response from [https://entropy.ubuntu.com/]
Feb 6 14:54:22 mail pollinate[15144]: client successfully seeded [/dev/urandom]
Feb 6 14:54:22 mail ntpd[15018]: Soliciting pool server 45.33.103.94
Feb 6 14:54:22 mail ntpd[15018]: Soliciting pool server 172.233.153.85
Feb 6 14:54:22 mail ntpd[15018]: Soliciting pool server 138.68.201.49
Feb 6 14:54:22 mail ntpd[15018]: Soliciting pool server 185.125.190.56
Feb 6 14:54:23 mail ntpd[15018]: Soliciting pool server 185.125.190.58
Feb 6 14:54:23 mail ntpd[15018]: Soliciting pool server 135.148.100.14
Feb 6 14:54:23 mail ntpd[15018]: Soliciting pool server 104.167.241.197
Feb 6 14:54:23 mail ntpd[15018]: Soliciting pool server 162.159.200.123
Feb 6 14:54:24 mail ntpd[15018]: Soliciting pool server 91.189.91.157
Feb 6 14:54:24 mail ntpd[15018]: Soliciting pool server 204.93.207.12
Feb 6 14:54:24 mail ntpd[15018]: Soliciting pool server 2620:8d:c000::f
Feb 6 14:54:24 mail ntpd[15018]: Soliciting pool server 108.61.73.243
Feb 6 14:54:27 mail ntpd[15018]: adj_systime: Operation not permitted
Feb 6 14:58:16 mail systemd-resolved[13584]: System hostname changed to 'box.DOMAIN.com'.
Feb 6 14:58:30 mail pollinate[16759]: system was previously seeded at [2024-02-06 14:54:22.131463624 -0600]
Feb 6 14:58:30 mail pollinate[16759]: client sent challenge to [https://entropy.ubuntu.com/]
Feb 6 14:58:31 mail pollinate[16759]: client verified challenge/response with [https://entropy.ubuntu.com/]
Feb 6 14:58:31 mail pollinate[16759]: client hashed response from [https://entropy.ubuntu.com/]
Feb 6 14:58:31 mail pollinate[16759]: client successfully seeded [/dev/urandom]
Yeah, seems to be IPv6. Turned it on and it’s working now.
First application I’ve used that’s NEEDED IPv6.
Thanks for your help!
FOR THOSE IN THE FUTURE:
MIAB v67
It still crashes first time even with IPv6 enabled on CT creation, and does not install bind9 before it does crash.
My command history to make it work starting from CT creation, commands are run as root:
apt install curl
curl -s https://mailinabox.email/setup.sh | sudo -E bash
#IT FAILS AT RNG HERE
apt install bind9
reboot
#May be able to systemctl stop/start bind9 here rather than rebooting
curl -s https://mailinabox.email/setup.sh | sudo -E bash
#You may be able to substitute the curl command for just 'mailinabox'
Testing on privileged CT now, will edit after testing unprivileged.
Tried installing bind9 before installing MIAB, still crashes.
Everything seems to work on an unprivileged CT.