Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #1186
| From | General Schvantzkoph <schvantzkoph@yahoo.com> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: Need help running mplayer in the background |
| Date | 2011-05-20 11:46 +0000 |
| Message-ID | <93n2l5F2nvU3@mid.individual.net> (permalink) |
| References | <93gr48Fjo7U2@mid.individual.net> <v4hga8xbei.ln2@news.roaima.co.uk> <93lvc6F2nvU2@mid.individual.net> <ir4u9s$5se$3@dont-email.me> |
> One of the most frequent problems when an attempt to run something from
> cron fails while the regular command does seem to work is due to the
> fact that cron does not source your environment and only works with a
> very minimal $PATH.
>
> Try putting the full path to the executable in your crontab and see
> whether it makes a difference.
That's not it. I added the path to the script
#!/bin/csh -f
set path=(/usr/local/bin /usr/local/sbin /usr/bin /sbin /usr/sbin /bin /
usr/X11R6/bin)
set DAY=`date +%B_%d_%Y_%H_%M`
setsid mplayer -quiet -slave -input default-bindings:file=/dev/null:conf=/
dev/null -prefer-ipv4 -nolirc -dumpstream
http://2783.live.streamtheworld.com:443/WLSAM_SC -ac mp3lacm -dumpfile /
home/foobar/s_drive/mp3/stream/bob_${DAY}.mp3
Here is the log file,
MPlayer SVN-r31628-4.4.4 (C) 2000-2010 MPlayer Team
Playing http://2783.live.streamtheworld.com:443/WLSAM_SC.
Resolving 2783.live.streamtheworld.com for AF_INET...
Connecting to server 2783.live.streamtheworld.com[208.80.52.138]: 443...
Website: http://www.wlsam.com
Bitrate: 48kbit/s
Cache size set to 320 KBytes
ICY Info: StreamTitle='';
MPlayer interrupted by signal 15 in module: dumpstream
Core dumped ;)
Exiting... (End of file)
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-18 03:01 +0000
Re: Need help running mplayer in the background Kevin Snodgrass <kdsnodgrass@yahoo.com> - 2011-05-18 03:14 +0000
Re: Need help running mplayer in the background Robert Riches <spamtrap42@jacob21819.net> - 2011-05-18 03:41 +0000
Re: Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-18 13:39 +0000
Re: Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-18 16:24 +0000
Re: Need help running mplayer in the background Bill Marcum <bill@lat.localnet> - 2011-05-19 10:05 -0400
Re: Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-19 17:41 +0000
Re: Need help running mplayer in the background Robert Riches <spamtrap42@jacob21819.net> - 2011-05-20 03:43 +0000
Re: Need help running mplayer in the background Huibert Bol <huibert.bol@quicknet.nl> - 2011-05-18 18:49 +0200
Re: Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-18 18:15 +0000
Re: Need help running mplayer in the background Eli the Bearded <*@eli.users.panix.com> - 2011-05-18 05:56 +0000
Re: Need help running mplayer in the background Chris Davies <chris-usenet@roaima.co.uk> - 2011-05-19 22:54 +0100
Re: Need help running mplayer in the background Chris Davies <chris-usenet@roaima.co.uk> - 2011-05-19 23:11 +0100
Re: Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-20 01:44 +0000
Re: Need help running mplayer in the background Aragorn <aragorn@chatfactory.invalid> - 2011-05-20 07:30 +0200
Re: Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-20 11:46 +0000
Re: Need help running mplayer in the background Chris Davies <chris-usenet@roaima.co.uk> - 2011-05-20 09:19 +0100
Re: Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-20 11:56 +0000
Re: Need help running mplayer in the background Chris Davies <chris-usenet@roaima.co.uk> - 2011-05-20 15:36 +0100
Re: Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-20 18:28 +0000
Re: Need help running mplayer in the background General Schvantzkoph <schvantzkoph@yahoo.com> - 2011-05-20 12:09 +0000
csiph-web