Error while launching afrender rocky9

Installation and configuration.
Post Reply
blackcrown
Posts: 1
Joined: Tue Aug 01, 2023 3:37 am

Error while launching afrender rocky9

Post by blackcrown »

hello and happy to be here !

I got setup afanasy on my network but when I got to launch afrender I got that error:

Executable path: /opt/cgru/afanasy/bin/afrender
Setting Afanasy root to "/opt/cgru/afanasy"
Setting CRGU location to "/opt/cgru"
PYTHONPATH: appending "/opt/cgru/afanasy/python"
Compilation date = 'Mar 12 2023 17:54:37'
CGRU version = ''
Afanasy build version = '3.3.1'
Mon 31 Jul 20:52.33: ERROR CGRU environment and Afanasy compiled versions mismatch.
Afanasy build revision = 'a61dc9538bf48244b803556692bcf34ec1f5bf18'
Python version = '3.9.14'
GCC version = '11.3.1'
RLIMIT_NOFILE: Files descriptors limit: 1024
RLIMIT_NPROC: Processes (threads) limit: 1028968
Network Interfaces:
eno1: ac:1f:6b:63:de:a6
eno2: ac:1f:6b:63:de:a7
enp2s0f0: a0:36:9f:20:5a:e4
enp2s0f1: a0:36:9f:20:5a:e6
IPv4 Address: 172.16.0.29
IPv6 Address: fd86:be35:8e61:4939:a236:9fff:fe20:5ae6
IPv6 Address: fe80::::a236:9fff:fe20:5ae6
bod-ws2@tang[0] unix linux 64 Empty address ON

Resources:
CPU = 2200 MHz x128
0% usr, 0% nice, 0% sys, 99% idle, 0% iow, 0% irq, 0% sirq
load average: 0.3 0.4 0.4
Memory: 257304 MB / 227259 MB free (cache 7690 MB, buffers 4 MB)
Swap: 488384 MB / 0 MB used
Network: Received 3 Kb/sec, Send 6 Kb/sec
IO: Read 0 Kb/sec, Write 0 Kb/sec, Busy = 0%
HDD: 325 GB / 272 GB free
GPU = "NVIDIA GeForce RTX 3090"
Utilization: 24%, Temperature: 59C
Memory: 24576 MB / 5235 MB used,
Logged in users = tang
Mon 31 Jul 20:52.33: INFO Reconnected to the server
Mon 31 Jul 20:52.33: INFO SERVER: Render became online.
Mon 31 Jul 20:52.33: INFO Render registered.
Mon 31 Jul 20:52.33: INFO Heart beat seconds set to 1
Mon 31 Jul 20:52.33: INFO Resources update period set to 5
Mon 31 Jul 20:52.33: INFO Zombie time set to 16 seconds
Mon 31 Jul 20:52.33: INFO Exit with no task time set to -1 seconds (disabled).
Traceback (most recent call last):
File "/opt/cgru/afanasy/python/services/postcmd.py", line 2, in <module>
from services import service
File "/opt/cgru/afanasy/python/services/service.py", line 10, in <module>
import cgruconfig
ModuleNotFoundError: No module named 'cgruconfig'
Traceback (most recent call last):
File "/opt/cgru/afanasy/python/services/service.py", line 10, in <module>
import cgruconfig
ModuleNotFoundError: No module named 'cgruconfig'
Segmentation fault (core dumped)


Any Idea ?
My server side runs nice

Tanguy
User avatar
timurhai
Site Admin
Posts: 913
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Error while launching afrender rocky9

Post by timurhai »

Hello!

Sorry for a delay.

Environment wast not correctly initialized.

Code: Select all

CGRU version = ''
Afanasy build version = '3.3.1'
Mon 31 Jul 20:52.33: ERROR CGRU environment and Afanasy compiled versions mismatch.
https://cgru.readthedocs.io/en/latest/c ... -variables

How you start afrender?
https://cgru.readthedocs.io/en/latest/a ... ch-methods
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply