Re: postfix relaying

2002-11-14 Thread k.clair
You could also consider using a service like dyndns.org, which will give a hostname to a machine with a dynamic IP address (you install a client on the machine with the dynamic IP which sends its IP to the dyndns server every so often). On Thu, Nov 14, 2002 at 09:32:13AM -0500, Paul Lee wrote: - I

Re: permission problem

2002-10-15 Thread k.clair
Judging by the prompt, they are logged in as root. if you are root, try this: lsattr /etc/rc.d/rc.local (and man lsattr might be useful too :) ) there are another level of permissions that it is possible to use, though often those permissions are not used. kristina On Tue, Oct 15, 2002 at 07

Re: Please help with OpenSSH

2002-10-10 Thread k.clair
I've had this problem after installing ssh from the source code instead of from the rpm. The problem was that when i ran ./configure i didn't specify --with-pam. kristina On Wed, Oct 09, 2002 at 05:04:59PM -0300, juaid wrote: - From: "David Busby" <[EMAIL PROTECTED]> - - > When I try to connec

Re: open port 21 for ftp

2002-10-04 Thread k.clair
As far as I know you need an entry in xinetd.d because that is the daemon that handles the ftp daemon. Someone else suggested you uncomment the ftp line in xinetd.conf, but I think that that was how the old inetd system worked (on the conf file). With xinetd the conf file is very sparse, and all

Re: Configure webalizer

2002-09-30 Thread k.clair
Also, when you run webalizer, you can give it the -p flag to tell it to preserve the history. kristina On Mon, Sep 30, 2002 at 12:10:14PM -0400, Mitchell Wright wrote: - Sounds like your config isn't quite right. Check this for more: - - ftp://ftp.mrunix.net/pub/webalizer/README - - Search for

Re: Unzipping problems

2002-09-26 Thread k.clair
How was the zip file created in the first place? On Thu, Sep 26, 2002 at 08:26:20AM -0400, Paul DiMarco wrote: - How do I unzip a file on redhat 7.3 and keep the zips internal filenames - "case" exactly the same? - - Example my zip file called my.zip has a file inside called yipeeBB.txt. - When