Skip to content
Snippets Groups Projects
  1. Mar 12, 2010
    • Bob Lantz's avatar
      Detach shells from tty; monitoring changes. · 9dbe572a
      Bob Lantz authored
      Call netns using setsid to detach from the tty; this is
      intended to fix the problem of control-C killing your network.
      
      sendInt() doesn't actually work - hopefully we can fix this in the
      future, but it's tricky since we want to detach the many shells from
      our tty, but then optionally send tty interrupts to them! Ideally we
      would either know the pid of the subprocess or be able to send a signal
      to bash to get it to interrupt its subprocess.
      
      waitOutput() now uses monitor. We also handle sentinels
      coming in the middle of output (but default at end should
      still work well.)
      9dbe572a
    • Bob Lantz's avatar
      Minor cleanup; got rid of backslash. · 9f32a08b
      Bob Lantz authored
      9f32a08b
    • Bob Lantz's avatar
      Change to mention 2.6.33 kernel. · 47abe6d9
      Bob Lantz authored
      47abe6d9
    • Bob Lantz's avatar
      Minor changes and corrections. · 3a7d2a13
      Bob Lantz authored
      3a7d2a13
  2. Mar 10, 2010
  3. Mar 09, 2010
  4. Mar 06, 2010
  5. Mar 05, 2010
  6. Mar 03, 2010
  7. Mar 02, 2010
Loading