From chemistry-request@server.ccl.net Fri Nov  9 01:50:23 2001
Received: from ccl.net ([192.148.249.4])
	by server.ccl.net (8.11.6/8.11.0) with ESMTP id fA96oNB03219
	for <chemistry@ccl.net>; Fri, 9 Nov 2001 01:50:23 -0500
Received: from arlen.ccl.net (arlen.ccl.net [192.148.249.10])
	by ccl.net (8.9.3/8.9.3/OSC 2.0) with ESMTP id BAA09718;
	Fri, 9 Nov 2001 01:46:09 -0500 (EST)
Date: Fri, 9 Nov 2001 01:46:09 -0500 (EST)
From: Jan Labanowski <jkl@ccl.net>
To: Ulrike Salzner <salzner@fen.Bilkent.EDU.TR>
cc: ccl <chemistry@ccl.net>
Subject: Re: G98/Linux 7
In-Reply-To: <Pine.GSO.4.05.10111090808550.435-100000@pinar>
Message-ID: <Pine.GSO.4.21.0111090127400.18031-100000@arlen.ccl.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Fri, 9 Nov 2001, Ulrike Salzner wrote:

> Dear Linux users,
> I have compiled G98 Rev. A7 with Linux Redhat 6.0. Now I upgraded to
> Redhat 7.1 and copied the executables from the old system to the new one.
> It runs fine. I am wondering whether the performance would be better, if I
> recompiled the code. Do I waste computer time? Are there any other
> problems with this procedure?

> Apart from that, I have problems configuring Redhat 7.1 for using telnet
> and ftp. I can telnet and ftp from the machine but not into it. The error
> is always: connection refused. With the /etc/hosts.allow and hosts.deny
> files, I was not successful. Does anyone no what I have to change? (I
> have installed the server package.)

Get 7.2 and you will have ext3 Linux file system which is supposedly better.
The 7.1 has the same ext2 as 6.0. Maybe some IDE drivers are better, but
not much. You should have waited a month longer {:-)}

As to ftp and telnet... They know what they are doing...

You should not use ftp and telnet. You should use scp and ssh.
=============================================================

If you use ftp and telnet, and you are not a guru, the hackers will
shred your computer to pieces in no time... (and you will also be eaten alive).
Just do 
   man ssh
and
   man scp
and you will have known...

But if you absolutely have to:

Log in as root:

cd /etc/rc.d/init.d
chkconfig --del iptables
chkconfig --del ipchains
./iptables stop
./ipchains stop

cd /etc/xinetd.d
vi wu-ftpd 
  change: disable = yes to disable = no
vi telent
  change: disable = yes to disable = no

reboot the machine. Then it will probably still not work, since I forgot
about something (:-)}. Just give some person, who knows Linux and whom you
trust, a root password and he/she will fix it for you {:-)}.

> 
> Thanks in advance for suggestions.
> 
> Ulrike Salzner
> ===================================================================
> 
> Dr. Ulrike Salzner
> Associate Professor
> Department of Chemistry		Tel.: (312) 290-2122
> Bilkent University		Fax.: (312) 266-5097
> 06533 Bilkent, Ankara 		e-mail: salzner@fen.bilkent.edu.tr
> Turkey
> 
> ====================================================================
> 

Jan K. Labanowski            |    phone: 614-292-9279,  FAX: 614-292-7168
Ohio Supercomputer Center    |    Internet: jkl@ccl.net 
1224 Kinnear Rd,             |    http://www.ccl.net/chemistry.html
Columbus, OH 43212-1163      |    http://www.ccl.net/


