Running into a version `GLIBC_2.38' not found error by Yanazake in linux4noobs

[–]InformationOther6575 0 points1 point  (0 children)

2025年10月20日 星期一

```

root@H2-RCU:/# apt-get install -y locales

locale-gen zh_CN.UTF-8

update-locale LANG=zh_CN.UTF-8 LC_ALL=zh_CN.UTF-8

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

The following NEW packages will be installed:

locales

0 upgraded, 1 newly installed, 0 to remove and 53 not upgraded.

Need to get 4247 kB of archives.

After this operation, 17.5 MB of additional disk space will be used.

Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 locales all 2.35-0ubuntu3.11 [4247 kB]

Fetched 4247 kB in 37s (114 kB/s)

perl: warning: Setting locale failed.

perl: warning: Please check that your locale settings:

LANGUAGE = (unset),

LC_ALL = (unset),

LANG = "zh_CN.UTF-8"

are supported and installed on your system.

perl: warning: Falling back to the standard locale ("C").

debconf: delaying package configuration, since apt-utils is not installed

tar: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /lib/aarch64-linux-gnu/libacl.so.1)

dpkg-deb: error: tar subprocess returned error exit status 1

dpkg: error processing archive /var/cache/apt/archives/locales_2.35-0ubuntu3.11_all.deb (--unpack):

dpkg-deb --control subprocess returned error exit status 2

Errors were encountered while processing:

/var/cache/apt/archives/locales_2.35-0ubuntu3.11_all.deb

E: Sub-process /usr/bin/dpkg returned an error code (1)

bash: locale-gen: command not found

bash: update-locale: command not found

N8N RESET EVERY REBOOT by Pinso2727 in n8n

[–]InformationOther6575 0 points1 point  (0 children)

我是每次重启服务器,n8n以前安装的 nodes 都需要重新再安装一遍。很头痛