Re: hosting a domain name

2003-09-04 Thread David Lupo
On Fri, Sep 05, 2003 at 04:14:55AM -0500, Nurullah Akkaya wrote:
> ... can you point me to a big and reliable registring company? where does
> yahoo register its name? i mean just to get and example?

$ whois yahoo.com
[Querying whois.internic.net]
[Redirected to whois.alldomains.com]
[Querying whois.alldomains.com]
... < many lines snipped> ...
Domain Name: yahoo.com

Registrar Name: Alldomains.com
Registrar Whois: whois.alldomains.com
Registrar Homepage: http://www.alldomains.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Logrotate steals resources

2003-01-09 Thread David Lupo
On Thu, Jan 09, 2003 at 03:02:18PM -0500, Jeff Myers wrote:
> I have 7.3 running on an HP e800 server with 256M and 9gig of space.
> 
> First indication was the system would not respond to anything except ping.
> At the console the error messages were Out Of Memoryyada yada.
> Upon further investigation, running TOP shows logrotate as having 98% of CPU and a 
>bunch of memory.  
> If I kill the process it frees everything of course.  
> Is this a known bug?  Suggestions?

Do you have mailman running?  Mailman's log file naming scheme seems to interact badly 
with
logrotate.  In addition to running out of CPU, you may also find that you're running 
out
of inodes.  I saw one machine with a 2-megabyte /var/log/mailman directory.  (That's
the size of the directory itself, not the size of the files in it.)

If you remove mailman, be sure to remove the log directory, too.

--
David Lupo <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: VIM and SSH (Putty)

2002-07-05 Thread David Lupo

On Fri, Jul 05, 2002 at 04:30:09PM -0400, Calbazana, Al wrote:
> Silly question, but it's an annoyance...  Has anyone successfully gotten VIM
> key mappings and colorschemes to work properly under Putty (or any Windows
> SSH client for that matter)?  Some key mapping (pg up, pg down, delete, and
> others) are not working as they should and colorschemes are way off.  Not
> sure if there is a TERM setting I should be using...

I'm using Putty 0.52 and connecting to a Red Hat Linux system via ssh.  The
colors and key mappings work fine in vim and mutt. I have the keypad set to
"Xterm R6" in the session configuration.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ntpd problem

2002-01-17 Thread David Lupo

On Thu, Jan 17, 2002 at 09:21:39AM -0500, James Pifer wrote:
> I had a long winded message but decided to keep it more simple. I have a 
> 7.0 box running ntpd 4.0.99 with clients of both Redhat and Windoze. I 
> think everything on the server side is working, and I think the Windoze 
> clients are working, but I'm having problems with the Linux clients.
> 
> How can I verify if things are working right on the time server and the 
> Linux clients?
> Are there log files for ntp?
> What should I look for and where?
> What commands would be useful?

ntpd logs through syslog to /var/log/messages

The most useful command will probably be ntpdc.  There should be
information under /usr/share/doc. (I'm running a later version 
on RH 7.2, so I can't be sure of the exact file names.) 
Briefly, running ntpdc on the Linux client and giving
the "sysinfo" command will show you the system peer (should
be your server) and the stratum (should be one greater than the
stratum of your server).  Make sure you aren't synchronized to
the local clock instead of the server.  That can happen if the
local clock "fudge" sets stratum to too small a value in
/etc/ntp.conf.

--
David Lupo <[EMAIL PROTECTED]>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list