Johannes Meixner
Johannes Meixner
@pcahyna how I behaved at the time of https://github.com/rear/rear/pull/3128#issuecomment-1892136367 versus how I behave now regarding CI test failures explains perfectly well what I mean with https://github.com/rear/rear/pull/3239#issuecomment-2154754393 ``` When automated tests...
According to https://bugzilla.redhat.com/show_bug.cgi?id=1747468#c9 this is our matching upstream issue: https://github.com/rear/rear/issues/2222
@padua12345 in your etc/rear/local.conf you use NETFS_URL and NETFS_SKIP_WARNING but none of them is listed in usr/share/rear/conf/default.conf so neither NETFS_URL nor NETFS_SKIP_WARNING are ReaR user configuration variables. NETFS_SKIP_WARNING does not...
In ReaR version 2.7 we got some new issues with serial console because of a fix for a bug with serial console setup before, cf. https://github.com/rear/rear/pull/2749#issuecomment-1196427586 which points to the...
@martinnaughton what do ``` lsblk -ipo NAME,KNAME,PKNAME,TRAN,TYPE,FSTYPE,LABEL,SIZE,MOUNTPOINT ``` and ``` lsmod ``` show on your original system? See MODULES_LOAD in usr/share/rear/conf/default.conf how to enforce to load modules in the recovery...
In general: When a Linux distribution uses a special init system (i.e. not the usual systemd as in Red Hat, SUSE, Ubuntu) then things could get rather complicated and tricky...
@pcahyna Thank you for also having a look and your correction! I simply didn't look carefully and I did not remember https://github.com/rear/rear/issues/3017 but I did remember that there were no...
How to reproduce: On SLES15-SP6 I reproduced it as follows: Make a loop disk device: ``` # dd if=/dev/zero of=/loopfile bs=1024 count=262144 262144+0 records in 262144+0 records out 268435456 bytes...
Solution to make "rear recover" work when there is a btrfs filesystem which was created by older btrfs software and meanwhile the system software became upgraded to newer btrfs software...
@saschalucas thank you for your enhancement to make ReaR also working with OUTPUT=PORTABLE when the non-ReaR rescue system does not have the same kernel and its matching /lib/modules/kernel-version modules directory...