1. Sankalpa Timilsina

Sankalpa Timilsina

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Authentication failure while enabling public IPv4 #4207
    Sankalpa Timilsina
    Participant

      @Junxiao, yes the project has the permissions.

      Here’s the complete log. This is due to the error @Junxiao pointed out i.e. get_subnet() returning None.

      python fileserver.py
      Configuring fabric environment....
      Configuring slice parameters....
      fileserver@1683823224
      Creating slice....
      Waiting for slice .......... Slice state: StableOK
      Waiting for ssh in slice ................................................................................Running post boot config ... Done!
      Modifying the slice to request public IP...
      Waiting for slice ... Slice state: ModifyOK
      Waiting for ssh in slice ......................................................................................Running post boot config ... Done!
      ssh ${Username}@${Management IP}
      Enabling the public IP...
      Traceback (most recent call last):
      File "/home/fabric/work/my_config/fabric-trace/fileserver.py", line 78, in <module>
      v4pub.enable(slice)
      File "/home/fabric/work/my_config/fabric-trace/v4pub.py", line 92, in enable
      enable_on_network(net)
      File "/home/fabric/work/my_config/fabric-trace/v4pub.py", line 86, in enable_on_network
      thread.result()
      File "/opt/conda/lib/python3.9/concurrent/futures/_base.py", line 445, in result
      return self.__get_result()
      File "/opt/conda/lib/python3.9/concurrent/futures/_base.py", line 390, in __get_result
      raise self._exception
      File "/opt/conda/lib/python3.9/concurrent/futures/thread.py", line 52, in run
      result = self.fn(*self.args, **self.kwargs)
      File "/opt/conda/lib/python3.9/site-packages/fabrictestbed_extensions/fablib/node.py", line 1367, in execute
      raise e
      File "/opt/conda/lib/python3.9/site-packages/fabrictestbed_extensions/fablib/node.py", line 1226, in execute
      bastion.connect(
      File "/opt/conda/lib/python3.9/site-packages/paramiko/client.py", line 459, in connect
      self._auth(
      File "/opt/conda/lib/python3.9/site-packages/paramiko/client.py", line 790, in _auth
      raise saved_exception
      File "/opt/conda/lib/python3.9/site-packages/paramiko/client.py", line 766, in _auth
      self._transport.auth_publickey(username, key)
      File "/opt/conda/lib/python3.9/site-packages/paramiko/transport.py", line 1640, in auth_publickey
      return self.auth_handler.wait_for_response(my_event)
      File "/opt/conda/lib/python3.9/site-packages/paramiko/auth_handler.py", line 259, in wait_for_response
      raise e
      paramiko.ssh_exception.AuthenticationException: Authentication failed.
      Exception ignored in: <function ApiClient.__del__ at 0x7fc893767700>
      Traceback (most recent call last):
      File "/opt/conda/lib/python3.9/site-packages/fabric_cm/credmgr/swagger_client/api_client.py", line 78, in __del__
      File "/opt/conda/lib/python3.9/multiprocessing/pool.py", line 645, in close
      AttributeError: 'NoneType' object has no attribute 'debug'
      Exception ignored in: <function Pool.__del__ at 0x7fc89382c1f0>
      Traceback (most recent call last):
      File "/opt/conda/lib/python3.9/multiprocessing/pool.py", line 268, in __del__
      File "/opt/conda/lib/python3.9/multiprocessing/queues.py", line 372, in put
      AttributeError: 'NoneType' object has no attribute 'dumps'
      Exception ignored in: <function ApiClient.__del__ at 0x7fc89377c700>
      Traceback (most recent call last):
      File "/opt/conda/lib/python3.9/site-packages/fabric_cf/orchestrator/swagger_client/api_client.py", line 78, in __del__
      File "/opt/conda/lib/python3.9/multiprocessing/pool.py", line 645, in close
      AttributeError: 'NoneType' object has no attribute 'debug'
      Exception ignored in: <function Pool.__del__ at 0x7fc89382c1f0>
      Traceback (most recent call last):
      File "/opt/conda/lib/python3.9/multiprocessing/pool.py", line 268, in __del__
      File "/opt/conda/lib/python3.9/multiprocessing/queues.py", line 372, in put
      AttributeError: 'NoneType' object has no attribute 'dumps'
      Sankalpa Timilsina
      Participant

        Hi Paul, its The Genome Lake. Yeah, I am working with my admin to set the tag. Thanks.

        Yours,

        Sankalpa

        Sankalpa Timilsina
        Participant

          This one was too obvious. Needed to ask the project owner to add the tag to the project.

          in reply to: Can’t ssh into node #2241
          Sankalpa Timilsina
          Participant

            Worked after creating an SSH client configuration file and using that.

            in reply to: Get access to “The Genome Lake” project #2228
            Sankalpa Timilsina
            Participant

              Thank you Paul and Alex. Alex, I have got the access now.

            Viewing 5 posts - 1 through 5 (of 5 total)