From 7343a9815c3bce0b1c0235eec4d43d9cbbb54ccd Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 28 Oct 2013 00:09:49 +0100 Subject: hurd/translator/procfs/jkoenig/discussion: Kernel PID. --- hurd/translator/mtab/discussion.mdwn | 5 +--- hurd/translator/proc.mdwn | 24 ----------------- hurd/translator/procfs/jkoenig/discussion.mdwn | 37 ++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 28 deletions(-) (limited to 'hurd/translator') diff --git a/hurd/translator/mtab/discussion.mdwn b/hurd/translator/mtab/discussion.mdwn index f9f52a3b..2e7999f5 100644 --- a/hurd/translator/mtab/discussion.mdwn +++ b/hurd/translator/mtab/discussion.mdwn @@ -2476,11 +2476,8 @@ In context of [[open_issues/mig_portable_rpc_declarations]]. teythoon: if (control && control->pi.port_right == fsys) that's the filtering i was previously talking about - oh please don't name global variables "path" ... - youpi: i fixed procfs on ironforge and exodar to be started as - procfs -c -k 3 - without -k 3, many things as simple as top and uptime won't work + oh please don't name global variables "path" ... ### IRC, freenode, #hurd, 2013-10-06 diff --git a/hurd/translator/proc.mdwn b/hurd/translator/proc.mdwn index 75bfb8fd..b3b5e703 100644 --- a/hurd/translator/proc.mdwn +++ b/hurd/translator/proc.mdwn @@ -66,30 +66,6 @@ It is stated by `/hurd/init`. ## IRC, freenode, #hurd, 2013-09-25 so nice to finally see proc in top :) - hm cute, htop layout has become buggy, top just won't start - braunr: make sure your procfs knows the correct kernel pid - # showtrans /proc - /hurd/procfs -c -k 3 - we could have handled this nicer if procfs were integrated - upstream - we should probably just update the default - teythoon: mhm - $ fsysopts /proc - /hurd/procfs --stat-mode=444 --fake-self=1 - $ showtrans /proc - /hurd/procfs -c - -c == --stat-mode=444 --fake-self=1 - better indeed - teythoon: thanks - - -## IRC, freenode, #hurd, 2013-10-24 - - braunr: i'm using your repo and i can't see cpu percentage in htop - anymore, all zeroes, confirmed? - gg0: no - gg0: you probably need to reset procfs - gg0: settrans /proc /hurd/procfs -c -k 3 # Process Discovery diff --git a/hurd/translator/procfs/jkoenig/discussion.mdwn b/hurd/translator/procfs/jkoenig/discussion.mdwn index 018db7b2..87ff0248 100644 --- a/hurd/translator/procfs/jkoenig/discussion.mdwn +++ b/hurd/translator/procfs/jkoenig/discussion.mdwn @@ -553,3 +553,40 @@ Needed by glibc's `pldd` tool (commit enough it probably is settrans -Rg doesn't work on procfs :( + + +# Kernel PID + +## IRC, freenode, #hurd, 2013-09-25 + + hm cute, htop layout has become buggy, top just won't start + braunr: make sure your procfs knows the correct kernel pid + # showtrans /proc + /hurd/procfs -c -k 3 + we could have handled this nicer if procfs were integrated + upstream + we should probably just update the default + teythoon: mhm + $ fsysopts /proc + /hurd/procfs --stat-mode=444 --fake-self=1 + $ showtrans /proc + /hurd/procfs -c + -c == --stat-mode=444 --fake-self=1 + better indeed + teythoon: thanks + + +## IRC, freenode, #hurd, 2013-10-04 + + youpi: i fixed procfs on ironforge and exodar to be started as + procfs -c -k 3 + without -k 3, many things as simple as top and uptime won't work + + +## IRC, freenode, #hurd, 2013-10-24 + + braunr: i'm using your repo and i can't see cpu percentage in htop + anymore, all zeroes, confirmed? + gg0: no + gg0: you probably need to reset procfs + gg0: settrans /proc /hurd/procfs -c -k 3 -- cgit v1.2.3