Re: Can we build a proper email cluster? (was: Re: Why is debian.org email so unreliable?)

2004-10-17 Thread Russell Coker
On Sat, 16 Oct 2004 22:00, Marcin Owsiany [EMAIL PROTECTED] wrote:
  If one machine has a probability of failure of 0.1 over a particular time
  period then the probability of at least one machine failing if there are
  two servers in the cluster over that same time period is 1-0.9*0.9 ==
  0.19.

 But do we really care about whether a machine fails? I'd rather say
 that what we want to minimize is the _service_ downtime.

If someone has to take time out from other work to fix it then we care.  There 
are lots of things that we would like to have done but which are not being 
done due to lack of time.  Do we really want to take more time away from 
other important tasks just to have super-reliable @debian.org email?

 With one machine, the possibility of the service being unavailable is
 0.1. With two machines it's equal to the possibility of both machines
 failing at the same time, so it's 0.1*0.1 == 0.01, as long as the
 possibilites are independent (not sure if that's the right translation
 of the term).

Correct.  Configuration errors and software bugs can put two machines offline 
just as easily as one.

 Otherwise, I'd say that the increase of availability is worth the
 additional debugging effort :-)

Are you going to be involved in doing the work?

This entire thread started because the admin team doesn't seem to have enough 
time to do all the work that people would like them to do.  Your suggestion 
seems likely to make things worse not better.

-- 
http://www.coker.com.au/selinux/   My NSA Security Enhanced Linux packages
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/~russell/  My home page


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



Re: Can we build a proper email cluster? (was: Re: Why is debian.org email so unreliable?)

2004-10-17 Thread martin f krafft
also sprach Russell Coker [EMAIL PROTECTED] [2004.10.17.1622 +0200]:
 Are you going to be involved in doing the work?

I volunteer to join the postmaster team and help out.

-- 
Please do not CC me when replying to lists; I read them!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


Re: Can we build a proper email cluster? (was: Re: Why is debian.org email so unreliable?)

2004-10-17 Thread martin f krafft
also sprach martin f krafft [EMAIL PROTECTED] [2004.10.17.1626 +0200]:
 I volunteer to join the postmaster team and help out.

Though my experience is really 98% postfix, 1.5% qmail, 0.4%
MDaemon, and 0.1% Exchange. So absolutely no exim in there. I've had
my fair share with single setuid binaries. :)

-- 
Please do not CC me when replying to lists; I read them!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


Re: Can we build a proper email cluster? (was: Re: Why is debian.org email so unreliable?)

2004-10-17 Thread Stephen Gran
This one time, at band camp, martin f krafft said:
 also sprach Russell Coker [EMAIL PROTECTED] [2004.10.17.1622 +0200]:
  Are you going to be involved in doing the work?
 
 I volunteer to join the postmaster team and help out.

/AOL.

My experience is mostly exim3  4, and sendmail.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgpDsNQLLgYAJ.pgp
Description: PGP signature


Runing Bind under User Bind

2004-10-17 Thread Johnno
Hello Hello,

I am trying to get named to work under the user bind but I keep on getting
errors:

Oct 18 14:39:34 woody named[1115]: starting BIND 9.2.1 -u bind
Oct 18 14:39:34 woody named[1115]: using 1 CPU
Oct 18 14:39:34 woody named[1117]: loading configuration from
'/etc/bind/named.conf'
Oct 18 14:39:34 woody named[1117]: no IPv6 interfaces found
Oct 18 14:39:34 woody named[1117]: listening on IPv4 interface lo,
127.0.0.1#53
Oct 18 14:39:34 woody named[1117]: listening on IPv4 interface eth0,
203.79.112.168#53
Oct 18 14:39:34 woody named[1117]: listening on IPv4 interface eth1,
192.168.168.250#53
Oct 18 14:39:34 woody named[1117]: command channel listening on
127.0.0.1#953
Oct 18 14:39:34 woody named[1117]: couldn't open pid file
'/var/run/named.pid': Permission denied
Oct 18 14:39:34 woody named[1117]: exiting (due to early fatal error)

in the /var directory

drwxr-xr-x4 root root 4096 Oct 18 14:39 run


I have other programs using the /var/run directory under different users,
but some funny reason bind won't work..

How do I fix this?

Many Thanks,
Johnno


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



Re: Runing Bind under User Bind

2004-10-17 Thread Ulf Volmer
On Mon, Oct 18, 2004 at 02:46:07PM +1300, Johnno wrote:

 I am trying to get named to work under the user bind but I keep on getting
 errors:
 Oct 18 14:39:34 woody named[1117]: couldn't open pid file
 '/var/run/named.pid': Permission denied
 Oct 18 14:39:34 woody named[1117]: exiting (due to early fatal error)
 
 in the /var directory
 drwxr-xr-x4 root root 4096 Oct 18 14:39 run

Your user bind would write a file in /var/run, but it's not allowed.

So what?

cu
ulf


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