Forum Replies Created
-
AuthorPosts
-
Hello Nirmala,
Komal’s reply to your question may not have made it to your inbox as we (admin team) were updating the mailer component of this forum while she replied to you. Hopefully, this repost will make it to you.
Hi Nirmala,
Which JH container are you using? This error typically happens due to a version mismatch for Fablib. Please see below:
Fablib – if you are still using Release 1.5, please update fablib using the command:
pip install fabrictestbed-extensions==1.5.6
Also, if you face issues running notebooks on JH, please ensure there are no entries for
fabrictestbed-extensions
infabric_config/requirements.txt
. If you have any entries there, Please remove them and restart your JH container.Thanks,
Komal
Reply to test post. Please ignore
Do you know what version of fablib you may be using ?
December 18, 2023 at 9:07 am in reply to: CANCELLED : Maintenance at FABRIC MASS – 12/18/2023 1:00pm – 2:00pm Eastern #6211This maintenance has been cancelled.
Due to an issue just discovered in newy-w2, we had to reboot the server. Please try your ssh in about 30 minutes. It should be up by then.
This should be resolved now. PLease try and let us know.
Hello,
prin-w2 is currently down. We are currently investigating the issue and will get back to you as soon as we find out the cause.
October 16, 2023 at 10:26 am in reply to: RESOLVED:FABRIC MASS in Maintenance due to unexpected power loss at hosting site #5893The site power issue has been resolved. All active slivers have been restored.
Hi,
This was due to a service outage this afternoon which has been resolved. See https://learn.fabric-testbed.net/forums/topic/outage-in-credential-manager-services/
Please let us know if your issues are still not resolved.
1 user thanked author for this post.
October 8, 2023 at 11:53 am in reply to: Unable to Access non-IPv6 services (i.e. GitHub) from IPv6 FABRIC nodes #5853Again, that is not what Ilya meant by adding the host. What you did by adding “nameserver node1” is that you are telling your node that node1 is your DNS server. That line is incorrect. Please remove that line. Then IPv4 sites should work from this node. As for the “sudo: unable to resolve host Node1: Temporary failure in name resolution” message, it can be safely ignored. It is bound to happen as FABRIC does not provide name resolution for VM hostnames. These messages only pop up in Debian based operating systems. They do not show up on RPM based Operating systems
1 user thanked author for this post.
October 6, 2023 at 12:43 pm in reply to: Unable to Access non-IPv6 services (i.e. GitHub) from IPv6 FABRIC nodes #5834With a recent feature addition to FABRIC there is no longer any need to run any script to gain access to IPv4 resources from IPv6 FABRIC nodes. As long as the default DNS settings on a FABRIC VM are not changed, your VM should allow you to connect to IPv4 resources. You will have to use DNS names. Direct IPv4 addresses will still not work. FABRIC implements NAT64/DNS64.
1 user thanked author for this post.
September 19, 2023 at 12:59 pm in reply to: AMST Site unavailable due to power outage – 9/19/23 #5349AMST site is online again.
September 13, 2023 at 11:45 am in reply to: Problem with instrumentalizing the slice for measurement network using elk #5298Was this for a new slice ? If not then, please
- Launch a new terminal (not a notebook cell) and perform the pip install
- Create a new Slice with MF
September 13, 2023 at 7:24 am in reply to: Problem with instrumentalizing the slice for measurement network using elk #5293my mistake. The version to use was 1.0.3
pip install fabrictestbed-mflib==1.0.3
September 12, 2023 at 5:24 pm in reply to: Problem with instrumentalizing the slice for measurement network using elk #5287Hello,
Due to DNS IP renaming of docker and other Nat64 related changes, there has been a minor update to the MFLIB library being used. We are in the process of pushing out the latest version of the mflib library to jupterhub as a default, but in the mean time, before you begin any of your notebooks, please do
pip install fabrictestbed-mflib==1.0.4
Then “reload kernel ” in the jupyterhub menu if you have any notebooks open. Then redo the tutorial. It should work.
You may have to do the pip install step every time a new jupyterhub session is created until this version is made default in FABRIC.
-
AuthorPosts