Johannes Meixner

Results 667 comments of Johannes Meixner

My results for "Test packaging (RPM, DEB, …​)" on my homeoffice workstation: Only "make dist OFFICIAL=1": In a local clone of our current GitHub master code (i.e. without updated version...

My point is that such things (testing this or that functionality in ReaR) do not actually belong to the task to release a new ReaR version. I never contributed anything...

By the way FYI On my homeoffice workstation: ``` # tools/run-in-docker -a amd64 11 -- make package tools/run-in-docker: line 145: docker: command not found ... tools/run-in-docker: line 221: docker: command...

I am not a Debian user so I cannot reproduce Debian specific issues. In general when things are missing in the ReaR recovery system you could manually add what is...

I guess that the RequiredSharedObjects function in ReaR does not get called for libsystemd-core-252.so so libsystemd-shared-252.so is not automatically included into the ReaR recovery system. RequiredSharedObjects is called in build/GNU/Linux/390_copy_binaries_libraries.sh...

@pcahyna Ah! It seems the library configuration on the original system (i.e. things like `ldconfig` and so on) could be incomplete when `ldd` does not find it.

FYI: On my current openSUSE Leap 15.4 system I have systemd-249.16 which contains only /usr/lib/systemd/libsystemd-shared-249.so and I noticed no issues with that in ReaR. After "rear -D mkrescue" I get:...

@ufreier only as a side note FYI regarding ``` hanging after 'Probing EDD (edd=off ..) ok' ``` see https://github.com/rear/rear/issues/2955#issuecomment-1465642166 Check your ReaR recovery system kernel command line arguments with your...

@ufreier you are welcome

Excerpts from https://lists.freedesktop.org/archives/systemd-devel/2023-November/049676.html ``` Those libraries are not found by ldd because they are not in the public library search path. ... Those libraries have an unstable ABI, so they...