Re: [CentOS] disable SELinux

2008-03-11 Thread Hiep Nguyen
i know now. thanks. #chkconfig --list iptables shows all levels. i have to turn off all. t. hiep On Tue, Mar 11, 2008 at 11:25:33AM -0700, Hiep Nguyen alleged: > hi all, i asked this topic couple days ago, but i have problem again. > > for some reasons, iptables was turned on again. is the

Re: [CentOS] disable SELinux

2008-03-11 Thread Hiep Nguyen
On Tue, 11 Mar 2008, Ray Van Dolson wrote: On Tue, Mar 11, 2008 at 11:25:33AM -0700, Hiep Nguyen wrote: hi all, i asked this topic couple days ago, but i have problem again. for some reasons, iptables was turned on again. is there any way to disable iptables completely? this is what i did la

Re: [CentOS] disable SELinux

2008-03-11 Thread John R Pierce
Hiep Nguyen wrote: hi all, i asked this topic couple days ago, but i have problem again. for some reasons, iptables was turned on again. is there any way to disable iptables completely? this is what i did last time: #service iptables stop iptables != selinux, they are two completely diffe

Re: [CentOS] disable SELinux

2008-03-11 Thread Garrick Staples
On Tue, Mar 11, 2008 at 11:25:33AM -0700, Hiep Nguyen alleged: > hi all, i asked this topic couple days ago, but i have problem again. > > for some reasons, iptables was turned on again. is there any way to > disable iptables completely? > > this is what i did last time: > #service iptables sto

Re: [CentOS] disable SELinux

2008-03-11 Thread Bobby
On Tuesday 11 March 2008 14:25:33 Hiep Nguyen wrote: > hi all, i asked this topic couple days ago, but i have problem again. > > for some reasons, iptables was turned on again. is there any way to > disable iptables completely? > > this is what i did last time: > #service iptables stop Of course

Re: [CentOS] disable SELinux

2008-03-11 Thread Nicolas Thierry-Mieg
Hiep Nguyen wrote: hi all, i asked this topic couple days ago, but i have problem again. for some reasons, iptables was turned on again. is there any way to disable iptables completely? this is what i did last time: #service iptables stop man chkconfig or try system-config-services

Re: [CentOS] disable SELinux

2008-03-11 Thread Ray Van Dolson
On Tue, Mar 11, 2008 at 11:25:33AM -0700, Hiep Nguyen wrote: > hi all, i asked this topic couple days ago, but i have problem again. > > for some reasons, iptables was turned on again. is there any way to > disable iptables completely? > > this is what i did last time: > #service iptables stop A

Re: [CentOS] disable SELinux

2008-03-11 Thread Alan Bartlett
On 11/03/2008, Hiep Nguyen <[EMAIL PROTECTED]> wrote: > > > for some reasons, iptables was turned on again. is there any way to > disable iptables completely? > > this is what i did last time: > #service iptables stop > > service iptable stop chkconfig --level 2345 iptables off HTH. Alan. ___

Re: [CentOS] disable SELinux

2008-03-11 Thread Jeff Larsen
On Tue, Mar 11, 2008 at 1:25 PM, Hiep Nguyen <[EMAIL PROTECTED]> wrote: > hi all, i asked this topic couple days ago, but i have problem again. > > for some reasons, iptables was turned on again. is there any way to > disable iptables completely? > > this is what i did last time: > #service ip

Re: [CentOS] disable SELinux

