-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ib device rex0 not found even though i load the rdma_rxe , and the sh:echo: I/O error #49
Comments
please uninstall and than install librxe-dev and let me know what happens |
hi,thank u for the replies and then i delete the old librxe-dev , install a new one by git clone https://github.com/SoftRoCE/librxe-dev.git but it seems doesn't work, the problem will happen just like before |
Hi thanks |
wow,really thank u :) i didn't think this problem would be so troublesome that need a session. |
sure, please coordinate via email [email protected] |
ok, i have send a request on hangout , if u r free u could accept it and we can have a session |
I received the invitation but it is unfortunately in a language I don't speak (Chinese?). |
Met the same problem today. I tried to copy /usr/lib64/librxe-rdmav2.so to /usr/lib/librxe-rdmav2.so, and the problem seemed to be solved? |
Hi I am confirming a similar issue. The librxe* files are getting installed in /usr/lib64 and I think they need to be installed in /usr/lib on certain systems. If I copy or symlink the files over then things work great for me! Stephen |
@sbates130272 seems still having problems even walking around this issue? |
No. If I copy or symlink the files over then everything works well. |
hi,i followed the step to finish configuration of SoftRoCE , but i met some problems i can't fix.
btl@ubuntu:~$ sudo rxe_cfg start
sh: echo: I/O error
sh: echo: I/O error
sh: echo: I/O error
sh: echo: I/O error
Use of uninitialized value $rmtu in string at /bin/rxe_cfg line 371.
Name Link Driver Speed NMTU IPv4_addr RDEV RMTU
eth0 yes e1000 1500 114.212.22.35 rxe0
2.i can't add device because the I/O error
btl@ubuntu:~$ sudo rxe_cfg add enp5s0
sh: echo: I/O error
3.i have rxe0 device, but it says IB device rxe0 not found
btl@ubuntu:
$ sudo rxe_cfg status$ ibv_devicesUse of uninitialized value $rmtu in string at /bin/rxe_cfg line 371.
Name Link Driver Speed NMTU IPv4_addr RDEV RMTU
eth0 yes e1000 1500 114.212.22.35 rxe0
btl@ubuntu:
libibverbs: Warning: couldn't load driver 'rxe': librxe-rdmav2.so: cannot open shared object file: No such file or directory
libibverbs: Warning: no userspace device-specific driver found for /sys/class/infiniband_verbs/uverbs0
device node GUID
------ ----------------
here are some info abt my configuration
btl@ubuntu:
$ ls /sys/class/infiniband$ lsmod | grep rxerxe0
btl@ubuntu:
rdma_rxe 102400 0
ip6_udp_tunnel 16384 1 rdma_rxe
udp_tunnel 16384 1 rdma_rxe
ib_core 208896 6 rdma_cm,ib_cm,iw_cm,ib_uverbs,rdma_rxe,rdma_ucm
btl@ubuntu:~$ uname -r
4.7.0-rc3+
i will wait for some replies, thank u ~
The text was updated successfully, but these errors were encountered: