RE: Hard disk lock down.

2001-06-26 Thread Cho Yoonbae

Thanks for your advice.

I checked 'D' stats process numbers and compare with uptime's value..
yes, your opnion was right. :-)

but I couldn't prove what occurs problem.
There are'nt special messages in kern.log and dmesg.

I'm using 2.4.5 kernel.
What can I do check else?


-Original Message-
From: Russell Coker [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 22, 2001 10:35 PM
To: Cho Yoonbae; [EMAIL PROTECTED]
Subject: Re: Hard disk lock down.


On Sunday 17 June 2001 10:41, Cho Yoonbae wrote:
> I am operating an server with P3 850*1, 512MB, 90GB storage. (two
> 45GB)
 
> blue:~# df -H > FilesystemSize  Used Avail Use% Mounted on > /dev/hda1   
>  2.0G  233M  1.6G  13% / > /dev/hda3  32G  2.6G   27G   9% /var 
>> /dev/hda4  10G  646M  9.1G   7% /premium > /dev/hdb2  43G  
>9.2G   32G  23% /home >  > sometimes when my user commands "mv" or "chmod" in telnet 
>or ftp, > directory are locked down. (under /home) > so any user(even root!) enter 
>that directory and command in that
> directory
 until reboot the system.
>  > another important thing is that while system is in that situation, > system's 
>load is higher and higher. even 37 in result of  "uptime". 
Uptime is the sum of two numbers.  One number is the average number of 
processes in "D" state, the other is the average number of programs that 
are ready to do CPU operations.

"D" state processes are processes that are blocked on disk IO.  It sounds 
like there is a device driver error in your system related to disk IO 
that causes processes to get blocked, and that in this instance 37 
programs have become blocked on disk IO.

I suggest that you run the command "dmesg" and/or check /var/log/kern.log 
for information on what went wrong.

Also please note that we can't help you solve such problems without 
information on what kernel version you run.

-- 
http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/   Postal SMTP/POP benchmark
http://www.coker.com.au/projects.html Projects I am working on
http://www.coker.com.au/~russell/ My home page
èPԔ ‘ ™¨¥¶‡^n&§ŠÊkz«ž²Ùb²Ûy¸šžŠàÂ+aj˛ç-¡û§²æìr¸›y:è¹¹^
‰íiËeŠËfjË^®X¬¶Ç^n&§¢¸


AT&T public router

2001-06-26 Thread Chris Wagner

A while back, AT&T had a publicly accessible router for doing route lookups
and stuff like that.  It supposedly knew about the whole world.  The special
thing about this router was that you didn't need a user name or password to
log on with.  It just gave you the IOS prompt.  I haven't been on this
router for a long time and I can't remember the exact name of it.  It was
something like ip-router.att.net or route.world.att.net.  Does anybody
remember this thing and have the host name?  Thanks.


---==---
___/``\___

0100


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Zmailer issues

2001-06-26 Thread Przemyslaw Wegrzyn

1. Curently I use zmailer zmailer-ssl 2.99.53pre1 (installed from deb),
but I have problem with scheduler - it's dying almost everyday with
segfault.
Is this a known issue ?

In the scheduler's log I've found:

action='failed5.'

what does it mean ?

Also:

scheduler: unlink(../queue/D/^<90>0$): No such file or directory 

There are many such lines, with random garbage after last /


2. I've tried to compile zmailer 2.99.55 (with patch1), but it
fails. Are there any unofficial debs with version .54 or .55 ?

-=Czaj-nick=-






Zmailer issues

2001-06-26 Thread Przemyslaw Wegrzyn


1. Curently I use zmailer zmailer-ssl 2.99.53pre1 (installed from deb),
but I have problem with scheduler - it's dying almost everyday with
segfault.
Is this a known issue ?

In the scheduler's log I've found:

action='failed5.'

what does it mean ?

Also:

scheduler: unlink(../queue/D/^<90>0$): No such file or directory 

There are many such lines, with random garbage after last /


2. I've tried to compile zmailer 2.99.55 (with patch1), but it
fails. Are there any unofficial debs with version .54 or .55 ?

-=Czaj-nick=-




--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: Multiple DSLs, and switching incoming route upon failure?

2001-06-26 Thread Jeff S Wheeler
Quite frankly, it's dumb as hell to try to half-ass a redundancy solution
when you evidently need as close to 100% uptime as you can get.  You need to
either spend the bucks on leased lines from tier-1 carriers and run BGP
(contracting with someone for assistance if you don't have the know-how
yet), or preferably you should colocate with a real datacenter and hope they
don't go out of business.

- jsw




RE: Multiple DSLs, and switching incoming route upon failure?

2001-06-26 Thread Jeff S Wheeler

Quite frankly, it's dumb as hell to try to half-ass a redundancy solution
when you evidently need as close to 100% uptime as you can get.  You need to
either spend the bucks on leased lines from tier-1 carriers and run BGP
(contracting with someone for assistance if you don't have the know-how
yet), or preferably you should colocate with a real datacenter and hope they
don't go out of business.

- jsw


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Multiple DSLs, and switching incoming route upon failure?

2001-06-26 Thread Nicolas Bougues
On Mon, Jun 25, 2001 at 06:00:44PM +1000, Jeremy Lunn wrote:
> On Mon, Jun 25, 2001 at 01:09:13AM -0400, Fraser Campbell wrote:
> > Why not have a DNS server on each network announcing different IPs for each
> > service and then multi-home each server?  DNS on DSL1 would only annouunce
> > IPs from DSL1, and DNS on DSL2 would only announce IPs from DSL2.  Due to 
> > the
> > way DNS servers are used in a round-robin fashion you should get crude load
> > balancing ... if DSL1 goes down only the DNS server in DSL2 would be
> > reachable and therefore only DSL2 IPs handed out.
> 
> How is that going to be any better than having multiple A records?
> Apart from the fact that it'd be more complex to maintain.
> 

There should be an almost 0 TTL on each DNS server, and both of them
would be primary for the zone, but with different data.

But well, here in France, one leased line is more reliable than 2 DSL
links...

-- 
Nicolas BOUGUES
Axialys Interactive




Re: Multiple DSLs, and switching incoming route upon failure?

2001-06-26 Thread Nicolas Bougues

On Mon, Jun 25, 2001 at 06:00:44PM +1000, Jeremy Lunn wrote:
> On Mon, Jun 25, 2001 at 01:09:13AM -0400, Fraser Campbell wrote:
> > Why not have a DNS server on each network announcing different IPs for each
> > service and then multi-home each server?  DNS on DSL1 would only annouunce
> > IPs from DSL1, and DNS on DSL2 would only announce IPs from DSL2.  Due to the
> > way DNS servers are used in a round-robin fashion you should get crude load
> > balancing ... if DSL1 goes down only the DNS server in DSL2 would be
> > reachable and therefore only DSL2 IPs handed out.
> 
> How is that going to be any better than having multiple A records?
> Apart from the fact that it'd be more complex to maintain.
> 

There should be an almost 0 TTL on each DNS server, and both of them
would be primary for the zone, but with different data.

But well, here in France, one leased line is more reliable than 2 DSL
links...

-- 
Nicolas BOUGUES
Axialys Interactive


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: HDD

2001-06-26 Thread Simon Gray
e2fsck

try 'man e2fsck'

>-Original Message-
>From: Craig <[EMAIL PROTECTED]>
>To: Debian-Isp 
>Date: 26 June 2001 08:44
>Subject: HDD
>
>
>>Hi Guys
>>
>>I have a machine that I suspect its HDD is on the way out.
>>What util can I use to do a scandisk with ??
>>
>>Kind Regards
>>Craig :)
>>
>




HDD

2001-06-26 Thread Craig
Hi Guys

I have a machine that I suspect its HDD is on the way out.
What util can I use to do a scandisk with ??

Kind Regards
Craig :)
<>

Re: HDD

2001-06-26 Thread Simon Gray

e2fsck

try 'man e2fsck'

>-Original Message-
>From: Craig <[EMAIL PROTECTED]>
>To: Debian-Isp <[EMAIL PROTECTED]>
>Date: 26 June 2001 08:44
>Subject: HDD
>
>
>>Hi Guys
>>
>>I have a machine that I suspect its HDD is on the way out.
>>What util can I use to do a scandisk with ??
>>
>>Kind Regards
>>Craig :)
>>
>


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




HDD

2001-06-26 Thread Craig

Hi Guys

I have a machine that I suspect its HDD is on the way out.
What util can I use to do a scandisk with ??

Kind Regards
Craig :)

 winmail.dat