From c4ad3f73033c7e0511c3e7df961e1232cc503478 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 26 Feb 2014 12:32:06 +0100 Subject: IRC. --- hurd/translator/tmpfs/discussion.mdwn | 36 ++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'hurd/translator/tmpfs') diff --git a/hurd/translator/tmpfs/discussion.mdwn b/hurd/translator/tmpfs/discussion.mdwn index 8c332d84..72400121 100644 --- a/hurd/translator/tmpfs/discussion.mdwn +++ b/hurd/translator/tmpfs/discussion.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011, 2012, 2013 Free Software Foundation, +[[!meta copyright="Copyright © 2011, 2012, 2013, 2014 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -19,6 +19,8 @@ License|/fdl]]."]]"""]] * [[!GNU_Savannah_bug 26751]] +[[!toc]] + # [[Maksym_Planeta]] @@ -467,3 +469,35 @@ License|/fdl]]."]]"""]] privilege of their owner privileges should be decoupled from identity yes + + +## IRC, freenode, #hurd, 2013-11-08 + + braunr: I'm investigating this port leak of mine + well, I thought I introduced one + but I'm not too sure anymore + the setting is this + i start an active tmpfs translator, bind it to foo + then, i create foo/bar with a passive translator entry + i access foo/bar, the passive translator is started + my test suite now covers several methods of making that + translator go away + killing it with 15 or 9 is fine, i.e. does not make the first + tmpfs leak ports + however, doing settrans -g foo/bar does for some reason + i think my code is fine, i spent considerable time on tracking + down this problem, always thinking that i must have introduced it + but another thing just cought my eye, the first tmpfs translator + says this when i do settrans -g foo/bar: + tmpfs/tmpfs: pthread_create: Resource temporarily unavailable + could it be that a no-sender notification is ignored b/c the + handler thread failed to start ? + teythoon: i saw this pthread error too + + +# IRC, freenode, #hurd, 2014-02-09 + + remounting tmpfs doesn't work if in use + http://paste.debian.net/plain/80937/ + you will also get a pthread_create: Resource temporarily unavailable + iirc the pthread_create warning happens for any kind of translator -- cgit v1.2.3