summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-10-28 00:09:49 +0100
committerThomas Schwinge <thomas@schwinge.name>2014-02-25 13:17:29 +0100
commit9485ad18703419096e8007f331c0db83f173e081 (patch)
treefc19b986a3224bb526b8a41e581591005ed62b19
parent99b0cf260e603de1b3b6b99a98f6b136ee09098e (diff)
hurd/authentication: No effective/available ID.
-rw-r--r--hurd/authentication.mdwn20
-rw-r--r--hurd/translator/mtab/discussion.mdwn19
2 files changed, 20 insertions, 19 deletions
diff --git a/hurd/authentication.mdwn b/hurd/authentication.mdwn
index 36d18fbb..09dfb821 100644
--- a/hurd/authentication.mdwn
+++ b/hurd/authentication.mdwn
@@ -36,6 +36,26 @@ For more details, see section 2.3 of the [[critique]].
[[!tag open_issue_hurd]]
+## IRC, freenode, #hurd, 2013-09-26
+
+ <braunr> teythoon: hum, i just saw something disturbing
+ <braunr> teythoon: to isolate the leak, i created my own proc directory
+ <braunr> and the mtab translators it spawns seem to be owned by root oO
+ <teythoon> braunr: but how is that possible? are you sure? have you checked
+ with 'ids'?
+ <braunr> no i'm not sure
+ <braunr> also, ext2fs seems to ignore --writable when started as a passive
+ translator
+ <braunr> < teythoon> braunr: but how is that possible?
+ <braunr> messup with passive translators i guess
+ <braunr> teythoon: actually, it looks like it has effective/available id
+ <braunr> it has no*
+ <braunr> this feature doesn't map well in unix
+ <teythoon> braunr: ah yes, htop doesn't handle this well and shows root
+ indeed, our ps shows - as username
+ <braunr> yes
+
+
## IRC, freenode, #hurd, 2013-09-28
<braunr> mhmm
diff --git a/hurd/translator/mtab/discussion.mdwn b/hurd/translator/mtab/discussion.mdwn
index 973fb938..f9f52a3b 100644
--- a/hurd/translator/mtab/discussion.mdwn
+++ b/hurd/translator/mtab/discussion.mdwn
@@ -2359,25 +2359,6 @@ In context of [[open_issues/mig_portable_rpc_declarations]].
[[open_issues/libnetfs_passive_translators]].
-### IRC, freenode, #hurd, 2013-09-26
-
- <braunr> teythoon: hum, i just saw something disturbing
- <braunr> teythoon: to isolate the leak, i created my own proc directory
- <braunr> and the mtab translators it spawns seem to be owned by root oO
- <teythoon> braunr: but how is that possible? are you sure? have you checked
- with 'ids'?
- <braunr> no i'm not sure
- <braunr> also, ext2fs seems to ignore --writable when started as a passive
- translator
- <braunr> < teythoon> braunr: but how is that possible?
- <braunr> messup with passive translators i guess
- <braunr> teythoon: actually, it looks like it has effective/available id
- <braunr> it has no*
- <braunr> this feature doesn't map well in unix
- <teythoon> braunr: ah yes, htop doesn't handle this well and shows root
- indeed, our ps shows - as username
- <braunr> yes
-
### [[!debbug 724868]]