Re: help On compiling on solaris 11

2012-08-21 Thread Andrew Reynhout
Try this on Solaris 11: CPPFLAGS="-D_XPG6" LDFLAGS="-D_XPG6" ./configure Remove "-I-" from am__append_7 in Makefile (or just comment the whole line, it's unnecessary) gmake On Wed, Aug 22, 2012 at 12:06:18AM -0400, blueBoy wrote: > Hi , > > How do i compile tmux on solaris 11 with gcc4 x86

Re: help On compiling on solaris 11

2012-08-21 Thread Nicholas Marriott
Open /usr/include/sys/feature_tests.h and show me around lines 300-400 or so. On Wed, Aug 22, 2012 at 12:06:18AM -0400, blueBoy wrote: > Hi , > > How do i compile tmux on solaris 11 with gcc4 x86 > By pulling latest git & compiling i get following errors: > > make > gcc -DPACKAGE_NAME=\"tmux\"

help On compiling on solaris 11

2012-08-21 Thread blueBoy
Hi , How do i compile tmux on solaris 11 with gcc4 x86 By pulling latest git & compiling i get following errors: make gcc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"1.7\" -DPACKAGE_STRING=\"tmux\ 1.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"1.7\" -DST

Re: Unable to renice processes started with tmux with pam_limits/limits.conf

2012-08-21 Thread Jesse Molina
Oh heck. My bad. I totally forgot that the tmux server is persistent. That was definitely it. All fixed now. Thank you for your help! Nicholas Marriott wrote: > Did you start tmux before you changed limits.conf? > > > On Tue, Aug 21, 2012 at 09:23:37AM -0700, Jesse Molina wrote: >> >> I a

Re: Unable to renice processes started with tmux with pam_limits/limits.conf

2012-08-21 Thread Nicholas Marriott
Did you start tmux before you changed limits.conf? On Tue, Aug 21, 2012 at 09:23:37AM -0700, Jesse Molina wrote: > > I am having a problem renicing processes run under tmux on Linux. > > tmux version 1.6 on Debian GNU/Linux 3.2.0-3-amd64. > > My user is configured via pam_limits/limits.conf to

Unable to renice processes started with tmux with pam_limits/limits.conf

2012-08-21 Thread Jesse Molina
I am having a problem renicing processes run under tmux on Linux. tmux version 1.6 on Debian GNU/Linux 3.2.0-3-amd64. My user is configured via pam_limits/limits.conf to be able to raise the priority/lower nice on processes. This works fine, unless I start the process under tmux, in which cas

Re: How to run tmux commands from remote ssh session

2012-08-21 Thread Stephen Thirlwall
On 21/08/12 8:10 PM, Nicholas Marriott wrote: > Hi > > You need to ssh back into the server running tmux to run the command. Thanks Nicholas. Seems so obvious now :) Steve -- Live Security Virtual Conference Exclusive

Re: [PATCH 0/6] Basic local printing support

2012-08-21 Thread Nicholas Marriott
Hi There is support for xterm's clipboard support which sends the clipboard bracketed by some escape sequences, look for the set-clipboard option. On Tue, Aug 14, 2012 at 07:56:35PM +, Sean Estabrooks wrote: > > > > > Well, I'm just not sure it's worth the extra code, it's a pretty rarely >

Re: How to run tmux commands from remote ssh session

2012-08-21 Thread Nicholas Marriott
Hi You need to ssh back into the server running tmux to run the command. On Mon, Aug 20, 2012 at 10:37:17AM +1000, Stephen Thirlwall wrote: > Lets say I've got a tmux session running locally with two windows, and in > window 2 I run: ssh remotehost > > So I've got window 1 with a local shell, a

Re: r2749: Xterm version problems with VTE (GTK widget)

2012-08-21 Thread Nicholas Marriott
If you can find a more reliable method then let me know :-). On Sun, Aug 19, 2012 at 06:16:31PM +1200, Tom Ryder wrote: > Hi Nicholas; > > I can confirm the override line you suggested seems to work nicely with r2860, > thanks. I'll make that part of my configuration [1] and will forward this to

Re: join-pane crashes with revision 2860

2012-08-21 Thread Nicholas Marriott
Fixed, thanks. On Fri, Aug 17, 2012 at 12:15:50AM +0200, Michael Scholz wrote: > > Now that is interesting because this area of tmux hasn't changed in a > > while. Hmm. Does the following resolve the issue for you? > > > > diff --git a/trunk/names.c b/trunk/names.c > > index 11baae3..44b96ab 10

Re: How to run tmux commands from remote ssh session

2012-08-21 Thread Stephen Thirlwall
Hi Jim, As you guessed, I am looking for a way to run scripts on the the remote server. Coincidentally though, this command-prompt mode actually helps me a bunch with something else I've been playing with, as this executes in 'interactive' context, like key bindings do. So thanks Jim - it has