Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@fedora nfs4.0]# pynfs -t V4-dev.60
- Initialization failed, no tests run.
- Traceback (most recent call last):
- File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/lib/rpc/rpc.py", line 227, in bindsocket
- sock.bind(('', port))
- OSError: [Errno 98] Address already in use
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/./testserver.py", line 389, in <module>
- main()
- File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/./testserver.py", line 343, in main
- env = environment.Environment(opt)
- File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/servertests/environment.py", line 113, in __init__
- self.c2 = NFS4Client(b'client2_pid%i' % os.getpid(),
- File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/nfs4lib.py", line 292, in __init__
- rpc.RPCClient.__init__(self, host, port,
- File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/lib/rpc/rpc.py", line 199, in __init__
- self.getsocket() # init socket, is this needed here?
- File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/lib/rpc/rpc.py", line 244, in getsocket
- self.bindsocket(out)
- File "/home/ffilz/ganesha/bf-pynfs/nfs4.0/lib/rpc/rpc.py", line 230, in bindsocket
- if why[0] == errno.EADDRINUSE:
- TypeError: 'OSError' object is not subscriptable
- RC = 1
- ----- FAILURE -----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement