proftpd on VPS - No such user found - plesk

I'm running a brand new installed VPS with CentOS 6.6 and Plesk 12.0.18. I created a subscription and by default a FTP user is created. However, I cannot login with these credentials. I also created a new user but the same problem presists. I'm 100% sure that the username and password is correct.
Filezilla gives me and 530 Login incorrect. But if I look at the /var/log/secure file, I see this odd message (FTP username = test):
Jan 30 16:01:45 transip proftpd: PAM unable to dlopen(/lib64/security/pam_stack.so): /lib64/security/pam_stack.so: cannot open shared object file: No such file or directory
Jan 30 16:01:45 transip proftpd: PAM adding faulty module: /lib64/security/pam_stack.so
Jan 30 16:01:45 transip proftpd: pam_listfile(proftpd:auth): Couldn't open /etc/ftpusers
Jan 30 16:01:45 transip proftpd[18085]: 127.0.0.1 (x.x.x.x[x.x.x.x]) - USER test (Login failed): No such user found
No such user found, although it is created with Plesk. How can I fix this?

Related

Can we change the SSL certificate delivered by Avast Web/Mail Shield Self-signed Root for IMAP mail client of Kolab 16 server?

A pop-up window shows a warning message about a self signed certificate at every start of Outlook on a PC and on Samsung mail at the initial configuration.
Warning about the SSL certificate in Outlook 2016
Where is this certificate stored (Kolab 16 running on Ubuntu 18.04)? And how can I create new one?
This certificate is delivered by the Avast antivirus installed on a workstation. This certificate is stored in the workstation, not on the Kolab server.
To change the certificate associated to the warning about the SSL certificate in Outlook, you have to modify /etc/guam/sys.config and restart guam on the Kolab server :
1) At the line 29/79 of the file, you change the file path and the name of the certificate assiciated to the desired file.
2) At the line 46/79 of the file, you change the file path and the name of the certificate assiciated to the desired file.
3) And for a plus, you can modify the port 9993 at the line 10/79 for the port number 993 witch will correct a bug in the default file.
4) Restart the guam service by typing : service guam restart
The original certificate file /etc/ssl/kolab.installation.lan/cyrus-imapd.pem concactenates a certificate and a private key. So you can do the same with a command like :
cat fullchain.pem privkey.pem > crtprivkey.pem

Ntp giving log message can't open key file /etc/ntp.keys: Permission denied inspite of the permission being -rwxrwxrwx

While trying to configure ntp server on SUSE Linux 10 ,ntp log message is reported as
18 Aug 23:15:40 ntpd[4972]: trusted key trustedkey unlikely
18 Aug 23:15:40 ntpd[4972]: trusted key 0 unlikely
18 Aug 23:15:40 ntpd[4972]: can't open key file /etc/ntp.keys: Permission denied
18 Aug 23:15:40 ntpd[4972]: getconfig: Couldn't generate a valid random key!
While checking the permission for the file its permission is -rwxrwxrwx
ntp.conf file contains statements
keys /etc/ntp.keys
enable auth
trusted key 0 2 4
and ntp.keys is also valid file
2 M AAAAAA
4 A ZZZZZZ
While trying to sync the time without authentication it is ok, but with authentication it is not working.

Unable to connect Google Compute Engine instance via SSH in browser

i am new to google cloud,i just deployed my first instance it was working fine till yesterday, i used last time to set email server using this tutorial email server, but now i am unable to connect ssh in browser and also with google cloud sdk in terminal.
Website is running fine,I don't know what happened Please help
the error message in browser
Connection Failed, and we are unable to connect VM on port 22.
the error message in terminal
Warning: Permanently added 'xxx.xxx.xxx.xxx' (ECDSA) to the list of known hosts.
Permission denied (publickey).
ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with return code [255].
And serial console output its shows
Jul 8 10:09:26 Instance sshd[10103]: error: Could not load host key:/etc/ssh/ssh_host_ed25519_key
Jul 8 10:09:27 Instance sshd[10103]: User username from 0.0.0.0 not allowed because not listed in AllowUsers
Jul 8 10:09:27 Instance sshd[10103]: input_userauth_request: invalid user username [preauth] Jul 8 10:09:27 Instance sshd[10103]: Connection closed by 0.0.0.0 [preauth] –

Google app engine launcher: Invalid username or password

I've download google app engine (python) for windows and install it. Then I went to console.developers.google.com/project and create new project. After that, I launched google app engine launcher, create new application and named it as project I have recently create. I click on deploy and constantly getting this error:
03:35 PM Application: udacity-hello-pozdrav; version: 1
03:35 PM Host: appengine.google.com
03:35 PM
Starting update of app: udacity-hello-pozdrav, version: 1
03:35 PM Getting current resource limits.
Password for t******.****#gmail.com: Invalid username or password.
2014-09-06 15:35:56,690 ERROR appcfg.py:2411 An error occurred processing file '': HTTP Error 401: Unauthorized. Aborting.
Error 401: --- begin server output ---
Must authenticate first.
--- end server output ---
2014-09-06 15:35:56 (Process exited with code 1)
You can close this window now.
I've read about appcfg.py but when I enter it in cmd, It says that it's not recognized.
Would be much better if you will use appcfg.py with --oauth2 flag.
Like appcfg.py --oauth2 update /path/to/your/app.
For the first time you will see the browser window where you'll need to allow access to your account. Then you can deploy without entering any credentials and without confirmations. This will work even with 2-step authentication turned on.
The "Invalid username or password" error is due to Google security protection. To overcome this error message and be able to deploy from the Launcher, go to your Google Account Settings, then enable "Access for Less Secure Apps" under Security Check Up.

Google Wave Server Installation

I am trying to install a google wave server on a linux virtual machine as local host. I followed all the instructions given on the wave-protocol installation wiki http://code.google.com/p/wave-protocol/wiki/Installation but i'm getting this error when I run the run-server.sh script.
$ ./run-server.sh
Jul 23, 2010 10:02:24 AM org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
INFO: Wave Server configured to host local domains: [muranaka-desktop]
Jul 23, 2010 10:02:24 AM org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
SEVERE: Failed to add our own signer info to the certificate store
org.waveprotocol.wave.crypto.SignatureException: Certificate validation failure
couldn't connect to XMPP server:org.xmpp.component.ComponentException: conflict
Jul 23, 2010 10:02:25 AM org.waveprotocol.wave.examples.fedone.ServerMain run
INFO: Starting server
Jul 23, 2010 10:02:25 AM org.waveprotocol.wave.examples.fedone.ServerMain main
SEVERE: IOException when running server: Address already in use
In the run-config.sh script i set the hostname to my host name and domain name to localhost. But I cant seem to get passed the certificate issue. I used the generate self signed certificates script provided on the wiki to generate my certificates but it doesn't work. is it because im using a localhost?
You can actually skip tests and build the actual product just by running:
ant compile-gwt
ant dist-server
( Faced the same problem, but this page saved the day: http://mail-archives.apache.org/mod_mbox/incubator-wave-dev/201109.mbox/%3CCADgFs893OjBcGqJRqXFzkxHZU6wnEfoPDXjXutK6_oasSJOjOg#mail.gmail.com%3E )
Hope it helped
Found out openfire current version has a bug.

Resources