Sponsored Content
Operating Systems HP-UX Unable to kill processes on HPUX Post 302268286 by jing on Monday 15th of December 2008 10:20:07 AM
Old 12-15-2008
no any other way to kill these sleeping processes but reboot?? If the process goes to sleeping/hanging, do I have to reboot again and again? Here is the status of the sleeping process.

$cat /proc/4006/status
Name: epiphany
State: T (tracing stop)
Tgid: 4006
Pid: 4006
PPid: 1
TracerPid: 4140
Uid: 1000 1000 1000 1000
Gid: 100 100 100 100
FDSize: 256
Groups: 90 92 100
VmPeak: 307980 kB
VmSize: 199840 kB
VmLck: 68 kB
VmHWM: 82252 kB
VmRSS: 72340 kB
VmData: 95368 kB
VmStk: 112 kB
VmExe: 2288 kB
VmLib: 98780 kB
VmPTE: 208 kB
Threads: 2
SigQ: 3/8125
SigPnd: 0000000000000000
ShdPnd: 0000000000004000
SigBlk: fffffffe7ffbfeff
SigIgn: 0000000000001000
SigCgt: 00000001800044ff
CapInh: 0000000000000000
CapPrm: 0000000000000000
CapEff: 0000000000000000
CapBnd: ffffffffffffffff
voluntary_ctxt_switches: 100601
nonvoluntary_ctxt_switches: 77648

I am using Archlinux.

Last edited by jing; 12-16-2008 at 09:56 AM..
 

10 More Discussions You Might Find Interesting

1. HP-UX

Auto terminating processes in HPUX

