Re: tmux has-session -t MYSESSION 2> /dev/null

2011-06-28 Thread Randy Stauner
ess stderr or something. > >> > >> > >> > >> Nicholas Marriott wrote: > >>> Your message is a bit vague but I guess it is the bug in epoll, use > >>> libevent 2 and run tmux with EVENT_NOEPOLL=1. > >>> > >>> > >>> &g

Re: tmux has-session -t MYSESSION 2> /dev/null

2011-06-28 Thread Jesse Molina
mux in a scripted envrionment where >> you might want to suppress stderr or something. >> >> >> >> Nicholas Marriott wrote: >>> Your message is a bit vague but I guess it is the bug in epoll, use >>> libevent 2 and run tmux with EVENT_NOEPOLL=1. >>

Re: tmux has-session -t MYSESSION 2> /dev/null

2011-06-28 Thread Nicholas Marriott
pted envrionment where > you might want to suppress stderr or something. > > > > Nicholas Marriott wrote: > >Your message is a bit vague but I guess it is the bug in epoll, use > >libevent 2 and run tmux with EVENT_NOEPOLL=1. > > > > > > > >On Mon, Jun

Re: tmux has-session -t MYSESSION 2> /dev/null

2011-06-27 Thread Jesse Molina
1. > > > > On Mon, Jun 27, 2011 at 08:15:38AM -0700, Jesse Molina wrote: >> >> This isn't fun. >> >> tmux has-session -t MYSESSION 2> /dev/null >> >> I need to omit stderr messages and just get the exit status from &g

Re: tmux has-session -t MYSESSION 2> /dev/null

2011-06-27 Thread Nicholas Marriott
Your message is a bit vague but I guess it is the bug in epoll, use libevent 2 and run tmux with EVENT_NOEPOLL=1. On Mon, Jun 27, 2011 at 08:15:38AM -0700, Jesse Molina wrote: > > This isn't fun. > > tmux has-session -t MYSESSION 2> /dev/null > > I need to omit st

Re: tmux has-session -t MYSESSION 2> /dev/null

2011-06-27 Thread Jesse Molina
Looks like bug ID: 3199205 Jesse Molina wrote: > > This isn't fun. > > tmux has-session -t MYSESSION 2> /dev/null > > I need to omit stderr messages and just get the exit status from > has-session in an if/while statement. Seems like this is totally foobar. >

tmux has-session -t MYSESSION 2> /dev/null

2011-06-27 Thread Jesse Molina
This isn't fun. tmux has-session -t MYSESSION 2> /dev/null I need to omit stderr messages and just get the exit status from has-session in an if/while statement. Seems like this is totally foobar. -- # Jesse Molina # Mail = je...@opendreams.net # Page = page-je...@opendreams.ne