Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Running Rebol scripts under Linux (redhat)

 [1/5] from: ms:trius:pl at: 9-Jan-2002 23:40


Hi, I wrote small script which tests activity of some web server. When I run this script from shell like: # rebol monito.r that's OK, but when I write at shell # rebol monito.r & then script stay in memory but didn't run. My goal is to start this script in start file like rc.local, but also after linux ( redhat ) restart rebol is present in memory but script is not active. Can someone help me? Mirek

 [2/5] from: joel:neely:fedex at: 9-Jan-2002 16:46


Hi, Mirek, Mirek Sobczak wrote:
> Hi, > I wrote small script which tests activity of some web server.
<<quoted lines omitted: 7>>
> script is not active. > Can someone help me?
Are you using /View or /Core? -jn-

 [3/5] from: john_kenyon:mlc:au at: 10-Jan-2002 10:01


Hi Mirek, Try, rebol -c monito.r & rebol --help will show al of the command line switches. The -c forces rebol to act like a cgi program hence the output is sent to stdout. Cheers, John

 [4/5] from: ryanc:iesco-dms at: 9-Jan-2002 14:58


Just in case, did you know that such a script cannot have any console output or it will stop? --Ryan Mirek Sobczak wrote:
> Hi, > I wrote small script which tests activity of some web server.
<<quoted lines omitted: 12>>
> [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400 The contradiction so puzzling to the ordinary way of thinking comes from the fact that we have to use language to communicate our inner experience which in its very nature transcends lingistics. -D.T. Suzuki

 [5/5] from: m::sobczak::trius::pl at: 10-Jan-2002 11:02


Hi, Thanks for all advice. I'll try to remove all console output and I will run script with -c option also I use rebol/core. Mirek Dnia 2002-01-10 00:01, Uz.ytkownik [john_kenyon--mlc--com--au] napisa?:

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted