jpoling-dswrx
jpoling-dswrx
If/once you incorporate image upload (or referencing of images to process on the same server) as I saw here (https://github.com/JamesHabben/evolve/issues/11), then all you'd have to add would be logic/code to...
So, there are two tracks here, the first being how to acquire the proper kdbg address and the second being how to incorporate that into the plugins run against the...
Should be able to be tied to the image the same way the profile is/would be. Easiest way is probably full file path or memory hash. Or just assign a...
I am reading from/writing to a mounted (via cifs) network share, for which my current account (root) has permissions to read/write. Only one instance running at a time as well....
Yep, rather straight forward exception, just not certain what would even cause that to lock. Nothing useful in dmesg either.
Ran with only one thread. Same error, unfortunately.
Wonder if it has something to do with writing to a CIFS/Samba network share. Will try re-running locally and see what I get.
Works locally. Has to have something to with reading from and writing to a mounted CIFS/Samba share.
So, seems to only have problems writing to a mounted share. I can read from the share and write locally, but it freezes up when writing to a share. It...