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
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
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
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
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.
---