search for: pf_file

Displaying 20 results from an estimated 59 matches for "pf_file".

Did you mean: af_file
2010 May 14
3
dovecot 2.0 vs. SELinux
.../dovecot/dovecot.conf which is regular file and no socket: ... geteuid() = 0 getegid() = 0 open("/dev/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 so...
2011 Nov 12
5
[Bug 1950] New: sshd tries to bind over and over to ::1 for several seconds
...ockopt(6, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 <0.000015> 28636 10:33:49 bind(6, {sa_family=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|...
2009 Mar 20
0
tftpd-hpa can't reopen /dev/log
...6) = 0 [pid 24082] close(4) = 0 [pid 24082] socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4 [pid 24082] 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=POLLI...
2011 Sep 26
1
nss_winbind problem
...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="/var/run/winbindd/pipe"...}, 1...
2004 Sep 05
4
Asterisk & sudo from httpd
...e to connect to remote asterisk -------------------------------------------------------- "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), ...})...
2005 Sep 16
2
Re: AMD64 upsmon problem
...map(0x2aaaaaac2000, 131072) = 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 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, {s...
2005 Dec 12
1
Almost there, but no dhcp support?
I have a booting dom0 kernel now, upart from a problem with the cdrom but more serious a problem with dhcp. When I request a dhcp lease I get the following error: dhcpStart: socket: address family not supported by protocol pf_file Which kernel option should I enable? I studied all networking options in the kernel configuration but I can''t find the right one to enable... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Mar 25
0
CentOS won't shutdown ... or do anything else
...8) = 0 rt_sigaction(SIGTTIN, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGTTOU, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGINT, {0x8049938, [], SA_RESTORER|SA_RESTART, 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 sock...
2014 Jan 04
1
sudo issues after upgrading to samba/winbind 4.0.13 on Debian Wheezy
...ing 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="/var/run/samba/winbindd/pipe"}...
2007 Jul 16
1
Tripp Lite OmniSV1500XL
...ROT_READ) = 0 mprotect(0x326bd44000, 16384, PROT_READ) = 0 mprotect(0x326c081000, 4096, PROT_READ) = 0 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("/...
2006 Oct 28
1
Cygwin rsync to RH rsync server
...munmap(0xb7f52000, 4096) = 0 [pid 26646] getpeername(3, {sa_family=AF_INET, sin_port=htons(3022), sin_addr=inet_addr("10.0.2.137")}, [16]) = 0 [pid 26646] getpeername(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)...
2007 Mar 23
1
getent passwd / wbinfo -u timeout
...stem 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="/tmp/.winbindd/pipe"}, 110) =...
2010 Apr 12
1
samba-3.5.2 - "getent group" not returning any info
...e(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="/tmp/.winbindd/pipe"}, 110) =...
2007 Jan 18
1
APC Back-UPS XS 1200 - permission denied
...ewhidups -u root xs1200 Network UPS Tools: New USB/HID UPS 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...
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]
2007 Jun 27
2
xen not working: xmlrpc.sock doesn''t exist
...c.domain_getinfo() error: (38, ''Function not implemented'') 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 )...
2010 Nov 05
4
xe cli not working on remote machine
..., O_RDONLY|O_LARGEFILE) = 5 fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0 _llseek(5, 0, [0], SEEK_CUR)            = 0 read(5, "\366\237g\341\372\247|\366\276^\240\242\265\204\353\231\242\360\245 n),\20\22ZOsZ\310\205\f"..., 4096) = 4096 close(5)                                = 0 socketpair(PF_FILE, SOCK_STREAM, 0, [5, 6]) = 0 gettimeofday({1288958862, 213815}, NULL) = 0 open("/tmp/stunneleede8e.log", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 7 fcntl64(7, F_SETFD, FD_CLOEXEC)         = 0 close(7)                                = 0 open("/tmp/stunneleede8e.log", O_WRONLY...
2013 Feb 12
1
Can't get working nsswitch, specifically "wbinfo -u"
..."/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) = 0 <0.000006> 15:19:55.446487 fcntl(4, F_SETFD, FD_CLOEXEC) =...
2014 Jan 03
1
SSSD and usermod
...4, "65536\n", 31) = 6 close(4) = 0 mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f96bfdb8000 access("/etc/shadow", F_OK) = 0 access("/etc/gshadow", F_OK) = 0 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4 connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) close(4) = 0 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4 connect(4, {sa_family=AF_FIL...
2008 Feb 06
1
Rsync Hang with multiple files
...P_ANONYMOUS, -1, 0) = 0x2a983ab000 read(3, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0"..., 4096) = 785 close(3) = 0 munmap(0x2a983ab000, 4096) = 0 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=785, ...}) = 0 socket(PF_FILE, SOCK_DGRAM, 0) = 3 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 connect(3, {sa_family=AF_FILE, path="/dev/log"}, 16) = 0 time([1202163972]) = 1202163972 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=785, ...}) = 0 stat("/etc/localtime&q...