Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Feb 21st, 2007, 2:33 PM   #1
mima
Newbie
 
Join Date: Feb 2007
Posts: 3
Rep Power: 0 mima is on a distinguished road
why isnt this working, from crontab?

Hello

I'm a newbie of bash programming and need some help with this.
The problem is that it workes if I run it from the shell but if I run it from crontab it doesnt then I get "command not found" when calling on an extern program even if the path to the extern program is defined in $HOME/.bash_profile


I have 2 bash files
1) a. bash where the logic is
2) b.bash where common functions are stored

in a.bash I include b.bash by doing

#!/bin/bash
#
# Description:
. /<dest_to_file>/b.bash


from a.bash I then call on some functions that are stored in b.bash...
lets now say I have called on a function that are stored in b.bash and from b.bash I call on an extern program "program_a" then I get error output "command not found" even if the path to "program_a" is defined in $HOME/.bash_profile. This occurs when I run the program from crontab but not when I run it manually from shell. (The cronjob is runned by same user as from shell)

I would really apprechiate if anyone could help me to explain why its not working?


/Regards /MiMa
mima is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Progwin 32 is not working Edgar C 9 Sep 7th, 2006 5:20 PM
working example badbasser98 C++ 16 Mar 31st, 2006 9:29 AM
Reading and writing files not working under Windows (find under unix/linux) .TD Java 2 Mar 30th, 2006 12:42 PM
working with xml and c# and get this error dark_omen C# 4 May 6th, 2005 6:55 AM
JSP not working on the live server Braveheart Java 0 Mar 9th, 2005 8:20 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:25 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC