Search found 28 matches

by lithorus
Sun Apr 29, 2018 11:52 am
Forum: News
Topic: New node type - Branch (a set of jobs).
Replies: 6
Views: 14963

Re: New node type - Branch (a set of jobs).

Really nice feature. Can't wait to use it in production :-)

Should we let it replace the project attribute?

A few spelling mistakes, will submit a pull request later :-)
by lithorus
Thu Mar 30, 2017 4:09 pm
Forum: General
Topic: Parser Error not working as expected
Replies: 10
Views: 14387

Re: Parser Error not working as expected

Until it's fixed and if you don't need to kill the process like

Code: Select all

self.error=True
does, you might want to look at

Code: Select all

self.badresult=True
which doesn't seem to kill it but will restart the task (after it's done).
by lithorus
Fri Mar 03, 2017 12:10 pm
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

timurhai wrote: Fri Mar 03, 2017 12:07 pm No. My laptop has HDD.
So perhaps it's when the thread queue gets too long?
Will try to limit afserver IO on my laptop, to see if it will crash sooner.
by lithorus
Fri Mar 03, 2017 10:36 am
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

Just launch 200 renders on the same host with afserver. On ubuntu 16lts it craches in a minute. On ubuntu 14lts i did not wait crash. I launched about 1400 clients on Ubuntu 16.04 and it didn't crash. This was using a self compiled version from latest git on my laptop. Did your test machine have SSD?
by lithorus
Fri Mar 03, 2017 7:05 am
Forum: General
Topic: Post Command execution
Replies: 4
Views: 6847

Re: Post Command execution

seven11 wrote: Thu Mar 02, 2017 9:26 pm Timur,
Aah I see it's a bug on github #308.
https://github.com/CGRU/cgru/issues/308
Scott
Not a bug, a feature request :)
by lithorus
Thu Mar 02, 2017 6:58 pm
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

How do you imitate heavy load? I'm trying my best to get afanasy to crash on a test system, without any luck.

I'm trying to connect hundreds of dummy renders while adding jobs in an endless loop.
by lithorus
Wed Mar 01, 2017 11:58 am
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

Our server just crashed and I got this in 'dmesg':

Code: Select all

afserver[22218]: segfault at 7f88e4ff9d13 ip 00007f894a982e8f sp 00007f89420d8bc0 error 4 in libpthread-2.23.so[7f894a97b000+18000]
by lithorus
Mon Feb 27, 2017 11:42 am
Forum: General
Topic: output window - all text in single line
Replies: 10
Views: 14465

Re: output window - all text in single line

Awesome! :)
by lithorus
Mon Feb 27, 2017 7:36 am
Forum: General
Topic: output window - all text in single line
Replies: 10
Views: 14465

Re: output window - all text in single line

We're seeing the same thing, but only if the job is submitted with a parser that does not exist on the client running afwatch (in our case a custom parser for fumefx sims through maya). If it has the parser it displays correctly.
by lithorus
Fri Feb 24, 2017 11:12 am
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

It seems it is happening here after a while if I add all workstations to the farm. If I add the workstations to a separate server all is fine with them and no crashes. @lithorus: How many clients are online at your place? @selsner : Clients as in renders or workstations monitoring? Have 21 renders ...