Ever since updating to 10.2.0.8 I’m seeing Deadline Monitor constantly crashing on Linux
Time to initialize: 56.000 ms
Auto Configuration: No auto configuration for Repository Path could be detected, using local configuration
Connecting to Deadline RCS 10.2 [v10.2.0.8 Release (42f3f857d)]
Auto Configuration: Picking configuration based on: bebop / 192.168.1.197
Auto Configuration: No auto configuration could be detected, using local configuration
Time to connect to Repository: 1.396 s
Time to check user account: 12.000 ms
Time to purge old logs and temp files: 4.000 ms
Time to synchronize plugin icons: 192.000 ms
Time to initialize main window: 388.000 ms
Main Window shown
Python 3.7.12 | packaged by Thinkbox Software | (default, Sep 30 2022, 18:35:20)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Time to show main window: 16.000 ms
Creating default config file:System (ad/Thinkbox/Deadline10/deadline.ini
Creating default config file:534:nobody:/nonexistent:/usr/sb/Thinkbox/Deadline10/deadline.ini
[1] 17822 segmentation fault (core dumped) ./deadlinemonitor -new
Hello @jimboslice
Thanks for reaching out. Looks like you are using RHEL 4? It is not supported: System Requirements — Deadline 10.2.0.10 documentation
If you are not using RHEL 4 let us run the monitor in an strace like below:
strace -v -s 256 -D -o /tmp/log.txt deadlinemonitor
-v: print environment
-s string size: 256 bytes
-D run strace as detached granchild
-o logfile
Then share the log here.
Also check if /usr/sb/Thinkbox/Deadline10/deadline.ini
this file exists, if yes what is the permission set on it for the user trying to run Deadline Monitor.
Silly question: Is this a headless node? if yes then Monitor will not run. Try running it like below:
./deadlinemonitor -nogui -new
Do you get the same error?
Running on Pop OS 22.04 LTS
/usr/sb/Thinkbox/Deadline10/deadline.ini
does not exist. However
/var/lib/Thinkbox/Deadline10/deadline.ini
does and im seeing
-rwxrwxrwx 1 nobody nogroup 821 Mar 14 12:56 /var/lib/Thinkbox/Deadline10/deadline.ini
Monitor will start with deadlinemonitor -new
but will crash after a little while with the following
Auto Configuration: No auto configuration for Repository Path could be detected, using local configuration
Connecting to Deadline RCS 10.2 [v10.2.0.8 Release (42f3f857d)]
Auto Configuration: Picking configuration based on: bebop / 192.168.1.197
Auto Configuration: No auto configuration could be detected, using local configuration
Time to connect to Repository: 2.004 s
Time to check user account: 8.000 ms
Time to purge old logs and temp files: 12.000 ms
Time to synchronize plugin icons: 200.000 ms
Time to initialize main window: 396.000 ms
Main Window shown
Python 3.7.12 | packaged by Thinkbox Software | (default, Sep 30 2022, 18:35:20)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Time to show main window: 12.000 ms
free(): unaligned chunk detected in tcache 2
[1] 1669869 IOT instruction (core dumped) deadlinemonitor -new
It is weird, for some reason the client configuration file is read from a wrong link.
The output you are sharing, is that run under the strace as I suggested?
We do not support Pop OS 22.04 LTS
I might be like a missing library. strace will be able to tell though, can you share the strace logs? I have seen monitor not working when libffi.6.so is not on the system. Check my response here: Custom Deadline Events not executing - #8 by zainali
There’s no way to upload text files on the forum so here’s a drive link.
What’s weird is that I’ve never had a problem on Pop before Deadline 10.2.
Thanks