Archive for the 'Uncategorized' Category

Jun 22 2008

Issues with hanging screen/ssh/irssi

Published by pj under Uncategorized

After having encountered this issue several times, I’m glad I have found a solution on the osdir site.

http://osdir.com/ml/gnu.screen.user/2005-04/msg00051.html

This solves:

  • irssi screen hangs
  • ssh timeout hang screens

The workaround for this issue: kill all “old” ssh connections to that screen that are no longer connected.  According to strace, it seems screen is trying to write to the client, which is no longer connected:

write(1, “[22;1H\33[1L\33[1;24r\33[?25l\33[24;11H\33″…, 235 <unfinished …>

No responses yet

Apr 06 2008

Reaching critical mass

Published by pj under Uncategorized

Click for more pictures of exploding kitty

No responses yet

Aug 27 2007

digging up old code – anagram generator

Published by pj under Uncategorized

While working on wordpress plugins,  I stumbled on an old piece of code.. a cgi ‘an’ interface :-) http://pitr.net/an

No responses yet