Re: [wmii] Broken Pipe error

From: Andrej Gelenberg <andrej.gelenberg_AT_googlemail.com>
Date: Thu, 9 Aug 2007 13:55:00 +0200

On Thu, Aug 09, 2007 at 03:34:13PM +0530, arnuld wrote:
> wmii runs fine but when i go back to shell, after killing X, i get
> this message at my shell:
>
> /home/arnuld/.wmii-3.5/wmiirc: line 46: write error: Broken Pipe
>
>
> line 44: # Status Bar Info
> line 45: status() {
> line 46: echo -n $(uptime | sed 's/.*://; s/,//g') '|' $(date)
> line 47: }
>
>
> what is the problem ?

This is correct. When you go back to shell, Wmii is ded, wmiir can't
write and exit, pipe is
broken.

Listing:
while status | wmiir write /rbar/status; do
        sleep 1
done
Received on Thu Aug 09 2007 - 13:54:23 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:26:55 UTC