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

[REBOL] Re: OS X/Unix excution problem

From: tim-johnsons:web at: 14-May-2008 9:51

On Tuesday 13 May 2008, Kai Peters wrote:
> OS X Leopard: > > AM trying to have a REBOL script executed via launchd or cron. > > The script itself, when manually invoked from a shell (as the same user as > it is running under via > launchd), runs smoothly. > > When launchd (or cron) runs it, I receive: > > ** Script Error: user-home has no value > ** Where: get-net-info > ** Near: user-home > > The script does attempt to send mail. I have placed user.r files in all > strategic places but that > does not seem to be related? > > Any ideas where I should look? > > As always, thanks for any help
Hi Kai: I have had some strange problems with rebol similarly on unix systems. Have you tried explicitly loading user.r? I bet you're running as cron as a different user...