Forum Replies Created
-
AuthorPosts
-
You have installed a GUI based session I the VM, and that may be slow in bringing up all the daemons. There are no issues in the Control Framework or the VM setup as I can see from the logs.
The node is up and running fine. Can you provide a screenshot or a verbose output of the failed ssh.
We just found out that the FABRIC Dataplane connections at INDI are down due to a fiber cut at the site.
Can you provide an example of which path you are pinging from and which host ?
Have you setup any routes for the ping to work ?
Hi,
I looked at logs on one of the failed nodes and found that the last command before the node failed was
“sudo /usr/sbin/ldconfig /home/ubuntu/openssl/build/lib64/”
This command results in the breaking of the sshd daemon running on the machine, thus causing you to loose your ssh connection. A reboot would fix the ssh because the library you built is not loaded.
The docker images have been updated at all of the racks with the fixes requested.
Thank you for the feedback. We truly appreciate your input. We will work on updating these images and let you know.
Yes i understand that. But as i mentioned in my post https://learn.fabric-testbed.net/forums/topic/kali-machine-failing-on-post_boot_config/#post-8105 . You will have to do those modifications to get it to work.
Hello Nirmala,
I believe you missed providing some details regarding the above setup. Guessing from the output you pasted above I think you are trying to install frr using instructions from https://deb.frrouting.org/ . The error you posted above is because that package does not have a release for Kali Linux. All the repos point to Debian or Ubuntu. When you run teh setup commands mentioned on the FRR webpage , it creates a apt repo file in /etc/apt/sources.list.d/frr.list. The name of the OS in that file is shown as “kali-rolling” .
I am guessing Kali Linux is based off debian 12 (bookworm) . So if you replace the word kali-rolling with bookworm, you apt commands to install the packages should work.
Hello Nirmala,
We have corrected the image at the WASH site and are updating all other sites with the corrected image. This process should be done by EOD today. You can start using WASH in the meantime
Hello Nirmala,
I believe we have a faulty disk image for Kali. Please bear with us while we get this resolved. It may be a few days before we get back to you.
what is the Ip of the machine you are trying to ssh into. From the first post i see 1.2.3.4 which is not a valid IP
glad to be of assistance
Aha. The cuplrit is the group ownsership on your home folder. This must have been changed somehow.
drwxrwx— 12 ubuntu root 4096 Dec 2 18:17 /home/ubuntu
run the command
sudo chown -R ubuntu:ubuntu /home/ubuntu
That should fix the issue.
-
AuthorPosts