You are not logged in.
warning: pacutils-0.9.0-1 is up to date -- reinstalling
loading packages...
resolving dependencies...
looking for conflicting packages...
Package (1) Old Version New Version Net Change
pacutils 0.9.0-1 0.9.0-1 0.00 MiB
Total Installed Size: 0.45 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
reinstalling pacutils...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
call to execv failed (No such file or directory)
error: command failed to execute correctlypacutils was installed. The hook /usr/share/libalpm/hooks/30-systemd-update.hook failed.
Offline
So after Arming Condition, I can ignore the exec call failure?
Last edited by OrigBitmancer (2020-02-26 09:47:32)
Offline
Probably /usr/share/libalpm/scripts/systemd-hook from the systemd package is missing but pacutils was reinstalled.
Offline
Then I will work with the Restore method I last mentioned. Thanks.
Offline
What is the state of the system currently?
Offline
Does not boot. Says “you are on your own” after brief err summary.
Offline
What was the error message from the line before "Bailing out, you are on your own. Good luck."
Offline
I’ll check tomorrow. Thanks . Am in Texas, so 4am here. Cheers.
Offline
Also the output of
pacman --sysroot /mnt -Qkk systemd systemd-libs systemd-sysvcompat filesystem gcc-libs glibc util-linuxOffline
What was the error message from the line before "Bailing out, you are on your own. Good luck."
Boot device mounted successfully but /sbin/init does not exist.
Offline
Also the output of
pacman --sysroot /mnt -Qkk systemd systemd-libs systemd-sysvcompat filesystem gcc-libs glibc util-linux
Posted at http://ix.io/2cKU.
Thanks.
When I try to -S the list above, it goes fine down to “Proceed ...” and then does about a dozen
“error: GPGME error: invalid crypto engine”
and
“error: (package) missing required signature”
File /var/cache/pacman/pkg/file system-2019.10-2-... is corrupted (invalid ...pgp signature))
So what was the signature workaround?
Last edited by OrigBitmancer (2020-02-26 19:24:44)
Offline
pacman --root /mnt --cachedir=/mnt/var/cache/pacman/pkg -S filesystemSee if this method works on just one package. Otherwise there is pacman-static from https://pkgbuild.com/~eschwartz/repo/x86_64-extracted/
Last edited by loqs (2020-02-26 19:36:47)
Offline
pacman --root /mnt --cachedir=/mnt/var/cache/pacman/pkg -S filesystemSee if this method works on just one package. Otherwise there is pacman-static from https://pkgbuild.com/~eschwartz/repo/x86_64-extracted/
Method has results with
Reinstalling filesystem Seems to complete And all post-transaction hooks steps 1, 2,3,4 give
call to execv failed ...
Error: command failed to execute correctlyI have downloaded pacman-static. Same results.
Last edited by OrigBitmancer (2020-02-26 20:50:02)
Offline
The method worked which is good, need to be applied to more packages
pacman --root /mnt --cachedir=/mnt/var/cache/pacman/pkg -S systemd systemd-libs systemd-sysvcompat gcc-libs glibc util-linux linux gpgme libgpg-error gnupgEdit:
The above will not fix all of /usr but may be enough to get chrooting into and or booting into the system working.
Last edited by loqs (2020-02-26 21:20:04)
Offline
Now it was missing pcre2, which I found. Also libblkid, for which I search. Util-Linux fell off. Fixed.
Last edited by OrigBitmancer (2020-02-26 21:39:18)
Offline
The method worked which is good, need to be applied to more packages
pacman --root /mnt --cachedir=/mnt/var/cache/pacman/pkg -S systemd systemd-libs systemd-sysvcompat gcc-libs glibc util-linux linux gpgme libgpg-error gnupgEdit:
The above will not fix all of /usr but may be enough to get chrooting into and or booting into the system working.
Almost.
Needs libseccomp. Kernel panics.
Offline
And apparmor and firejail
How do I do a tee to get to confirm (—confirm does not work) install and still log for you?
Offline
Can you chroot into the system?
Offline
Arch-chroot or chroot? Trying arch-chroot
Needs libgcrypt.so.20
Last edited by OrigBitmancer (2020-02-26 22:16:38)
Offline
pacman --root /mnt --cachedir=/mnt/var/cache/pacman/pkg -S `pacman --root /mnt -Qoq /usr`Offline
Pacman or pacman-static ?
Sorry to be so dense
Offline
The none static.
Edit:
pacman --root /mnt --cachedir=/mnt/var/cache/pacman/pkg -S `pacman --root /mnt -Qoqn /usr`Added the -n option to restrict it to native packages i.e. those in the repositories.
Last edited by loqs (2020-02-26 22:34:45)
Offline
3371/3371 checking keys in keyring!!!!
Thanks for ALL your help.
Got a few lib32 packages to backfill. And wine.
Offline
The none static.
Edit:pacman --root /mnt --cachedir=/mnt/var/cache/pacman/pkg -S `pacman --root /mnt -Qoqn /usr`Added the -n option to restrict it to native packages i.e. those in the repositories.
“—owns. And —native may not be used together”
Offline
pacman --root /mnt --cachedir=/mnt/var/cache/pacman/pkg -S $(pacman --root /mnt -Qqn $(pacman --root /mnt -Qoq /usr))Inner most pacman call finds all packages that own /usr, middle call filters that to native packages, outer call reinstalls those packages.
Offline