search for: so_socket

Displaying 11 results from an estimated 11 matches for "so_socket".

Did you mean: sol_socket
2004 Dec 28
1
OpenSSH 3.9p1 X11 forwarding
...5928 sigprocmask(SIG_BLOCK, 0xFFBFF1E0, 0xFFBFF1F0) = 0 19279: 15.5929 sigprocmask(SIG_SETMASK, 0xFFBFF1F0, 0x00000000) = 0 19279: 15.5930 read(6, " {9011 C82F0FE ZBFC8 .DC".., 16384) = 112 19279: 15.5934 stat64("/usr/openwin/bin/xauth", 0xFFBFEFA0) = 0 19279: 15.5938 so_socket(PF_INET6, SOCK_STREAM, IPPROTO_IP, "", 1) = 8 19279: 15.5940 bind(8, 0x00072238, 32, 3) Err#126 EADDRNOTAVAIL 19279: 15.5942 close(8) = 0 19279: 15.5944 so_socket(PF_INET, SOCK_STREAM, IPPROTO_IP, "", 1) = 8 19279:...
2005 Apr 07
1
EPROTONOSUP Problem
...nd the database is running on Red Hat 9.I am running the test kit for 100 warehouses with tpw(terminal per warehouse) value of 80. I did truss on driver and found that after executing some transactions an error comes related to EPROTONOSUP. The particular point where error comes looks like this- so_socket(PF_INET, SOCK_STREAM, -4, "", SOV_DEFAULT) Err#120 EPROTONOSUP . Above this error the normal behaviour was: so_socket(PF_INET, SOCK_STREAM, IPPROTO_TCP, "", SOV_DEFAULT) = 255 I found that this error comes when the protocol is not supported by the addres family. Could you...
2007 Mar 13
0
about use dtrace analyze tomcat''s situation
...# dtrace -s ./sctime.d -p 634 dtrace: script ''./sctime.d'' matched 457 probes ^C CPU ID FUNCTION:NAME 8 2 :END lwp_cond_signal 67 bind 271 lwp_sigmask 282 getsockname 456 so_socket 528 fstat64 714 setsockopt 843 setcontext 946 ioctl 959 lwp_mutex_wakeup 1105 lwp_cond_broadcast 1430 close 1431 connect 2503 fsat 2505 getdents64 3894 fcntl...
2004 Dec 21
3
ssh-agent
Hi :-) We use ssh-agent for batch jobs. The jobs get the key from the ssh-agent over the envoirment variables. When we start many jobs at the same time, the agent dont give the key to the job. We have tracet the our script an see the follow: ... 26918: 0.0004 so_socket(PF_UNIX, SOCK_STREAM, 0, "", 1) = 13 26918: 0.0001 fcntl(13, F_SETFD, 0x00000001) = 0 26918: 0.0003 connect(13, 0xFFBFEC60, 31, 1) Err#146 ECONNREFUSED 26918: 0.0001 close(13) = 0 ... The agent ist bussy when one client is connect to the stream socket. When we make small break...
2005 May 18
0
Err#150 EINPROGRESS
...= 0 close(256) = 0 open("/etc/group", O_RDONLY) = 256 close(256) = 0 door_info(4, 0xFFBF8490) = 0 door_call(4, 0xFFBF8478) = 0 so_socket(PF_INET, SOCK_STREAM, IPPROTO_IP, "", 1) = 256 setsockopt(256, tcp, TCP_NODELAY, 0xFFBFBB0C, 4, 1) = 0 fcntl(256, F_GETFL, 0xFF357AA8) = 2 fcntl(256, F_SETFL, 0x00000082) = 0 connect(256, 0x003E9B10, 16, 1) Err#150 EINPROGRESS After...
2003 May 12
2
[Bug 563] getaddrinfo() in libopenbsd-compat.a breaks heimdal-linked pam_krb5
...buys an EPROTOTYPE: send_to_kdc.c: ret = krb5_krbhst_get_addrinfo(context, hi, &ai); if (ret) continue; for (a = ai; a != NULL; a = a->ai_next) { fd = socket (a->ai_family, a->ai_socktype, a->ai_protocol); if (fd < 0) continue; truss says: so_socket(2, 0, 0, 0x00000000, 1) Err#98 EPROTOTYPE 0x00000000: "" (i have to admit i have absolutely no idea where it's getting ai_family from, if that's what that first parameter is) it would be nice if maybe libopenbsd-compat's getaddrinfo copied ai_family, ai_...
2005 Jul 22
0
winbbind not quiried by nsswitch on solaris 8
...= 5656 [5655] getpid() = 5656 [5655] getpid() = 5656 [5655] lstat64("/tmp/.winbindd", 0xFFBEE748) = 0 lstat64("/tmp/.winbindd/pipe", 0xFFBEE748) = 0 so_socket(1, 2, 0, "", 1) = 3 connect(3, 0xFFBEE2D8, 110, 1) = 0 poll(0xFFBEE7A0, 1, 0) = 0 write(3, "\0\00518\0\0\001\0\01618".., 1304) = 1304 read(3, 0xFF173330, 1304) = 0 close(3)...
2004 Jan 12
0
nmbd eats near of 40% of cpu with Samba 3.01
...= 0 3.2371 poll(0xFFBED498, 5, 10000) = 1 3.2375 sigprocmask(SIG_BLOCK, 0xFFBEF590, 0x00000000) = 0 3.2379 recvfrom(7, "C6\f0110\001\0\0\0\0\0\0".., 576, 0, 0xFFBEF2D8, 0xFFBEF2D0 ) = 50 3.2384 time() = 1073918673 3.2856 so_socket(2, 1, 0, "", 1) = 15 3.2861 ioctl(15, 0xC0086914, 0xFFBEE948) = 0 3.2866 ioctl(15, 0xC020690D, 0xFFBEC968) = 0 3.2870 ioctl(15, 0xC0206911, 0xFFBEC968) = 0 3.2874 ioctl(15, 0xC0206919, 0xFFBEC968) = 0 3.287...
2004 Jan 29
10
Back to 3.0.1, Winbind and Solaris 9
...ROT_WRITE|PROT_EXEC) = 0 mprotect(0xFEFE0000, 19176, PROT_READ|PROT_EXEC) = 0 munmap(0xFF0C0000, 8192) = 0 getpid() = 1087 [1086] getpid() = 1087 [1086] getpid() = 1087 [1086] lstat64("/tmp/.winbindd", 0xFFBFCB30) = 0 lstat64("/tmp/.winbindd/pipe", 0xFFBFCB30) = 0 so_socket(PF_UNIX, SOCK_STREAM, 0, "", 1) = 3 fcntl(3, F_GETFD, 0x00000000) = 0 fcntl(3, F_SETFD, 0x00000001) = 0 connect(3, 0xFFBFCBC8, 110, 1) = 0 getpid() = 1087 [1086] getpid() = 1087 [1086] poll(0xFFBFC420, 1, 0) = 0 write(3, "\0\006 \0\0\0\0\0\004 ?".., 1568) = 156...
2002 Nov 10
2
Trying to join a Solaris 8 box to Windows 2000 AD.
...sk(022) = 022 open64("/usr/local/samba/var/log.winbindd", O_WRONLY|O_APPEND|O_CREAT, 0644) = 3 close(4) = 0 umask(022) = 022 fcntl(3, F_DUP2FD, 0x00000002) = 2 so_socket(2, 1, 0, "", 1) = 4 ioctl(4, 0xC0086914, 0xFFBEE0A8) = 0 ioctl(4, 0xC020690D, 0xFFBEC0C8) = 0 ioctl(4, 0xC0206911, 0xFFBEC0C8) = 0 ioctl(4, 0xC0206919, 0xFFBEC0C8) = 0 ioctl(4, 0xC020690D, 0xFFBEC0A8)...
2004 Feb 24
4
Pam trouble
...ACB4) Err#25 ENOTTY 29981: read(15, " #\n # I n t e r n e t".., 8192) = 107 29981: read(15, 0x0008257C, 8192) = 0 29981: llseek(15, 0, SEEK_CUR) = 107 29981: close(15) = 0 29981: so_socket(PF_INET, SOCK_STREAM, IPPROTO_IP, "", 1) = 15 29981: setsockopt(15, tcp, TCP_NODELAY, 0xFFBFD724, 4, 1) = 0 29981: fcntl(15, F_GETFL, 0xFF1FE9E0) = 2 29981: fstat64(15, 0xFFBFD468) = 0 29981: getsockopt(15, SOL_SOCKET, 0x2000, 0xFFBFD568, 0xFFB...