Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20806

Modified Files:
        FAQ 
Log Message:
"So you have screwed up your /dev/null?" From Mathias Gumz.

Index: FAQ
===================================================================
RCS file: /cvsroot/tmux/tmux/FAQ,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- FAQ 6 Dec 2010 17:00:34 -0000       1.40
+++ FAQ 15 Dec 2010 23:31:30 -0000      1.41
@@ -351,5 +351,25 @@
 but it will not work from a window that has just been swapped with another
 because TMUXPWD_i will not be updated after a swap. However, once a new prompt
 is displayed, TMUXPWD_i is updated properly.
+
+* tmux doesn't start with "daemon failed"
+
+tmux shows something similar to this when started:
+
+    fatal: server_start: daemon failed: No such file or directory
+    fatal: main_dispatch: imsg_read failed
+
+A possible reason is that /dev/null is not a character device or is otherwise
+inaccessible.
+
+Check with:
+
+    file /dev/null
+    ls -l /dev/null
+
+If it is not a character device or has incorrect permissions, it can typically
+be recreated with:
+
+    cd /dev && rm null && ./MAKEDEV null
  
 $Id$


------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to