Advertisement
ffilz

pynfs 3 failure

Jul 22nd, 2021
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/ffilz/ganesha/bf-pynfs/nfs4.1/./testserver3.py", line 374, in <module>
  3. main()
  4. File "/home/ffilz/ganesha/bf-pynfs/nfs4.1/./testserver3.py", line 331, in main
  5. env.init()
  6. File "/home/ffilz/ganesha/bf-pynfs/nfs4.1/server3tests/environment3.py", line 70, in init
  7. self.rootfh = type3.nfs_fh3(self.c1.mntclnt.get_rootfh(self.opts.path))
  8. File "/home/ffilz/ganesha/bf-pynfs/nfs4.1/nfs3client.py", line 118, in get_rootfh
  9. res = self.proc(MOUNTPROC3_MNT, arg, 'mountres3')
  10. File "/home/ffilz/ganesha/bf-pynfs/nfs4.1/nfs3client.py", line 96, in proc
  11. xid = self.proc_async(procnum, procarg, **kwargs)
  12. File "/home/ffilz/ganesha/bf-pynfs/nfs4.1/nfs3client.py", line 92, in proc_async
  13. arg_packer(procarg)
  14. File "/home/ffilz/ganesha/bf-pynfs/nfs4.1/xdrdef/mnt3_pack.py", line 41, in pack_dirpath
  15. self.pack_string(data)
  16. File "/usr/lib64/python3.9/xdrlib.py", line 108, in pack_string
  17. self.pack_fstring(n, s)
  18. File "/usr/lib64/python3.9/xdrlib.py", line 100, in pack_fstring
  19. data = data + (n - len(data)) * b'\0'
  20. TypeError: can only concatenate str (not "bytes") to str
  21. RC = 1
  22. ----- FAILURE -----
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement