search for: p_pid

Displaying 12 results from an estimated 12 matches for "p_pid".

Did you mean: l_pid
2002 Jun 18
1
remote rsync process dies, local hangs
...= 1 fd=6 ev=POLLRDNORM rev=POLLRDNORM fd=8 ev=POLLRDNORM rev=0 read(6, "01\0\0\0", 4) = 4 close(6) = 0 poll(0xFFBEE938, 2, 60000) = 1 fd=1 ev=POLLOUT rev=POLLOUT fd=8 ev=POLLRDNORM rev=0 write(1, "04\0\007FFFFFFFF", 8) = 8 kill(18231, SIGUSR2) = 0 waitid(P_PID, 18231, 0xFFBEFB08, WEXITED|WTRAPPED|WNOHANG) = 0 Received signal #18, SIGCLD, in poll() [caught] siginfo: SIGCLD CLD_EXITED pid=18231 status=0x0000 poll(0xFFBEFAE8, 0, 20) Err#4 EINTR waitid(P_ALL, 0, 0xFFBEF620, WEXITED|WTRAPPED|WNOHANG) = 0 waitid(P_ALL, 0, 0xFFBEF620, WEXITED|WTR...
1999 Sep 15
0
FreeBSD Security Advisory: FreeBSD-SA-99:04.core
..., S_IRUSR | S_IWUSR); free(name, M_TEMP); if (error) return (error); *** kern/imgact_aout.c 1999/05/17 00:53:36 1.52 --- kern/imgact_aout.c 1999/08/26 17:32:48 1.53 *************** *** 264,271 **** name = expand_name(p->p_comm, p->p_ucred->cr_uid, p->p_pid); if (name == NULL) return (EFAULT); /* XXX -- not the best error */ ! NDINIT(&nd, LOOKUP, FOLLOW, UIO_SYSSPACE, name, p); ! error = vn_open(&nd, O_CREAT | FWRITE, S_IRUSR | S_IWUSR); free(name, M_TEMP); if (error) return (error); --- 264,271 ----...
2006 Oct 13
3
error running webserver 7 with the DTrace dvm agents...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body text="#330000" bgcolor="#ffffff"> <tt><font size="+1">I am attempting to run the sun webserver 7
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
...-file-syste root 1516 25536 0 15:16:35 pts/5 0:00 grep rsync root 29192 29191 0 14:43:37 pts/2 1:10 /opt/Rsync/bin/rsync.7 --recursive --progress --stats --delete --one-file-syste root@lancelot:/opt/Rsync% truss -p 29191 poll(0xFFBEF888, 0, 20) = 0 waitid(P_PID, 29192, 0xFFBEF898, WEXITED|WTRAPPED|WNOHANG) = 0 poll(0xFFBEF888, 0, 20) = 0 waitid(P_PID, 29192, 0xFFBEF898, WEXITED|WTRAPPED|WNOHANG) = 0 ^Croot@lancelot:/opt/Rsync% truss -p 29192 poll(0xFFBEDC58, 1, 60000) (sleeping...) ^Croot@lancelot:/opt/Rsync% -------------- n...
2007 Jan 05
0
troubles with telnet sessions under Solaris8 as AD member with winbind V3.0.23d
...("/var/mail/fleischm", O_RDONLY) Err#2 ENOENT 19091: setegid(6) = 0 19091: lstat64("", 0xFFBEF888) Err#2 ENOENT 19091: llseek(0, 0, SEEK_CUR) = 140 19091: _exit(1) 19083: waitid(P_PID, 19091, 0xFFBEF660, WEXITED|WTRAPPED|WNOWAIT) = 0 19083: ioctl(0, TIOCGPGRP, 0xFFBEF61C) = 0 19083: ioctl(0, TCGETS, 0x000391C0) = 0 19083: waitid(P_PID, 19091, 0xFFBEF660, WEXITED|WTRAPPED) = 0 19083: brk(0x0003B118) = 0 19083:...
2011 Jun 02
0
Debian 6.0 + Xen4.0 + FreeBSD hvm amd64 -> fpudna: fpcurthread == curthread XXXX times
...pcurthread) != NULL) { + if (PCPU_GET(fpcurthread) != NULL&& + PCPU_GET(fpcurthread) != curthread) { printf("fpudna: fpcurthread = %p (%d), curthread = %p (%d)\n", PCPU_GET(fpcurthread), PCPU_GET(fpcurthread)->td_proc->p_pid, recompiled the kernel and got a ''kernel trap 22'' with > 4 vcpus. Has anyone stepped on this behavior before? Is it freebsd related or xen related? Is there any workaround? Thanks for your help, regards, Sergi _______________________________________________ Xen-users mailin...
2003 Jun 30
0
sysctl_out_proc() race in stable w/ patch
...not woken + * up and rely on a one-second retry. + */ + if (p->p_lock) { + printf("Diagnostic: waiting for p_lock\n"); + while (p->p_lock) + tsleep(p, PWAIT, "reap2", hz); + } /* charge childs scheduling cpu usage to parent */ if (curproc->p_pid != 1) { Index: kern/kern_proc.c =================================================================== RCS file: /cvs/src/sys/kern/kern_proc.c,v retrieving revision 1.7 diff -u -r1.7 kern_proc.c --- kern/kern_proc.c 28 Jun 2003 02:36:43 -0000 1.7 +++ kern/kern_proc.c 30 Jun 2003 21:46:25 -0000 @@ -529...
2003 Oct 24
0
pam_smbpass can't find password database
...:37 local PAM_smbpass[13820]: [ID 772098 auth.alert] Cannot access samba password database And I have no idea why. Truss output show : 13821: write(8, " O c t 2 4 1 7 : 2 6".., 66) = 66 13821: close(8) = 0 13821: _exit(0) 13820: waitid(P_PID, 13821, 0xFFBEEEA8, 0403 ) = 0 13820: sigprocmask(SIG_SETMASK, 0xFFBEEF8C, 0x00000000) = 0 13820: fstat(3, 0xFFBEFA70) = 0 13820: close(3) = 0 13820: sigaction(SIGPIPE, 0xFFBEFA98, 0xFFBEFB1C) = 0 13820: time()...
2003 Apr 08
0
Panic dereferencing p->p_leader during exit1()
...e_prev = 0xc0318c88}, p_list = { le_next = 0xe18f0ac0, le_prev = 0xc0318bc0}, p_cred = 0xc1fb28c0, p_fd = 0xc2060900, p_stats = 0xe18e9cd0, p_limit = 0xc2059900, p_upages_obj = 0xe18e3f00, p_procsig = 0xc2053040, p_flag = 24580, p_stat = 2 '\002', p_pad1 = "\000\000", p_pid = 213, p_hash = { le_next = 0x0, le_prev = 0xc104b354}, p_pglist = {le_next = 0x0, le_prev = 0xe18f0afc}, p_pptr = 0xe18f0ac0, p_sibling = {le_next = 0x0, le_prev = 0xe18f0b10}, p_children = {lh_first = 0x0}, p_ithandle = { callout = 0x0}, p_oppid = 0, p_dupfd = 0, p_vmspace = 0xd...
1998 Nov 03
3
SOLARIS_2.6: request_oplock_break (PR#10919)
skeet@Bridgewater.EDU wrote: > > > Basically what it looks like to me is that an smbd process is spawning a > child which goes defunct for some reason I have yet to determine and the > smbd process hangs out there waiting for the child. Of course the child is > never going to answer being defunct, so the parent smbd process sticks > around and keeps its oplocks. > That
2007 Apr 19
9
ZFS disables nfs/server on a host
I have an Ultra 10 client running Sol10 U3 that has a zfs pool set up on the extra space of the internal ide disk. There''s just the one fs and it is shared with the sharenfs property. When this system reboots nfs/server ends up getting disabled and this is the error from the SMF logs: [ Apr 16 08:41:22 Executing start method ("/lib/svc/method/nfs-server start") ] [ Apr 16
2018 Aug 12
13
[PATCH nbdkit 00/10] FreeBSD support.
With these patches, a majority of tests pass. The notable things which are still broken: - Because FreeBSD links /home -> /usr/home, $(pwd) gives a different result from realpath(2). Therefore some tests which implicitly rely on (eg) a plugin which calls nbdkit_realpath internally and then checking that path against $(pwd) fail. - Shebangs (#!) don't seem to work the same way