In Progress CPANEL-42530 - SSH Backup Error

Operating System & Version
CentOS v7.9.2009
cPanel & WHM Version
cPanel & WHM v106.0.11 (STANDARD)

fatihates

Registered
Dec 13, 2022
1
0
1
Türkiye
cPanel Access Level
Website Owner
Hello, today I updated the server by doing the licensing. Currently, I am getting an error with the following command, I do not want to take a backup.

Backup Command: for i in $(ls /var/cpanel/users); do /scripts/pkgacct $i;done

Error:

[2022-12-14 02:03:26 +0300] Copying locale ...The number of arguments to quant (2 in [quant,_1,karakter,karakter]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_1,karakter,karakter]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_1,karakter,karakter]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_1,karakter,karakter]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [numerate,_1, karakter, karakter]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_1,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_1,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (6 in [quant,_1,bit,bit,bit,bit,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (6 in [quant,_1,bit,bit,bit,bit,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (6 in [quant,_2,bit,bit,bit,bit,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_1,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_2,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_1,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_1,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (6 in [quant,_1,bit,bit,bit,bit,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_1,bit,bit]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [quant,_2,bit,bit]) is incorrect (should be 1 for tr).
Possible ambiguous use of trailing variable in output,url: [output,url,_1,documentation,target,_2,id,_3]
The number of arguments to quant (2 in [numerate,_1,isim,isimler]) is incorrect (should be 1 for tr).
The number of arguments to quant (2 in [numerate,_1,isim,isimler]) is incorrect (should be 1 for tr).
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
15,280
2,434
363
cPanel Access Level
Root Administrator
Hey there! Can you try just running the first part of the script:

Code:
for i in $(ls /var/cpanel/users);
If the error is with the cPanel user list, running that by itself on the command line should give you more details, or at least allow you to reproduce the problem.
 

Kent Brockman

Well-Known Member
PartnerNOC
Jan 20, 2008
1,339
75
178
Buenos Aires, Argentina
cPanel Access Level
Root Administrator
Hello guys. In case this comment add some light to the cPanel staff, I found this thread by searching one of the strings:

Possible ambiguous use of trailing variable in output,url:....

I found this error happens with a lot of variables when transfering accounts between cPanel servers, being both running cPanel 106.0.11. It happens almost always, no matter if you are migrating to/from Almalinux 8 or CentOS 7.
 

cenourinha

Well-Known Member
PartnerNOC
Jan 8, 2011
51
2
58
Portugal
cPanel Access Level
DataCenter Provider
Twitter
Hello guys. In case this comment add some light to the cPanel staff, I found this thread by searching one of the strings:

Possible ambiguous use of trailing variable in output,url:....

I found this error happens with a lot of variables when transfering accounts between cPanel servers, being both running cPanel 106.0.11. It happens almost always, no matter if you are migrating to/from Almalinux 8 or CentOS 7.
We're also seeing this error/message when transferring accounts between servers.
 

Kent Brockman

Well-Known Member
PartnerNOC
Jan 20, 2008
1,339
75
178
Buenos Aires, Argentina
cPanel Access Level
Root Administrator
Hello @cPRex, I have to transfer a couple accounts today, so I'll try to collect the lines, as they don't appear in the logs of "Review transfers". They just appear in the first screen of the transfer.
 
  • Like
Reactions: cPRex

roni777

Registered
Jul 10, 2017
3
0
51
Santiago, Chile
cPanel Access Level
Root Administrator
Hi , i have the same issue , this start to happen like a month ago ( I have made 3 full server transfer , and almost 10 backups from different servers, all with the same issue) , all the transfers and backups generation shows the same warning. Anyway , the backup and transfer finish well, but with transfer tool , migrating 500 accounts It's very disgusting , this become a eternal scroll down.

Error :

The number of arguments to quant (6 in [quant,_1,bit,bits,bits,bits,bits,bits]) is incorrect (should be 2 for es).
Possible ambiguous use of trailing variable in output,url: [output,url,_1,documentation,target,_2,id,_3]

Like a hundred of messages like that for each backup or transfered account, may be something with translation because here shows (should be 2 for es) , and the original post shows (should be 1 for tr)

Will be nice that the solution was published here , and not only with a ticket , because i think that this is a general problem that comes with some cpanel update.

Thank you very much
 

chrisbuk

Well-Known Member
PartnerNOC
Dec 7, 2003
398
2
168
Liverpool, United Kingdom
cPanel Access Level
DataCenter Provider
Twitter
We just started moving from CloudLinux 7 to CloudLinux 8 and we too have these warnings throughout the transfer.
Both servers are 108.0.14
 

c0i0t3

Well-Known Member
Sep 30, 2005
66
3
158
Hospedagem de Site
I have the same problem. There is a migration being performed with the "Transfer Tools" and it is sending multiple alerts like this.

cPanel Version 110.0.0.6
CentOS 7 to Almalinux 8 ( CloudLinux v8)
 
  • Like
Reactions: cPRex