Locale error after updating debian

Nextcloud version : 14.0.3
Operating system and version: Debian Buster
Apache: Server version: Apache/2.4.37 (Debian); Server built: 2018-11-03T13:26:31
PHP version: php7.3 7.3.0~rc4-1

Login page displays:

Fehler

Das Setzen der Umgebungslokale auf en_US.UTF-8/fr_FR.UTF-8/es_ES.UTF-8/de_DE.UTF-8/ru_RU.UTF-8/pt_BR.UTF-8/it_IT.UTF-8/ja_JP.UTF-8/zh_CN.UTF-8 ist fehlgeschlagen

Bitte installiere eine dieser Sprachen auf Deinem System und starte den Webserver neu.

Is this the first time you’ve seen this error?:
yes
i’ve had this nextcloud running on debian buster since nextcloud 11, updated every release.
i’ve upgraded 14.0.3 on 24th of october and had no problem until yesterday 6th of november
all i did was a full-upgrade of the debian packages, as i do every 2 weeks.
this time a new “locale” package was installed, i assume that is causing the problem

Steps to replicate it:

  1. have an updated debian buster
  2. get the error

The output of your Nextcloud log in Admin > Logging:
no lines in there at all the last few days!

The output of your config.php file in /path/to/nextcloud
cat config/config.php
<?php
$CONFIG = array (
‘instanceid’ => ‘redacted’,
‘passwordsalt’ => ‘redacted’,
‘datadirectory’ => ‘/crypted/owncloud/data’,
‘dbtype’ => ‘pgsql’,
‘version’ => ‘14.0.3.0’,
‘dbname’ => ‘ownclouddb’,
‘dbhost’ => ‘localhost’,
‘dbtableprefix’ => ‘oc_’,
‘dbuser’ => ‘owncloud’,
‘dbpassword’ => ‘redacted’,
‘installed’ => true,
‘theme’ => ‘’,
‘maintenance’ => false,
‘trusted_domains’ =>
array (
0 => ‘localhost’,
1 => ‘192.168.123.1’,
2 => ‘sunnydale.servebeer.com’,
3 => ‘sunnydale.russenmafia.at’,
4 => ‘sunnydale.servebeer.com’,
),
‘secret’ => redacted,
‘loglevel’ => 2,
‘trashbin_retention_obligation’ => ‘auto’,
‘updatechecker’ => false,
‘htaccess.RewriteBase’ => ‘/owncloud’,
‘overwrite.cli.url’ => ‘/owncloud’,
‘appstore.experimental.enabled’ => true,
‘mail_from_address’ => ‘root’,
‘mail_smtpmode’ => ‘smtp’,
‘mail_domain’ => ‘localhost’,
‘mail_smtphost’ => ‘127.0.0.1’,
‘mail_smtpport’ => ‘25’,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘memcache.distributed’ => ‘\OC\Memcache\Memcached’,
‘memcached_servers’ =>
array (
0 =>
array (
0 => ‘localhost’,
1 => 11211,
),
),
);

The output of your Apache/nginx/system log in /var/log/____:
fresh logfiles and restarted apache2, went to login page and got the error:
ssl_access.log
cat ssl_access.log
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/ HTTP/1.1” 503 16053 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/search/js/search.js?v=ef7d1f2b-0 HTTP/1.1” 200 2673 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/vendor/jquery-ui/themes/base/jquery-ui.css?v=ef7d1f2b-0 HTTP/1.1” 200 7242 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/l10n/de.js?v=ef7d1f2b-0 HTTP/1.1” 200 17336 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/vendor/select2/select2.css?v=ef7d1f2b-0 HTTP/1.1” 200 4365
“-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/search/js/searchprovider.js?v=ef7d1f2b-0 HTTP/1.1” 200 4338 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/js/jquery-ui-fixes.js?v=ef7d1f2b-0 HTTP/1.1” 200 871 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/css/guest.css?v=ef7d1f2b-0 HTTP/1.1” 200 5569 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/js/core/merged-template-prepend.js?v=ef7d1f2b-0 HTTP/1.1” 503 11683 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/vendor/core.js?v=ef7d1f2b-0 HTTP/1.1” 200 285668 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/js/files/fileinfo.js?v=ef7d1f2b-0 HTTP/1.1” 200 1545 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/apps/files_versions/css/versions.css?v=91a57076-0 HTTP/1.1” 200
1044 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/js/files/client.js?v=ef7d1f2b-0 HTTP/1.1” 200 6299 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/js/contactsmenu.js?v=ef7d1f2b-0 HTTP/1.1” 200 4383 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:50 +0100] “GET /owncloud/core/img/background.png?v=2 HTTP/1.1” 200 103459 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:51 +0100] “GET /owncloud/core/img/logo.svg?v=1 HTTP/1.1” 200 859 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:51 +0100] “GET /owncloud/core/img/favicon.ico HTTP/1.1” 200 3864 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”
217.10.52.10 - - [07/Nov/2018:15:49:51 +0100] “GET /owncloud/core/img/favicon-touch.png HTTP/1.1” 200 3505 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0”

