Manuel_Caramia
Regular Pleskian
I'm getting emails every 5 minutes. following the cancellation of a domain and its recreation I think that the database is not more reading the user.
If I check user latincub exists in plesk database:
# mysql -uadmin -p`cat /etc/psa/.psa.shadow`
mysql> use psa
mysql> select * from sys_users where login = 'latincub';
+----+---------------+----------+------------+-----------+------------------------------+------------+-------+
| id | serviceNodeId | login | account_id | mapped_to | home | shell | quota |
+----+---------------+----------+------------+-----------+------------------------------+------------+-------+
| 21 | 1 | latincub | 118 | NULL | /var/www/vhosts/latincuba.it | /bin/false | 0 |
+----+---------------+----------+------------+-----------+------------------------------+------------+-------+
1 row in set (0.00 sec)
But do not exists physically in the system.
Is there a command to reload database and all users?
This is the email:
Traceback (most recent call last):
File "/usr/bin/getcontrolpaneluserspackages", line 125, in <module>
main()
File "/usr/bin/getcontrolpaneluserspackages", line 94, in main
SCRIPT_NAME.list_all()
File "/usr/lib/python2.6/site-packages/clcontrollib.py", line 471, in list_all
self.get_packages_info('all')
File "/usr/lib/python2.6/site-packages/clcontrollib.py", line 418, in get_packages_info
luid = self.users_data.get_uid(line[0])
File "/usr/lib/python2.6/site-packages/clcommon/clpwd.py", line 56, in get_uid
raise ClPwd.NoSuchUserException(user)
clcommon.clpwd.NoSuchUserException: No such user (latincub)
The problem is not of CLoudLinux.
Thanks
If I check user latincub exists in plesk database:
# mysql -uadmin -p`cat /etc/psa/.psa.shadow`
mysql> use psa
mysql> select * from sys_users where login = 'latincub';
+----+---------------+----------+------------+-----------+------------------------------+------------+-------+
| id | serviceNodeId | login | account_id | mapped_to | home | shell | quota |
+----+---------------+----------+------------+-----------+------------------------------+------------+-------+
| 21 | 1 | latincub | 118 | NULL | /var/www/vhosts/latincuba.it | /bin/false | 0 |
+----+---------------+----------+------------+-----------+------------------------------+------------+-------+
1 row in set (0.00 sec)
But do not exists physically in the system.
Is there a command to reload database and all users?
This is the email:
Traceback (most recent call last):
File "/usr/bin/getcontrolpaneluserspackages", line 125, in <module>
main()
File "/usr/bin/getcontrolpaneluserspackages", line 94, in main
SCRIPT_NAME.list_all()
File "/usr/lib/python2.6/site-packages/clcontrollib.py", line 471, in list_all
self.get_packages_info('all')
File "/usr/lib/python2.6/site-packages/clcontrollib.py", line 418, in get_packages_info
luid = self.users_data.get_uid(line[0])
File "/usr/lib/python2.6/site-packages/clcommon/clpwd.py", line 56, in get_uid
raise ClPwd.NoSuchUserException(user)
clcommon.clpwd.NoSuchUserException: No such user (latincub)
The problem is not of CLoudLinux.
Thanks