diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-10-28 00:09:49 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2014-02-25 13:17:30 +0100 |
commit | 7343a9815c3bce0b1c0235eec4d43d9cbbb54ccd (patch) | |
tree | 31a44b42c9823ec0c1499e9cb21f7cbdb3ececa4 /hurd | |
parent | 9485ad18703419096e8007f331c0db83f173e081 (diff) |
hurd/translator/procfs/jkoenig/discussion: Kernel PID.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/translator/mtab/discussion.mdwn | 5 | ||||
-rw-r--r-- | hurd/translator/proc.mdwn | 24 | ||||
-rw-r--r-- | hurd/translator/procfs/jkoenig/discussion.mdwn | 37 |
3 files changed, 38 insertions, 28 deletions
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]]. <braunr> teythoon: if (control && control->pi.port_right == fsys) <braunr> that's the filtering i was previously talking about - <braunr> oh please don't name global variables "path" ... - <braunr> youpi: i fixed procfs on ironforge and exodar to be started as - procfs -c -k 3 - <braunr> without -k 3, many things as simple as top and uptime won't work + <braunr> 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 <braunr> so nice to finally see proc in top :) - <braunr> hm cute, htop layout has become buggy, top just won't start - <teythoon> braunr: make sure your procfs knows the correct kernel pid - <teythoon> # showtrans /proc - <teythoon> /hurd/procfs -c -k 3 - <teythoon> we could have handled this nicer if procfs were integrated - upstream - <teythoon> we should probably just update the default - <braunr> teythoon: mhm - <braunr> $ fsysopts /proc - <braunr> /hurd/procfs --stat-mode=444 --fake-self=1 - <braunr> $ showtrans /proc - <braunr> /hurd/procfs -c - <pinotree> -c == --stat-mode=444 --fake-self=1 - <braunr> better indeed - <braunr> teythoon: thanks - - -## IRC, freenode, #hurd, 2013-10-24 - - <gg0> braunr: i'm using your repo and i can't see cpu percentage in htop - anymore, all zeroes, confirmed? - <braunr> gg0: no - <braunr> gg0: you probably need to reset procfs - <braunr> 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 <braunr> it probably is <braunr> settrans -Rg doesn't work on procfs :( + + +# Kernel PID + +## IRC, freenode, #hurd, 2013-09-25 + + <braunr> hm cute, htop layout has become buggy, top just won't start + <teythoon> braunr: make sure your procfs knows the correct kernel pid + <teythoon> # showtrans /proc + <teythoon> /hurd/procfs -c -k 3 + <teythoon> we could have handled this nicer if procfs were integrated + upstream + <teythoon> we should probably just update the default + <braunr> teythoon: mhm + <braunr> $ fsysopts /proc + <braunr> /hurd/procfs --stat-mode=444 --fake-self=1 + <braunr> $ showtrans /proc + <braunr> /hurd/procfs -c + <pinotree> -c == --stat-mode=444 --fake-self=1 + <braunr> better indeed + <braunr> teythoon: thanks + + +## IRC, freenode, #hurd, 2013-10-04 + + <braunr> youpi: i fixed procfs on ironforge and exodar to be started as + procfs -c -k 3 + <braunr> without -k 3, many things as simple as top and uptime won't work + + +## IRC, freenode, #hurd, 2013-10-24 + + <gg0> braunr: i'm using your repo and i can't see cpu percentage in htop + anymore, all zeroes, confirmed? + <braunr> gg0: no + <braunr> gg0: you probably need to reset procfs + <braunr> gg0: settrans /proc /hurd/procfs -c -k 3 |