ConsoleKit 0.2.0

William Jon McCann mccann at jhu.edu
Thu Mar 15 12:33:12 PDT 2007


On 3/15/07, Michael Biebl <mbiebl at gmail.com> wrote:
> Could you please also check the following:
>
> # cat /proc/pid_of_console-kit-daemon/stat
> 26871 (console-kit-dae) S 1 26871 26871 0 -1 4194624 421 0 0 0 1 0 0 0
> 15 0 62 0 270239 7323648 420 4294967295 134512640 134578184 3216130800
> 3216130424 3086844944 0 0 4096 0 4294967295 0 0 17 0 0 0 0
>
> Notice the mangled executable name.
> Because of that, start-stop-daemon in the Debian init script has
> problems to terminate the daemon.

Not mangled just truncated...

From:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=include/linux/sched.h;h=49fe2997a0168631731f7dbefcbd9e5ee7547161;hb=HEAD#l176

/* Task command name length */
#define TASK_COMM_LEN 16

That's all you get evidently.

Jon


More information about the hal mailing list