add customer to parallel plesk - centos

i have plesk 10.1.1 install in centos 5 when i want to add a customer i got this error
Error: system user update is failed: unable to create system user: usermng: PAM password change failed: 24, Failed preliminary check by password service
i searched manay times and i have no idea what to do
tnx

We got this fix and we wrote an article (in Spanish) with all the related info in http://www.hackingballz.com/articulos/104/1/Plesk-PAM-Error-system-user-update-is-failed-Unable-to-create-system-user/Page1.html
Basically, you should replace the passwd and the system-auth with the configuration that we publish and it will start working. Tested in 3 different servers with those errors and all are working properly.

Related

Strapi instalation has error: connect ECONNREFUSED 127.0.0.1:5432

I just install Strapi but with PostgreQL DB (not using -- quickstart which means SQLite)
1. yarn create strap'-app name-of-my-project,
2. submit all QA=default step-by-step (database=strapi, port=default, login/password nothing fancy, and last without SSL connection)
And the finall result is not so descriptive. Only server error with connecting, which I don't know
Connection test failed: connect ECONNREFUSED 127.0.0.1:5433
Problem solved! (after 2 hours of trying instalation)
The answer is => You have to install PostgreSQL DB too on your computer
Once its done, next, you can run Strapi by yarn develop
So the problem is solved. Other problem in meantime solved
`Server wasn't able to start properly. Error: The server does not support SSL connections. Try to install without SSL connection (last question in Strapi install process)
I know you resolved the issue but just posting this in case anybody needs specific instructions.
I followed this tutorial and it's working for me now.
Sidenote: Once I installed Postgres and ran the command psql postgres it prompted me to enter my password. Despite putting in the correct password it still gave me an error that it is the wrong password, so I ran psql postgres postgres and then entering my password resolved the issue for me.
Instead of downloading postgres you can apply docker and it works the same
Link: https://blog.dehlin.dev/docker-with-strapi-v4
I had the same problem and as Kris says above, you need to install postgresql, pgAdmin and create the database first to then can create your Strapi project linked to you database.
I followed this youtube tutorial (in spanish) to solve it very easy.
Also need to avoid enable SSL for your local project. If you need to change this option in the future you can make it in the strapi config/database.js file.
Good luck!

Postgresql and ssl start up error

I am new to freenode and postgresql. I am trying to migrate from mysql to postgresql. Currently trying to set up server for ssl. Have created my server certs and configured the .conf files for ssl according to the manual as far as I can see. Trying to restart postgre sql service fails. Windows event log gives me an event ID of 0 and says
pg_ctrl could not start server examine the log output.
I can't find any log detailing the failure to start in the postgresql folders.
I have tried to register the pgevent.dll as advised by the postgresql manual (18.11 of most recent version), but I get an error message
The module "C:postgreSQL\pg10\lib\postgresql\pgevent.dll" was loaded but the entry-point DllRegisterServer was not found
I believe that means it is either not a registrable dll or it's corrupt.
Can anyone please advise how I can track on Windows the error that is causing Postgre to fail to start?

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure & database disappeared & sql cmd line auto close

After running CCleaner and trying to debug a fix an Oauth password encryption type error, I have this error:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:
Communications link failure
and all the local databases seemed to have disappeared
I tried to create a new database with MYSQL command line. After entering my password, there was a error and the window closed.
I have tried many solutions to debug the errors e.g. setting
compile('org.hibernate:hibernate-core')
compile('org.hibernate:hibernate-entitymanager')
to resolve an EntityFactory error which lead to this error I think.
I also tried killing the process on port 3306. But I couldn't think of any other options. Any suggestions for next steps would be...?
Apparently mysql service stopped working at some point without me realizing. The solution was going to Start -> type 'service.msc' -> run mysql80 (stands for mysql version 8.0 I think).

installation with WAS Liberty server and DB2(How to give root access to user )

I am trying to set up a standalone server setup with WAS Liberty server and DB2 database. I have installed IBM Installation Manager, WAS server and WAS supplementary and DB2.THe whole set up is done in ubuntu. I am new to DB2 Express c edition , so when i run the command for creating a database it is giving me a error saying as below. So i need to know the command for getting the root access to the user , seeing the number of the user and also need help in creating the document.
Error message is SQL1092N The requested command or operation failed because the user ID does
not have the authority to perform the requested command or operation. User
ID: "****".

Administrator password was not updated in the database error in configuring ATG version 11.0.0 integrated with Endeca

I'm facing an error while configuring the ATG 11.0.0 with Oracle DB and with Endeca 11.0.0.
Here is the error:
Importing ( 8 of 8 ) /CIM/tmp/import/switchingA-import4.xml:
/CommerceReferenceStore/Store/Storefront/data/storecontent.xml to /atg/store/
stores/StoreContentRepository
/CommerceReferenceStore/Store/KnowledgeBase/install/data/basic-urls.xml to /
atg/multisite/SiteRepository
...Success
Update:
administrator password (1 of 1). The administrator password was not
updated in the database. The update was bypassed. Please check the cim.log for
details
-------DATA IMPORT FAILED-------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit
Make sure you have configured the connection details and created the schema.
1 of 8 data imports had errors. Please check D:\E2E\ATG\ATG11.0\CIM\log/
cim.log for more details.
*[D] Done - Mark Import as Done
[C] Continue
Please suggest a solution to this problem.
Thanks in Advance
It may be because the schema is corrupted..
Drop the production,CAT_A and CAT_B schemas and do the steps on
I had this problem too, such that I couldn't login to the dynamo admin servers on bcc and prod instances. I modified the unpacked ear file to start up with Admin.Reset, which resets it to admin/admin and it works.