Hi Roland,
Thanks for replying. I have attached my installsettings.
Best,
Cyrus
Hi Roland,
Thanks for replying. I have attached my installsettings.
Best,
Cyrus
Please retry the installation and choose Manual for the public network of head- and FE-node. DHCP is broken It will not be fixed and removed soon. Too complex to get DHCP support for the public interfaces right in all possible configuration variants.
Best,
Roland
On 7/9/24 15:55, Gaviri, Cyrus via Qlustar General wrote:
Hi Roland,
Thanks for replying. I have attached my installsettings.
Best,
Cyrus
Thanks, I'll give that a go and let you know what happens. I have also noticed that on a previous install that works fine
/etc/resolv.conf -> ../run/resolvconf/resolv.conf
whereas the new install has a static /etc/resolv.conf
On 7/9/24 16:31, c.gaviri--- via Qlustar General wrote:
Thanks, I'll give that a go and let you know what happens. I have also noticed that on a previous install that works fine
/etc/resolv.conf -> ../run/resolvconf/resolv.conf
whereas the new install has a static /etc/resolv.conf
Yes, that has changed a while ago.
Hi,
I tried the manual network config and unfortunately, there are issues with that method including the original one. It adds an entry into /etc/hosts as follows;
*********************** 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters
192.168.55.113 ql-repo repo.qlustar.com ***********************
When I run;
apt update 0% [Connecting to repo.qlustar.com (192.168.55.113)]
Also in that file should be the hostname and its IP.
After I remove that entry and try again;
apt update Get:1 http://repo.qlustar.com/repo/ubuntu-13.x 13.0-jammy InRelease [11.1 kB] Get:2 http://repo.qlustar.com/repo/ubuntu-13.x 13.0-jammy-proposed-updates InRelease [11.0 kB] Get:3 http://repo.qlustar.com/repo/ql-13.x 13.0-jammy InRelease [6,670 B] Get:4 http://repo.qlustar.com/repo/ql-13.x 13.0-jammy-proposed-updates InRelease [6,563 B] Get:5 http://repo.qlustar.com/repo/ubuntu-13.x 13.0-jammy/main amd64 Packages [2,177 kB] Get:6 http://repo.qlustar.com/repo/ubuntu-13.x 13.0-jammy/universe amd64 Packages [21.2 MB] Get:7 http://repo.qlustar.com/repo/ubuntu-13.x 13.0-jammy-proposed-updates/main amd64 Packages [29.7 kB] Get:8 http://repo.qlustar.com/repo/ubuntu-13.x 13.0-jammy-proposed-updates/universe amd64 Packages [11.6 kB] Get:9 http://repo.qlustar.com/repo/ql-13.x 13.0-jammy/main amd64 Packages [128 kB] Get:10 http://repo.qlustar.com/repo/ql-13.x 13.0-jammy/non-free amd64 Packages [18.1 kB] Get:11 http://repo.qlustar.com/repo/ql-13.x 13.0-jammy-proposed-updates/main amd64 Packages [9,960 B] Fetched 23.6 MB in 3s (8,771 kB/s)
qlumand-apt-trigger: timeout *************************************
Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date.
The qlumand-apt-trigger: timeout appears from running apt update. It appears again when I run the qlustar-initial-config. However I can now run qluman-cli --gencert and successfully generate a cert. So it's working as far as I can tell so far, it just depends what else may be affected by the timeout.
Thanks for your help.
Regards,
Cyrus
Hi Cyrus,
it seems you ran
qlustar-initial-config -l
for some reason. The '-l' option is only for internal use and not documented anywhere. Without that the additional hosts entry will not be there.
Theqlumand-apt-trigger: timeout is normal, has no negative conseqeunces and comes whenever qlumand is not running, like before finishing the qlustar-initial-config stage.
Best,
Roland
On 7/10/24 16:21, c.gaviri--- via Qlustar General wrote:
Hi,
I tried the manual network config and unfortunately, there are issues with that method including the original one. It adds an entry into /etc/hosts as follows;
127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters
192.168.55.113 ql-repo repo.qlustar.com
When I run;
apt update .... 0% [Connecting to repo.qlustar.com (192.168.55.113)]
Also in that file should be the hostname and its IP.
After I remove that entry and try again;
apt update
qlumand-apt-trigger: timeout *************************************
Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date.
The qlumand-apt-trigger: timeout appears from running apt update. It appears again when I run the qlustar-initial-config. However I can now run qluman-cli --gencert and successfully generate a cert. So it's working as far as I can tell so far, it just depends what else may be affected by the timeout.
Thanks for your help.
Regards,
Cyrus __