[LON-CAPA-dev] Re: [LON-CAPA-cvs] cvs: doc /install/redhat7.3 install.pl

Scott Harrison lon-capa-dev@mail.lon-capa.org
Sun, 12 Jan 2003 20:21:22 -0500


I have found the mere presence of ipchains on a system
to interfere with iptables.  That's right, even with
ipchains SHUT OFF, it can still interfere with iptables
(GREMLINS EVERYWHERE!!!).

My recipe = "rpm -e ipchains"... and then iptables
works fine.

In terms of automating firewall settings...
it's just an understandably annoying situation
no matter what one does.

Just my two semi-indirect cents about any of this.

On Sun, Jan 12, 2003 at 07:07:28PM -0000, matthew wrote:
> matthew		Sun Jan 12 14:07:28 2003 EDT
> 
>   Modified files:              
>     /doc/install/redhat7.3	install.pl 
>   Log:
>   Fixed idiocy in firewall (still disable firewalls :( )
>   Found another php package to remove.
>   
>   
> Index: doc/install/redhat7.3/install.pl
> diff -u doc/install/redhat7.3/install.pl:1.18 doc/install/redhat7.3/install.pl:1.19
> --- doc/install/redhat7.3/install.pl:1.18	Tue Jan  7 21:48:01 2003
> +++ doc/install/redhat7.3/install.pl	Sun Jan 12 14:07:28 2003
> @@ -2,7 +2,7 @@
>  # The LearningOnline Network 
>  # Red Hat 7.3 installation script
>  #
> -# $Id: install.pl,v 1.18 2003/01/08 02:48:01 harris41 Exp $
> +# $Id: install.pl,v 1.19 2003/01/12 19:07:28 matthew Exp $
>  #
>  # Copyright Michigan State University Board of Trustees
>  #
> @@ -261,7 +261,8 @@
>                  "asp2php-0.76.2-1",
>                  "php-ldap-4.1.2-7",
>                  "php-devel-4.1.2-7",
> -                "php-4.1.2-7");
> +                "php-4.1.2-7",
> +	        "php-pgsql-4.1.2-7");
>  
>  &print_and_log("Removing php packages");
>  foreach my $php_rpm (@php_rpms) {
> @@ -416,8 +417,8 @@
>  ##
>  system("/sbin/chkconfig ipchains off");
>  system("/etc/init.d/ipchains stop");
> -system("/sbin/chkconfig iptables on");
> -system("/etc/init.d/iptables start");
> +system("/sbin/chkconfig iptables off");
> +system("/etc/init.d/iptables stop");
>  
>  # Someday we will add these to /etc/sysconfig/ipchains.
>  #  "-A input -s 0/0 -d 0/0 8080 -p tcp -y -j ACCEPT",
> 
> 
> _______________________________________________
> LON-CAPA-cvs mailing list
> LON-CAPA-cvs@mail.lon-capa.org
> http://mail.lon-capa.org/mailman/listinfo/lon-capa-cvs