Neal Gompa (ニール・ゴンパ)

Results 661 comments of Neal Gompa (ニール・ゴンパ)

Maybe this is just a bit dumb of me, but the usage of "proprietary" isn't defined in the license. The strict definition of "proprietary" doesn't imply anything other than someone...

There is no spec file at this time. It would have to be contributed.

goreleaser works by taking the artifact built and using a trivial spec to wrap the binary in a package. It's not a true package build process where the build process...

We could do this check by doing `uname -m` and verifying that the returned string matches `i?86` or `x86_64`. If it doesn't match either, then we can disable the hook....

`dkms remove -m dattobd -v 0.10.15 --all` should do the trick.

I'd suggest `/etc/datto/block-driver` just for disambiguation.

Would this work with subpage configurations (e.g. 4K subpage on Linux configured for 64K pages)?

Also, out of curiosity, how did wind up in a situation where you needed 64K pages to work?

> > Would this work with subpage configurations (e.g. 4K subpage on Linux configured for 64K pages)? > > I don't know the relationship between subpage and dattobd, this patch...