search for: connection2

Displaying 8 results from an estimated 8 matches for "connection2".

Did you mean: connection
2007 Feb 26
5
Multiple uplinks, ssh connections hang
Folks, Ive got two ISP connections that I am using with: --- ip route add 192.168.200.0/24 dev eth2 src 192.168.200.11 table connection1 ip route add default via 192.168.200.1 table connection1 ip route add x.175.244.0/24 dev eth1 src x.175.244.2 table connection2 ip route add default via x.175.244.1 table connection2 ip rule add from 192.168.200.11 table connection1 ip rule add from x.175.244.2 table connection2 echo "Enabling load balancing between ISP connections..." ip route add default scope global nexthop via 192.168.200.1 dev eth2 weight...
2016 Apr 11
4
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
Hello We were attempting to use scsi-target-utils, hosted on a xen dom0 vm using localhost, and running into some problems. I was not able to reproduce this on a centos 7.2 server using the default kernel. (From dmesg) Apr 4 11:18:42 funk kernel: [ 596.511204] connection2:0: detected conn error (1022) Apr 4 11:18:42 funk kernel: connection2:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4295253788, last ping 4295258790, now 4295263808 Apr 4 11:18:42 funk kernel: connection2:0: detected conn error (1022) Apr 4 11:18:42 funk iscsid: Kernel reported i...
2016 Apr 12
3
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
...this >> on a centos 7.2 server using the default kernel. > Have you tried booting the Virt SIG kernel natively and seeing if you > can reproduce the problem at all? > > Thanks, > -George > >> >> (From dmesg) >> Apr 4 11:18:42 funk kernel: [ 596.511204] connection2:0: detected conn >> error (1022) >> Apr 4 11:18:42 funk kernel: connection2:0: ping timeout of 5 secs expired, >> recv timeout 5, last rx 4295253788, last ping 4295258790, now 4295263808 >> Apr 4 11:18:42 funk kernel: connection2:0: detected conn error (1022) >> Apr...
2016 Apr 12
0
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
...problems. I was not able to reproduce this > on a centos 7.2 server using the default kernel. Have you tried booting the Virt SIG kernel natively and seeing if you can reproduce the problem at all? Thanks, -George > > > (From dmesg) > Apr 4 11:18:42 funk kernel: [ 596.511204] connection2:0: detected conn > error (1022) > Apr 4 11:18:42 funk kernel: connection2:0: ping timeout of 5 secs expired, > recv timeout 5, last rx 4295253788, last ping 4295258790, now 4295263808 > Apr 4 11:18:42 funk kernel: connection2:0: detected conn error (1022) > Apr 4 11:18:42 funk isc...
2016 Apr 13
0
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
...th no issues. But when booting as dom0 using the xen hypervisor * CentOS Linux, with Xen hypervisor tested with dom0_mem=2048M,max:2048M (as well as 1024M) the problems occur as I have describe. >>> >>> (From dmesg) >>> Apr 4 11:18:42 funk kernel: [ 596.511204] connection2:0: detected >>> conn >>> error (1022) >>> Apr 4 11:18:42 funk kernel: connection2:0: ping timeout of 5 secs >>> expired, >>> recv timeout 5, last rx 4295253788, last ping 4295258790, now >>> 4295263808 >>> Apr 4 11:18:42 funk kerne...
2016 Apr 14
0
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
...ay over 1Gbit copper. Dells toolset is installed, OMSA as well as hitkit. The errors I'm seeing are looking like this: Apr 13 23:03:43 xen15-2 iscsid: Kernel reported iSCSI connection 25:0 error (1020 - ISCSI_ERR_TCP_CONN_CLOSE: TCP connection closed) state (1) Apr 13 23:03:43 xen15-2 iscsid: Connection25:0 to [target: iqn.xxxxx, portal: a.b.c.d,3260] through [iface: eql.em2] is operational now Apr 13 23:03:48 xen15-2 iscsid: Connection9:0 to [target: iqn.xxxxx, portal: a.b.c.d,3260] through [iface: eql.em2] is shutdown. While the the only noticeable difference in dmesg output is stuff like this:...
2009 Nov 06
0
iscsi connection drop, comes back in seconds, then deadlock in cluster
...ng timeout of 5 secs expired, recv timeout 5, last rx 4325834382, last ping 4325839382, now 4325844382 Nov 6 01:01:22 mgr01 kernel: connection1:0: detected conn error (1011) Nov 6 01:01:23 mgr01 iscsid: Kernel reported iSCSI connection 1:0 error (1011) state (3) Nov 6 01:01:28 mgr01 kernel: connection2:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4325840761, last ping 4325845761, now 4325850761 Nov 6 01:01:28 mgr01 kernel: connection2:0: detected conn error (1011) Nov 6 01:01:29 mgr01 iscsid: Kernel reported iSCSI connection 2:0 error (1011) state (3) Nov 6 01:01:36 mgr01 ker...
2008 Jun 19
6
How to use SQL without a model?
I want to do a SQL query, but I haven''t created a model. For example, instead of Car.find(:all) I want to be able to use SELECT * from cars. I don''t have a Car model because this DB was not created with Rails (it''s from a PHP project). -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you