Complete new reinstall

Hi Hestia,

I constantly get this error when installing.
grep: /usr/local/hestia/data/ips/*: No such file or directory
Error: IP public IP doesn’t exist
Error: can’t create website.local.tld domain

What can I do to fix this? the IPS folder is indeed empty.

What operating system are you running?

Hi kristan,

Its ubuntu 22.04. I did notice however that its a bonded interface
bond0.454@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 3a:79:a0:71:79:05 brd ff:ff:ff:ff:ff:ff
inet public ip/32 scope global bond0.454
valid_lft forever preferred_lft forever
inet 100.100.11.116/29 brd 100.100.11.119 scope global bond0.454
valid_lft forever preferred_lft forever
inet6 fe80::3879:a0ff:fe72:7904/64 scope link
valid_lft forever preferred_lft forever

ye so this might be the problem :frowning:

invalid interface format :: bond0.454

Any way around this :D?

Looks like you’ve hit a bug. We’ll look into it and follow up when we have more information.

1 Like

Please share:

ip -d -j link show and ip -d -j addr show output via DM

Just to inform other uses. I send the information in a DM

I don’t know if its going to help. But below the net-plan config.

network:
  bonds:
    bond0:
      interfaces:
      - enp1s0f0
      - enp1s0f1
      parameters:
        lacp-rate: slow
        mode: 802.3ad
        transmit-hash-policy: layer2
  ethernets:
    enp1s0f0: {}
    enp1s0f1: {}
    enp2s0f0:
      dhcp4: true
    enp2s0f1:
      dhcp4: true
  version: 2
  vlans:
    bond0.454:
      addresses:
      - *public IP*/32
      - 100.100.11.116/29
      id: 454
      link: bond0
      nameservers:
        addresses:
        - 1.1.1.1
        - 8.8.8.8
        search: []
      routes:
      - to: default
        via: 100.100.11.113
        from: *public IP*

The issue in caused by the vlan config

Dam. Sadly this is hosting specific so I cant really change it. Is there a way around it. Or is it doomed?

Should fix your issue

So how exactly am I going to use this? I cant replace a file because it already breaks on the installer leaving an incomplete install :blush: ?

Or do I have to build from source?

replace this step:
./hst_autocompile.sh --all --noinstall --keepbuild '~localsrc'

with

./hst_autocompile.sh --hestia --noinstall --keepbuild '~localsrc'

And it saves 10 min build time

Nevermind it works. if I direct git clone the specific branch…

I made some changes in the 30 min ago :slight_smile:

Ah… well it works thanks for the quick fix!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.