Re: /proc/sys/kernel/pid_max issues

From: Pavel Machek (pavel_at_suse.cz)
Date: 09/23/04

  • Next message: Pavel Machek: "Re: /proc/sys/kernel/pid_max issues"
    Date:	Thu, 23 Sep 2004 15:11:33 +0200
    To: William Lee Irwin III <wli@holomorphy.com>, Albert Cahalan <albert@users.sf.net>, linux-kernel mailing list <linux-kernel@vger.kernel.org>, cw@f00f.org, mingo@elte.hu, anton@samba.org
    
    

    Hi!

    > > 1. weak security enhancement
    > > 2. cosmetic (backwards, IMHO)
    > > 3. speed (avoid PIDs likely to be used)
    >
    > Well, weak security enhancement translates to "nop" in my book, but
    > I guess if that's really what people were trying to arrange...
    >

    Well, how many times did you do kill <pid> from command line after doing ps?
    If you randomly kill some other process because pids wrapped too fast, it is bad.

    -- 
    64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms         
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Pavel Machek: "Re: /proc/sys/kernel/pid_max issues"

    Relevant Pages

    • Re: [opensuse] Help Killling Process
      ... will not die nor will it display anything. ... I remember from the 'old days' that there is a cli command to ... identify a process id and another one to kill a process. ... This will give you a listing of the processes and their pid' although ...
      (SuSE)
    • Re: pivot_root seems to be broken in 2.4.21-ac4
      ... I don't know for sure but it seems like kernel daemons share fds with pid 1. ... COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [opensuse] Help Killling Process
      ... I remember from the 'old days' that there is a cli command to ... (the first number for each process is the PID, the second is the PID of the ... Locate the PID for the process you wish to terminate and use the 'kill' ... To kill the xterm process in the above example, ...
      (SuSE)
    • Re: Question about a dd command.
      ... elmo wrote: ... basic 'dd' command that will copy and display the transfer action. ... variable named "pid" so we can use it later to send signals to the process. ... kill $pid: Kill the actual process. ...
      (Ubuntu)
    • Re: killing child processes
      ... It's that the kill command does nothing. ... >> UID PID PPID TTY STIME COMMAND ... but not the sleep command that is it's ...
      (comp.unix.shell)