Anton Whalley
Anton Whalley
@GlenTiki agree not many charities take desktop type machines now - mainly laptops as they are easier to manage for everyone in the charities and the end users. I'm happy...
Hi @Hendrik-H The challenge with multi-tenancy is going to be name clashes where pods are given the same name in different namespaces. This is already an issue with statefulsets where...
Yes - There was a proposed patch a while ago but it didn't land in the kernel. https://lore.kernel.org/lkml/ce9a21e42a846150a2a482278f5b5a5e0ea27839.1454588184.git.zhaolei@cn.fujitsu.com/ Can you mind being a little be more specific with the requirement:...
OK I think this scenario is complex enough to use the eventing feature that enables custom uploaders as it's quite specific and I don't want to make this project any...
Hey @splitice Support for this type of feature was always intended but never completed as it's a little more complex than if first looks. The first challenge was redirecting the...
Thanks @splitice It was a bit of a brain dump but glad it made sense. Agreed ReadWriteMany config is a heavy requirement. Thinking about it further I'm not sure about...
Hi @svkaushik17 Thanks for logging this issue - I think the npm issue is correctt as v0.10 is no longer supported `npm WARN This failure might be due to the...
Hey @DiegoHuang This part of the error looks suspicious `File "binding.gyp", line 1 {` can make sure the binding.gyp in your install looks like the one in this repo? https://github.com/ddopson/node-segfault-handler/blob/master/binding.gyp...
Hey @laurentiusoica The core file is piped directly into the zip file https://github.com/IBM/core-dump-handler/blob/main/core-dump-composer/src/main.rs#L171 and the zip is removed by the agent after a successful upload to the Object Store https://github.com/IBM/core-dump-handler/blob/main/core-dump-agent/src/main.rs#L341...
@ralphtheninja if you have a minute and are still openwrt (ing) would you mind doing a quick `npm install segfault-handler` to get some output.