search for: s_ifsock

Displaying 20 results from an estimated 80 matches for "s_ifsock".

2007 Jan 24
1
[sfs@tc.umn.edu: Re: dovecot-auth file descriptor usage]
...99614726 uid:0 gid:3 rdev:190,1 O_RDONLY|O_LARGEFILE FD_CLOEXEC /devices/pseudo/random at 0:urandom 5: S_IFIFO mode:0000 dev:295,0 ino:2692868 uid:65 gid:65 size:0 O_RDWR FD_CLOEXEC 6: S_IFIFO mode:0000 dev:295,0 ino:2692868 uid:65 gid:65 size:0 O_RDWR FD_CLOEXEC 7: S_IFSOCK mode:0666 dev:293,0 ino:33376 uid:0 gid:0 size:0 O_RDWR|O_NONBLOCK SOCK_STREAM SO_REUSEADDR,SO_KEEPALIVE,SO_SNDBUF(49152),SO_RCVBUF(49640),IP_NEXTHOP(0.0.193.232) sockname: AF_INET 134.84.119.102 port: 143 peername: AF_INET 160.94.23.17 port: 38847 8: S_IF...
2015 Jun 21
3
dovecot auth using 100% CPU
...= 0 0.000029 socket(PF_LOCAL, SOCK_STREAM, 0) = 19 0.000027 fcntl(19, F_GETFL) = 0x2 (flags O_RDWR) 0.000028 fcntl(19, F_SETFL, O_RDWR|O_NONBLOCK) = 0 0.000029 connect(19, {sa_family=AF_LOCAL, sun_path="auth-worker"}, 110) = 0 0.000033 fstat(19, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 0.000033 lseek(19, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) 0.000026 getsockname(19, {sa_family=AF_LOCAL, NULL}, [2]) = 0 0.000030 epoll_ctl(15, EPOLL_CTL_ADD, 19, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, {u32=850618928, u64=140128453618224}}) = 0 0.0000...
2011 Nov 02
1
winbind and getent again
...,daemon [... prints local UNIX groups ...] postgres:x:70: open("/etc/ld.so.cache", O_RDONLY) = 4 open("/lib64/libnss_winbind.so.2", O_RDONLY) = 4 lstat("/tmp/.winbindd", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat("/tmp/.winbindd/pipe", {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 lstat("/var/cache/samba/winbindd_privileged", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0 lstat("/var/cache/samba/winbindd_privileged/pipe", {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 And that's it. I also can't make out any error message...
2007 Feb 20
3
1.0.rc23 released
http://dovecot.org/releases/dovecot-1.0.rc23.tar.gz http://dovecot.org/releases/dovecot-1.0.rc23.tar.gz.sig Documentation is probably the only important thing left before v1.0. * deliver doesn't ever exit with Dovecot's internal exit codes anymore. All its internal exit codes are changed to EX_TEMPFAIL. * mbox: X-Delivery-ID header is now dropped when saving mails. * mbox: If
2007 Feb 20
3
1.0.rc23 released
http://dovecot.org/releases/dovecot-1.0.rc23.tar.gz http://dovecot.org/releases/dovecot-1.0.rc23.tar.gz.sig Documentation is probably the only important thing left before v1.0. * deliver doesn't ever exit with Dovecot's internal exit codes anymore. All its internal exit codes are changed to EX_TEMPFAIL. * mbox: X-Delivery-ID header is now dropped when saving mails. * mbox: If
2009 Jul 09
0
Hanging ssh sessions with openssh-5.1p1 and Solaris 8 & 10
.../devices/pseudo/mm at 0:null 3: S_IFDOOR mode:0444 dev:365,0 ino:92 uid:0 gid:0 size:0 O_RDONLY|O_LARGEFILE FD_CLOEXEC door to nscd[2394] /var/run/name_service_door 4: S_IFIFO mode:0000 dev:354,0 ino:16183814 uid:12962 gid:4640 size:0 O_RDWR|O_NONBLOCK FD_CLOEXEC 5: S_IFSOCK mode:0666 dev:363,0 ino:2848 uid:0 gid:0 size:0 O_RDWR|O_NONBLOCK SOCK_STREAM SO_REUSEADDR,SO_KEEPALIVE,SO_SNDBUF(49152),SO_RCVBUF(49232),IP_NEXTHOP(0.0.192.80) sockname: AF_INET xxx.yyy.10.222 port: 22 peername: AF_INET xxx.yyy.12.20 port: 50166 6: S_IFIF...
2015 Jun 21
0
dovecot auth using 100% CPU
...et(PF_LOCAL, SOCK_STREAM, 0) = 19 > 0.000027 fcntl(19, F_GETFL) = 0x2 (flags O_RDWR) > 0.000028 fcntl(19, F_SETFL, O_RDWR|O_NONBLOCK) = 0 > 0.000029 connect(19, {sa_family=AF_LOCAL, sun_path="auth-worker"}, > 110) = 0 > 0.000033 fstat(19, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 > 0.000033 lseek(19, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) > 0.000026 getsockname(19, {sa_family=AF_LOCAL, NULL}, [2]) = 0 > 0.000030 epoll_ctl(15, EPOLL_CTL_ADD, 19, > {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, {u32=850618928, > u64=140128453...
2003 Nov 30
0
FreeBSD mknod refuses to create pipes and fifos
...p/fifo rsync -avP /var/run/log /tmp/fifo /tmp/output/ >Fix: Suggested patches to kernel: --- sys/kern/vfs_syscalls.c.orig Sun Nov 30 00:59:29 2003 +++ sys/kern/vfs_syscalls.c Sun Nov 30 01:25:35 2003 @@ -1189,6 +1189,10 @@ case S_IFBLK: error = suser(p); break; + case S_IFIFO: + case S_IFSOCK: + error = 0; + break; default: error = suser_xxx(0, p, PRISON_ROOT); break; @@ -1217,6 +1221,12 @@ break; case S_IFBLK: vattr.va_type = VBLK; + break; + case S_IFSOCK: + vattr.va_type = VSOCK; + break; + case S_IFIFO: + vattr.va_type = VFIFO; break; case S_IFW...
2000 Apr 21
5
BeOS diffs
...I don't know much about configure scripts. BeOS has this little quirk of being 99% POSIX compliant so these mods are required for vorbis to compile. To define int64_t in codec.h #ifdef __BEOS__ #include <inttypes.h> #endif run.c in vq needs 'changing' around line 141 becuase S_IFSOCK isn't defined anywhere in BeOS's headers (BeOS doesn't do the sockets as file pointers thing although its coming soon) #ifdef __BEOS__ if((S_IFIFO|S_IFREG)&st.st_mode){ #else if((S_IFIFO|S_IFREG|S_IFSOCK)&st.st_mode){ #endif Finally in all the makefiles BeOS doesn'...
2001 Jan 23
11
cc & no 64bit int patches
Here are a couple of patches against the CVS (Jan 22 18:41 PST) Some C++ comments found their way into ssh.h The no64.patch puts ifdefs around buffer_get_int64() now in bufaux.[c,h] -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net -------------- next part -------------- --- ssh.h.old Mon Jan 22 18:40:58 2001 +++ ssh.h Mon Jan 22 19:02:02 2001 @@ -25,8 +25,10 @@ # include
2011 Sep 26
1
nss_winbind problem
...is my BDC machine and secondary FS so it is not that critical. Best regards, Sandu Mihai strace wbinfo -u output: getpid() = 3552 lstat("/var/run/winbindd", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat("/var/run/winbindd/pipe", {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 3 fcntl(3, F_GETFL) = 0x2 (flags O_RDWR) fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 fcntl(3, F_GETFD) = 0 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 connect(3, {sa_family=AF_FILE, path...
2014 Jan 04
1
sudo issues after upgrading to samba/winbind 4.0.13 on Debian Wheezy
...ace had to be started via pid after initiating sudo -i and waiting for input as I got som setuid error trying to run the command it self with strace. --- lstat("/var/run/samba/winbindd", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0 lstat("/var/run/samba/winbindd/pipe", {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 4 fcntl(4, F_GETFL) = 0x2 (flags O_RDWR) fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0 fcntl(4, F_GETFD) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 connect(4, {sa_family=AF_FILE, path...
2004 Mar 08
1
winbindd problem - STATUS_BUFFER_OVERFLOW (0x80000005)
...2004/03/08 10:34:31, 1] utils/ntlm_auth.c:manage_squid_request(1320) fgets() failed! dying..... errno=0 (Success) strace of wbinfo --authenticate... says: [...] lstat64("/tmp/.winbindd", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/tmp/.winbindd/pipe", {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 socket(PF_UNIX, SOCK_STREAM, 0) = 3 fcntl64(3, F_GETFD) = 0 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 connect(3, {sa_family=AF_UNIX, path="/tmp/.winbindd/pipe"}, 110) = 0 getpid() = 7990 getpid()...
2007 Mar 23
1
getent passwd / wbinfo -u timeout
...9:99:Nobody:/:/sbin/nologin dbus:x:81:81:System message bus:/:/sbin/nologin --- only linux user --- [root@fileserver ~]# strace /usr/local/samba-3.0.24/bin/wbinfo -u lstat64("/tmp/.winbindd", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/tmp/.winbindd/pipe", {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 3 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 fcntl64(3, F_GETFD) = 0 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 connect(3, {sa_family=AF_FILE, path...
2010 Apr 12
1
samba-3.5.2 - "getent group" not returning any info
...MAP_ANONYMOUS, -1, 0) = 0x7f748eb2f000 close(5) = 0 mprotect(0x7f748eb2d000, 4096, PROT_READ) = 0 munmap(0x7f74914cf000, 90174) = 0 lstat("/tmp/.winbindd", {st_mode=S_IFDIR|0755, st_size=17, ...}) = 0 lstat("/tmp/.winbindd/pipe", {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 5 fcntl(5, F_GETFL) = 0x2 (flags O_RDWR) fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0 fcntl(5, F_GETFD) = 0 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 connect(5, {sa_family=AF_FILE, path...
2016 Oct 17
2
Dict proxy client returning empty string instead of multiline string
...ot;doveadm dict get" > > > >>>>>> against the dict socket: > > > >>>>>> > > > >>>>>> connect(8, {sa_family=AF_UNIX, sun_path="..."}, 110) = 0 > > > >>>>>> fstat(8, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 > > > >>>>>> [...] > > > >>>>>> write(8, "H2\t0\t0\tadmin at domain.tld\tsieve\n", 30) = 30 > > > >>>>>> [...] > > > >>>>>> read(8, "Otest\1r...
2016 Oct 16
2
Dict proxy client returning empty string instead of multiline string
...ommunications. It seems that escaping is done properly on the server and the socket is not an issue either. The following strace dump results from running "doveadm dict get" against the dict socket: connect(8, {sa_family=AF_UNIX, sun_path="..."}, 110) = 0 fstat(8, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 [...] write(8, "H2\t0\t0\tadmin at domain.tld\tsieve\n", 30) = 30 [...] read(8, "Otest\1r\1ntest\n", 8192) = 14 Indeed "\1r" and "\1n" are the escape sequences used by "lib/strescape.c". I went deeped and deb...
2009 Feb 24
4
dovecot1.2 segfault
...1] gettimeofday({1235491268, 493619}, NULL) = 0 [pid 6771] epoll_wait(9, {{EPOLLOUT, {u32=6632256, u64=6632256}}}, 6, 179989) = 1 [pid 6771] gettimeofday({1235491268, 493987}, {0, 0}) = 0 [pid 6771] getsockopt(12, SOL_SOCKET, SO_ERROR, [18141331972947968], [4]) = 0 [pid 6771] fstat(12, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 [pid 6771] lseek(12, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) [pid 6771] getsockname(12, {sa_family=AF_INET, sin_port=htons(37777), sin_addr=inet_addr("127.0.11.155")}, [28487315483525136]) = 0 [pid 6771] epoll_ctl(9, EPOLL_CTL_DEL, 12, {0, {u32=6632256,...
2013 Feb 12
1
Can't get working nsswitch, specifically "wbinfo -u"
...a/var/lib/winbind"..., 45) = 45 <0.000008> 15:19:55.446254 lstat("/usr/local/samba/var/lib/winbindd_privileged", {st_mode=S_IFDIR|S_ISGID|0750, st_size=4096, ...}) = 0 <0.000010> 15:19:55.446309 lstat("/usr/local/samba/var/lib/winbindd_privileged/pipe", {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 <0.000009> 15:19:55.446361 socket(PF_FILE, SOCK_STREAM, 0) = 4 <0.000011> 15:19:55.446397 fcntl(4, F_GETFL) = 0x2 (flags O_RDWR) <0.000005> 15:19:55.446427 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0 <0.000006> 15:19:55.446457 fcntl(4, F_GETFD)...
2019 Mar 08
1
Dovecot v2.3.5 released
On 7.3.2019 23.37, A. Schulze via dovecot wrote: > > Am 07.03.19 um 17:33 schrieb Aki Tuomi via dovecot: > >>> test-http-client-errors.c:2989: Assert failed: FALSE >>> connection timed out ................................................. : FAILED > Hello Aki, > >> Are you running with valgrind or on really slow system? > I'm not aware my buildsystem