Missing libc.so (PI4)

I was testing backup and restorals on sysupgrade w/ additional scrips on my PI4, anticipating delivery of my OpenWRT ONE

Issues I came across were de-resizing of 32G SD & loosing link to libc.so located at /lib. What is the correct syntax to restore link

???
OUTPUT_FORMAT ( )
GROUP "libc.so.0 uclibc_nonshared.a AS_NEEDED ( ld-uClibc.so.0"

this was my backup script:

This file contains files and directories that should

be preserved during an upgrade.

/etc/example.conf

/etc/openvpn/

Add files/directories

cat << EOF >> /etc/sysupgrade.conf
/etc/sudoers
/etc/sudoers.d
/lib/upgrade/keep.d/*
EOF

Automatically detected modifications

opkg list-changed-conffiles

System configurations supplied by individual packages

grep -r -e . /lib/upgrade/keep.d

User configuration to edit if necessary

grep -e . /etc/sysupgrade.conf

Edit backup configuration

vi /etc/sysupgrade.conf

% echo -e "\n\n/root/\n" >> /etc/sysupgrade.conf
% touch /root/.lesshst
% sysupgrade -b - | tar ztvf - | fgrep root/.lesshst

Verify backup configuration

sysupgrade -l

Can you post output of ubus call system board ?

On normal openwrt one just downloads conf tarball from the web ui.

Your command strings seem look alike chdtbot permutation.

root@Nomad:~# ubus call system board
{
"kernel": "6.6.73",
"hostname": "Nomad",
"system": "ARMv8 Processor rev 3",
"model": "Raspberry Pi 4 Model B Rev 1.4",
"board_name": "raspberrypi,4-model-b",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "24.10.0",
"revision": "r28427-6df0e3d02a",
"target": "bcm27xx/bcm2711",
"description": "OpenWrt 24.10.0 r28427-6df0e3d02a",
"builddate": "1738624177"
}
}

This version is inconsistent with your original post.
You are on your own with your chatbot generated commands. I's suggest to start configuring device from zero

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.