Time Machine issue? Mac OSX

Hi Guys,

I have a client running a Mac studio , but one of their machines throws up this error

Time Machine isn’t switched on!

This machine was working fine before but has now started throwing this error, I tried a quick google but couldn’t find any solution, anyone else experienced this?

It’s 10.7.2 if that helps

Thanks

Ant

Does this error actually prevent the slave from running, or does it prevent renders from occurring? If it causes jobs to error out, can you post the error report?

Sorry for the delay, had to arrange another remote session

It just seems to hang at this point

just opened Terminal and ran…

sudo ./DeadlineSlave

from within the DeadlineSlave.app

seems to run through the same process without the time machine errors and hang at the same point

I’ll see if I can get them to submit another file, but I don’t know why it should have to run as sudo as the user is the only admin account on the computer

Thanks

ant

Weird. I did some googling, and it seems that this is a generic error that can popup when running applications from the command line, even when Time Machine is disabled. However, based on what I read, it should be harmless. Do all Maya jobs hang on this machine, or is it just specific ones? Have you tried submitting a very simple scene to see if the problem still occurs?

Someone said that running the application once with sudo made the problem go away, and they never had to run as Administrator again. Maybe you could try launching the slave with sudo to see if that corrects the problem:

sudo /Applications/Deadline/Resources/bin/deadlineslave

Cheers,

  • Ryan

EDIT: hehe, looks like we both had the same idea :slight_smile:

Confirmed, running as sudo seemed to have got it back on track, client rendering away happily

Thanks Ryan