Re: RH 8.0 not using NIS for /etc/aliases

2003-01-21 Thread Michael Ghens
Ah, the glib problem. Solution is simple, go to /etc/sendmail.cf or /etc/mail/sendmail.cf, look for the line: O AliasFile=/etc/aliases and change it to: O AliasFile=nis:mail.aliases This should do the trick. On Mon, 20 Jan 2003, Red Hat wrote: Date: Mon, 20 Jan 2003 17:37:04 -0800

Kernel upgrade.

2003-01-20 Thread Michael Ghens
I have a RH7.1 system and have tried to upgrade to kernel-2.4.18-19.x rpm. I have put both the kernel and initrd into lilo and have run lilo -v. Everything is ok up to that point. However, when I try to boot to that kernel, it panics, states that I need to used init= on the command-line. I

Re: HOW TO : convert DOS file in Unix format

2002-11-10 Thread Michael Ghens
Another way is to use vi Pull up file in vi then: :set ff=unixenter Type: ZZ All done On Mon, 11 Nov 2002, cana rich wrote: Date: Mon, 11 Nov 2002 01:45:00 +0100 (CET) From: cana rich [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: HOW TO : convert DOS file

Re: disabling autologout

2002-09-24 Thread Michael Ghens
export TMOUT=0 On Thu, 12 Sep 2002, philip wrote: how do you disable the autologout feature in bash? thanks in advance -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

modules.dep

2001-12-18 Thread Michael Ghens
The timestamp on modues.dep in /lib/modules changed. Is there any reason why it should? this is on a running sytem that has not been reboot in 322 days. Thanks Michael ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: Most spam killed - but how to stop?

2001-12-10 Thread Michael Ghens
If you are RPMer You need to have the sendmail-cf package installed. Go to /etc/mail Look for sendmail.mc There is a line that goes: FEATURE(`accept_unresolvable_domains')dnl Change it to: dnl FEATURE(`accept_unresolvable_domains') Sendmail will by default, do postfix:

Re: Post User's Web pages!!!

2001-12-08 Thread Michael Ghens
You may want to check the user directory itself. In RH 6.2, the directory is 700 or rwx__, it needs to be at the minimum 711 or rwx__x__x. Another problem is if apache allows directory access. If you do not have proper index page (like index.html), it will not show you to directory. On

Re: postfix problem

2001-11-15 Thread Michael Ghens
It has been awhile since I delt with this, but I believe it is a permisions problem. Check /etc/postfix, everything, for the most part needs to be world readable. Espesially the map files. (I had this proble when I was doing drac pop before smtp with postfix.) On Fri, 16 Nov 2001, Lewi wrote:

Re: How do I set the hardware clock with ntpdate?

2001-04-09 Thread Michael Ghens
After you do a ntpdate, you may want to add: /sbin/hwclock --systohc --utc This should do the trick. On Mon, 9 Apr 2001, Jonathan Wilson wrote: Date: Mon, 09 Apr 2001 10:50:24 -0500 From: Jonathan Wilson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: How do

Re: Becoming my own CA Root

2001-03-28 Thread Michael Ghens
Go to http://www.freshmeat.net and search for openca On Sat, 24 Mar 2001, Pieter De Wit wrote: Date: Sat, 24 Mar 2001 06:39:05 +0200 From: Pieter De Wit [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: Becoming my own CA Root Hello

Secure Key and VPN

2001-03-19 Thread Michael Ghens
Has anyone worked with Redhat vpn and secure key? I need some infor on it. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

openssh net-pf-10

2001-02-28 Thread Michael Ghens
This is strange. Every time i start openssh, I get this error: modprobe: modprobe: Can't locate module net-pf-10 What module is this for? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: postfix or qmail

2000-11-30 Thread Michael Ghens
I run qmail on all my servers. Config wise is quite simple. It works, it is fast, and it gets the job done. However, if you are going to have virtual domains that you need to delegate to the domain owners. Qmail has better support. On Thu, 30 Nov 2000, Chris Cho wrote: Date: Thu, 30 Nov 2000

Re: tgetent: warning: termcap entry too long

2000-11-26 Thread Michael Ghens
, Michael Ghens wrote: Date: Mon, 20 Nov 2000 15:51:38 -0800 (PST) From: Michael Ghens [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: tgetent: warning: termcap entry too long I get this message when using the screen utility. Need some hints to debug

Re: tgetent: warning: termcap entry too long

2000-11-26 Thread Michael Ghens
Final analysis. I had wanted to use Netscape on my system. It wants libs in the: /usr/i386-glibc20-linux/lib directory. I had put that directory in my /etc/ld.conf. This broke ncurses. ___ Redhat-list mailing list [EMAIL PROTECTED]

tgetent: warning: termcap entry too long

2000-11-20 Thread Michael Ghens
I get this message when using the screen utility. Need some hints to debug this. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Can't build webalizer on Red Hat 7.0

2000-11-16 Thread Michael Ghens
I would update youre webalizer. Problem is GD. It stop supporting GIFs because of Unisys's patent LZH compression that is found in gifs after gd1.3. GD I believe supports jpg's and png's. The other alternative is to find someone who has a very old version of gd and set that up an do your one

Re: ulimit

2000-11-04 Thread Michael Ghens
hardrss 3 (user can also be group) This gave me some control over user activities. It is not fun to have to go in and reboot my machine because a user ate up all the ram and swap space. On Mon, 30 Oct 2000, Michael Ghens wrote: Date: Mon, 30 Oct 2000 18:58:56

Re: Where is Ping?

2000-11-04 Thread Michael Ghens
On my RH 6.2 system, it is: rpm -qf /bin/ping iputils-2121-2 On Sat, 4 Nov 2000, Dave wrote: Date: Sat, 4 Nov 2000 18:04:31 -0800 From: Dave [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Red Hat List [EMAIL PROTECTED] Subject: Where is Ping? Anyone know what RPM Ping comes in,

ulimit

2000-10-30 Thread Michael Ghens
I need an url that has a good discussion on user process management. I need to keep a user (pays me too much $$$ to just to give the luser the heave ho) from crashing my server because his daemon has a memory leak. Been spending the afternoon trying to find the FM to read.

Re: inetd and RH7

2000-10-18 Thread Michael Ghens
Sounds like you are doing nats on your cisco. Basically you are using RFC1918 public address space. (10.0.0.1 is a non-routible IP). The ident server on your chat is doing an IDENT on your wan port of your router. Your router is *not* going to to pass that request on since it is a connection

Re: DSL router recommendation

2000-10-02 Thread Michael Ghens
Personally, I like the linksys cable/ethernet/dsl router. Works well. I don't think you can configure it from the outside. It has some features like port forwarding. Have not played with it and it is not well documented. On Mon, 2 Oct 2000, Charles Galpin wrote: Date: Mon, 2 Oct 2000

[OT] Java Server Pages for apache

2000-09-01 Thread Michael Ghens
I have set up jserv before. Major pain. Looking into setting up Java Server Pages. There are several implementations. Any sugguestions? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: [OT] Expiring Web Pages

2000-08-27 Thread Michael Ghens
I had to learn about this because I had a customer behind a proxy (I believe MS-Proxy 2) that was yelling at me that I was not making changes to the website, when actually, all she was seeing was the cached version of it. I have had problems with AOL customers since AOL proxies there web

Re: Security Risks?

2000-08-05 Thread Michael Ghens
Sure are. However, keeping users off the box is a big step forward. It is alot easier to breakin if you have shell access. What I am listing here are some old bugs, most have been patched. *LPD buffer overflow *IMAP buffer overflow *sendmail and kernel 2.2.14/15 set compat bug (was a kernel

security: crontab

2000-07-12 Thread Michael Ghens
I just cannot believe this. I just tested an old vixie cron exploit against crontab. It was a clasic buffer overflow attack. I have a RH6.2 WITH UPDATES. It worked. This exploit is almost over a year old. It's standard permistions are: -rwsr-xr-x My advice, change the permissions on

Re: security: crontab

2000-07-12 Thread Michael Ghens
If you want the code. Do not ask, it is readily available in the bugtraq archive. On Wed, 12 Jul 2000, Michael Ghens wrote: Date: Wed, 12 Jul 2000 15:40:23 -0700 (PDT) From: Michael Ghens [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: security: crontab I just cannot believe this. I

RE: DHCP

2000-06-19 Thread Michael Ghens
RH calls pump in ifup {interface} (/etc/sysconfig/network-scripts/ifup) to do DHCP do a: man pump It states that if you do not want to overwrite /etc/resolv.conf, put nodns in /etc/pump.conf From the man page: nodns Don't create a new /etc/resolv.conf when this

Re: Disable Directory listing in Apache

2000-06-19 Thread Michael Ghens
Two ways to do it. touch index.html This will create an empty index file. The other way is to look in: /etc/httpd/conf/httpd.conf and look for the "Options" directive. and remove the "Indexes" option -- The answer to the meaning of life: perl -e

Re: how can I bind BIND to a specific IP address for notify?

2000-06-19 Thread Michael Ghens
In bind 8.X.X, go edit the file named.conf (/etc/named.conf in RH), and go to the options {}; section. Put in the line: listen-on {127.0.0.1; X.X.X.X;}; Then restart named (not reload). This should bind bind to a ip address. I do recommend keeping localhost in (127.0.0.1). -- The answer to

Re: Linksys 10/100 3-Port Printserver

2000-06-19 Thread Michael Ghens
I have a linksys 2 port 10/100 print server and love it. I had assigned it a static IP number (throught he windows interface). Also, I wrote down the interface name. From printtool, I set up a remote printer. This is a from my /etc/printcap: ##PRINTTOOL3## REMOTE ljet4 600x600 letter {}

[OT] PHP4 PHP3 running together

2000-06-10 Thread Michael Ghens
has anyone got php4 php3 running together? php4 is not as backward compatible as one would like. Thanks Michael -- The answer to the meaning of life: perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); ' -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

Re: What is this file extension?

2000-06-09 Thread Michael Ghens
Might be a SHAR file (shell archive) You might want to do: sh linuxq3ademo.tar.sh And create a tar file. -- The answer to the meaning of life: perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); ' On Fri, 9 Jun 2000, Brandon Dorman wrote: Date: Fri, 09 Jun 2000

Re: PAP Okay - Can't see beyond... Help Needed

2000-05-23 Thread Michael Ghens
You do not have a default route set. It would look like this in your routing tables: 0.0.0.0 204.146.240.420.0.0.0 UG0 00 ppp0 You might want to set one manually: route add default gw IPofDefaultGateway Hope this helps Michael -- The answer to the

RH6.2 RAID

2000-05-08 Thread Michael Ghens
From the RH docs, it gives the impression to do Software boot raid. However, the /boot partition has to be RAID1. The rest can be RAID5. I have a dell 1300 with 3 9-gig HD. I can get raid to boot only with the boot floppy. Am I missing something? TIA Michael -- To unsubscribe: mail [EMAIL

Re: RH6.2 RAID

2000-05-08 Thread Michael Ghens
bigger than 1024 sector warnings. Happy in Santa Barbara, running software RAID!!! Michael The answer to the meaning of life: perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); ' On Mon, 8 May 2000, Michael Ghens wrote: Date: Mon, 8 May 2000 01:15:49 -0700 (PDT

No printer

2000-04-06 Thread Michael Ghens
I have been having troubles getting the printer going. I have a printer connected to a parallel port. These are the messages I have in /var/log/messages Apr 6 06:54:25 anchovy insmod: /lib/modules/2.2.14/misc/lp.o: init_module: Device or resource busy Apr 6 06:54:25 anchovy kernel: lp: no

Ethernet problems

2000-01-24 Thread Michael Ghens
did a dmesg command and I got this error: eth0: Something Wicked happened! 2008. eth0: Something Wicked happened! 2008. eth0: Something Wicked happened! 2008. eth0: Something Wicked happened! 2008. eth0: Something Wicked happened! 2008. eth0: Something Wicked happened! 2008. eth0: Something

Re: imap ?'s

1999-12-30 Thread Michael Ghens
Does anyone know what format the system uses when it moves the files out of the spool and into the users home directory and is mbx superior in terms of speed? Well, it usually is not an issue of speed. The imap server, most likely could move bytes faster than the connection iself. Using

Re: named caching

1999-12-25 Thread Michael Ghens
/usr/sbin/ndc restart or /etc/rc.d/init.d/named restart should do the trick On Sat, 25 Dec 1999, Vidiot wrote: Date: Sat, 25 Dec 1999 00:03:18 -0600 (CST) From: Vidiot [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: named caching Resent-Date: 25 Dec 1999

Re: SendMail

1999-11-13 Thread Michael Ghens
Wrong package. popt is a programing toolkit. If I remember correctly, it is for command line option parsing. What you are looking for is the IMAP rpm. On Mon, 8 Nov 1999, Michael Gatti wrote: Date: Mon, 08 Nov 1999 11:25:53 -0200 From: Michael Gatti [EMAIL PROTECTED] To: RedHat Mail List

terminfo/termcap/ncurses

1998-06-27 Thread Michael Ghens
/usr/share/terminfo terminfo Things work better after that. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Michael Ghens Small Planet Connections Internet: [EMAIL PROTECTED] Santa Barbara, CA http

Terms: 5.1 Upgrade

1998-06-22 Thread Michael Ghens
Just finished. This 'glitch' is anoying. Some of my programs (such as ncftp) cannont find it's termcap entries. Example ncftp gives this error: Error opening terminal: linux. Any suggestions?? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Michael Ghens

Re: Terms: 5.1 Upgrade

1998-06-22 Thread Michael Ghens
I think I know what is wrong. My termifo database is broken. Now, to figureout how to fix it -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Michael Ghens Small Planet Connections Internet: [EMAIL PROTECTED] Santa Barbara, CA

Re: Terms: 5.1 Upgrade

1998-06-22 Thread Michael Ghens
Problem was solved buy reinstalling the ncurses package. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Michael Ghens Small Planet Connections Internet: [EMAIL PROTECTED] Santa Barbara, CA http

RH sparc linux 4.2

1998-06-14 Thread Michael Ghens
Is there something that I should know to compile thing on RH4.2-sparc??? Seems that I am either having header or library problems TIA -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists

Linux Sparc

1998-06-07 Thread Michael Ghens
Is there a web page on setting up Linux on a sparc 10? TIA Michael -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Michael Ghens Small Planet Connections Internet: [EMAIL PROTECTED] Santa Barbara, CA http

BIND 8

1998-04-10 Thread Michael Ghens
among others. -*-*-*- Has anyone found this to be a problem?? Or should I have nothing to fear and go for it! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Michael Ghens Small Planet Connections Internet: [EMAIL PROTECTED] Santa Barbara, CA