The patch compiles, but part of the change you made reintroduces the
race condition. The parent process has to close the slave before
closing the write pipe.
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analy
Forgot to do git push sorry should be there now
Original message
From: J Raynor
Date: 22/09/2014 19:19 (GMT+00:00)
To: Nicholas Marriott
Cc: tmux-users@lists.sourceforge.net
Subject: Re: tmux hangs on aix
> Applied with some trivial style nits, check it still bui
> Applied with some trivial style nits, check it still builds please :-).
I don't see any update in the git repository. How long after you
apply a change does it take before showing up in git?
--
Meet PCI DSS 3.0 Complia
Applied with some trivial style nits, check it still builds please :-).
Thanks!
On Mon, Sep 22, 2014 at 01:07:16AM -0500, J Raynor wrote:
> > I think you should probably loop for EINTR from read() but otherwise
> > this looks fine to me.
>
> I've attached an updated patch.
> diff --git a/compa
> I think you should probably loop for EINTR from read() but otherwise
> this looks fine to me.
I've attached an updated patch.
diff --git a/compat/forkpty-aix.c b/compat/forkpty-aix.c
index db9c2e7..98119f0 100644
--- a/compat/forkpty-aix.c
+++ b/compat/forkpty-aix.c
@@ -23,16 +23,20 @@
#include
Hi
I think you should probably loop for EINTR from read() but otherwise
this looks fine to me.
On Thu, Sep 18, 2014 at 07:51:37PM -0500, J Raynor wrote:
> Tmux is hanging on aix, and the problem appears to be a race condition
> in the implementation of forkpty.
>
> Aix has the b
Tmux is hanging on aix, and the problem appears to be a race condition
in the implementation of forkpty.
Aix has the behavior that, if data has been written to the slave side
of a pty but has not been read yet by the master side, then the last
close of the slave pty will hang until the data is
On Mon, Jun 30, 2014 at 08:34:49PM +, Manuj wrote:
>
>
>
> ---
>
> ** [tickets:#139] lost server/coredump on AIX 6.1**
>
> **Status:** open
> **Labels:** crash aix coredump
> **Created:** Mon Jun 30, 2014 08:34 PM UTC by Manuj
> **Last Updated:** Mon Ju
---
** [tickets:#139] lost server/coredump on AIX 6.1**
**Status:** open
**Labels:** crash aix coredump
**Created:** Mon Jun 30, 2014 08:34 PM UTC by Manuj
**Last Updated:** Mon Jun 30, 2014 08:34 PM UTC
**Owner:** nobody
I am running tmux v1.9a on AIX 6.1 and the tmux server crashes very
ul 17, 2012 at 11:53 AM, Nicholas Marriott
><[1]nicholas.marri...@gmail.com> wrote:
>
> Your TERM doesn't have setaf/setab. Try xterm-color or xterm-xfree86
> maybe.
>
> On Tue, Jul 17, 2012 at 11:08:56AM +0200, konf wrote:
> > ** **Hello
On Tue, Jul 17, 2012 at 11:08:56AM +0200, konf wrote:
> >Hello,
> >
> >I have problem with tmux that display wrong colors on AIX system. See
> >following screenshots:
> >- Color information before tmux started:
> >
> >- Color info
Your TERM doesn't have setaf/setab. Try xterm-color or xterm-xfree86 maybe.
On Tue, Jul 17, 2012 at 11:08:56AM +0200, konf wrote:
>Hello,
>
>I have problem with tmux that display wrong colors on AIX system. See
>following screenshots:
>- Color information
ter@fred2'
tmux select-window -t itmult:fred2
tmux -2 attach-session -t itmult
would there be any way to automate the setting of TERM, in the
respective windows?
Craig
On Tue, 2011-09-20 at 11:08 +0100, Rob wrote:
> On 20 September 2011 09:12, wrote:
> > The aix command topas
On 20 September 2011 09:12, wrote:
> The aix command topas does not seem to work inside tmux. After I ssh to my
> aix box and try to run topas(a top like app for aix) I get this error :-
> Terminal screen is unknown
>
> Can anyone help?
Try setting $TERM to xterm, while in
Hi,
The aix command topas does not seem to work inside tmux. After I ssh to my aix
box and try to run topas(a top like app for aix) I get this error :-
Terminal screen is unknown
Can anyone help?
Thanks
--
All the
206 | 518-464-5210 | 518-464-5209
>
>
>
>From: Ty Haller [mailto:thal...@sefcu.com]
>Sent: Friday, March 04, 2011 10:22 AM
>To: 'tmux-users@lists.sourceforge.net'
>Subject: RE: AIX
>
>
>
>I was using AIX make, I'm not getting the
t;
700 Patroon Creek Blvd. Albany, NY 12206 | 518-464-5210 | 518-464-5209
From: Ty Haller [mailto:thal...@sefcu.com]
Sent: Friday, March 04, 2011 10:22 AM
To: 'tmux-users@lists.sourceforge.net'
Subject: RE: AIX
I was using AIX make, I'm not getting the following:
cc -DBUILD=&quo
On 03/04/2011 07:21 AM, Ty Haller wrote:
> I just installed libevent and still cannot find event.h
You need to install the for-development package, the one that contains
the header files. Most binary package systems split library packages
into the base package, for linking programs that have alrea
I was using AIX make, I'm not getting the following:
cc -DBUILD="\"1.4\"" -I. -I- -c -o attributes.o attributes.c
"tmux.h", line 30.10: 1506-296 (S) #include file not found.
"tmux.h", line 830.16: 1506-007 (S) "struct event" is undefined.
I am trying to compile tmux 1.4 on AIX 5.3
I am getting the following errors:
~/tmux-1.4 $ make
"Makefile", line 30: make: Dependency line needs colon or double colon operator.
"Makefile", line 36: make: Dependency line needs colon or double colon operator.
"Makefile&qu
CVS HEAD seems to work on AIX 6 now. I only adjusted it from curses to
ncursesw:
config.mk -- from -lcurses to -lncursesw
tty-term.c -- from to
tty-term.c -- from to
Thanks! -Ross
On 12/13/2010 02:59 PM, Nicholas Marriott wrote:
> Try CVS HEAD, AIX works better although not perfec
Try CVS HEAD, AIX works better although not perfectly.
On Mon, Dec 13, 2010 at 02:53:27PM -0500, Ross Mohn wrote:
> Got tmux-1.3 and libevent-1.4.14b-stable to compile on AIX-6.1.0.0 but
> as soon as I run it I get "fatal: main_dispatch: imsg_read failed". My
> brief d
Got tmux-1.3 to compile on AIX v, but as soon as I run it I get "fatal:
main_dispatch: imsg_read failed". I've attached the log produced by
"tmux -". An
--
Lotusphere 2011
Register now for
Got tmux-1.3 and libevent-1.4.14b-stable to compile on AIX-6.1.0.0 but
as soon as I run it I get "fatal: main_dispatch: imsg_read failed". My
brief debugging shows that imsg_read() is returning "0" to
main_dispatch(), but I haven't been able to get any farther wit
cess to an AIX box again or someone with debugging skills who has one
tries it.
The server isn't having a fatal error or it would be in the logs which
means either:
a) Window creation is failing and the error message is not being
displayed, so the server exits because it has no sessions. I th
jose/tmux-1.1/:
>>> >> >>
>>> >> >> ctrl-B ? or any other combination just produces ^B? on commandline.
>>> >> >> tmux attach does not work either.
>>> >> >>
>>> >> >> kind regards,
>>> &g
other combination just produces ^B? on commandline.
>> >> >> tmux attach does not work either.
>> >> >>
>> >> >> kind regards,
>> >> >>
>> >> >> jozef
>> >> >>
>> >> >>
&g
gt; >>
> >>
> >> On Tue, Feb 16, 2010 at 12:00 PM, Nicholas Marriott
> >> wrote:
> >> > You need to set TERM correctly to something that is suitable for running
> >> > tmux.
> >> >
> >> > If you are in xterm, try TER
>>
>> On Tue, Feb 16, 2010 at 12:00 PM, Nicholas Marriott
>> wrote:
>> > You need to set TERM correctly to something that is suitable for running
>> > tmux.
>> >
>> > If you are in xterm, try TERM=xterm.
>> >
>> >
>> > On
If you are in xterm, try TERM=xterm.
> >
> >
> > On Tue, Feb 16, 2010 at 11:01:59AM +0100, Jozef Riha wrote:
> >> thank you, it was the aix make as you said. compilation succeeded with
> >> gnu make but i get this error on running:
> >>
> >> jose
something that is suitable for running tmux.
>
> If you are in xterm, try TERM=xterm.
>
>
> On Tue, Feb 16, 2010 at 11:01:59AM +0100, Jozef Riha wrote:
>> thank you, it was the aix make as you said. compilation succeeded with
>> gnu make but i get this error on running:
>
You need to set TERM correctly to something that is suitable for running tmux.
If you are in xterm, try TERM=xterm.
On Tue, Feb 16, 2010 at 11:01:59AM +0100, Jozef Riha wrote:
> thank you, it was the aix make as you said. compilation succeeded with
> gnu make but i get this error on r
thank you, it was the aix make as you said. compilation succeeded with
gnu make but i get this error on running:
jose:myserver /home/jose/tmux-1.1/: ./tmux
open terminal failed: terminal does not support ich1 or ich or smir and rmir
fatal: dispatch_imsg: imsg_get failed
jose:myserver /home/jose
Looks like you are using AIX make not GNU make.
What does make -v say?
On Tue, Feb 16, 2010 at 09:53:35AM +0100, Jozef Riha wrote:
> hello,
>
> i am trying to get tmux compiled on aix but to no avail:
>
> jose:myserver /home/jose/tmux-1.1/: ./configure
> Configured for A
hello,
i am trying to get tmux compiled on aix but to no avail:
jose:myserver /home/jose/tmux-1.1/: ./configure
Configured for AIX
jose:myserver /home/jose/tmux-1.1/: make
"Makefile", line 30: make: 1254-055 Dependency line needs colon or
double colon operator.
"Makefile",
Hello,
Here are my comments on building tmux-1.0 on AIX.
I have found that many of the problems found with 0.9 are now resolved
(I no longer have to modify the source to make it compile), but the
build is broken, as detailed below.
Environment:
- AIX 5.3 (5300-11-01-0944)
- IBM xlC compiler 10.1
36 matches
Mail list logo