Displaying 20 results from an estimated 34 matches for "sockfs".
Did you mean:
sockfd
2007 Jan 10
13
[DTrace] how to get socket read size
...nly takes two arguments
but you grab size of write via arg3?
i would appreciate any hints on how to accomplish this task, and an
explanation of how the args work if i''m missing something
Thanks
James Dickens
information relied on:
from socketsize.d
/*
** Process Socket Write
*/
fbt:sockfs:so_update_attrs:entry
/arg1 == 1/
{
/* fetch details */
this->size = arg3;
cmd = (string)curpsinfo->pr_psargs;
/* store details */
@Size[pid,cmd] = quantize(this->size);
}
from src/src/uts/common/fs/sockfs/socksubr.c
void
so_update_attrs(struct so...
2006 Oct 31
0
6292940 sosctp_assoc() should return the reason of error
Author: kcpoon
Repository: /hg/zfs-crypto/gate
Revision: 619190e5bf2066eb9762e1f175e75b65165c4a58
Log message:
6292940 sosctp_assoc() should return the reason of error
Files:
update: usr/src/uts/common/fs/sockfs/socksctp.c
update: usr/src/uts/common/fs/sockfs/socksctp.h
update: usr/src/uts/common/fs/sockfs/socksctpsubr.c
update: usr/src/uts/common/fs/sockfs/socksctpvnops.c
1998 May 29
5
Configuration for binding to "secure" ports?
[Note to R. Wolff -- thanks for the pointers and the program. As I
understand its workings, it would run as root and bind a listen port
to a particular program -- with a list being supplied in
/etc/portadmin or other file. Basically, a listen wrapper. Hopefully
this message will address your cleanup concerns in my previous
message. Thanks. Also, you may want to provide a moderator''s
2006 Oct 31
0
PSARC/2005/625 Greyhound - Solaris Kernel SSL proxy
...xy.xml
create: usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ksslcfg.c
create: usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ksslcfg.h
create: usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ksslcfg_create.c
create: usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ksslcfg_delete.c
create: usr/src/uts/common/fs/sockfs/sockssl.c
create: usr/src/uts/common/inet/kssl/Makefile
create: usr/src/uts/common/inet/kssl/kssl.c
create: usr/src/uts/common/inet/kssl/kssl.conf
create: usr/src/uts/common/inet/kssl/kssl.h
create: usr/src/uts/common/inet/kssl/ksslapi.c
create: usr/src/uts/common/inet/kssl/ksslapi.h
create:...
2008 Mar 04
5
Network Latency
Hiya,
I''m trying to track down some throughput latency that our customer seems
to be attributing to our product, I can''t see what he''s talking about,
but I want to try and get some deeper granularity than I might get with
something like smokeping, and maybe even see if its down to something
tunable on our end.
I''ve been looking for some examples on how
2008 Aug 08
0
Stopping setroubleshootd failed
...SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev cpuset, type cpuset), uses genfs_contexts
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELin...
2001 Nov 01
3
ext3 partition still gets mounted as ext2 for me too!
...,rsize=8192,wsize=8192,soft,udp,lock,addr=cuda 0 0
mako:/ldist /ldist nfs
rw,v3,rsize=32768,wsize=32768,soft,udp,lock,addr=mako 0 0mako:/software
/software nfs rw,v3,rsize=32768,wsize=32768,soft,udp,lock,addr=mako 0 0
The output of /proc/filesystems is like this:
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext2
minix
msdos
vfat
iso9660
nodev nfs
nodev devpts
nodev usbdevfs
ext3
So, it looks like the kernel mounts it as ext2 and never tries ext3. So,
my question is: How can I tell the kernel to mount as ext...
2005 Apr 11
2
Xen, Se Linux
...ux: initialized (dev eventpollfs, type eventpollfs), uses
genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev cpuset, type cpuset), not configured for labeling
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contex...
2012 Jan 13
1
SELinux and rsh+xauth
...quot;pipe:[21744]" dev=pipefs ino=21744 scontext=system_u:system_r:xauth_t:s0-s0:c0.c1023 tcontext=system_u:system_r:rshd_t:s0-s0:c0.c1023 tclass=fifo_file
type=AVC msg=audit(1326381080.369:611): avc: denied { getattr } for pid=3487 comm="xauth" path="socket:[21700]" dev=sockfs ino=21700 scontext=system_u:system_r:xauth_t:s0-s0:c0.c1023 tcontext=system_u:system_r:inetd_t:s0-s0:c0.c1023 tclass=tcp_socket
The output from audit2allow is here :
$ grep AVC /var/log/audit/audit.log | audit2allow
libsepol.context_from_record: invalid security context: "system_u:system_r:xa...
2006 Jun 23
2
Needed help to fix corrupted ext3 fs
I have been trying very hard to seek help with my very complex issue but
so far none have been successful. So I would like to try this mailing
list, maybe there are some experts who know what they're talking about.
Please refer to my experts-exchange question, all the required
information will be there. It is more practical to send you to the
webpage than paste out what I've done.
2007 Apr 18
1
[Bridge] recent crashes? Linux kernel 2.6.18-1.2239.fc5 (Linux Fedora Core 5)
At the risk of angering the crash Gods, my sustem has NOT crashed again
since I downgraded the kernel from 2.6.18-1.2239.fc5 to 2.6.18-1.2200.fc5.
Given that newfound stability, and my lack of time, I'm going to put on
hold any further diagnostics, until the next kernel revision is released.
I have submitted a report at bugzilla.redhat.com (bug 218128). (Ah, nuts;
accidentally created a
2012 Jan 11
2
SELinux blocking cgi script from "writing to socket (httpd_t)"
...Wed Jan 11 09:34:13 2012
Local ID 2adcd43d-7b8b-4e17-bb93-ad11a35f378a
Line Numbers 1
Raw Audit Messages
type=AVC msg=audit(1326303253.473:3626): avc: denied { read write }
for pid=6668 comm="index.cgi" path="socket:[415055]" dev=sockfs
ino=415055 scontext=system_u:system_r:httpd_sys_script_t:s0
tcontext=system_u:system_r:httpd_t:s0 tclass=udp_socket
2006 Oct 31
0
6359001 find panic on blade 2500 when do net stress testing on debug kernels
Author: kais
Repository: /hg/zfs-crypto/gate
Revision: e69b6957a91d6c7325d875e8dda8f79a92e406fd
Log message:
6359001 find panic on blade 2500 when do net stress testing on debug kernels
Files:
update: usr/src/uts/common/fs/sockfs/socktpi.c
2006 Oct 31
0
6292950 getsockname consumes pending ECONNREFUSED errors
Author: blu
Repository: /hg/zfs-crypto/gate
Revision: f0d84e66bf3b67624b5681ccf78a3435e40e1ea5
Log message:
6292950 getsockname consumes pending ECONNREFUSED errors
Files:
update: usr/src/uts/common/fs/sockfs/socktpi.c
2001 Oct 14
1
auto in fstab does not work
[This email is either empty or too large to be displayed at this time]
2008 May 06
0
SELinux, postfix and milters
...audit2allow to fix this, and made
some progress in allowing postfix to write to the socket. I'm getting
stuck on the following audit.log error, though.
type=AVC msg=audit(1210016235.033:6265): avc: denied { use } for
pid=17995 comm="cleanup" path="socket:[372498]" dev=sockfs ino=372498
scontext=root:system_r:postfix_cleanup_t:s0
tcontext=root:system_r:postfix_smtpd_t:s0 tclass=fd
type=SYSCALL msg=audit(1210016235.033:6265): arch=c000003e syscall=47
success=yes exit=1 a0=9 a1=7fff0ec2f220 a2=0 a3=0 items=0 ppid=17983
pid=17995 auid=0 uid=89 gid=89 euid=89 suid=89 fs...
2004 Sep 10
0
Smbfs problems after upgrading from Woody to Sarge
...generation=2
Sep 10 07:53:09 aslan kernel: smb_get_length: recv error = 5
Sep 10 07:53:09 aslan kernel: smb_request: result -5, setting invalid Sep
10 07:53:32 aslan kernel: smb_retry: successful, new pid=28697,
generation=3
Cat /proc/filesystems
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
cramfs
nodev ramfs
nodev devfs
nodev devpts
ext3
nodev smbfs
Looking through my boot logs, the only error that I can see is the following:
Sep 10 11:01:20 aslan modprobe: Note: /etc/modules.conf is more recent
than /lib/modules/2.4....
2009 Apr 25
0
qemu 0.10.2 and Solaris snv111 64 Bit /"unexpected erratum #100"
...mdb: unable to determine terminal type: assuming `vt100''
Loaded modules: [ scsi_vhci crypto mac cpc uppc neti sd ptm ufs unix sv
mpt zfs
krtld s1394 sppp rdc nca uhci ii hook lofs genunix idm ip nsctl
logindmux nsmb
sdbc usba specfs pcplusmp nfs md random cpu.generic sctp arp stmf emlxs
sockfs
smbsrv ]
[0]>
Solaris 10 snv111 runs fine in the QEMU 0.10.2 emulating a 32 Bit CPU.
My Environment:
Hardware: Thinkpad T61p
Host OS: OpenSolaris 06/2009 (SunOS t61p 5.11 snv_111 i86pc i386 i86pc)
QEMU 0.10.2 (sources from qemu.org compiled in OpenSolaris) with kqemu
1.4 enabled for User...
2011 Dec 23
0
dtrace-discuss Digest, Vol 80, Issue 6
Have you considered the mdb dcmd ::pfiles?
mfe at inker:~/Code/dtrace/examples$ *pfexec mdb -k*
Loading modules: [ unix genunix specfs dtrace mac cpu.generic uppc pcplusmp
scsi_vhci zfs ip hook neti sockfs arp usba uhci fctl s1394 stmf stmf_sbd md
lofs random idm sd crypto fcp cpc fcip smbsrv nfs ufs logindmux ptm nsmb
sppp nsctl sdbc rdc sv ii ipc ]
> *::ps ! grep clock-applet*
R 1744 1 1705 1705 101 0x4a004000 ffffff01e5183018
clock-applet
> *ffffff01e5183018::pfiles*
FD TYPE...
2019 Mar 14
1
[PATCH 00/38] VFS: Convert trivial filesystems and more
...a mount_pseudo-replacement for fs_context
vfs: Convert aio to fs_context
vfs: Convert anon_inodes to fs_context
vfs: Convert bdev to fs_context
vfs: Convert nsfs to fs_context
vfs: Convert pipe to fs_context
vfs: Convert zsmalloc to fs_context
vfs: Convert sockfs to fs_context
vfs: Convert dax to fs_context
vfs: Convert drm to fs_context
vfs: Convert ia64 perfmon to fs_context
vfs: Convert cxl to fs_context
vfs: Convert ocxlflash to fs_context
vfs: Convert virtio_balloon to fs_context
vfs: Convert btrfs_test to fs_c...