Mike wrote:
> On Wed, 21 Oct 1998, Hitchhiker [Chris Sanner] wrote:
>
> > I am attempting to set up my cron daemon as an alarm clock...
> > this seems to be working just fine...I have my mp3 player (replay) set
> > up with a playlist.
> > this part Works.
> > I have my Cron Daemon (crond) set up so that it attempts to run replay
> > at the specified time.
> > this part Works.
> > at the specified time, however, the cron daemon tries to MAIL me the
> > command for the mp3 player to start.
> > can anyone help me here???
> >
> Can you be a bit more precise aobut what you have done?
well...okay. I have a crontab. the crontab says "30 7 * * 1,3,5
/path/replay -p .replay/playlistname"
that's it....
I don't know what else TO do. I can't find any instructions beyond the man
pages...and they've been helpful...but not with THIS part...
the message I get from the cron daemon is
"Warning: Unable To Open (or Create or whatever) Window"
and then it gives the text output of the player...
"my PID is ###"
so it IS sorta working. I just need to get it to execute in X.