Re: [CentOS] disable rquotad and pop

2009-01-22 Thread Kai Schaetzl
Jerry Geis wrote on Thu, 22 Jan 2009 10:45:21 -0500:

first, could you please *reply* and keep in the thread and not send new 
messages when you reply?

> Sure I familiar with those commands, problem is there is not rquota 
> service... SO these dont help.

Fine. Why didn't you say so in your original request?


> 
> I did do service nfs stop

Do a "ps ax|grep rpc" then ;-)

The two rpc daemons don't get killed by a stop. You have to kill it 
manually.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] disable rquotad and pop

2009-01-22 Thread Jerry Geis
>
> Jerry Geis wrote on Thu, 22 Jan 2009 09:22:16 -0500:
>
> >/ for rquotad /etc/sysconfig/nfs has it quoted out but yet it is running?
> />/ How do I disable it?
> />/ 
> />/ also what about pop?
> /
> service name start/stop
>
> chkconfig name off to disable starting
>   

Sure I familiar with those commands, problem is there is not rquota 
service... SO these dont help.

I did do service nfs stop

I changed /etc/sysconfig/nfs
removed all RQUOTAD lines and added
RQUOTAD="no"

service nfs start

however I still have an rpc.rquotad running.

AHHH... What am I missing?

Thanks,

Jerry
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] disable rquotad and pop

2009-01-22 Thread Kai Schaetzl
Jerry Geis wrote on Thu, 22 Jan 2009 09:22:16 -0500:

> for rquotad /etc/sysconfig/nfs has it quoted out but yet it is running?
> How do I disable it?
> 
> also what about pop?

service name start/stop

chkconfig name off to disable starting

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] disable rquotad and pop

2009-01-22 Thread Jerry Geis
Rick,

For rquota this shows:
ps ax | grep rquota
3140 ?Ss 0:00 rpc.rquotad
15025 ?Ss 0:00 rpc.rquotad
21509 ?Ss 0:00 rpc.rquotad
21590 pts/2S+ 0:00 grep rquota

grep RQUOTA /etc/sysconfig/nfs
#RQUOTAD="/usr/sbin/rpc.rquotad"
#RQUOTAD_PORT=875
#RPCRQUOTADOPTS=""

so how do I stop this service?


Then for port 443,  netstat -ap | grep 443 gave nothing, however
netstat -ap | grep https
tcp0  0 localhost:58597 
localhost:https TIME_WAIT   -  tcp
0  0 *:https 
The port scan I was reading led me to believe it was pop... In actuality 
it was https.
its reporting 5 security vulnerabilites for https? I'm not sure that 
those are?

jerry
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] disable rquotad and pop

2009-01-22 Thread Jerry Geis
Hi all,

I am trying to find out how to disable rquotad and pop (port 443)


for rquotad /etc/sysconfig/nfs has it quoted out but yet it is running?
How do I disable it?

also what about pop?

Jerry

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos