Re: sort of a load balancing question

2000-08-23 Thread Shao Zhang
Hi, ridgey [EMAIL PROTECTED] wrote: > you could put the primary name record on the primary webserver and have the > www pointing to itself, then put the secondary name record on the secondary > sever and have its www pointing to itself, so when the primary goes down, > the secondary will kick in,

Re: sort of a load balancing question

2000-08-23 Thread Shao Zhang
Hi, Yes. But I would like to know a way to let the backup server automatically take over when the primary web server is down. Thanks. Shao. Robert Davidson [EMAIL PROTECTED] wrote: > We are also a small ISP and do exactly that with one of our vital servers. > We used rsyn

Re: sort of a load balancing question

2000-08-23 Thread Luca Filipozzi
On Thu, Aug 24, 2000 at 12:30:12PM +1000, Shao Zhang wrote: > Is there any programs out there that does this? Take a look at: http://www.linux-ha.org/ http://www.linuxvirtualserver.org/ http://ultramonkey.sourceforge.net/ http://www.eddieware.org/ -- Luca Filipozzi [dpkg] We are the apt.

Re: sort of a load balancing question

2000-08-23 Thread Robert Davidson
Shao, We are also a small ISP and do exactly that with one of our vital servers. We used rsync for this. Regards, Robert Davidson. On Thu, Aug 24, 2000 at 12:30:12PM +1000, Shao Zhang wrote: > Hi, > This is not a really load balancing question, but similar sort > of thing. > >

sort of a load balancing question

2000-08-23 Thread Shao Zhang
Hi, This is not a really load balancing question, but similar sort of thing. We are an isp here and we would like to set up two webservers that are completely tranparent(rsync daily). We will only be using one webserver to server all the pages, but

Re: sort of a load balancing question

2000-08-23 Thread Shao Zhang
Hi, ridgey [[EMAIL PROTECTED]] wrote: > you could put the primary name record on the primary webserver and have the > www pointing to itself, then put the secondary name record on the secondary > sever and have its www pointing to itself, so when the primary goes down, > the secondary will kick i

Re: sort of a load balancing question

2000-08-23 Thread Shao Zhang
Hi, Yes. But I would like to know a way to let the backup server automatically take over when the primary web server is down. Thanks. Shao. Robert Davidson [[EMAIL PROTECTED]] wrote: > We are also a small ISP and do exactly that with one of our vital servers. > We used r

Re: sort of a load balancing question

2000-08-23 Thread Luca Filipozzi
On Thu, Aug 24, 2000 at 12:30:12PM +1000, Shao Zhang wrote: > Is there any programs out there that does this? Take a look at: http://www.linux-ha.org/ http://www.linuxvirtualserver.org/ http://ultramonkey.sourceforge.net/ http://www.eddieware.org/ -- Luca Filipozzi [dpkg] We are the apt.

Re: sort of a load balancing question

2000-08-23 Thread Robert Davidson
Shao, We are also a small ISP and do exactly that with one of our vital servers. We used rsync for this. Regards, Robert Davidson. On Thu, Aug 24, 2000 at 12:30:12PM +1000, Shao Zhang wrote: > Hi, > This is not a really load balancing question, but similar sort > of thing. > >

sort of a load balancing question

2000-08-23 Thread Shao Zhang
Hi, This is not a really load balancing question, but similar sort of thing. We are an isp here and we would like to set up two webservers that are completely tranparent(rsync daily). We will only be using one webserver to server all the pages, but

Re: followup: inittab weirdness?

2000-08-23 Thread Nathan E Norman
On Wed, Aug 23, 2000 at 02:48:57PM -0500, Security wrote: > Tried the egrep -r (through the entire filesystem) and ttyS3 shows up in > /dev/mem, /dev/core, /dev/kmem/, /etc/inittab and in /var/run/stab, some > docs,/usr/include/asm/serial.h and in the logs. > > Thanks for the tip, Chet! Much clea

Re: followup: inittab weirdness?

2000-08-23 Thread Andy Gardner
List; In regards to /etc/inittab being altered to spawn a getty on ttyS3 on reboot. Tried the egrep -r (through the entire filesystem) and ttyS3 shows up in /dev/mem, /dev/core, /dev/kmem/, /etc/inittab and in /var/run/stab, some docs,/usr/include/asm/serial.h and in the logs. Thanks for the tip

followup: inittab weirdness?

2000-08-23 Thread Security
List; In regards to /etc/inittab being altered to spawn a getty on ttyS3 on reboot. Tried the egrep -r (through the entire filesystem) and ttyS3 shows up in /dev/mem, /dev/core, /dev/kmem/, /etc/inittab and in /var/run/stab, some docs,/usr/include/asm/serial.h and in the logs. Thanks for the

Re: followup: inittab weirdness?

2000-08-23 Thread Nathan E Norman
On Wed, Aug 23, 2000 at 02:48:57PM -0500, Security wrote: > Tried the egrep -r (through the entire filesystem) and ttyS3 shows up in > /dev/mem, /dev/core, /dev/kmem/, /etc/inittab and in /var/run/stab, some > docs,/usr/include/asm/serial.h and in the logs. > > Thanks for the tip, Chet! Much cle

Re: inittab weirdness?

2000-08-23 Thread Chester Hosey
Try something like egrep -r ttyS3 /etc or similar to see what files reference this. If some script is running at boot and adding this line to inittab (or rebuilding inittab entirely), you can find out where this line is coming from by grepping around /etc. If a line in a script adds this line, com

Re: inittab weirdness?

2000-08-23 Thread Todd Troxell
Hello, I have had the exact same problem with a DEC PC 425se laptop. Its an older machine (486) and I have tried the same things as you with the same results. I am not all too famillar with the inner workings of init, but I still can not figure out why the lines are reset on a reboot. Anyo

Re:inittab weirdness?

2000-08-23 Thread Security
Well, as I stated down a ways in the original post inittab gets overwritten on every reboot. Therein lies the rub. Tried that... Been there.. Thanks anyway and sorry for the confusion. Tom >the inittab entry you are looking at is attempting to take control of >the modem. From what I read here,

Re: followup: inittab weirdness?

2000-08-23 Thread Andy Gardner
>List; > >In regards to /etc/inittab being altered to spawn a getty on ttyS3 on >reboot. > > >Tried the egrep -r (through the entire filesystem) and ttyS3 shows up in >/dev/mem, /dev/core, /dev/kmem/, /etc/inittab and in /var/run/stab, some >docs,/usr/include/asm/serial.h and in the logs. > >Tha

followup: inittab weirdness?

2000-08-23 Thread Security
List; In regards to /etc/inittab being altered to spawn a getty on ttyS3 on reboot. Tried the egrep -r (through the entire filesystem) and ttyS3 shows up in /dev/mem, /dev/core, /dev/kmem/, /etc/inittab and in /var/run/stab, some docs,/usr/include/asm/serial.h and in the logs. Thanks for the

Re: inittab weirdness?

2000-08-23 Thread Chester Hosey
Try something like egrep -r ttyS3 /etc or similar to see what files reference this. If some script is running at boot and adding this line to inittab (or rebuilding inittab entirely), you can find out where this line is coming from by grepping around /etc. If a line in a script adds this line, co

Re: inittab weirdness?

2000-08-23 Thread Todd Troxell
Hello, I have had the exact same problem with a DEC PC 425se laptop. Its an older machine (486) and I have tried the same things as you with the same results. I am not all too famillar with the inner workings of init, but I still can not figure out why the lines are reset on a reboot. An

inittab weirdness?

2000-08-23 Thread Security
List; Here is a weird one I can't seem to find the cause of. Perhaps it is inane, harmless, etc but it is annoying. I get these respawning too fast errors to the console. They go away when I comment out the S:12345:respawn:/sbin/getty ttyS3 line and init q it. Until a reboot that is. Truncated fo

Re:inittab weirdness?

2000-08-23 Thread Security
Well, as I stated down a ways in the original post inittab gets overwritten on every reboot. Therein lies the rub. Tried that... Been there.. Thanks anyway and sorry for the confusion. Tom >the inittab entry you are looking at is attempting to take control of >the modem. From what I read here

inittab weirdness?

2000-08-23 Thread Security
List; Here is a weird one I can't seem to find the cause of. Perhaps it is inane, harmless, etc but it is annoying. I get these respawning too fast errors to the console. They go away when I comment out the S:12345:respawn:/sbin/getty ttyS3 line and init q it. Until a reboot that is. Truncated f

RADIUS support for caller ID and call-back

2000-08-23 Thread Erik Peter P. Abella
Hello All, Has anyone managed to log the phone numbers of dial-ups with radius? If so, a sample .conf will be really helpful. Also, being the NT fan that my boss is, he's asking if radius can call back a specific user to make sure that the account is being used from a specific telephone line. Tha

RADIUS support for caller ID and call-back

2000-08-23 Thread Erik Peter P. Abella
Hello All, Has anyone managed to log the phone numbers of dial-ups with radius? If so, a sample .conf will be really helpful. Also, being the NT fan that my boss is, he's asking if radius can call back a specific user to make sure that the account is being used from a specific telephone line. Th