error.log
[Wed Nov 07 15:49:48.190058 2018] [mpm_prefork:notice] [pid 30886] AH00163: Apache/2.4.37 (Debian) mpm-itk/2.4.7-04 OpenSSL/1.1.1 mod_perl/2.0.10 Perl/v5.28.0 configured -- resuming normal operations
[Wed Nov 07 15:49:48.190100 2018] [core:notice] [pid 30886] AH00094: Command line: '/usr/sbin/apache2'

oh yeah and i know it’s in the folder “owncloud” and the database is still named owncloud, but i’ve migrated from owncloud last year and was too lazy to change all that. :slight_smile:

additional info:

$ locale -a
aa_DJ
aa_DJ.utf8
aa_ER
aa_ER@saaho
aa_ET
af_ZA
af_ZA.utf8
agr_PE
ak_GH
am_ET
an_ES
an_ES.utf8
anp_IN
ar_AE
ar_AE.utf8
ar_BH
ar_BH.utf8
ar_DZ
ar_DZ.utf8
ar_EG
ar_EG.utf8
ar_IN
ar_IQ
ar_IQ.utf8
ar_JO
ar_JO.utf8
ar_KW
ar_KW.utf8
ar_LB
ar_LB.utf8
ar_LY
ar_LY.utf8
ar_MA
ar_MA.utf8
ar_OM
ar_OM.utf8
ar_QA
ar_QA.utf8
ar_SA
ar_SA.utf8
ar_SD
ar_SD.utf8
ar_SS
ar_SY
ar_SY.utf8
ar_TN
ar_TN.utf8
ar_YE
ar_YE.utf8
as_IN
ast_ES
ast_ES.utf8
ayc_PE
az_AZ
az_IR
be_BY
be_BY@latin
be_BY.utf8
bem_ZM
ber_DZ
ber_MA
bg_BG
bg_BG.utf8
bhb_IN.utf8
bho_IN
bho_NP
bi_VU
bn_BD
bn_IN
bo_CN
bo_IN
br_FR
br_FR@euro
br_FR.utf8
brx_IN
bs_BA
bs_BA.utf8
byn_ER
C
ca_AD
ca_AD.utf8
ca_ES
ca_ES@euro
ca_ES.utf8
ca_ES@valencia
ca_FR
ca_FR.utf8
ca_IT
ca_IT.utf8
ce_RU
chr_US
cmn_TW
crh_UA
csb_PL
cs_CZ
cs_CZ.utf8
C.UTF-8
cv_RU
cy_GB
cy_GB.utf8
da_DK
da_DK.utf8
de_AT
de_AT@euro
de_AT.utf8
de_BE
de_BE@euro
de_BE.utf8
de_CH
de_CH.utf8
de_DE
de_DE@euro
de_DE.utf8
de_IT
de_IT.utf8
de_LI.utf8
de_LU
de_LU@euro
de_LU.utf8
doi_IN
dv_MV
dz_BT
el_CY
el_CY.utf8
el_GR
el_GR@euro
el_GR.utf8
en_AG
en_AU
en_AU.utf8
en_BW
en_BW.utf8
en_CA
en_CA.utf8
en_DK
en_DK.iso885915
en_DK.utf8
en_GB
en_GB.iso885915
en_GB.utf8
en_HK
en_HK.utf8
en_IE
en_IE@euro
en_IE.utf8
en_IL
en_IN
en_NG
en_NZ
en_NZ.utf8
en_PH
en_PH.utf8
en_SC.utf8
en_SG
en_SG.utf8
en_US
en_US.iso885915
en_US.utf8
en_ZA
en_ZA.utf8
en_ZM
en_ZW
en_ZW.utf8
eo
es_AR
es_AR.utf8
es_BO
es_BO.utf8
es_CL
es_CL.utf8
es_CO
es_CO.utf8
es_CR
es_CR.utf8
es_CU
es_DO
es_DO.utf8
es_EC
es_EC.utf8
es_ES
es_ES@euro
es_ES.utf8
es_GT
es_GT.utf8
es_HN
es_HN.utf8
es_MX
es_MX.utf8
es_NI
es_NI.utf8
es_PA
es_PA.utf8
es_PE
es_PE.utf8
es_PR
es_PR.utf8
es_PY
es_PY.utf8
es_SV
es_SV.utf8
es_US
es_US.utf8
es_UY
es_UY.utf8
es_VE
es_VE.utf8
et_EE
et_EE.iso885915
et_EE.utf8
eu_ES
eu_ES@euro
eu_ES.utf8
eu_FR
eu_FR@euro
eu_FR.utf8
fa_IR
ff_SN
fi_FI
fi_FI@euro
fi_FI.utf8
fil_PH
fo_FO
fo_FO.utf8
fr_BE
fr_BE@euro
fr_BE.utf8
fr_CA
fr_CA.utf8
fr_CH
fr_CH.utf8
fr_FR
fr_FR@euro
fr_FR.utf8
fr_LU
fr_LU@euro
fr_LU.utf8
fur_IT
fy_DE
fy_NL
ga_IE
ga_IE@euro
ga_IE.utf8
gd_GB
gd_GB.utf8
gez_ER
gez_ER@abegede
gez_ET
gez_ET@abegede
gl_ES
gl_ES@euro
gl_ES.utf8
gu_IN
gv_GB
gv_GB.utf8
hak_TW
ha_NG
he_IL
he_IL.utf8
hif_FJ
hi_IN
hne_IN
hr_HR
hr_HR.utf8
hsb_DE
hsb_DE.utf8
ht_HT
hu_HU
hu_HU.utf8
hy_AM
hy_AM.armscii8
ia_FR
id_ID
id_ID.utf8
ig_NG
ik_CA
is_IS
is_IS.utf8
it_CH
it_CH.utf8
it_IT
it_IT@euro
it_IT.utf8
iu_CA
ja_JP.eucjp
ja_JP.utf8
kab_DZ
ka_GE
ka_GE.utf8
kk_KZ
kk_KZ.rk1048
kk_KZ.utf8
kl_GL
kl_GL.utf8
km_KH
kn_IN
kok_IN
ko_KR.euckr
ko_KR.utf8
ks_IN
ks_IN@devanagari
ku_TR
ku_TR.utf8
kw_GB
kw_GB.utf8
ky_KG
lb_LU
lg_UG
lg_UG.utf8
li_BE
lij_IT
li_NL
ln_CD
lo_LA
lt_LT
lt_LT.utf8
lv_LV
lv_LV.utf8
lzh_TW
mag_IN
mai_IN
mai_NP
mfe_MU
mg_MG
mg_MG.utf8
mhr_RU
mi_NZ
mi_NZ.utf8
miq_NI
mjw_IN
mk_MK
mk_MK.utf8
ml_IN
mni_IN
mn_MN
mr_IN
ms_MY
ms_MY.utf8
mt_MT
mt_MT.utf8
my_MM
nan_TW
nan_TW@latin
nb_NO
nb_NO.utf8
nds_DE
nds_NL
ne_NP
nhn_MX
niu_NU
niu_NZ
nl_AW
nl_BE
nl_BE@euro
nl_BE.utf8
nl_NL
nl_NL@euro
nl_NL.utf8
nn_NO
nn_NO.utf8
nr_ZA
nso_ZA
oc_FR
oc_FR.utf8
om_ET
om_KE
om_KE.utf8
or_IN
os_RU
pa_IN
pap_AW
pap_CW
pa_PK
pl_PL
pl_PL.utf8
POSIX
ps_AF
pt_BR
pt_BR.utf8
pt_PT
pt_PT@euro
pt_PT.utf8
quz_PE
raj_IN
ro_RO
ro_RO.utf8
ru_RU
ru_RU.cp1251
ru_RU.koi8r
ru_RU.utf8
ru_UA
ru_UA.utf8
rw_RW
sa_IN
sat_IN
sc_IT
sd_IN
sd_IN@devanagari
se_NO
sgs_LT
shn_MM
shs_CA
sid_ET
si_LK
sk_SK
sk_SK.utf8
sl_SI
sl_SI.utf8
sm_WS
so_DJ
so_DJ.utf8
so_ET
so_KE
so_KE.utf8
so_SO
so_SO.utf8
sq_AL
sq_AL.utf8
sq_MK
sr_ME
sr_RS
sr_RS@latin
ss_ZA
st_ZA
st_ZA.utf8
sv_FI
sv_FI@euro
sv_FI.utf8
sv_SE
sv_SE.iso885915
sv_SE.utf8
sw_KE
sw_TZ
szl_PL
ta_IN
ta_LK
tcy_IN.utf8
te_IN
tg_TJ
tg_TJ.utf8
the_NP
th_TH
th_TH.utf8
ti_ER
ti_ET
tig_ER
tk_TM
tl_PH
tl_PH.utf8
tn_ZA
to_TO
tpi_PG
tr_CY
tr_CY.utf8
tr_TR
tr_TR.utf8
ts_ZA
tt_RU
tt_RU@iqtelif
ug_CN
uk_UA
uk_UA.utf8
unm_US
ur_IN
ur_PK
uz_UZ
uz_UZ@cyrillic
uz_UZ.utf8
ve_ZA
vi_VN
wa_BE
wa_BE@euro
wa_BE.utf8
wae_CH
wal_ET
wo_SN
xh_ZA
xh_ZA.utf8
yi_US
yi_US.utf8
yo_NG
yue_HK
yuw_PG
zh_CN
zh_CN.gb18030
zh_CN.gbk
zh_CN.utf8
zh_HK
zh_HK.utf8
zh_SG
zh_SG.gbk
zh_SG.utf8
zh_TW
zh_TW.euctw
zh_TW.utf8
zu_ZA
zu_ZA.utf8

If you stumble across this post you might have the same situation like I was when updating a Rasbian jessie to buster, with Nextcloud 12.0.4 and php5 installed.

The changes in /etc/apache2/envvars as posted here solved this for me, too:

https://github.com/nextcloud/server/issues/12318

I updated via the commandline with occ.