Emyr James

Results 12 comments of Emyr James

One of the main benefits of job arrays is that they reduce the size of the scheduling processing queue. Slurm - and no doubt tother schedulers - has specific performance...

Am interested in this line you have in the original post... * Have a well-defined structure and grammar By this do you mean to have a formal grammar for the...

Seems that thngs have changed and the default for CIRCLE_INPUT_ST.reduce_period is now 0. I had to do an explicit call to CIRCLE_set_reduce_period in my code to set it as needed...

I have version 3.2.2 . I get a signature error when trying to import almalinux9.0. It's in the rhel9 breed. I did 'cobbler sgnature update' and it gets https://cobbler.github.io/signatures/3.0.x/latest.json. I...

This is all that appears in /var/log/cobbler/cobbler.log ``` 2022-12-10T10:49:52 - DEBUG | REMOTE CLI Authorized; user(?) 2022-12-10T10:49:52 - INFO | REMOTE start_task(Media import); event_id(2022-12-10_104952_import); user(?) 2022-12-10T10:49:53 - INFO | import_tree;...

Got to the bottom of it. The signature file needs to have "Minimal" added to the rhel9 signatures list since the minimal iso for Alma has the Packages directory under...

No I have not tried the full image because I only want the minimal one. Anyway, with the change I suggest above it works fine.

Looking at that bug report, I think the exact same fix will solve it. I.e just add 'Minimal' to the signatures list.

@vchlum can you post a bit more about how you built it ? What configure command are you using ? When I download the source (23.06.06) and then do autogen.sh...

I am not sure what performance impact this would have but using LMDB instead of having the whole thing in RAM may not have that much of an impact. Especially...