Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. unixgeek13

    Perl script will run as root, not as a cron

    diff is a simple comparison utility... basically what I meant was to look for anything different between the two environments. the variable $$ is the process id. So in /tmp, you should see 45273.env.log and 534562.env.log (for instance) perhaps post them here? ls -l *env.log will show you...
  2. unixgeek13

    ksh spawning multiple processes

    do you have #!/bin/sh as the first line of your script? that might explain seeing it twice. seeing it 3-4 times? sounds like other iterations are still running... check the process time for all entries and see when these things started... it's a place to begin looking... I once saw a...
  3. unixgeek13

    Perl script will run as root, not as a cron

    hi... a couple of things to look at... first: do you have the -v (verbose mode) set on the ftp session and are you capturing stdout & stderr to a log file? second: does your script have a cd to a certain directory? maybe your ftp session is looking at $HOME for the files to send and the...

Part and Inventory Search

Back
Top