|
| ||||||||||
| Tags: error message, ftp, linux, router, vsftpd |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Error message while login into VSFTPD on CentOS 5.5
Quote:
|
|
#2
| ||||
| ||||
| Re: Error message while login into VSFTPD on CentOS 5.5
It is really hard to find out the root cause of the problem so I am looking to have some more information which you should answer so that I can tell you about the further steps which you should use to troubleshoot the problem of yours. Can you tell me about the hardware or software configuration of the computer? Can you post the entire vsftpd.conf file so that I can examine the same and tell you about the solution to solve the matter. |
|
#3
| ||||
| ||||
| Re: Error message while login into VSFTPD on CentOS 5.5
Looking at the situation of yours I am suggesting that you should check the /etc/pam.d/vsftpd on the computer of yours. also you should try with the below mentioned setting and see whether it is working or not. Code: pam_service_name=vsftpd Code: auth required pam_listfile.so item=user sense=deny file=/etc/vsftpd/ftpusers onerr=succeed auth required pam_shells.so auth include system-auth account include system-auth session include system-auth session required pam_loginuid.so |
|
#4
| ||||
| ||||
| Re: Error message while login into VSFTPD on CentOS 5.5
I think the error message which you are getting can be ignored. I am highly suspecting that this particular problem is occurring because you are putting the users into the /var/www/html directory. Also let me know whether you have turned on the selinux on the computer. If your answer is yes then it would become a restricted area for the FTP users. So I recommend that you should turn off the selinux on the system and see whether it is making any difference in the situation. |
|
#5
| ||||
| ||||
| Re: Error message while login into VSFTPD on CentOS 5.5
Well the VSFTPD can run on either inetd or it can be run as a standalone daemon started from the initscript. You should run the same into standalone mode and simply enable the listen option into the configuration file by entering {{{1}}}. You can also do the same by adding yes. If there is yes option is already added then you should change the same to No. also you should configure the router of yours for the port forwarding. |
|
#6
| |||
| |||
| Re: Error message while login into VSFTPD on CentOS 5.5
I am highly suspecting that this particular problem is occurring due to corruption of the file on the computer of yours. Well I recommend that you should remove the VSFTPD by using the below mentioned command on the terminal. Code: YUM REMOVE VSFTPD |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Error message while login into VSFTPD on CentOS 5.5" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CentOS 5.2 and Apache 2.2.3: Getting error message 403 | Angee | Operating Systems | 5 | 05-05-2011 10:49 AM |
| Getting error message while installing emacs using yum on CentOS 5.5 | Delightful. | Operating Systems | 5 | 04-05-2011 10:53 AM |
| Getting Error message ‘Northbridge Error, node 2<0>K8 ECC error.’ in CentOS 5.5 | Pawna | Operating Systems | 5 | 04-05-2011 10:50 AM |
| CentOS 5.4: Getting error message ‘Kernel panic - not syncing: VFS:’ | OCTAVE | Operating Systems | 5 | 04-05-2011 10:46 AM |
| Error message While Installing CentOS | Obessed | Operating Systems | 5 | 11-11-2010 10:29 PM |