Advertisement
ffilz

Untitled

May 17th, 2021
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. [root@fedora nfs4.0]# pynfs -t V4-dev.60
  2. Initialization failed, no tests run.
  3. Traceback (most recent call last):
  4. File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/lib/rpc/rpc.py", line 227, in bindsocket
  5. sock.bind(('', port))
  6. OSError: [Errno 98] Address already in use
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11. File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/./testserver.py", line 389, in <module>
  12. main()
  13. File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/./testserver.py", line 343, in main
  14. env = environment.Environment(opt)
  15. File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/servertests/environment.py", line 113, in __init__
  16. self.c2 = NFS4Client(b'client2_pid%i' % os.getpid(),
  17. File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/nfs4lib.py", line 292, in __init__
  18. rpc.RPCClient.__init__(self, host, port,
  19. File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/lib/rpc/rpc.py", line 199, in __init__
  20. self.getsocket() # init socket, is this needed here?
  21. File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/lib/rpc/rpc.py", line 244, in getsocket
  22. self.bindsocket(out)
  23. File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/lib/rpc/rpc.py", line 230, in bindsocket
  24. if why[0] == errno.EADDRINUSE:
  25. TypeError: 'OSError' object is not subscriptable
  26. RC = 1
  27. ----- FAILURE -----
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement