Search found 913 matches

by timurhai
Fri Jun 07, 2019 6:57 pm
Forum: General
Topic: Error: JSON.parse
Replies: 9
Views: 9065

Re: Error: JSON.parse

What WEB browser are you using?
Anyway try some other one, this error happens?
by timurhai
Fri Jun 07, 2019 9:47 am
Forum: General
Topic: Error: JSON.parse
Replies: 9
Views: 9065

Re: Error: JSON.parse

Hi. Some parts of a JSON were cut off. "tasks": [{ "name": " { "name": "d104-01", - in tasks list new render object started. How did you got that JSON? Who reads it? ps There is no config option to make server to mix JSON parts. pss Better to write a usef...
by timurhai
Wed May 29, 2019 5:43 pm
Forum: Setup
Topic: some render close
Replies: 7
Views: 8233

Re: some render close

I am using Ubuntu LTS for a long time.
Now it is Ubuntu 18.04.1 LTS.
You can see what i am using in my signature.
Better if everyone will have such signature, to not to specify/ask version and OS every time.
by timurhai
Tue May 28, 2019 3:00 pm
Forum: Setup
Topic: afcmd - setting nimby errors
Replies: 5
Views: 7159

Re: afcmd - setting nimby errors

Yes, afcmd should do the same as afserver.
Will be implemented!
by timurhai
Tue May 28, 2019 2:53 pm
Forum: Setup
Topic: afcmd - setting nimby errors
Replies: 5
Views: 7159

Re: afcmd - setting nimby errors

Hi.
Try to enter host name by hand, some host that is definitely exists.
by timurhai
Tue May 28, 2019 2:50 pm
Forum: Setup
Topic: some render close
Replies: 7
Views: 8233

Re: some render close

Hi. There is a network connection problem periodically on your farm. Try to increase connection lost time https://github.com/CGRU/cgru/blob/master/afanasy/config_default.json#L129 For example from 10s to 30s, or even 60s. PS If you are using Blender, why not to use Linux on farm? There are always le...
by timurhai
Tue May 28, 2019 9:37 am
Forum: General
Topic: /usr/bin/env: python: No such file or directory
Replies: 3
Views: 5006

Re: /usr/bin/env: python: No such file or directory

Hi. It seems that your python is not enough configured. Type: /usr/bin/env python So you can not run python scripts directly. But you can run python scripts this way: python somesctipt.py cgru Linux package during installation tries to install PyQt. It seems that python that runs keeper does not hav...
by timurhai
Mon May 27, 2019 2:28 pm
Forum: General
Topic: /usr/bin/env: python: No such file or directory
Replies: 3
Views: 5006

Re: /usr/bin/env: python: No such file or directory

Hi.
/usr/bin/env: python: No such file or directory
- this error was produced by Linux host?
Some Linux does not have python command?
If so, you can create it.
by timurhai
Mon May 27, 2019 10:14 am
Forum: Setup
Topic: some render close
Replies: 7
Views: 8233

Re: some render close

Hi.
To see afrender stdout you can run afrender from cmd.exe, for example.
  • Run cmd.exe.
  • Go to cgru root folder

    Code: Select all

    cd [CGRU ROOT FODLER]
  • Setup cgru environment

    Code: Select all

    call setup.cmd
by timurhai
Sun May 26, 2019 5:59 pm
Forum: Setup
Topic: some render close
Replies: 7
Views: 8233

Re: some render close

Hi.
You also should see afserver and afrender processes stdout.