Mohamed Bana

Results 78 comments of Mohamed Bana

Please see this pull request: https://github.com/thopiekar/rcraid-dkms/pull/42 Although I cannot get this module to recognise my RAID NVME M.2 array, I can get it to compile on Fedora 35 with the...

@Venom1991, hi, can you please take a look at this? **Summary:** `loader` should be `loader /boot/vmlinuz-6.5.6-300.fc39.x86_64` not `loader /@/boot/vmlinuz-6.5.6-300.fc39.x86_64`. I can only get `refind-btrfs` to run to completion with `configuration-1`,...

@Venom1991, sorry, my mistake. I meant I've had to specify the boot stanzas as: ``` loader /boot/vmlinuz-6.5.6-300.fc39.x86_64 initrd /boot/initramfs-6.5.6-300.fc39.x86_64.img ``` That is without the `/@` at the beginning of the...

> Do you have a separate `/boot` partition? No I do not. ```sh $ cat /etc/fstab # # /etc/fstab # Created by anaconda on Sun Dec 24 03:54:10 2023 #...

Just to be clear, it's not `rEFInd` that's the issue, it's `rEFInd-btrfs`. As I mentioned before, with this boot stanza `rEFInd-btrfs` does not run to completion (it fails): ``` menuentry...

So I just downloaded this and tried to run it but first building what's in `raid_linux_driver_930_00283/dd-rcraid-RHEL8-4.18.0-305.el8.x86_64/driver_sdk/src`. ---- Does secure boot need to be enabled to get this to work? I've...

We currently have this example that works: ```yaml paths: /hello: get: responses: "200": content: application/json: example: message: Hello from a mocked response! schema: properties: message: type: string type: object description:...

I was hoping I would bind to the `editor` field directly. Any reason why we can't have, either or both: 1. push the editor to the property so parent can...

```sh sudo dnf install -y dnf-plugins-core sudo dnf config-manager -y --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo -y sudo dnf -y install terraform ``` Or: ```sh CURRENT_VERSION="$(curl -s https://checkpoint-api.hashicorp.com/v1/check/terraform | jq -r -M '.current_version')/terraform_$(curl -s...

```sh go get -v -u github.com/pwaller/docker-show-context ``` ```sh cd ~/dir-containing-dockerfile docker-show-context ```