Re: Tmux crashes on attaching

2010-11-15 Thread Jan Seeger
Hey!

Yes, that seems to have been the problem. I have installed the tmux
cvs version, and now it works without problems.

mfg
Jan

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: Tmux crashes on attaching

2010-11-13 Thread Nicholas Marriott
There is no tmux 1.3.1, just 1.3.

I bet you're using Debian, they have a local change to die if write()
fails in tty_raw(), which I advised against. Either it should be ignored
(as it is in tmux upstream) or it should retry on EAGAIN.

Report it to Debian package bug tracker.


On Fri, Nov 12, 2010 at 03:43:59PM +0100, Jan Seeger wrote:
 Greetings!
 
 I am using tmux version 1.3.1, and the tmux server keeps on crashing
 during an attach. The relevant error line is fatal: tty_raw: write
 failed: Resource temporarily unavailable.
 
 I have a window manager shortcut set up to execute xterm -e 'tmux
 attach -d' to open a terminal when I press the shortcut. Very often,
 the attach fails, the xterm appears for a very short time, and then it
 disappears as tmux has crashed. What could be the problem?
 
 Regards,
 Jan Seeger
 
 --
 Centralized Desktop Delivery: Dell and VMware Reference Architecture
 Simplifying enterprise desktop deployment and management using
 Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
 client virtualization framework. Read more!
 http://p.sf.net/sfu/dell-eql-dev2dev
 ___
 tmux-users mailing list
 tmux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tmux-users

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: Tmux crashes on attaching

2010-11-12 Thread Thomas Adam
On 12 November 2010 14:43, Jan Seeger jan.see...@thenybble.de wrote:
 Greetings!

 I am using tmux version 1.3.1, and the tmux server keeps on crashing
 during an attach. The relevant error line is fatal: tty_raw: write
 failed: Resource temporarily unavailable.

 I have a window manager shortcut set up to execute xterm -e 'tmux
 attach -d' to open a terminal when I press the shortcut. Very often,
 the attach fails, the xterm appears for a very short time, and then it
 disappears as tmux has crashed. What could be the problem?

 Regards,
 Jan Seeger

Presumably if you pass xterm the -hold option, you don't see
anything useful there?

-- Thomas Adam

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users