Re: tmux and crontab

2010-04-02 Thread Stealth
Got command not found. Should have known to use an absolute path when starting irssi. "cd $HOME; /usr/local/bin/tmux new -d /usr/local/bin/irssi" works On 4/2/2010 2:23 AM, Nicholas Marriott wrote: > Do it with -v and see if there is an error in the logs. > > > On Thu, Apr 01, 2010 at 09:30:3

Re: tmux and crontab

2010-04-02 Thread Nicholas Marriott
Do it with -v and see if there is an error in the logs. On Thu, Apr 01, 2010 at 09:30:35PM -0700, Stealth wrote: > Everything seems to work when I'm not using cron. > > This command works from the prompt, but will not work when crontab > executes it (and outputs no error): > cd $HOME; /usr/l

Re: tmux and crontab

2010-04-01 Thread Stealth
Everything seems to work when I'm not using cron. This command works from the prompt, but will not work when crontab executes it (and outputs no error): cd $HOME; /usr/local/bin/tmux new -d irssi > tmux_err 2>&1 On 4/1/2010 8:48 PM, Micah Cowan wrote: > Stealth wrote: > >> Is there a way to l

Re: tmux and crontab

2010-04-01 Thread Micah Cowan
Stealth wrote: > Is there a way to load tmux using crontab? > > Example: I do plenty of running things in tmux (namely IRC), and would > like the sessions created automatically when my server reboots. I did a > test using "@hourly tmux new ", but when the hour changed I > didn't have a new session

tmux and crontab

2010-04-01 Thread Stealth
Is there a way to load tmux using crontab? Example: I do plenty of running things in tmux (namely IRC), and would like the sessions created automatically when my server reboots. I did a test using "@hourly tmux new ", but when the hour changed I didn't have a new session or an error mail. ---