Gratien D'haese

Results 120 comments of Gratien D'haese

Did a test setup with dmpvg dummy volume group without a logical volume attached to it. On ReaR 2.6 it resulted in an error: ``` #-> rear -v savelayout Relax-and-Recover...

It seems to work - what seems the problem? ``` $ sudo ./cfg2html -h usage: cfg2html_hpux.sh [options] Creates a HTML and plain ASCII host documentation Output modifier: -o path directory...

You should usage `cfgr2html.sh` script on HP-UX (and Linux). This main script will source `hpux/cfg2html-hpux.sh` script. The real usage is in the main script `cfg2html.sh`.

@roseswe I think we should add an additional line: ```bash rmdir -f "${TMP_DIR}" ``` as now I still see an empty $TMP_DIR after the run.

@edrulrd Do you have a Pull Request for your updates?

rbme even fails: ``` + lockfile -r2 /var/lock/RBME.rbme.lock /usr/bin/rbme: line 421: lockfile: command not found ```

@damm620 not sure what you are trying to achieve? Perhaps, `OUTPUT_URL=null` could help?

@damm620 The `OUTPUT_URL=null` will not upload the ISO to TSM I believe. However, when you do not want an ISO how will you ever recover? I guess you want the...

@damm620 Have you tried below settings? > GRUB_RESCUE=y OUTPUT=RAMDISK BACKUP=TSM Could you give us an update please?

@damm620 Indeed "Added 'Relax-and-Recover' GRUB 2 menu entry" worked as expected. No ISO made as well. You can now perform a test on your system to boot up with the...