search for: tcp_connect

Displaying 13 results from an estimated 13 matches for "tcp_connect".

2008 May 14
3
tcptop_snv connp->conn_tcp != connp->conn_proto_priv.cp_tcp
Tried to start up tcptop_snv on snv87 x86 and got <i>dtrace: failed to compile script /dev/fd/11: line 168: conn_tcp is not a member of struct conn_s</i> Line 288 has this line: <i>this->tcpp = (tcp_t *)this->connp->conn_tcp;</i> which, after looking at line 168 of <a
2008 Aug 01
1
file descriptor in bad state
I've just setup a simple gluster storage system on Centos 5.2 x64 w/ gluster 1.3.10 I have three storage bricks and one client Everytime i run iozone across this setup, i seem to get a bad file descriptor around the 4k mark. Any thoughts why? I'm sure more info is wanted, i'm just not sure what else to include at this point. thanks [root at green gluster]# cat
2008 Aug 24
2
Unusual bug in glusterfsd
...saction-size to 268435456 > 2008-08-24 18:20:34 D [client-protocol.c:5340:notify] client: got GF_EVENT_PARENT_UP, attempting connect on transport > 2008-08-24 18:20:34 D [client-protocol.c:4757:client_protocol_reconnect] client: attempting reconnect > 2008-08-24 18:20:34 D [tcp-client.c:77:tcp_connect] client: socket fd = 6 > 2008-08-24 18:20:34 D [tcp-client.c:107:tcp_connect] client: finalized on port `1023' > 2008-08-24 18:20:34 D [tcp-client.c:128:tcp_connect] client: defaulting remote-port to 6996 > 2008-08-24 18:20:34 D [common-utils.c:179:gf_resolve_ip] resolver: DNS cache no...
2008 Dec 09
1
File uploaded to webDAV server on GlusterFS AFR - ends up without xattr!
..._UP, attempting connect on transport 2008-12-09 14:52:55 D [client-protocol.c:5340:notify] client2: got GF_EVENT_PARENT_UP, attempting connect on transport 2008-12-09 14:52:56 D [client-protocol.c:4757:client_protocol_reconnect] client1: attempting reconnect 2008-12-09 14:52:56 D [tcp-client.c:77:tcp_connect] client1: socket fd = 6 2008-12-09 14:52:56 D [tcp-client.c:107:tcp_connect] client1: finalized on port `1021' 2008-12-09 14:52:56 D [tcp-client.c:128:tcp_connect] client1: defaulting remote-port to 6996 2008-12-09 14:52:56 D [common-utils.c:179:gf_resolve_ip] resolver: DNS cache not present...
2010 May 19
1
Which version of CTDB
...ount point for gfs-cluster: /dev/drbd0 on /cluster type gfs (rw,hostdata=jid=0:id=589825:first=1) A cut of my log in /var/log/log.ctdb 2010/05/19 15:31:21.784728 [ 5356]: Starting CTDB daemon 2010/05/19 15:31:21.795804 [ 5357]: Set scheduler to SCHED_FIFO 2010/05/19 15:31:21.796078 [ 5357]: tcp/tcp_connect.c:349 Failed to bind() to so cket. Success(0) 2010/05/19 15:31:21.796111 [ 5357]: ctdb chose network address 192.168.134.28:43 79 pnn 0 2010/05/19 15:31:21.796337 [ 5357]: Attached to database '/var/ctdb/persistent/s ecrets.tdb.0' 2010/05/19 15:31:21.796359 [ 5357]: Attached to persistent d...
2017 Aug 01
0
list_add corruption problem
...os kernel: [<ffffffff81096d22>] internal_add_timer+0x32/0x70 Jul 31 16:58:15 den-nagios kernel: [<ffffffff810992ed>] mod_timer+0x13d/0x220 Jul 31 16:58:15 den-nagios kernel: [<ffffffff815591a8>] sk_reset_timer+0x18/0x30 Jul 31 16:58:15 den-nagios kernel: [<ffffffff815d0cae>] tcp_connect+0x74e/0x9f0 Jul 31 16:58:15 den-nagios kernel: [<ffffffff810eb045>] ? ktime_get_real+0x25/0x70 Jul 31 16:58:15 den-nagios kernel: [<ffffffff81568f99>] ? secure_tcp_sequence_number+0x69/0x90 Jul 31 16:58:15 den-nagios kernel: [<ffffffff815d5886>] tcp_v4_connect+0x376/0x4e0 Jul 31 1...
2005 May 11
2
AreskiCC Install Problems
I have followed the Idiots' guide for installation, but still could not make it work. When I try to login at the web page coming from /var/www/html/areski , I get the following errors: Can some body give me some hints where and what to check for this error?. I am looking for info on the changes we have to make for 1) the database name 2) user name 3) password 4)connection name (server
2016 Apr 18
2
VPN suggestions centos 6, 7
...18 05:34:48 2016 Socket Buffers: R=[8192->8192] S=[8192->8192] Mon Apr 18 05:34:48 2016 MANAGEMENT: >STATE:1460982888,RESOLVE,,, Mon Apr 18 05:34:48 2016 Attempting to establish TCP connection with [AF_INET]X.X.X.X:1194 [nonblock] Mon Apr 18 05:34:48 2016 MANAGEMENT: >STATE:1460982888,TCP_CONNECT,,, Mon Apr 18 05:34:49 2016 TCP connection established with [AF_INET]X.X.X.X:1194 Mon Apr 18 05:34:49 2016 TCPv4_CLIENT link local: [undef] Mon Apr 18 05:34:49 2016 TCPv4_CLIENT link remote: [AF_INET]X.X.X.X:1194 Mon Apr 18 05:34:49 2016 MANAGEMENT: >STATE:1460982889,WAIT,,, Mon Apr 18 05:34:49...
2016 Apr 04
10
VPN suggestions centos 6, 7
Folks I would like to have my windows 7 laptop communicate with my home server via a VPN, in such a way that it appears to be "inside" my home network. It should not only let me appear to be at home for any external query, but also let me access my computers inside my home. I already have this working using M$'s PPTP using my home Centos 6 gateway/router as the PoPToP server.
2006 May 08
13
monitoring tcp writes
i''m using the following probe to calculate how many bytes are being written by tcp write calls, by process and total: fbt:ip:tcp_output:entry { this->tcpout_size = msgdsize(args[1]); @tcpout_size[execname] = sum(this->tcpout_size); @tcpout_size["TOTAL_TCP_OUT"] = sum(this->tcpout_size); } I run this probe for N seconds. I suppose that if i get the
2020 Nov 20
14
[Bridge] [PATCH 000/141] Fix fall-through warnings for Clang
...p.c | 1 + net/netfilter/nf_tables_api.c | 1 + net/netfilter/nft_ct.c | 1 + net/netrom/nr_route.c | 4 ++++ net/packet/af_packet.c | 1 + net/rds/tcp_connect.c | 1 + net/rds/threads.c | 2 ++ net/rose/rose_route.c | 2 ++ net/rxrpc/af_rxrpc.c | 1 + net/sctp/input.c...
2020 Nov 20
14
[Bridge] [PATCH 000/141] Fix fall-through warnings for Clang
...p.c | 1 + net/netfilter/nf_tables_api.c | 1 + net/netfilter/nft_ct.c | 1 + net/netrom/nr_route.c | 4 ++++ net/packet/af_packet.c | 1 + net/rds/tcp_connect.c | 1 + net/rds/threads.c | 2 ++ net/rose/rose_route.c | 2 ++ net/rxrpc/af_rxrpc.c | 1 + net/sctp/input.c...
2020 Nov 20
14
[Bridge] [PATCH 000/141] Fix fall-through warnings for Clang
...p.c | 1 + net/netfilter/nf_tables_api.c | 1 + net/netfilter/nft_ct.c | 1 + net/netrom/nr_route.c | 4 ++++ net/packet/af_packet.c | 1 + net/rds/tcp_connect.c | 1 + net/rds/threads.c | 2 ++ net/rose/rose_route.c | 2 ++ net/rxrpc/af_rxrpc.c | 1 + net/sctp/input.c...