Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Please or Register to create posts and topics.

Antsle not booting, going into UEFI shell instead

So, I've been trying to recover from some failed disks.  I originally had 2 SSD's and 2 HDs.  Both HD's failed (the clicking gave it away).  The OS on the SSD's was corrupted, so rather than replace the HD's I simply removed them and got these instructions from support.....

The following instructions how to reset the edgeLinux OS to version 0.12.1 (latest). You will have the choice to keep your antlets or do a full wipe and reinstall.
**This may remove all docker images and containers.  It is always a good practice to backup all your data.
I found that using 2 USB sticks is the easiest method. The first will be a bootable USB stick, we recommend using SystemRescueCD:
I use a utility called Rufus to create the bootable usb with the sysrescue .iso (https://rufus.akeo.ie)
The second should be at least 32G capacity and formatted with NTFS or exfat file system as one of the uncompressed images is ~16G. 
Connect a monitor and keyboard or connect to the terminal via IPMI: https://docs.antsle.com/setup/#4-ipmi
Remove all other USB storage devices.
Boot the antsle from the bootable USB.
Run the command

    lsblk
Your bootable USB should be the last device (sdc)
Plug in the 2nd USB and run 'lsblk' again. This USB should now be the last device (sdd). This USB will probably only have 1 partition but may have two. We will need the one using all the storage space (see the 'size' column). I'll use 'sdd1' in the example.
Lets mount the 2nd USB 
    mkdir /usb2
    mount /dev/sdd1 /usb2
Change into the /usb2 directory
    cd /usb2
Download the reset script, make it executable, and run the script:
    wget https://static-files.antsle.com:8443/edgeLinux/0.12.1/el-reset
    chmod +x el-reset
    ./el-reset
When the script finishes, power off the antsle, remove the USB sticks and reboot.
** The new root password will be 'antsle'.
Login at the prompt and run the command
    el-reset-phase2
And finally upgrade antMan
    upgrade-antman
I went ahead and elected to wipe everything since there was copies of everything I needed elsewhere.  The install went successfully, but when I went to reboot it began rebooting into the UEFI menu.  I'm not a UEFI expert, I simply recognize it.

I have no clue where to go from here.  Basically, my anstle is a very expensive brick right now.  My guess is that something forgot to properly label the boot partition but that's simply a guess.

Any help would be appreciated.

Hey, sorry to hear you got stuck in the booting process. We actually just switched over to edgeLinux 2.0, and while it's a fresh install, since you've already wiped your Antsle I think this would be the best place to start. Once you get it on a bootable USB stick then it should just take 15 minutes. Here are the instructions to install our new CentOS-based edgeLinux 2.0.

Step 1. Start by installing the minimal version of CentOS 7. Use the link below:

Watch our video with instructions as you go through the installation:>> See it here.

Note: Make sure that your root partition is not too big. We recommend having the main partition set to 16GB and leave the rest for the antlets zpool (which we’ll create with the edgeLinux installer)

Step 2. SSH into CentOS 7 after installing it from the ISO and execute the following one at a time:

yum update --exclude=kernel*
yum install epel-release
yum install ansible wget
wget https://static-files.antsle.com:8443/edgeLinux/2.0.0/edgeLinux-2.0.0.tar.gz
tar -xzvf edgeLinux-2.0.0.tar.gz
cd edgeLinux-2.0.0
./install-local
shutdown -r now

Step 3. Complete step three from the Antsle docs setup guide. >>> See here.

Let me know if you need any more help! Hopefully that does the trick.

Best,

Haley

lancem has reacted to this post.
lancem

Hey @haley

Does the edgeLinux install script set up the NVMe cache drive?  I dont see it configuring it when the zpool is created.  Please let me know.

 

Thanks

Hi @brendanhoffmann,

To add the NVMe cache, please run the following command:

zpool add antlets cache /dev/nvme0n1

Thanks for your feedback, we'll make this part of the edgeLinux 2.0 GA release!

HappyBuzzCut has reacted to this post.
HappyBuzzCut

So I did this and was able to bring up the new version.

2 things:

  1. How do I know if the drivers are mirrored or it only found and installed one?
  2. I am only seeing the first interface up. how do I add more interfaces to Antman?

Hi @kingharrison

  1. You can check your pools setup with the `zpool status antlets` command.
  2. This should be fixed in the latest version of antMan, please run upgrade-antman 3.0.1

After failure upon failure to reset my 3year old Antsle One using the OP same steps (from another thread) I found this thread which indicated to me that many folks were having trouble and that THIS is the new way to do it, though updating the original or other threads that the method was now outdated seemed like a positive step.

So there was hope, this method... up and running in 15 minutes. Not even close.

The first run of the process seemed promising.  Except the location to get the installation ISO is no longer valid. So I got the same one from: http://iso.linuxquestions.org/centos/centos-7-1908/#centos-7-x86_64-minimal-1908
Installing CentOS7 minimal went well following the video @haley referenced.

I ran the steps one at a time as instructed... though I wondered if she meant reboot between them ...

The install script FAILED on TASK [zfs : install zfs] which I attributed to faulty leftover partitions from the el-reset scripting. So I reinstalled CentOS7 minimal and started over... this time I rebooted after the yum update even though it excluded the kernal updates.  I also rebooted after the yum install ansible wget simply because I wanted fresh before running the script again.

The script failed at adding the templates (see image) so I started the installer again.

This time I the templates added fine...I got all the way through to install antMan where it failed. (see image).

So I reran the install script and this time it failed at create swap file, I assume because it was already created in the previous install that failed at antMan installation.  So I rebooted.

Still the script failed at create swap file.  Now I cannot get past the create swap file.

My process so far...

Note: Make sure that your root partition is not too big. We recommend having the main partition set to 16GB and leave the rest for the antlets zpool (which we’ll create with the edgeLinux installer)

Step 2. SSH into CentOS 7 after installing it from the ISO and execute the following one at a time:

yum update --exclude=kernel*
reboot
yum install epel-release
yum install ansible wget
reboot
wget https://static-files.antsle.com:8443/edgeLinux/2.0.0/edgeLinux-2.0.0.tar.gz
tar -xzvf edgeLinux-2.0.0.tar.gz
cd edgeLinux-2.0.0
./install-local
FAILED at adding templates
restart script
FAILED at install antMan
reboot
restart script
FAILED create swap file
restart script
FAILED create swap file
reboot
rerun script
FAILED create swap file.

Does anyone have any ideas on how to get past this ...

Thanks in advance

Uploaded files:
  • failinstalltemplates.jpg
  • faileswapfile.jpg

Here is the antman fail text.  It looks like the server is communicating ok...

fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["upgrade-antman", "-y"], "delta": "0:01:07.714133", "end": "2020-05-02 19:35:02.976663", "msg": "non-zero return code", "rc": 1, "start": "2020-05-02 19:33:55.262530", "stderr": "--2020-05-02 19:33:55-- http://central.antsle.com/antman-releases/3.0.1/amanupd-3.0.1\nResolving central.antsle.com (central.antsle.com)... 147.75.49.34\nConnecting to central.antsle.com (central.antsle.com)|147.75.49.34|:80... connected.\nHTTP request sent, awaiting response... 200 OK\nLength: 18667 (18K) [application/octet-stream]\nSaving to: ‘amanupd-3.0.1’\n\n 0K .......... ........ 100% 244K=0.07s\n\n2020-05-02 19:33:55 (244 KB/s) - ‘amanupd-3.0.1’ saved [18667/18667]\n\n\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Checking if we're running as root\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Checking installed edgeLinux version\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m About to install antman 3.0.1a\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Ensuring antman service is running\u001b(B\u001b[m...\nRedirecting to /bin/systemctl start antman.service\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing inlein\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Verifying ZFS filesystems\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Stopping antman service\u001b(B\u001b[m...\nRedirecting to /bin/systemctl stop antman.service\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading antman.jar\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading antsle-vnc.tar.gz\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading +lxc.antlet.xml\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antmand script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing create-antlet script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing delete-antlet script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsle-auth script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing portmappings script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing get-private-ip script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing create-template script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing run-antsle-checks script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-netconf script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsle-utils script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing launch-novnc.sh script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-logs script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-baseip script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-backup script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-webconsole script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing name-antsle script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-storage-info script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing zfsdeps script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing delete-antlet-force script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing import-antlet script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing export-antlet script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing anthilld\u001b(B\u001b[m...\n\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing/updating antHill\u001b(B\u001b[m...\nrm: cannot remove ‘/tmp/anthilld.*’: No such file or directory\nmake[1]: [install-files] Error 1 (ignored)\nRedirecting to /bin/systemctl restart anthilld.service\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing .m2\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-antaid script\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Backing up myantsle.local.conf\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing default antlet_name_to_ip.conf\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading myantsle.local.conf nginx conf file\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing console.myantsle.local.conf nginx conf file\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading libsigar-amd64-linux.so\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading log4j.jar\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading sigar.jar\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Migrating openRC scripts...\u001b(B\u001b[m...\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[mCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?\n\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing wetty docker image\u001b(B\u001b[m...\nRedirecting to /bin/systemctl start docker.service\nJob for docker.service failed because the control process exited with error code. See \"systemctl status docker.service\" and \"journalctl -xe\" for details.\n\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[31m*\u001b(B\u001b[m Could not start docker, aborting.\u001b(B\u001b[m\n\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[31m !! \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m \n\u001b(B\u001b[mError while upgrading antman\nRedirecting to /bin/systemctl start antman.service", "stderr_lines": ["--2020-05-02 19:33:55-- http://central.antsle.com/antman-releases/3.0.1/amanupd-3.0.1", "Resolving central.antsle.com (central.antsle.com)... 147.75.49.34", "Connecting to central.antsle.com (central.antsle.com)|147.75.49.34|:80... connected.", "HTTP request sent, awaiting response... 200 OK", "Length: 18667 (18K) [application/octet-stream]", "Saving to: ‘amanupd-3.0.1’", "", " 0K .......... ........ 100% 244K=0.07s", "", "2020-05-02 19:33:55 (244 KB/s) - ‘amanupd-3.0.1’ saved [18667/18667]", "", "\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Checking if we're running as root\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Checking installed edgeLinux version\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m About to install antman 3.0.1a\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Ensuring antman service is running\u001b(B\u001b[m...", "Redirecting to /bin/systemctl start antman.service", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing inlein\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Verifying ZFS filesystems\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Stopping antman service\u001b(B\u001b[m...", "Redirecting to /bin/systemctl stop antman.service", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading antman.jar\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading antsle-vnc.tar.gz\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading +lxc.antlet.xml\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antmand script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing create-antlet script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing delete-antlet script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsle-auth script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing portmappings script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing get-private-ip script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing create-template script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing run-antsle-checks script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-netconf script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsle-utils script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing launch-novnc.sh script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-logs script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-baseip script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-backup script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-webconsole script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing name-antsle script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-storage-info script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing zfsdeps script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing delete-antlet-force script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing import-antlet script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing export-antlet script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing anthilld\u001b(B\u001b[m...", "\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing/updating antHill\u001b(B\u001b[m...", "rm: cannot remove ‘/tmp/anthilld.*’: No such file or directory", "make[1]: [install-files] Error 1 (ignored)", "Redirecting to /bin/systemctl restart anthilld.service", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing .m2\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing antsleOS-antaid script\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Backing up myantsle.local.conf\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing default antlet_name_to_ip.conf\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading myantsle.local.conf nginx conf file\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing console.myantsle.local.conf nginx conf file\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading libsigar-amd64-linux.so\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading log4j.jar\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Downloading sigar.jar\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[m\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Migrating openRC scripts...\u001b(B\u001b[m...", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[32m ok \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[mCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?", "\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[32m*\u001b(B\u001b[m Installing wetty docker image\u001b(B\u001b[m...", "Redirecting to /bin/systemctl start docker.service", "Job for docker.service failed because the control process exited with error code. See \"systemctl status docker.service\" and \"journalctl -xe\" for details.", "\u001b(B\u001b[m \u001b(B\u001b[m\u001b[1m\u001b[31m*\u001b(B\u001b[m Could not start docker, aborting.\u001b(B\u001b[m", "\u001b[A\u001b[73C\u001b(B\u001b[m\u001b[1m\u001b[34m[\u001b(B\u001b[m\u001b[1m\u001b[31m !! \u001b(B\u001b[m\u001b[1m\u001b[34m]\u001b(B\u001b[m ", "\u001b(B\u001b[mError while upgrading antman", "Redirecting to /bin/systemctl start antman.service"], "stdout": "/etc/nginx/virtualhosts/.antsle-backups/console.myantsle.local.conf.bk.2020-05-02-19.34.58", "stdout_lines": ["/etc/nginx/virtualhosts/.antsle-backups/console.myantsle.local.conf.bk.2020-05-02-19.34.58"]}

 

Ok, well while the process that uses el-reset and the process listed by @haley didn't work.  I did find a way to get it reloaded and running again.  It started with fdisking both SSDs as if they came straight from the factory. Then I did the following...

Download the edgeLinux 2.0.0 .iso from anthill's download section. https://anthill.antsle.com/#/downloads

Put the .iso on a bootable usb stick, connect a keyboard and mouse (needed for the CentOS setup in he beginning)

Boot off the USBstick, just hit enter at the first menu. Then follow the setup video Here except the automatic drive partitions are already correct and no need to change. You may still need to delete any partitions you have left over though.  Be sure to activate the ethernet so it can download during setup.

Reboot at the end of the CentOS setup

Login as root, and edgeLinux/antMan setup installs automagically and seems to use the same script that is referenced in @haley's post ... only with out all the errors due to some sort of issue on the SDDs which was corrected by the complete fdisk and wipe.

It takes a while longer than the 15 minutes she promised... but I'll forgive that...

closing the book on this one and grabbing a few beers.

-Cheers