similar to: InfiniBand Passthrough not working

Displaying 20 results from an estimated 4000 matches similar to: "InfiniBand Passthrough not working"

2010 Feb 24
1
PXELINUX + LOCALBOOT disables network within operating system
Hi, I am using syslinux-3.85 (and before till 3.72) and I have seen a peculiar problem on a couple of machines that I have in my lab. The problem is that if the machine boots onto PXE, and then does a "LOCALBOOT 0", the networking component of the OS stops working !!! If I skip PXE boot, and just let the OS boot, the OS's networking is working fine. The problem is seen of all the
2011 Nov 05
1
glusterfs over rdma ... not.
OK - finished some tests over tcp and ironed out a lot of problems. rdma is next; should be snap now.... [I must admit that this is my 1st foray into the land of IB, so some of the following may be obvious to a non-naive admin..] except that while I can create and start the volume with rdma as transport: ================================== root at pbs3:~ 622 $ gluster volume info glrdma
2011 Mar 23
2
OFFTOPIC :: IB hardware choice
Hi! I would need an advice from those that use IB (as admins :) ) i have a choice between : 1. Mellanox InfiniHost? III Lx HCA card, single-port CX4, DDR, PCIe x8, mem-free, tall bracket, RoHS R5 2. QLogic Single Port 20 Gb InfiniBand to x16 PCI Express Adapter (Single Pack) aside the price is there anything else that could help me make a discrimination between this two? (these will be used in
2008 Sep 11
12
pciback module not working
This issue was brought up about a year and a half ago. So I''ll bring it up again and see if anything happens. I''ve got an infiniband network and am attempting to pass the infiniband card through the host and give it to the guest. I''m working with standard CentOS 5.2 on both guest and host with their provided xen (3.0.3 ish). I''ve also attempted to install the
2008 Sep 11
12
pciback module not working
This issue was brought up about a year and a half ago. So I''ll bring it up again and see if anything happens. I''ve got an infiniband network and am attempting to pass the infiniband card through the host and give it to the guest. I''m working with standard CentOS 5.2 on both guest and host with their provided xen (3.0.3 ish). I''ve also attempted to install the
2004 Feb 19
1
Process R segmentation with strsplit() (PR#6601)
Getting a crash with R1.8.1 on windows 2000 an linux with the strsplit. Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 8.1 year = 2003 month = 11 day = 21 language = R Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 8.1 year = 2003 month = 11 day =
2007 Jul 12
0
No subject
ast_waitfordigit that accepts milliseconds as input. Douglas Garstang wrote: > Admittedly I have not used the ExternalIVR app. Is it any good? > > I'm not sure I agree that Asterisk is GOOD for building IVR's. Sure, > it can do it, but boy it is UGLY. There's also the fact that you can't > call Backgound() in a macro, which forces you to use Read() which >
2016 May 26
0
Recommendations for Infiniband with CentOS 6.7
On Wed, 25 May 2016 11:48:55 -0400 Pat Haley <phaley at mit.edu> wrote: > We have a new install of CentOS 6.7 with infiniband support > installed. We can see the card in hardware and we can see the mlx4 > drivers loaded in the kernel but cannot see the card as an ethernet > interface, using ifconfig -a. Can you recommend an install procedure > to see this as an ethernet
2009 Jul 20
0
No subject
Jan 19 10:00:29 VERBOSE [7177] logger.c: -- Executing [1000 at ext-meetme:7] Read("DAHDI/2-1", "PIN|enter-conf-pin-number||||") in new stack Jan 19 10:00:29 VERBOSE [7177] logger.c: -- Playing 'enter-conf-pin-number' (language 'en') Jan 19 10:00:43 VERBOSE [7177] logger.c: -- USER ENTERED 'THE PIN NUMBER' Jan 19 10:00:43 VERBOSE [7177] logger.c: --
2009 Apr 29
0
FW: XEN and Infiniband
Hello, I going to try to install OFED 1.4 on Xen 3.3 and I`d like to realize a VMM kernel bypass. Thanks to it my doomU will be able to communicate directly with my HCA and not pass by the dom 0. How can I realize that ? Is there a soft or something like that to do the kernel by pass ? I saw that it exist things like XEN-IB driver and SoftIB, there can i get it ? Or is VMM kernel bypass
2007 Jun 22
2
InfiniBand device in Xen
Hello, I''m trying to get working infiniband device in Xen. I have Xen v3 with 2.6.18 kernel. I export PCI device from Dom0 into DomU. I''ve enabled permisive device in Dom0. However, inserting infiniband module results in the following messages (with little more verbosity which I have added): pcifront pci-0: Installing PCI frontend pcifront pci-0: Creating PCI Frontend Bus
2013 Jun 06
1
Reproducable Infiniband panic
Hello, I see a reproducable panic when doing ibping and aborting it with ^C. My setup is two machines with Mellanox Infinihost III HCAs (one Linux one FreeBSD) connected back-to-back. Details below. I can upload 2 crash dumps, if this is useful. For some reason the port doesn't become ACTIVE, so no packets arrive, but that is probably unrelated. % uname -a FreeBSD cosel.inf.tu-dresden.de
2005 Dec 22
2
tcpdump-smb won't work
I've read everything I've found on tcpdump-smb, and still can't get it to work right. I downloaded the binary from samba.org, and executed the command like so: (The command belowis directly from the README.smb that comes with tcpdump-3.4a5.tar.gz) ./tcpdump -i eth0 port 139 host 192.168.0.1 tcpdump: parse error How do I use it to get the decoded smb output? BTW: I also
2019 Apr 28
2
[PATCH] virtio_console: remove vq buf while unpluging port
A bug can be easily reproduced: Host# cat guest-agent.xml <channel type="unix"> <source mode="bind" path="/var/lib/libvirt/qemu/stretch.agent"/> <target type="virtio" name="org.qemu.guest_agent.0" state="connected"/> </channel> Host# virsh attach-device instance guest-agent.xml Host# virsh detach-device
2019 Apr 28
2
[PATCH] virtio_console: remove vq buf while unpluging port
A bug can be easily reproduced: Host# cat guest-agent.xml <channel type="unix"> <source mode="bind" path="/var/lib/libvirt/qemu/stretch.agent"/> <target type="virtio" name="org.qemu.guest_agent.0" state="connected"/> </channel> Host# virsh attach-device instance guest-agent.xml Host# virsh detach-device
2019 May 05
0
[PATCH] virtio_console: remove vq buf while unpluging port
A bug can be easily reproduced: Host# cat guest-agent.xml <channel type="unix"> <source mode="bind" path="/var/lib/libvirt/qemu/stretch.agent"/> <target type="virtio" name="org.qemu.guest_agent.0" state="connected"/> </channel> Host# virsh attach-device instance guest-agent.xml Host# virsh detach-device
2019 May 24
0
[PATCH] virtio_console: remove vq buf while unpluging port
On Sun, Apr 28, 2019 at 09:50:04AM +0800, zhenwei pi wrote: > A bug can be easily reproduced: > Host# cat guest-agent.xml > <channel type="unix"> > <source mode="bind" path="/var/lib/libvirt/qemu/stretch.agent"/> > <target type="virtio" name="org.qemu.guest_agent.0" state="connected"/> >
2008 Jul 02
0
problem with expire plugin (dovecot 1.1.1)
Hi, i want to set up expire plugin with my dovecot configuration. host# dovecot -n # 1.1.1: /usr/local/etc/dovecot.conf protocols: imap pop3 ssl_disable: yes disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/local/libexec/dovecot/imap-login login_executable(imap): /usr/local/libexec/dovecot/imap-login login_executable(pop3):
2011 Jun 29
10
xen 4.1.1 + 3.0.0-rc5 dom0 + blktap2
Hi, I''m currently trying xen 4.1.1 with the 3.0.0-rc5 (heard that it now contains the xen code to run as front or back xen domain). Everything seems to run fine, except that I am trying since a few hours to mount a .vhd file in the dom0. What I tried so far: to create a blank vhd file (this is working): host# vhd-util create -n /storage/test.vhd -s 20G Then i try to mount the file
2005 Oct 11
0
AW: Re: xen 3.0 boot problem
> > Well, i''m using here the qla2340 on several boxes. It works > > with Xen 2.0 but noch with Xen 3.0. as part of SUSE Linux 10.0: > > Interesting. If the driver really doews work flawlessly in > Xen 2, then I think the culprit has to be interrupt routeing. > > Under Xen 3, does /proc/interrupts show you''re receiving interrupts? I cannot boot with