<div dir="ltr">On Thu, Jun 21, 2012 at 9:31 AM, Lara Michaels <span dir="ltr">&lt;<a href="mailto:laramichaels1978@yahoo.com" target="_blank">laramichaels1978@yahoo.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>thank you for this, now I no longer get the error message upon starting xmonad. However, still nothing gets read by &#39;tail -f .xmonad-fifo&#39;.</div>
</div></div></blockquote><div><br></div><div>Sorry for the delay on this, things have been &quot;interesting&quot; here of late.</div><div><br></div><div>It belatedly occurred to me that this *is* a FIFO, and as such the reader has to open it first, with O_RDWR (or what Haskell calls ReadWriteMode) or it won&#39;t get hooked up properly.  (This is a POSIXism, and Linux at least is very strict about it; depending on the kernel version, you may see ENXDEV (&quot;No such device or address&quot;) or what gets &quot;opened&quot; is a dummy node that will never successfully read or write data.) </div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Is there some other way to the dynamicLogXinerama information so that I can display it on an applet/appindicator?</div>
</div></div></blockquote><div><br></div><div>dynamicLogXinerama is not very flexible; the documentation notes this, and suggests an alternative which provides most of the same information while giving you flexibility (<a href="http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DynamicLog.html#v:dynamicLogXinerama">dynamicLogXinerama</a>).</div>
<div><br></div><div>All in all, POSIX FIFOs are remarkably useless (and I&#39;m still amazed POSIX found a way to make them even less useful than they were originally) and should probably be avoided.</div><div><br></div></div>
-- <br>brandon s allbery                                      <a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a><br>wandering unix systems administrator (available)     (412) 475-9364 vm/sms<br><br>

</div>