Displaying 20 results from an estimated 61 matches for "af_fil".
Did you mean:
af_file
2010 May 14
3
dovecot 2.0 vs. SELinux
...ev/null", O_WRONLY) = 3
fcntl(3, F_GETFD) = 0
fcntl(3, F_SETFD, FD_CLOEXEC) = 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
connect(4, {sa_family=AF_FILE, path="/var/run/dovecot/config"}, 110) = -1
ECONNREFUSED (Connection refused)
close(4) = 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
connect(4, {sa_f...
2011 Nov 12
5
[Bug 1950] New: sshd tries to bind over and over to ::1 for several seconds
...ily=AF_INET, sin_port=htons(6493),
sin_addr=inet_addr("127.0.0.1")}, 16) = 0 <0.000012>
28636 10:33:49 socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP) = 7
<0.000017>
28636 10:33:49 socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 8
<0.000012>
28636 10:33:49 connect(8, {sa_family=AF_FILE, path="/dev/log"}, 110) =
-1 EPROTOTYPE (Protocol wrong type for socket) <0.000016>
28636 10:33:49 close(8) = 0 <0.000016>
28636 10:33:49 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 8
<0.000012>
28636 10:33:49 connect(8, {sa_family=AF_FILE, path="...
2009 Mar 20
0
tftpd-hpa can't reopen /dev/log
...82] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 5
[pid 24082] read(5, "65536\n"..., 31) = 6
[pid 24082] close(5) = 0
[pid 24082] socket(PF_FILE, SOCK_STREAM, 0) = 5
[pid 24082] fcntl64(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 24082] connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = 0
[pid 24082] send(5, "\2\0\0\0\f\0\0\0\6\0\0\0group\0"..., 18, MSG_NOSIGNAL) = 18
[pid 24082] poll([{fd=5, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=5, revents=POLLIN|POLLHUP}])
[pid 24082] recvmsg(5, {msg_name(0)=NULL, msg_io...
2011 Sep 26
1
nss_winbind problem
...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="/var/run/winbindd/pipe"...}, 110) = 0
select(4, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
write(3,
"0\10\0\0\0\0\0\0\0\0\0\0\340\r\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2096)
= 2096
select(4, [3], NULL, NULL, {5, 0}) = 1 (in [3], left {5, 0})
read(3,
"\25...
2004 Sep 05
4
Asterisk & sudo from httpd
...-----------------------------
"strace" showed me that there is an access problem with
"/var/run/asterisk.ctl":
--------------------------------------------------------
munmap(0xbf334000, 4096) = 0
socket(PF_FILE, SOCK_STREAM, 0) = 3
connect(3, {sa_family=AF_FILE, path="/var/run/asterisk.ctl"}, 110) = -1
EACCES (Permission denied)
close(3) = 0
time([1094419366]) = 1094419366
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|M...
2005 Sep 16
2
Re: AMD64 upsmon problem
..._size=961, ...}) = 0
23187 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=961, ...}) = 0
23187 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=961, ...}) = 0
23187 socket(PF_FILE, SOCK_DGRAM, 0) = 4
23187 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23187 connect(4, {sa_family=AF_FILE, path="/dev/log"}, 16) = -1 EPROTOTYPE
(Protocol wrong type for socket)
23187 close(4) = 0
23187 socket(PF_FILE, SOCK_STREAM, 0) = 4
23187 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23187 connect(4, {sa_family=AF_FILE, path="/dev/log"}, 16) = 0
23187 sendto(4, "<30>Sep 14 17...
2009 May 31
1
Can't connect to UPS [mustek] (megatec-mustek): No such file or directory
...sten_add: added 127.0.0.1:3493
setuptcp: try to bind to 127.0.0.1 port 3493
listening on 127.0.0.1 port 3493
setuptcp: try to bind to ::1 port 3493
listening on ::1 port 3493
Can't connect to UPS [mustek] (megatec-mustek): No such file or directory
# strace -f upsd
[...]
connect(6, {sa_family=AF_FILE, path="megatec-mustek"}, 110) = -1 ENOENT
(No such file or directory)
Where is "megatec-mustek" file?
Regards,
Vedran
2009 Mar 25
0
CentOS won't shutdown ... or do anything else
...TART,
0x400898}, NULL, 8) = 0
chdir("/") = 0
getuid32() = 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
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) =
-1 ENOENT (No such file or directory)
close(3) = 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
connect(3, {sa_fam...
2014 Jan 04
1
sudo issues after upgrading to samba/winbind 4.0.13 on Debian Wheezy
...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="/var/run/samba/winbindd/pipe"}, 110) = 0
poll([{fd=4, events=POLLIN|POLLOUT|POLLHUP}], 1, -1) = 1 ([{fd=4,
revents=POLLOUT}])
write(4, "0\10\0\0\0\0\0\0\0\0\0\0\17\34\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
2096) = 2096
poll([{fd=4, events=POLLIN|POLLHUP}], 1, 5000) =...
2007 Jul 16
1
Tripp Lite OmniSV1500XL
...mprotect(0x326b819000, 4096, PROT_READ) = 0
munmap(0x2aaaaaaac000, 179404) = 0
brk(0) = 0x612000
brk(0x633000) = 0x633000
socket(PF_FILE, SOCK_DGRAM, 0) = 3
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
connect(3, {sa_family=AF_FILE, path="/dev/log"}, 110) = 0
fstat(1, {st_mode=S_IFREG|0664, st_size=4565, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aaaaaaac000
open("/opt/nut/etc/ups.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=3716, ...}) = 0
mmap...
2006 Oct 28
1
Cygwin rsync to RH rsync server
...e(3, {sa_family=AF_INET, sin_port=htons(3022),
sin_addr=inet_addr("10.0.2.137")}, [16]) = 0
[pid 26646] socket(PF_FILE, SOCK_STREAM, 0) = 5
[pid 26646] fcntl64(5, F_GETFL) = 0x2 (flags O_RDWR)
[pid 26646] fcntl64(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 26646] connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 26646] close(5) = 0
[pid 26646] socket(PF_FILE, SOCK_STREAM, 0) = 5
[pid 26646] fcntl64(5, F_GETFL) = 0x2 (flags O_RDWR)
[pid 26646] fcntl64(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid...
2007 Mar 23
1
getent passwd / wbinfo -u timeout
...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="/tmp/.winbindd/pipe"}, 110) = 0
select(4, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
write(3, "8\7\0\0\0\0\0\0\f}\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1848)
= 1848
select(4, [3], NULL, NULL, {5, 0}) = 1 (in [3], left {5, 0})
read(3, "\250\f\0\0\2\0\0\0\16...
2011 Sep 29
1
2.0.14 doveadm proxy list segfault
...ESTART, 0x3eada302d0}, NULL, 8) = 0
rt_sigaction(SIGALRM, {0x31c7648b40, [], SA_RESTORER|SA_SIGINFO, 0x3eada302d0}, NULL, 8) = 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
connect(3, {sa_family=AF_FILE, path="/var/run/dovecot/config"...}, 110) = 0
fcntl(3, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
fcntl(3, F_SETFL, O_RDWR) = 0
write(3, "VERSION\tconfig\t2\t0\nREQ\tmodule=do"..., 38) = 38
fstat(3, {st_mode=S_IFSOCK|0777, st_size=0, ...}) =...
2010 Apr 12
1
samba-3.5.2 - "getent group" not returning any info
...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="/tmp/.winbindd/pipe"}, 110) = 0
select(6, [5], NULL, NULL, {0, 0}) = 0 (Timeout)
write(5, "0\10\0\0\0\0\0\0\0\0\0\0\204;\0\0\0\10\0\0\0\0\0\0\0\0"...,
2096) = 2096
select(6, [5], NULL, NULL, {5, 0}) = 1 (in [5], left {5, 0})
read(5, "\250\r\0\0\2\0\0\0\27\...
2007 Jan 18
1
APC Back-UPS XS 1200 - permission denied
...driver 0.28 (2.0.3)
Detected a UPS: American Power Conversion/Back-UPS XS 1200 FW:8.g1 .D
USB FW:g1
Using subdriver: APC HID 0.8
Here's the relevant strace output from upsd itself:
# strace /usr/sbin/upsd 2>&1
[snip ...]
socket(PF_FILE, SOCK_STREAM, 0) = 5
connect(5, {sa_family=AF_FILE, path="newhidups-auto"}, 110) = -1 EACCES
(Permission denied)
close(5) = 0
time(NULL) = 1169155308
write(2, "Can\'t connect to UPS [xs1200] (n"..., 66Can't connect to UPS
[xs1200] (newhidups-auto): Permission d...
2013 Jun 05
2
dovecot and time
I found something interesting via strace. lda is writing a timestamp
with utime before doign the fsync, but I'm really not a C guy, so I
have no idea why that's going on via procmail and not via commandline.
I assume it's related to the choice of pread64 vs read.
when called from commandline (working):
read(0, "July 14-20, 2013\n10 courses. Bon"..., 4096) = 4096
2006 Apr 19
1
quota on xfs on lvm doesn't work(?)
Hi,
I have a strange problem with user quotas enabled on a xfs filesystem
and samba 3.0.21c: When a standard block device (e.g. /dev/sdc1) is used
for the fs, quota works like expected:
/dev/sdc1 on /mnt/tmp type xfs (rw,usrquota)
output from level quota:10 debug:
[2006/04/19 14:38:48, 10] lib/sysquotas.c:sys_get_quota(394)
sys_get_quota() uid(4004, 4004)
[2006/04/19 14:38:48, 10]
2014 Apr 22
1
35 second wait when cache expired
...cache time-out, then it
happens again.
This is making logins and most commands hang for 35 seconds before
returning.
For example, I ran 'strace ps aux' at 22:22:55, it doesn't return until
22:23:30
The 35 seconds delay happens where the timeouts are listed here:
connect(3, {sa_family=AF_FILE, path="/var/run/winbindd/pipe"}, 110) = 0
poll([{fd=3, events=POLLIN|POLLHUP}], 1, 0) = 0 (Timeout)
write(3, "0\10\0\0\0\0\0\0\0\0\0\0 at +\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
2096) = 2096
poll([{fd=3, events=POLLIN|POLLHUP}], 1, 5000) = 1 ([{fd=3,
revents=POLLIN}])
read(...
2006 Apr 21
2
getent not working (again)
...mode=S_IFSOCK|0777, st_size=0, ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0) = 4
fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
fcntl64(4, F_GETFD) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
connect(4, {sa_family=AF_FILE, path="/tmp/.winbindd/pipe"}, 110) = 0
select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
write(4, ",\7\0\0\0\0\0\0\336\n\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0"..., 1836)
= 1836
select(5, [4], NULL, NULL, {5, 0}) = 1 (in [4], left {5, 0})
read(4, "\24\5\0\0\2\0\0\0\v\0\...
2007 Jun 27
2
xen not working: xmlrpc.sock doesn''t exist
...mented'')
also, I tried strace xm list 2>&1 to see what''s exactly happening.
Everything works correctly until it tries to open /var/run/xend/xmlrpc.sock
, wich doesn''t exists. this is the output.
socket(PF_FILE, SOCK_STREAM, 0) = 3
connect(3, {sa_family=AF_FILE, path="/var/run/xend/xmlrpc.sock"}, 27) = -1
ENOENT (No such file or directory)
geteuid32() = 0
write(2, "Error:", 6Error:) = 6
write(2, " ", 1 ) = 1
write(2, "Error connecting to xend: No suc&q...