diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-02-26 15:20:53 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-02-26 15:20:53 +0100 |
commit | 93060a3967ef66873d6246b0b1228c57aed2d9e4 (patch) | |
tree | 0dda55d9eaa0fdf687acc80ac2329bdf42c6a652 /open_issues/tmux.mdwn | |
parent | ca63bd2d33b3d28eabd50ad58577b52a1fc9eba0 (diff) | |
parent | c4ad3f73033c7e0511c3e7df961e1232cc503478 (diff) |
Merge remote-tracking branch 'feldtkeller.SCHWINGE/master'
Conflicts:
news/2011-q2.mdwn
open_issues/glibc.mdwn
open_issues/versioning.mdwn
Diffstat (limited to 'open_issues/tmux.mdwn')
-rw-r--r-- | open_issues/tmux.mdwn | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/open_issues/tmux.mdwn b/open_issues/tmux.mdwn index f71d13e1..c49a5e12 100644 --- a/open_issues/tmux.mdwn +++ b/open_issues/tmux.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2013, 2014 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -10,6 +10,7 @@ License|/fdl]]."]]"""]] [[!tag open_issue_porting]] + # IRC, freenode, #hurd, 2013-08-01 <braunr> teythoon: can you stop tmux on darnassus please ? @@ -22,3 +23,35 @@ License|/fdl]]."]]"""]] <teythoon> sometimes tmux would hang on attaching or detaching though, but overall I had less problems with tmux than with screen <teythoon> ah, I tried to start tmux on darnassus and now it hangs + + +# IRC, freenode, #hurd, 2014-02-04 + + <teythoon> braunr: whoa, i can reproduce gnu_srs' hanging ssh sessions on + darnassus + <teythoon> here goes + <teythoon> run tmux, exit the shell so that tmux quits, start tmux again + (tmux hangs now on some socket stuff), log in with ssh again, pkill tmux, + rm /tmp/tmux*/default => both ssh sessions hang and time out eventually + <braunr> why start tmux twice ? + <teythoon> dunno + <teythoon> that's what i just did, twice in a row + <teythoon> there's a bug somewhere that makes tmux hang if the socket + exists but no tmux server is running + <teythoon> maybe that contributes to to the other issuse, i don't know + <braunr> looks like an infinite loop somewhere + <gnu_srs> teythoon: Nice to set that I'm not alone having this problem:P + <braunr> teythoon: what's happening ? :) + <teythoon> ? + <braunr> on darnassus + <teythoon> not sure + <teythoon> uh, something is very wrong o_O + <teythoon> help ? + <braunr> :) + <braunr> the msg thread of a process is blocked somewhere + <braunr> preventing ps/top from completing + <braunr> looks like proc is blocked now .. + <braunr> restarting the vm + <braunr> apparently, removing buggy tmux sockets make pflocal crash + <braunr> thanks for the report :) + <teythoon> you are welcome :) |