Forum Replies Created
-
AuthorPosts
-
Hello. It’s not the fabric-testbed.net’s certificate but some underlying service whose certificate has expired. We are looking into this but am not sure if this will be fixed until Monday morning.
April 5, 2023 at 11:24 am in reply to: Maintenance on FABRIC-Testbed – 04/05/2023 (9:30am-1:00pm EST) – COMPLETED #4049This maintenance has been complete. Please resume your work.
March 9, 2023 at 9:40 am in reply to: What subnets are used by FABRIC host sites on control interface? #3941I believe that this would be 10.20.4.0/23 on all FABRIC racks and 10.40.6.0/23 on a rack called EDC – special RACK for Measurement VMs do be deployed
1 user thanked author for this post.
an intersting observation i came across for UBUNTU vms at NCSA. If the vm is rebooted right after you login the first time , the relogin, everthing works fine. There may be a race condition happenning in Ubuntu between when the network comes up and the DNS resolution becomes active.
As i mentioned before that sudo error is normal. I am not sure if the node.execute() just stops due to that or if it proceeds and fails silently at the apt command . apt is an interactive tool. To run it non-interactively requires a lot more options.
https://stackoverflow.com/questions/33370297/apt-get-update-non-interactive
you have to do a
sudo apt update
before you try to install the package.
I dont see any issues on your VM.
i tried this in your VM and it seems to do the right thing
ubuntu@e0a0baa2-fbe3-4d6b-92b9-6d1c74b93897-ei11:~$ sudo apt install python3-scapy
Which other site are you seeing this ? Can you provide me the IP address of your host/VM ?
You do have sudo access on your machine to edit this. But please read online posts regarding editing DNS settings for Ubuntu. UBUNTU 18 and higher use systemd-resolved (or resovectl) to make changes to DNS settings. Due to a bug at the NCSA site. ubuntu seems to be picking up DNS servers that are restricted by the hosting site(NCSA).
2606:4700:4700::1111, 2620:0:c80:2::1, 2620:0:c80:2::3 these three DNS servers should work, but i am unable to find the right command to overwrite the settings in resolvectl. The commands i have tried just add these servers to the existing list which does not help. Using Rocky Linux or some other FABRIC Site may work.
I believe the Issue is with the DNS servers the Ubuntu images at NCSA end up using. Rocky Linux seems to pick up the right DNS servers but Ubuntu image are not at NCSA.
If you switch to using 2606:4700:4700::1111, 2620:0:c80:2::1, 2620:0:c80:2::3 these DNS server, it should work.
I am investigation on a proper fix , but this will be a workaround for now.
The error “sudo: unable to resolve host a83f476a-af0e-4b07-8a63-7d1cb0f6c300-h1” is normal since there is no name resolution for this.
As for the Ubuntu repositories, There was an issue with some Ubuntu Repos yesterday worldwide. Try this again today. If it still does not work, please post the contents of the /etc/resolv.conf file from your machine.
Yes thats the plan. I just updated the Forum page that talks about setting up the environment.
But an FYI, the current names do still work as they are now just CNAMES in DNS pointing to bastion.fabric-testbed.net
- This reply was modified 1 year, 11 months ago by Hussam Nasir.
December 8, 2022 at 3:16 pm in reply to: Maintenance on All FABRIC Racks – 12/08/2022 [COMPLETED] #3541This maintenance is now complete.
September 27, 2022 at 1:51 pm in reply to: FABRIC Production Infrastructure Outage Tue (09/27) [RESOLVED] #3192Dear experimenters,
This outage has been resolved. Please continue using your FABRIC resources and experiments.
September 18, 2022 at 7:45 am in reply to: Two problem I am having so far for logging into FABRIC VMs #3101Regrading 1, you have a typo in the path for your sliver key.
-
AuthorPosts