Re: tmux causing kernel panics on Mac OS X 10.7

2011-11-12 Thread Tim Gray
ple hasn't fixed things in the last two OS updates. I'll try again in a couple months :) On Jul 21, 2011 at 10:35 PM -0400, Tim Gray wrote: >I just upgraded my Mac to OS X 10.7. So far I've had two kernel panics, >both times when messing around in tmux. I *think* tmux is the

Re: Request: display-panes count from 1

2011-07-29 Thread Tim Gray
On Jul 29, 2011 at 05:46 PM +0100, Nicholas Marriott wrote: >are you sure? base-index has never affected pane indexes, just window Sorry, windows, not panes. -- Got Input? Slashdot Needs You. Take our quick survey onlin

Re: Request: display-panes count from 1

2011-07-29 Thread Tim Gray
On Jul 29, 2011 at 04:57 PM +0100, Chris Poole wrote: >> set -g base-index 1 > >I already have this set; it doesn't work. For what it's worth, before I started having problems with tmux and OS X 10.7, I was running tmux on 10.6.8 with this option set and it worked... Wish I tell you something mo

Re: tmux causing kernel panics on Mac OS X 10.7

2011-07-23 Thread Tim Gray
On Jul 24, 2011 at 03:18 AM +0100, Nicholas Marriott wrote: >maybe try putting it on a memory FS > >do you have anything tmux uses on something other than HFS+? Not that I know of. I've not done anything at all to the standard OS X Macbook install. One main partition that everything is on. I'm

Re: tmux causing kernel panics on Mac OS X 10.7

2011-07-23 Thread Tim Gray
On Jul 24, 2011 at 02:35 AM +0100, Nicholas Marriott wrote: >What filesystem are you using for /tmp (or whereever the tmux sockets >are)? HFS+, the OS X default. -- Magic Quadrant for Content-Aware Data Loss Prevention Re

Re: tmux causing kernel panics on Mac OS X 10.7

2011-07-23 Thread Tim Gray
On Jul 22, 2011 at 07:50 PM -0400, Tim Gray wrote: >While I was just able to cause 1 or 2 panics *with* the wrapper enabled >(but not consistently), I was not able to cause any with it disabled. >I'll try running like this for a bit and see what I come up with. Brief followup. At

Re: tmux causing kernel panics on Mac OS X 10.7

2011-07-22 Thread Tim Gray
On Jul 22, 2011 at 04:42 PM -0500, Chris Johnsen wrote: >This message comes from the use of the "reattach-to-user-namespace" >program from > >https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard > >You probably have tmux configured to run the reattach program for each >new window (e.g. via

Re: tmux causing kernel panics on Mac OS X 10.7

2011-07-21 Thread Tim Gray
On Jul 22, 2011 at 04:10 AM +0100, Nicholas Marriott wrote: >If tmux causes a kernel panic it is entirely certain it isn't a tmux >problem, it is a kernel bug. I see what you are saying. >The message you show only really shows it is something to do with the >VFS but not much else. specfs is basic

tmux causing kernel panics on Mac OS X 10.7

2011-07-21 Thread Tim Gray
I just upgraded my Mac to OS X 10.7. So far I've had two kernel panics, both times when messing around in tmux. I *think* tmux is the one causing them, but what do I know :) It could be something else. When I start the tmux session, I do see the following message: > warning: unsupported new O

Re: tmux, vim, and OS X

2011-05-10 Thread Tim Gray
On May 10, 2011 at 08:44 PM +0200, Martial Boniou wrote: >You need this: > >https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard That is indeed what I needed. Thanks. Fixed all my problems I think. -- Achieve unpreced

tmux, vim, and OS X

2011-05-10 Thread Tim Gray
Anyone else having issues with vim using the OS X clipboard as it's default yank buffer? I'm using MacVim as vim and I'm on OS X 10.6.whateveriscurrent. In fact, it doesn't even seem that vim has a "* register when I run it under tmux. I have `set clipboard=unnamed` in my .vimrc. Furthermore