OSTechNix · @ostechnix
520 followers · 1486 posts · Server floss.social
OSTechNix · @ostechnix
520 followers · 1486 posts · Server floss.social
OSTechNix · @ostechnix
520 followers · 1486 posts · Server floss.social
OSTechNix · @ostechnix
520 followers · 1486 posts · Server floss.social
· @metztli
0 followers · 2019 posts · Server tenochtitlan.city

Giving a spin to to test if is enabled by inspecting a small reiser4 -formatted rootfs VirtualBox VDI image:
guestfish --ro -i -a metzt-li-reiser4-dev.vdi

😎

#libguestfs #Reiser4 #Chingon

Last updated 5 years ago

· @metztli
0 followers · 2019 posts · Server tenochtitlan.city

After resolving considerable issues, I built Reiser4 -enabled v1.41.8, development branch, under Metztli Reiser4 development environment. I did it roughly the 'Debian way' paradigm --hacking Debian packaging for libguestfs 1.40.2.
I realized, per ChangeLog, virt-p2v is 'now available as separate tool in its own repository:'
github.com/libguestfs/virt-p2v

#libguestfs #GNU #Linux #Debian

Last updated 5 years ago

· @metztli
0 followers · 2019 posts · Server tenochtitlan.city

Still relevant in 2019:
IF
[Libguestfs] "/usr/lib/rpm/redhat/redhat-hardened-ld" path appearing in some tarballs
redhat.com/archives/libguestfs

THEN
edit ocaml-link.sh

replacing
-cclib "'-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld $cclib'"
by
-cclib "' $cclib'"

and replacing
-cclib "-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld $cclib"
by
-cclib " $cclib"

#libguestfs #GNU #Linux #Debian

Last updated 5 years ago