Cloud filename encoding issue after update

Hi,
I have upgrade to ubuntu 22.04 and miab 61.1 today.
It worked quite well. I did backups, installed a new ubuntu 22.04, then miab and everything worked super.

while restoring the backup i got strange messages in the ssh shell.

something like
old index… filename → new index … other filename
lot’s of those!

Now, when logging in the nextcloud ap, all files with umlauts are broken.
Where dit that come from? Is there a way to fix it?

Cheers,
Chris
Emails and stuff seems to be OK.

SSH in and become root.

then:

sudo -u www-data php /usr/local/lib/owncloud/occ files:scan --all

and maybe see if that helps?

This is probably more of a nextcloud question then a mail-in-a-box question → Using the occ command — Nextcloud latest Administration Manual latest documentation

Thanks! that, at least, made the file accessible again.
BUT all the umlauts in any filename is now replaced bei ?? (two questionmarks)

Any ideas how to prevent that next time?
(Too late for me I guess, but maybe some else can skip this problem)

This has me wondering if your “locale” is setup right for the Operating system.

mail:~$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE=“en_US.UTF-8”
LC_NUMERIC=“en_US.UTF-8”
LC_TIME=“en_US.UTF-8”
LC_COLLATE=“en_US.UTF-8”
LC_MONETARY=“en_US.UTF-8”
LC_MESSAGES=“en_US.UTF-8”
LC_PAPER=“en_US.UTF-8”
LC_NAME=“en_US.UTF-8”
LC_ADDRESS=“en_US.UTF-8”
LC_TELEPHONE=“en_US.UTF-8”
LC_MEASUREMENT=“en_US.UTF-8”
LC_IDENTIFICATION=“en_US.UTF-8”
LC_ALL=
user@mail:~$

Guessing you need to set something appropriately there?

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