We are runing HPUX on a 7400 server. Some of our users are sitting in records for hours at a time and locking essential records or tables (A discipline issue I know, and I'm working on it.... However). Does anybody know of a way to automatically terminate processes that have been idle for a... (1 Reply)
Discussion started by: Yantoch
1 Replies

2. Shell Programming and Scripting

kill all processes

i have a very short file that has in it a line for a find command. now, when i run this script and I kill the script later, using the ps -ef | grep scriptname. i noticed kill -9 kills the script itself but does not kill the internal find command that it gave birth to. say theres a file... (0 Replies)
Discussion started by: Terrible
0 Replies

3. Shell Programming and Scripting

Unix Kill processes

Hi guys, I am new to Unix shell scripting. Can anyone of you tell me how to kill all the processes at a time for a particular user?(No listing the process ID of each process in the kill -9 command). Thanks in Advance, -Hary (5 Replies)
Discussion started by: tadi18
5 Replies

4. Solaris

how do I kill defunct processes?

mqm 17700 16815 0 0:00 <defunct> kill -9 does not work, even as root (10 Replies)
Discussion started by: csaunders
10 Replies

5. Solaris

kill processes

how to kill the processes of aperticular user? because i have nearly 25000 process are there for perticular user. i need to kill. Please provide the information? Regards, Rajesh (3 Replies)
Discussion started by: pmrajesh21
3 Replies

6. HP-UX

Read/kill processes

Hi, I read a set of processes with: ps -eaf|grep oracleTRLV The result is: oracle 23253 1 0 15:14:11 ? 0:00 oracleTRLV (LOCAL=NO) oracle 23301 1 0 15:15:07 ? 0:00 oracleTRLV (LOCAL=NO) oracle 22914 1 0 15:11:19 ? 0:00 oracleTRLV (LOCAL=NO) How to I kill the "oracleTRLV" ones? Is there... (17 Replies)
Discussion started by: NicoMan
17 Replies

7. UNIX for Dummies Questions & Answers

Need help to kill parent and all of its sub processes

Hi, I am writing korn shell script. My requirement is, i have to kill the parent process and all of its child processes. Can some one please help me on this? Thanks in advance for your help.. (1 Reply)
Discussion started by: Sheethal
1 Replies

8. Shell Programming and Scripting

Kill processes

for i in 'ps -f | grep textedit' do kill $i done I wrote this but it wont work. I am trying to find processes and kill them. Any help would be welcome. (1 Reply)
Discussion started by: hawaiifiver
1 Replies

9. Shell Programming and Scripting

kill all user processes

Hi there, i've been searching all over and i thought i had understood the way i should go to kill all the processes related to a user. But i'm getting more confused then i was. By lunch time i have to make a database backup, and for that all the users shoul logout. The problem is that many users... (4 Replies)
Discussion started by: vascobrito
4 Replies

10. Shell Programming and Scripting

kill multiple processes by name

Want to kill multiple processes by name. for the example below, I want to kill all 'proxy-stagerd_copy' processes. I tried this but didn't work: >> ps -ef|grep proxy_copy root 991 986 0 14:45:34 ? 0:04 proxy-stagerd root 1003 991 0 14:45:49 ? 0:01... (2 Replies)
Discussion started by: catalinawinemxr
2 Replies
CAPSH(1)							   User Commands							  CAPSH(1)

NAME
capsh - capability shell wrapper SYNOPSIS
capsh [OPTION]... DESCRIPTION
Linux capability support and use can be explored and constrained with this tool. This tool provides a handy wrapper for certain types of capability testing and environment creation. It also provides some debugging features useful for summarizing capability state. OPTIONS
The tool takes a number of optional arguments, acting on them in the order they are provided. They are as follows: --print Display prevailing capability and related state. -- [args] Execute /bin/bash with trailing arguments. Note, you can use -c 'command to execute' for specific commands. == Execute capsh again with remaining arguments. Useful for testing exec() behavior. --caps=cap-set Set the prevailing process capabilities to those specified by cap-set. Where cap-set is a text-representation of capability state as per cap_from_text(3). --drop=cap-list Remove the listed capabilities from the prevailing bounding set. The capabilities are a comma separated list of capa- bilities as recognized by the cap_from_name(3) function. Use of this feature requires that the capsh program is oper- ating with CAP_SETPCAP in its effective set. --inh=cap-list Set the inheritable set of capabilities for the current process to equal those provided in the comma separated list. For this action to succeed, the prevailing process should already have each of these capabilities in the union of the current inheritable and permitted capability sets, or the capsh program is operating with CAP_SETPCAP in its effec- tive set. --user=username Assume the identity of the named user. That is, look up the user's uid and gid with getpwuid(3) and their group mem- berships with getgrouplist(3) and set them all. --uid=id Force all uid values to equal id using the setuid(2) system call. --gid=<id> Force all gid values to equal id using the setgid(2) system call. --groups=<id-list> Set the supplementary groups to the numerical list provided. The groups are set with the setgroups(2) system call. --keep=<0|1> In a non-pure capability mode, the kernel provides liberal privilege to the super-user. However, it is normally the case that when the super-user changes uid to some lesser user, then capabilities are dropped. For these situations, the kernel can permit the process to retain its capabilities after a setuid(2) system call. This feature is known as keep-caps support. The way to activate it using this script is with this argument. Setting the value to 1 will cause keep-caps to be active. Setting it to 0 will cause keep-caps to deactivate for the current process. In all cases, keep-caps is deactivated when an exec() is performed. See --secbits for ways to disable this feature. --secbits=N XXX - need to document this feature. --chroot=path Execute the chroot(2) system call with the new root-directory (/) equal to path. This operation requires CAP_SYS_CHROOT to be in effect. --forkfor=sec --killit=sig --decode=N This is a convenience feature. If you look at /proc/1/status there are some capability related fields of the follow- ing form: CapInh: 0000000000000000 CapPrm: ffffffffffffffff CapEff: fffffffffffffeff CapBnd: ffffffffffffffff This option provides a quick way to decode a capability vector represented in this form. For example, the missing capability from this effective set is 0x0100. By running: capsh --decode=0x0100 we observe that the missing capability is: cap_setpcap. --supports=xxx As the kernel evolves, more capabilities are added. This option can be used to verify the existence of a capability on the system. For example, --supports=cap_syslog will cause capsh to promptly exit with a status of 1 when run on kernel 2.6.27. However, when run on kernel 2.6.38 it will silently succeed. EXIT STATUS Following successful execution the tool exits with status 0. Following an error, the tool immediately exits with status 1. AUTHOR
Written by Andrew G. Morgan <morgan@kernel.org>. REPORTING BUGS
Please report bugs to the author. SEE ALSO
libcap(3), getcap(8),setcap(8) and capabilities(7). libcap 2 2011-04-24 CAPSH(1)
All times are GMT -4. The time now is 04:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy