Results 1 to 3 of 3
Hey,
I'm having this strange problem with vsftpd. It used to run flawlessly until one day i did "apt-get upgrade". Now when I try to log in my ftp server, ...
- 09-04-2004 #1Just Joined!
- Join Date
- Jan 2004
- Posts
- 93
vsftpd and ntp (cap_set_proc) problem
Hey,
I'm having this strange problem with vsftpd. It used to run flawlessly until one day i did "apt-get upgrade". Now when I try to log in my ftp server, i got this:
Now, I realized that my ntp doesn't work either. Everytime it synchronizes with the time servers, it'll fail. I checked the /var/log/ntp.log file and it says:Code:[david@blah ~]$ ncftp -u david localhost NcFTP 3.1.8 (Jul 10, 2004) by Mike Gleason (http://www.NcFTP.com/contact/). Connecting to 127.0.0.1... (vsFTPd 1.2.1) Logging in... Password requested by 127.0.0.1 for user "david". Please specify the password. Password: ************* Unexpected response: OOPS: cap_set_proc OOPS: cap_set_proc Sleeping 20 seconds...
So now it seems it's all about this cap_set_proc thing. What the hell is it anyway? I couldn't find any clue on google. Would anyone please shed some light? Thanks.Code:3 Sep 12:04:44 ntpd[4426]: cap_set_proc failed.
- 09-04-2004 #2Just Joined!
- Join Date
- Jan 2004
- Posts
- 93
Just a followup of what I did. Now the problem was solved by installing the kernel-2.6.8-1.521. I was using kernel-2.6.7-1.437.1.ll.rhfc2.ccrma. So it's definitely because of the kernel.
- 01-13-2005 #3Just Joined!
- Join Date
- Jan 2005
- Posts
- 1
Missing kernel module I think
Hi
I had this problem too, but then i inserted this kernel module
modprobe capability
and my problems went away. You new kernel probably has it in by default.
e


Reply With Quote