The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Sun Solaris10 quickgun SUN Solaris 1 10-26-2006 02:43 AM
Inst. Solaris10 mxlst14 UNIX for Dummies Questions & Answers 5 06-02-2006 12:20 AM
Detecting NIC in Solaris10 jimthompson IP Networking 1 12-06-2005 05:35 AM
solaris10 dns problem barabas SUN Solaris 5 06-16-2005 03:36 AM
help,win2003 and solaris10 in a pc? keyi SUN Solaris 1 12-18-2004 03:05 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-02-2008
Registered User
 

Join Date: May 2008
Posts: 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Re: Crontab in solaris10

Hi all,

I wrote a small shell (bash) script and it was executing well. I'm getting problem when I use this in crontab. My script is:

#!/usr/bin/bash

mkdir `date '+%m-%d-%y'`

cd `date '+%m-%d-%y'`

cvs co -r br_name module

cd dir1/dir2/dir3

bash build.sh


this is doing well when executed as a script but when I tried to execute this command through crontab I'm getting errors.

It is creating directory but not able to checkout from CVS. can anyone solve this?

And one thing I'm doing this on solaris10 where as the CVS repository is on Linux.

Thanks all......
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 05-02-2008
Registered User
 

Join Date: Apr 2008
Location: European Union/Germany
Posts: 172
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
First: Guys, post your errors here. We don't like to guess.

Second: For sure you get errors. Think about in which working directory cron will run your script

Third: if you're using build tools not available in standard path you should add an explizit $PATH there
Reply With Quote
  #3 (permalink)  
Old 05-02-2008
Registered User
 

Join Date: May 2008
Posts: 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Im getting error something like this

cvs checkout: No CVSROOT specified! Please use the `-d' option
cvs [checkout aborted]: or set the CVSROOT environment variable.
Reply With Quote
  #4 (permalink)  
Old 05-02-2008
Registered User
 

Join Date: May 2008
Posts: 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
i'm running this crontab in my home directory.....




and we are not using any build tools......we are using 'make' command to do builds....
Reply With Quote
  #5 (permalink)  
Old 05-02-2008
vgersh99's Avatar
Moderator
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 2,960
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Quote:
Originally Posted by gullapalli View Post
i'm running this crontab in my home directory.....




and we are not using any build tools......we are using 'make' command to do builds....
well... what do you think 'cvs' is?
Maybe this FAQ will help!
Reply With Quote
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 03:25 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102