Forum Replies Created
-
AuthorPosts
-
WASH is back online
star-w6 issue was resolved
SRI MTU issue is being worked on but this rack is not in production yet.
April 14, 2023 at 2:39 pm in reply to: Where shall we report internet issues on FabricTestbed? #4088The VM does come with some defaults that do work. Additionally, you can use any of the public ones available like google(8.8.8.8 , 8.8.4.4) or Cloudflare(1.1.1.1).
April 14, 2023 at 2:31 pm in reply to: Where shall we report internet issues on FabricTestbed? #4086As you mentioned TACC has an IPv4 address for management and you are using IPV6 nameservers. Its not going to work. You have to use ipv4 nameservers
The issue has been resolved.
April 8, 2023 at 11:26 pm in reply to: JupyterHub and crtical server cm.fabric-testbed.net down (RESOLVED) #4068The issue has been resolved. Please resume your work.
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.
-
AuthorPosts