Gratien D'haese

Results 26 comments of Gratien D'haese

@pcahyna @jsmeix **What is a loop device?** _The loop device is a block device that maps its data blocks not to a physical device such as a hard disk or...

@jsmeix `SECURE_BOOT_BOOTLOADER="/boot/efi/EFI/sles/shim.efi"` - was it not possible that ReaR guessed this automatically?

@roseswe HP-UX is not complete dead yet, but I agree it is not important anymore so we can close this issue.

@glennhuxtable `/var/log/dmesg` is not always available on all distro's, therefore using the `dmesg` command is much safer.

A possible solution could be using the same trick as done in https://github.com/gdha/upgrade-ux/issues/135

What is the return code of the command: ``` nc -vz debian11-dr6 9101 debian11-DR6.zen.local [192.168.200.40] 9101 (bacula-dir) opensudo ``` Perhaps, we could use this instead of looking for "connected"?

@ZENAdmin-Ops What you need to do is: > ``` > $ nc -vz debian11-dr6 9101 > debian11-DR6.zen.local [192.168.200.40] 9101 (bacula-dir) open ``` echo $? ```

@ZENAdmin-Ops @leewiscovitch-emory Could you test the above mentioned update of the script? Just copy/paste it in your script to test (the easiest way to verify).

@ZENAdmin-Ops @leewiscovitch To test connectivity with `bconsole` is there any easy test for it? e.g. ``` echo exit | bconsole echo $? ``` I cannot test it, therefore, reaching out...

With PR #3067 merged we can close this issue if there are no further comments or reactions from the users.