2008-03-04 Thread John R Pierce
Hiep Nguyen wrote: thanks. i may well do that b/c i'm behind firewall anyway. also, i'm not ready to tackle iptables at this time. you can configure the simple default firewall with the GUI system-config-securitylevel, or the command line version, system-config-securitylevel-tui (uses curses

RE: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
thanks. i may well do that b/c i'm behind firewall anyway. also, i'm not ready to tackle iptables at this time. t. hiep Hiep Nguyen wrote: > On Tue, 4 Mar 2008, Alex White wrote: > > On Tue, 4 Mar 2008, Hiep Nguyen wrote: > >> On Tue, 4 Mar 2008, Tom Brown wrote: > > with minimal ins

Re: [CentOS] disable SELinux

2008-03-04 Thread Alex White
On Tue, 4 Mar 2008 11:11:22 -0800 (PST) Hiep Nguyen <[EMAIL PROTECTED]> took out a #2 pencil and scribbled: > On Tue, 4 Mar 2008, Dan Carl wrote: > > > > > > >> > >> for testing, i need to disable selinux, but something still > >> not working right. > >> > >> i'm trying to figure out why i can't

RE: [CentOS] disable SELinux

2008-03-04 Thread Ross S. W. Walker
Hiep Nguyen wrote: > On Tue, 4 Mar 2008, Alex White wrote: > > On Tue, 4 Mar 2008, Hiep Nguyen wrote: > >> On Tue, 4 Mar 2008, Tom Brown wrote: > > with minimal installation on centos 5, selinux also included. > how do i remove selinux or disable it at least? > >>> > >>> cat /etc/sys

RE: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
On Tue, 4 Mar 2008, Dan Carl wrote: for testing, i need to disable selinux, but something still not working right. i'm trying to figure out why i can't access http://10.0.0.160 from the same network (10.0.0.x). on 10.0.0.160 box, i can access http://localhost, or http://10.0.0.160, but fro

Re: [CentOS] disable SELinux

2008-03-04 Thread Matt Hyclak
On Tue, Mar 04, 2008 at 10:51:57AM -0800, Hiep Nguyen enlightened us: > >On Tue, 4 Mar 2008 09:29:34 -0800 (PST) > Nguyen <[EMAIL PROTECTED]> took out a #2 pencil and scribbled: > > > >>On Tue, 4 Mar 2008, Tom Brown wrote: > >> > >>> > > > with minimal installation on centos 5, selinu

RE: [CentOS] disable SELinux

2008-03-04 Thread Dan Carl
> > for testing, i need to disable selinux, but something still not working > right. > > i'm trying to figure out why i can't access http://10.0.0.160 from the > same network (10.0.0.x). > > on 10.0.0.160 box, i can access http://localhost, or http://10.0.0.160, > but from any other compute

Re: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
On Tue, 4 Mar 2008, Alex White wrote: On Tue, 4 Mar 2008 09:29:34 -0800 (PST) Hiep Nguyen <[EMAIL PROTECTED]> took out a #2 pencil and scribbled: On Tue, 4 Mar 2008, Tom Brown wrote: with minimal installation on centos 5, selinux also included. how do i remove selinux or disable it at le

Re: [CentOS] disable SELinux

2008-03-04 Thread Alex White
On Tue, 4 Mar 2008 09:29:34 -0800 (PST) Hiep Nguyen <[EMAIL PROTECTED]> took out a #2 pencil and scribbled: > On Tue, 4 Mar 2008, Tom Brown wrote: > > > > >> > >> > >> with minimal installation on centos 5, selinux also included. > >> how do i remove selinux or disable it at least? > >> > > >

Re: [CentOS] disable SELinux

2008-03-04 Thread Ralph Angenendt
Hiep Nguyen wrote: > what command i can issue to enforce the change w/o reboot the box. Disabling is impossible without reboot. You can put it into permissive mode with "setenforce 0". But normally you shouldn't need to turn off SELinux at all. Ralph pgpXiSRd0l6Gs.pgp Description: PGP signatu

Re: [CentOS] disable SELinux

2008-03-04 Thread Marcelo Roccasalva
On Tue, Mar 4, 2008 at 3:29 PM, Hiep Nguyen <[EMAIL PROTECTED]> wrote: > On Tue, 4 Mar 2008, Tom Brown wrote: > >> with minimal installation on centos 5, selinux also included. how do i > >> remove selinux or disable it at least? > > > > cat /etc/sysconfig/selinux > > > > you'll figure it out from

Re: [CentOS] disable SELinux

2008-03-04 Thread Philip Reynolds
Hiep Nguyen wrote: what command i can issue to enforce the change w/o reboot the box. If your selinux fs is on /selinux then: echo "0" > /selinux/enforce Regards, Phil. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailm

Re: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
On Tue, 4 Mar 2008, Tom Brown wrote: with minimal installation on centos 5, selinux also included. how do i remove selinux or disable it at least? cat /etc/sysconfig/selinux you'll figure it out from there! what command i can issue to enforce the change w/o reboot the box. thanks

Re: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
On Tue, 4 Mar 2008, Tom Brown wrote: with minimal installation on centos 5, selinux also included. how do i remove selinux or disable it at least? cat /etc/sysconfig/selinux you'll figure it out from there! super. thanks. t. hiep ___ Cent

Re: [CentOS] disable SELinux

2008-03-04 Thread Tom Brown
with minimal installation on centos 5, selinux also included. how do i remove selinux or disable it at least? cat /etc/sysconfig/selinux you'll figure it out from there! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailm