Control Web Panel

WebPanel => Information => Topic started by: heart2hack on August 02, 2023, 04:15:09 PM

Title: Unknown user in cwp user quota
Post by: heart2hack on August 02, 2023, 04:15:09 PM
Hello guys.

Upon checking the users quota inside cwp, I found that there are unknown user accounts which are not listed in list account, but in quota they exists.

Can someone explain what is this and why is this?

#1000     --    111M  20000M  20000M          10641     0     0       
#119      --   9844K      0K      0K            366     0     0       
#1002     --   6428K  10000M  10000M            495     0     0       
#800      --   8080K      0K      0K            744     0     0       
#501      --  77544K      0K      0K           7235     0     0       
#1001     --   5592K    500M    500M            545     0     0       
#507      --  37744K      0K      0K             40     0     0       
#1026     +-  11252K      1K      1K   none       0     1     1       
#3000     --   4252K      0K      0K            265     0     0       
#802      --   8836K      0K      0K            495     0     0       
#34367    --   3532K      0K      0K            237     0     0       
#105892   --  17724K      0K      0K           1121     0     0       
#500      --   6084K      0K      0K            271     0     0
Title: Re: Unknown user in cwp user quota
Post by: overseer on August 02, 2023, 08:02:53 PM
That looks to be a list of UIDs. Did you migrate from cPanel or another control panel, or create and delete users from outside CWP?
Title: Re: Unknown user in cwp user quota
Post by: heart2hack on August 04, 2023, 03:21:50 PM
I did migration from another cwp to this cwp server.
Title: Re: Unknown user in cwp user quota
Post by: heart2hack on August 04, 2023, 03:22:57 PM
Also I'm using whmcs with my cwp server.
Title: Re: Unknown user in cwp user quota
Post by: overseer on August 07, 2023, 02:00:49 PM
You should delete them from a shell -- they are just vestiges from the migration that the quota module is picking up on.
Title: Re: Unknown user in cwp user quota
Post by: heart2hack on August 18, 2023, 12:29:57 PM
thank you.
can you guide me which commands I should use, and will effect the server?
Title: Re: Unknown user in cwp user quota
Post by: overseer on August 19, 2023, 02:42:15 AM
Do they only show up in the quota interface, and no where else? In a shell, try
Code: [Select]
id 1000
id 501
id 3000
(a semi-random selection of the UIDs -- if you get no results, the entries are for sure not connected to any valid account on the system.