search for: login_timeout

Displaying 2 results from an estimated 2 matches for "login_timeout".

2009 Jan 19
1
iscsi of a SAN on a DomU
...xConnections = 0 node.conn[0].iscsi.HeaderDigest = None node.conn[0].iscsi.DataDigest = None node.conn[0].iscsi.MaxRecvDataSegmentLength = 65536 #discovery.sendtargets.auth.authmethod = CHAP #discovery.sendtargets.auth.username = dima #discovery.sendtargets.auth.password = aloha node.conn[0].timeo.login_timeout = 15 node.conn[0].timeo.logout_timeout = 15 node.conn[0].timeo.noop_out_interval = 10 node.conn[0].timeo.noop_out_timeout = 15 --- i checked the LUN: # iscsiadm -m discovery -t sendtargets -p 192.168.1.60:3260 # iscsiadm --mode node --targetname iqn.toto --portal 192.168.1.60.10:3260 # /etc/init.d...
2012 Apr 10
4
TinyTds::Client.new() gives an error "undefined symbol: dbsetluser"
...>gem install tiny_tds And now when I executed @client = TinyTds::Client.new( :username => ''username'', :password => ''password'', :host => ''192.168.1.45'', :database => ''test_db'', :login_timeout => 5, :timeout => 5 ) , it gives an error "ruby: symbol lookup error: /usr/local/lib/ruby/gems/1.8/gems/tiny_tds-0.5.1/lib/tiny_tds/tiny_tds.so: undefined symbol: dbsetluser". Could you please help me out to find a solution to this problem. PS: I searched from Google, but...