Re: [Vserver] Maximum guest on one host

2006-12-03 Thread Herbert Poetzl
On Sun, Dec 03, 2006 at 10:47:11PM -0600, John Alberts wrote:
> I don't mean to hijack the thread here, but unification as a way to
> help his resource utilization, could someone please point me to a good
> resource for unification?

http://linux-vserver.org/Special:Search?search=unification

http://linux-vserver.org/Frequently_Asked_Questions#What_is_Unification_.28vunify.29.3F

http://oldwiki.linux-vserver.org/alpha+util-vserver

> I have searched the vserver wiki, but there doesn't really seem to be
> anything on how to setup and use unification.  Also, does unification
> change the upgrade/maintenance process?

that really depends, with recent kernel versions
(see http://linux-vserver.org/Feature_Matrix) CoW
is supported for unified guests, which basically
doesn't require any additional handling, except
for a sweep through the files every now and then
to re-unify common files ...

if the guest maintenance is done from the host,
older setups will benefit without giving up any
freedom, otherwise you should know that the guest
distro handles the immutable but unlinkable files
gracefully, otherwise you'll get complaints from
the guest admin ...

HTH,
Herbert 

> Thanks
> John
> 
> 
> On 12/3/06, Herbert Poetzl <[EMAIL PROTECTED]> wrote:
> >On Sun, Dec 03, 2006 at 02:16:55PM -0500, Adrien Laurent wrote:
> >> Hi,
> >>
> >> I have a project of giving away free voip servers using vserver.
> >> Each servers will be a minimal centos installation with few
> >> additionnal packages.
> >
> >you should make sure that you utilize unification
> >in this case, as it will probably be the best shared
> >resource in your setup (only config files will differ)
> >so given the server is configured well, and all guests
> >are 'idle' you can probably put 300+ there
> >
> >here some tips _for your_ setup:
> >
> > - make sure to use unification (saves disk space
> >   and most important memory for mappings and caches)
> > - reduce the number of guest processes, maybe even
> >   to a single process (the VoIP app) plus a fake init
> > - configure higher HZ values (1000Hz) disable
> >   preemption, get apic running, configure the hard
> >   cpu scheduler for timeslicing
> >
> >HTH,
> >Herbert
> >
> >> They will all have a public ip - no firewall.
> >>
> >> Considering that all the servers are idle - how many of them can a
> >> regular server (Pentium 3.0Ghz - 2go ram) handle ?
> >>
> >>
> >> Thanks,
> >>
> >>
> >> Adrien
> >>
> >>
> >>
> >>
> >>
> >> --
> >> Adrien Laurent
> >> Chief Information Officer
> >> (514) 284-2020 x 202
> >> [EMAIL PROTECTED]
> >> www.modulis.ca
> >>
> >> Technical questions? [EMAIL PROTECTED]
> >> ___
> >> Vserver mailing list
> >> Vserver@list.linux-vserver.org
> >> http://list.linux-vserver.org/mailman/listinfo/vserver
> >___
> >Vserver mailing list
> >Vserver@list.linux-vserver.org
> >http://list.linux-vserver.org/mailman/listinfo/vserver
> >
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Maximum guest on one host

2006-12-03 Thread John Alberts

I don't mean to hijack the thread here, but unification as a way to
help his resource utilization, could someone please point me to a good
resource for unification?

I have searched the vserver wiki, but there doesn't really seem to be
anything on how to setup and use unification.  Also, does unification
change the upgrade/maintenance process?

Thanks
John


On 12/3/06, Herbert Poetzl <[EMAIL PROTECTED]> wrote:

On Sun, Dec 03, 2006 at 02:16:55PM -0500, Adrien Laurent wrote:
> Hi,
>
> I have a project of giving away free voip servers using vserver.
> Each servers will be a minimal centos installation with few
> additionnal packages.

you should make sure that you utilize unification
in this case, as it will probably be the best shared
resource in your setup (only config files will differ)
so given the server is configured well, and all guests
are 'idle' you can probably put 300+ there

here some tips _for your_ setup:

 - make sure to use unification (saves disk space
   and most important memory for mappings and caches)
 - reduce the number of guest processes, maybe even
   to a single process (the VoIP app) plus a fake init
 - configure higher HZ values (1000Hz) disable
   preemption, get apic running, configure the hard
   cpu scheduler for timeslicing

HTH,
Herbert

> They will all have a public ip - no firewall.
>
> Considering that all the servers are idle - how many of them can a
> regular server (Pentium 3.0Ghz - 2go ram) handle ?
>
>
> Thanks,
>
>
> Adrien
>
>
>
>
>
> --
> Adrien Laurent
> Chief Information Officer
> (514) 284-2020 x 202
> [EMAIL PROTECTED]
> www.modulis.ca
>
> Technical questions? [EMAIL PROTECTED]
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] snmp & vserver

2006-12-03 Thread Herbert Poetzl
On Sun, Dec 03, 2006 at 09:31:14PM -0500, Adrien Laurent wrote:
> Hi,
> 
> With the setup:
> host: centos 4 - 2.6.18.1-vs2.0.2.2-rc4 - eth0(192.168.0.1) -
> lo(127.0.0.1) -> runs snmp
> guest: centos 4 - eth0(192.168.0.2) -> runs snmp & cacti

you probably do not want to run snmp inside a guest,
instead you want to monitor the guest from the host
(which saves you tasks and provides more information)

> I'm trying to graph the usage of my vserver using snmp and cacti; I
> face the following problems:
> 
> - Cacti default setup ping 127.0.0.1 which is not activated by default
> on my vserver guest, is it possible to enable lo(127.0.0.1) on a guest
> ?

it should 'ping' localhost, if it actually 'pings'
127.0.0.1, it is broken, otherwise just adjust
/etc/hosts to list the first assigned ip as localhost

> - When I graph the snmp from guest I get the ip & data of the host 
> 192.168.0.1

probably because you actually connect to the snmp
running on the host ...

> - Do you know an easy way on how I could get network stat per ip for
> all the vservers ?

use an iptables accounting rule to get 'on wire'
statistics for single ips (or groups of ips)

HTH,
Herbert

> Thanks a lot for any help !
> 
> 
> Adrien
> 
> 
> 
> -- 
> Adrien Laurent
> Chief Information Officer
> (514) 284-2020 x 202
> [EMAIL PROTECTED]
> www.modulis.ca
> 
> Technical questions? [EMAIL PROTECTED]
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] nessus on vserver

2006-12-03 Thread Herbert Poetzl
On Sun, Dec 03, 2006 at 10:55:02PM +0100, Eric Doutreleau wrote:
> Hi
> 
> Has someone already succeded in installing nessus on a vserver.
> i just installed one but I can't get any result from my nessus server.
> It told me that all hosts are down and it s not the case.
> 
> I guess that my vserver lack some capabilities in order to run nessus 
> but i don't know the ones needed.

strace -fF is probably a good start ...

best,
Herbert

> Has someone already succeded in installating nessus on a vserver?
> 
> Thanks in advance for any help
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Maximum guest on one host

2006-12-03 Thread Herbert Poetzl
On Sun, Dec 03, 2006 at 02:16:55PM -0500, Adrien Laurent wrote:
> Hi,
> 
> I have a project of giving away free voip servers using vserver.
> Each servers will be a minimal centos installation with few
> additionnal packages.

you should make sure that you utilize unification
in this case, as it will probably be the best shared
resource in your setup (only config files will differ)
so given the server is configured well, and all guests
are 'idle' you can probably put 300+ there

here some tips _for your_ setup:

 - make sure to use unification (saves disk space
   and most important memory for mappings and caches)
 - reduce the number of guest processes, maybe even
   to a single process (the VoIP app) plus a fake init
 - configure higher HZ values (1000Hz) disable
   preemption, get apic running, configure the hard
   cpu scheduler for timeslicing

HTH,
Herbert
 
> They will all have a public ip - no firewall.
> 
> Considering that all the servers are idle - how many of them can a
> regular server (Pentium 3.0Ghz - 2go ram) handle ?
> 
> 
> Thanks,
> 
> 
> Adrien
> 
> 
> 
> 
> 
> -- 
> Adrien Laurent
> Chief Information Officer
> (514) 284-2020 x 202
> [EMAIL PROTECTED]
> www.modulis.ca
> 
> Technical questions? [EMAIL PROTECTED]
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] snmp & vserver

2006-12-03 Thread Chuck
On Sunday 03 December 2006 21:59, Adrien Laurent wrote:


i have yet to run into a program that cannot be changed from 127.0.0.1 to 
another ip, plus i don't know how to do it, but i read that the newer vserver 
code and kernel allow you to map localhost within a guest, or something 
similar. someone else will have to answer that one who knows..

we have one instance of cacti running (in its own guest) that monitors our 
entire network including all our guest vservers and extended network 
components that are in remote places around the nation. i believe all that is 
needed is snmp within each guest or location to answer cacti's requests... 
snmp uses very few resources... i will have to speak with our tech tomorrow 
about this.

> Thanks,
> 
> Actually, that's what I did; I replace 127.0.0.1 with the ip of the guest.
> But I fear that I will meet one time or another a program that needs 
127.0.0.1.
> 
> The problem with this solution is that it requires an instance of
> cacti inside each guests, which is not convenient for resources and
> management.
> 
> Adrien
> 
> On 12/3/06, Chuck <[EMAIL PROTECTED]> wrote:
> > On Sunday 03 December 2006 21:31, Adrien Laurent wrote:
> > > Hi,
> > >
> > > With the setup:
> > > host: centos 4 - 2.6.18.1-vs2.0.2.2-rc4 - eth0(192.168.0.1) -
> > > lo(127.0.0.1) -> runs snmp
> > > guest: centos 4 - eth0(192.168.0.2) -> runs snmp & cacti
> > >
> > >
> > > I'm trying to graph the usage of my vserver using snmp and cacti; I
> > > face the following problems:
> > >
> > > - Cacti default setup ping 127.0.0.1 which is not activated by default
> > > on my vserver guest, is it possible to enable lo(127.0.0.1) on a guest
> > > ?
> >
> > i have not done it myself but one of our techs has cacti successfully 
running
> > inside a vserver. for the first thing, set localhost to the guest primary 
ip
> > in /etc/hosts and do a grep on the config files of the programs you use to
> > find all instances of 127.0.0.1. change them to the primary ip of your 
guest.
> >
> > once all that is done i believe it should work properly for you in testing
> > your guests. he has monitoring all of our guests.
> >
> > >
> > > - When I graph the snmp from guest I get the ip & data of the host
> > 192.168.0.1
> > >
> > > - Do you know an easy way on how I could get network stat per ip for
> > > all the vservers ?
> > >
> > >
> > > Thanks a lot for any help !
> > >
> > >
> > > Adrien
> > >
> > >
> > >
> > > --
> > > Adrien Laurent
> > > Chief Information Officer
> > > (514) 284-2020 x 202
> > > [EMAIL PROTECTED]
> > > www.modulis.ca
> > >
> > > Technical questions? [EMAIL PROTECTED]
> > > ___
> > > Vserver mailing list
> > > Vserver@list.linux-vserver.org
> > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > >
> >
> > --
> >
> > Chuck
> >
> > "...and the hordes of M$*ft users descended upon me in their anger,
> > and asked 'Why do you not get the viruses or the BlueScreensOfDeath
> > or insecure system troubles and slowness or pay through the nose
> > for an OS as *we* do?!!', and I answered...'I use Linux'. "
> > The Book of John, chapter 1, page 1, and end of book
> >
> >
> > ___
> > Vserver mailing list
> > Vserver@list.linux-vserver.org
> > http://list.linux-vserver.org/mailman/listinfo/vserver
> >
> 
> 
> -- 
> Adrien Laurent
> Chief Information Officer
> (514) 284-2020 x 202
> [EMAIL PROTECTED]
> www.modulis.ca
> 
> Technical questions? [EMAIL PROTECTED]
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] snmp & vserver

2006-12-03 Thread Adrien Laurent

Thanks,

Actually, that's what I did; I replace 127.0.0.1 with the ip of the guest.
But I fear that I will meet one time or another a program that needs 127.0.0.1.

The problem with this solution is that it requires an instance of
cacti inside each guests, which is not convenient for resources and
management.

Adrien

On 12/3/06, Chuck <[EMAIL PROTECTED]> wrote:

On Sunday 03 December 2006 21:31, Adrien Laurent wrote:
> Hi,
>
> With the setup:
> host: centos 4 - 2.6.18.1-vs2.0.2.2-rc4 - eth0(192.168.0.1) -
> lo(127.0.0.1) -> runs snmp
> guest: centos 4 - eth0(192.168.0.2) -> runs snmp & cacti
>
>
> I'm trying to graph the usage of my vserver using snmp and cacti; I
> face the following problems:
>
> - Cacti default setup ping 127.0.0.1 which is not activated by default
> on my vserver guest, is it possible to enable lo(127.0.0.1) on a guest
> ?

i have not done it myself but one of our techs has cacti successfully running
inside a vserver. for the first thing, set localhost to the guest primary ip
in /etc/hosts and do a grep on the config files of the programs you use to
find all instances of 127.0.0.1. change them to the primary ip of your guest.

once all that is done i believe it should work properly for you in testing
your guests. he has monitoring all of our guests.

>
> - When I graph the snmp from guest I get the ip & data of the host
192.168.0.1
>
> - Do you know an easy way on how I could get network stat per ip for
> all the vservers ?
>
>
> Thanks a lot for any help !
>
>
> Adrien
>
>
>
> --
> Adrien Laurent
> Chief Information Officer
> (514) 284-2020 x 202
> [EMAIL PROTECTED]
> www.modulis.ca
>
> Technical questions? [EMAIL PROTECTED]
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
>

--

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver




--
Adrien Laurent
Chief Information Officer
(514) 284-2020 x 202
[EMAIL PROTECTED]
www.modulis.ca

Technical questions? [EMAIL PROTECTED]
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] snmp & vserver

2006-12-03 Thread Chuck
On Sunday 03 December 2006 21:31, Adrien Laurent wrote:
> Hi,
> 
> With the setup:
> host: centos 4 - 2.6.18.1-vs2.0.2.2-rc4 - eth0(192.168.0.1) -
> lo(127.0.0.1) -> runs snmp
> guest: centos 4 - eth0(192.168.0.2) -> runs snmp & cacti
> 
> 
> I'm trying to graph the usage of my vserver using snmp and cacti; I
> face the following problems:
> 
> - Cacti default setup ping 127.0.0.1 which is not activated by default
> on my vserver guest, is it possible to enable lo(127.0.0.1) on a guest
> ?

i have not done it myself but one of our techs has cacti successfully running 
inside a vserver. for the first thing, set localhost to the guest primary ip 
in /etc/hosts and do a grep on the config files of the programs you use to 
find all instances of 127.0.0.1. change them to the primary ip of your guest.

once all that is done i believe it should work properly for you in testing 
your guests. he has monitoring all of our guests.

> 
> - When I graph the snmp from guest I get the ip & data of the host 
192.168.0.1
> 
> - Do you know an easy way on how I could get network stat per ip for
> all the vservers ?
> 
> 
> Thanks a lot for any help !
> 
> 
> Adrien
> 
> 
> 
> -- 
> Adrien Laurent
> Chief Information Officer
> (514) 284-2020 x 202
> [EMAIL PROTECTED]
> www.modulis.ca
> 
> Technical questions? [EMAIL PROTECTED]
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] snmp & vserver

2006-12-03 Thread Adrien Laurent

Hi,

With the setup:
host: centos 4 - 2.6.18.1-vs2.0.2.2-rc4 - eth0(192.168.0.1) -
lo(127.0.0.1) -> runs snmp
guest: centos 4 - eth0(192.168.0.2) -> runs snmp & cacti


I'm trying to graph the usage of my vserver using snmp and cacti; I
face the following problems:

- Cacti default setup ping 127.0.0.1 which is not activated by default
on my vserver guest, is it possible to enable lo(127.0.0.1) on a guest
?

- When I graph the snmp from guest I get the ip & data of the host 192.168.0.1

- Do you know an easy way on how I could get network stat per ip for
all the vservers ?


Thanks a lot for any help !


Adrien



--
Adrien Laurent
Chief Information Officer
(514) 284-2020 x 202
[EMAIL PROTECTED]
www.modulis.ca

Technical questions? [EMAIL PROTECTED]
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] nessus on vserver

2006-12-03 Thread Eric Doutreleau

Hi

Has someone already succeded in installing nessus on a vserver.
i just installed one but I can't get any result from my nessus server.
It told me that all hosts are down and it s not the case.

I guess that my vserver lack some capabilities in order to run nessus 
but i don't know the ones needed.


Has someone already succeded in installating nessus on a vserver?

Thanks in advance for any help
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Maximum guest on one host

2006-12-03 Thread Adrien Laurent

On 12/3/06, Eugen Leitl <[EMAIL PROTECTED]> wrote:

On Sun, Dec 03, 2006 at 02:16:55PM -0500, Adrien Laurent wrote:

> I have a project of giving away free voip servers using vserver.

Interesting project. This has been one of my product ideas (for-profit,
however).



we'll keep it non-profit. If we have the ressources we might also
provide free north american communications


> Each servers will be a minimal centos installation with few
> additionnal packages.
> They will all have a public ip - no firewall.

Is this SIP? Asterisk?


yes, sip/iax with asterisk



> Considering that all the servers are idle - how many of them can a
> regular server (Pentium 3.0Ghz - 2go ram) handle ?

How much would fit into a 4 GByte 2 GHz Opteron system?

--
Eugen* Leitl http://leitl.org";>leitl http://leitl.org
__
ICBM: 48.07100, 11.36820http://www.ativel.com
8B29F6BE: 099D 78BA 2FD3 B014 B08A  7779 75B0 2443 8B29 F6BE


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFFcytOdbAkQ4sp9r4RAnLZAKCPlWVzeojFjcEZ7OtZO5Gono4BuACgiuSA
eZHR8H4iEq4t7mhk9viVHR0=
=6reb
-END PGP SIGNATURE-


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver






--
Adrien Laurent
Chief Information Officer
(514) 284-2020 x 202
[EMAIL PROTECTED]
www.modulis.ca

Technical questions? [EMAIL PROTECTED]
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Maximum guest on one host

2006-12-03 Thread Eugen Leitl
On Sun, Dec 03, 2006 at 02:16:55PM -0500, Adrien Laurent wrote:

> I have a project of giving away free voip servers using vserver.

Interesting project. This has been one of my product ideas (for-profit,
however).

> Each servers will be a minimal centos installation with few
> additionnal packages.
> They will all have a public ip - no firewall.

Is this SIP? Asterisk?
 
> Considering that all the servers are idle - how many of them can a
> regular server (Pentium 3.0Ghz - 2go ram) handle ?

How much would fit into a 4 GByte 2 GHz Opteron system?

-- 
Eugen* Leitl http://leitl.org";>leitl http://leitl.org
__
ICBM: 48.07100, 11.36820http://www.ativel.com
8B29F6BE: 099D 78BA 2FD3 B014 B08A  7779 75B0 2443 8B29 F6BE


signature.asc
Description: Digital signature
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Maximum guest on one host

2006-12-03 Thread Chuck
On Sunday 03 December 2006 14:16, Adrien Laurent wrote:


we have one centos64 guest running and judging by that one, all idle doing 
nothing, loading nothing other than requirements to boot, my guess is 
150-200.. but if activity/applications get loaded that may drop to 100 or so.  
these are just rough guesses on my part.. i am sure someone has a more 
scientific method to determine this, or maybe has something similar they can 
quote from experience.

> Hi,
> 
> I have a project of giving away free voip servers using vserver.
> Each servers will be a minimal centos installation with few
> additionnal packages.
> They will all have a public ip - no firewall.
> 
> Considering that all the servers are idle - how many of them can a
> regular server (Pentium 3.0Ghz - 2go ram) handle ?
> 
> 
> Thanks,
> 
> 
> Adrien
> 
> 
> 
> 
> 
> -- 
> Adrien Laurent
> Chief Information Officer
> (514) 284-2020 x 202
> [EMAIL PROTECTED]
> www.modulis.ca
> 
> Technical questions? [EMAIL PROTECTED]
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] Maximum guest on one host

2006-12-03 Thread Adrien Laurent

Hi,

I have a project of giving away free voip servers using vserver.
Each servers will be a minimal centos installation with few
additionnal packages.
They will all have a public ip - no firewall.

Considering that all the servers are idle - how many of them can a
regular server (Pentium 3.0Ghz - 2go ram) handle ?


Thanks,


Adrien





--
Adrien Laurent
Chief Information Officer
(514) 284-2020 x 202
[EMAIL PROTECTED]
www.modulis.ca

Technical questions? [EMAIL PROTECTED]
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Chuck
On Sunday 03 December 2006 11:13, Chuck wrote:
> On Sunday 03 December 2006 10:48, Herbert Poetzl wrote:
> 
> 
> 
> ahh no... these ips are for the mail server which runs on the host. they 
have 
> nothing to do with guests.. each guest brings up its own ip as it starts.
> 
> once i can convert all our users to the change needed for namespace use, 
then 
> i will have only 2 ips for the name server and will place it into a guest. 
> until then it has to hog our host.
> 
oops. just noticed.. mail server not name server :)

> regardless 2 seconds between ip loading is not acceptable under any 
> conditions, so i want to find out what causes it and fix it. :)
> 
> 
> > On Sun, Dec 03, 2006 at 07:08:30AM -0500, Chuck wrote:
> > > On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:
> > > 
> > > i just tried an experiment. i placed 5 ips on an adapter on the older
> > > dell x86 system and still the same behavior so it is not arch related.
> > 
> > > > On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> > 
> > > > > i am assuming this behavior is in recent iproute2 changes.
> > > > > previously on an x86 machine last year, 140 ip addys on one nic
> > > > > would load very fast.
> > 
> > what I do not understand here, why do you configure
> > 140 ips when the host boots at all? wouldn't it be
> > much easier to let util-vserver add the IPs per
> > guest? I'd assume that this would speed up the
> > configuration significantly too, as the tools do
> > not run those funny scripts AFAIK :)
> > 
> > HTH,
> > Herbert
> > 
> > > > > now, on amd64 current versions, it pauses 2 whole seconds between
> > > > > ip addys!!
> > > > 
> > > > when you add them? remove them? or just view them?
> > > > 
> > > > could be an overeager nameservice reverse lookup
> > > > trying to find a name to your IPs :)
> > > > 
> > > > HTH,
> > > > Herbert
> > > > 
> > > > > it is intolerable. does anyone have a fix for this or know what 
causes
> > > > > it?
> > > > 
> > > > too little information ...
> > > > 
> > > > best,
> > > > Herbert
> > > > 
> > > > > --
> > > > >
> > > > > Chuck
> > > > >
> > > > > ___
> > > > > Vserver mailing list Vserver@list.linux-vserver.org
> > > > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > > > 
> > > 
> > > -- 
> > > 
> > > Chuck
> > > 
> > > "...and the hordes of M$*ft users descended upon me in their anger,
> > > and asked 'Why do you not get the viruses or the BlueScreensOfDeath
> > > or insecure system troubles and slowness or pay through the nose 
> > > for an OS as *we* do?!!', and I answered...'I use Linux'. "
> > > The Book of John, chapter 1, page 1, and end of book
> > > 
> > > 
> > > ___
> > > Vserver mailing list
> > > Vserver@list.linux-vserver.org
> > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > 
> 
> -- 
> 
> Chuck
> 
> "...and the hordes of M$*ft users descended upon me in their anger,
> and asked 'Why do you not get the viruses or the BlueScreensOfDeath
> or insecure system troubles and slowness or pay through the nose 
> for an OS as *we* do?!!', and I answered...'I use Linux'. "
> The Book of John, chapter 1, page 1, and end of book
> 
> 
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Chuck
On Sunday 03 December 2006 10:48, Herbert Poetzl wrote:



ahh no... these ips are for the mail server which runs on the host. they have 
nothing to do with guests.. each guest brings up its own ip as it starts.

once i can convert all our users to the change needed for namespace use, then 
i will have only 2 ips for the name server and will place it into a guest. 
until then it has to hog our host.

regardless 2 seconds between ip loading is not acceptable under any 
conditions, so i want to find out what causes it and fix it. :)


> On Sun, Dec 03, 2006 at 07:08:30AM -0500, Chuck wrote:
> > On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:
> > 
> > i just tried an experiment. i placed 5 ips on an adapter on the older
> > dell x86 system and still the same behavior so it is not arch related.
> 
> > > On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> 
> > > > i am assuming this behavior is in recent iproute2 changes.
> > > > previously on an x86 machine last year, 140 ip addys on one nic
> > > > would load very fast.
> 
> what I do not understand here, why do you configure
> 140 ips when the host boots at all? wouldn't it be
> much easier to let util-vserver add the IPs per
> guest? I'd assume that this would speed up the
> configuration significantly too, as the tools do
> not run those funny scripts AFAIK :)
> 
> HTH,
> Herbert
> 
> > > > now, on amd64 current versions, it pauses 2 whole seconds between
> > > > ip addys!!
> > > 
> > > when you add them? remove them? or just view them?
> > > 
> > > could be an overeager nameservice reverse lookup
> > > trying to find a name to your IPs :)
> > > 
> > > HTH,
> > > Herbert
> > > 
> > > > it is intolerable. does anyone have a fix for this or know what causes
> > > > it?
> > > 
> > > too little information ...
> > > 
> > > best,
> > > Herbert
> > > 
> > > > --
> > > >
> > > > Chuck
> > > >
> > > > ___
> > > > Vserver mailing list Vserver@list.linux-vserver.org
> > > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > > 
> > 
> > -- 
> > 
> > Chuck
> > 
> > "...and the hordes of M$*ft users descended upon me in their anger,
> > and asked 'Why do you not get the viruses or the BlueScreensOfDeath
> > or insecure system troubles and slowness or pay through the nose 
> > for an OS as *we* do?!!', and I answered...'I use Linux'. "
> > The Book of John, chapter 1, page 1, and end of book
> > 
> > 
> > ___
> > Vserver mailing list
> > Vserver@list.linux-vserver.org
> > http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Chuck
On Sunday 03 December 2006 10:14, Michael S. Zick wrote:

we have all nic modules built into the kernel. we normally do not use modules 
at all for security reasons. this particular machine had to have a disk 
module so it would load that after the raid system since we are booting from 
the raid. so that is the only module loaded thanks anyway...


> On Sun December 3 2006 08:31, Chuck wrote:
> > On Sunday 03 December 2006 09:25, Michael S. Zick wrote:
> > 
> > 
> > will check all this out. thanks... this is a  production machine and when 
i 
> > reboot it on those rare occasions very late at night, i need it to boot 
fast 
> > as possible with no unnecessary delays as it takes a large number of our 
> > sevices down during that time. why someone would introduce a 2 second 
delay 
> > between ip assignments is beyond me. unless someone added a delay for 
reading 
> > diag messages then forgot to remove it.
> >
> 
> Just guessing on insufficient knowledge -
> 
> This new udevd is part of the change to parallel initialization;
> Which is supposed to speed up the boot process.
> 
> The parallel initialization is a dependency guided system;
> Could be that does not have all the rough edges smoothed out.
> 
> I 'fixed' mine by building the required ethernet drivers into
> the kernel rather than let the system auto-load the modules.
> (Three nics, two pci, one usb)
> 
> Now that is not a 'fix' of the problem - but a work-around to
> get my kernel to boot within a reasonable amount of time.
> 
> Since this is only a personal-use machine, not a production
> machine; I just said: "good enough for now" and went on to
> more pressing issues here without really running down the
> prime cause.
> 
> Mike
> > 
> > > On Sun December 3 2006 05:50, Chuck wrote:
> > > > On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:
> > > > 
> > > > 
> > > > this is during boot when initializing the ethx adapters. 
> > > >
> > > 
> > > I noticed that myself on a Debian/Etch system - I suppose
> > > any distro that follows their lead (uses the same udevd) 
> > > might have the same symptoms;
> > > 
> > > Look for: /etc/udev/rules.d/z25_persistent-net.rules
> > > which is generated at runtime, during boot,
> > > by /etc/udev/persistent-net-generator.rules
> > > 
> > > If you do not intend to be changing nic's in the box 
> > > in-between boots, then that rule generator only needs
> > > to run once per life-time of the machine - not once
> > > per every boot.
> > > 
> > > I don't have my hands on your set-up - so I can't say
> > > what/how to make the changes to your configuration files,
> > > but that is the 'slow to initialize' ethernet nics problem
> > > area.
> > > 
> > > Believe me, you do not want to plug in a usb-nic if you want
> > > a fast boot - it will eventually boot but you could swear
> > > the kernel hung while waiting.
> > > 
> > > Mike
> > > > 
> > > > > On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> > > > > 
> > > > > > i am assuming this behavior is in recent iproute2 changes. 
previously
> > > > > > on an x86 machine last year, 140 ip addys on one nic would load 
very
> > > > > > fast.
> > > > > >
> > > > > > now, on amd64 current versions, it pauses 2 whole seconds between 
ip
> > > > > > addys!!
> > > > > 
> > > > > when you add them? remove them? or just view them?
> > > > > 
> > > > > could be an overeager nameservice reverse lookup
> > > > > trying to find a name to your IPs :)
> > > > > 
> > > > > HTH,
> > > > > Herbert
> > > > > 
> > > > > > it is intolerable. does anyone have a fix for this or know what 
causes
> > > > > > it?
> > > > > 
> > > > > too little information ...
> > > > > 
> > > > > best,
> > > > > Herbert
> > > > > 
> > > > > > --
> > > > > >
> > > > > > Chuck
> > > > > >
> > > > > > ___
> > > > > > Vserver mailing list Vserver@list.linux-vserver.org
> > > > > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > > > > 
> > > > 
> > > ___
> > > Vserver mailing list
> > > Vserver@list.linux-vserver.org
> > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > > 
> > 
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Michael S. Zick
On Sun December 3 2006 09:48, Herbert Poetzl wrote:
> On Sun, Dec 03, 2006 at 07:08:30AM -0500, Chuck wrote:
> > On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:
> > 
> > i just tried an experiment. i placed 5 ips on an adapter on the older
> > dell x86 system and still the same behavior so it is not arch related.
> 
> > > On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> 
> > > > i am assuming this behavior is in recent iproute2 changes.
> > > > previously on an x86 machine last year, 140 ip addys on one nic
> > > > would load very fast.
> 
> what I do not understand here, why do you configure
> 140 ips when the host boots at all? wouldn't it be
> much easier to let util-vserver add the IPs per
> guest? I'd assume that this would speed up the
> configuration significantly too, as the tools do
> not run those funny scripts AFAIK :)
>

I haven't done any debugging of this yet - but if I did,
I would start by putting a break-point of some kind in udevd,
then adding an address.  
What I would be looking for is if the adding of an address 
generates a 'udev event' similar to discovering a new card.
I don't think it should, but it might be doing that.
It could also just be funky scripting somewhere.

Mike 

> HTH,
> Herbert
> 
> > > > now, on amd64 current versions, it pauses 2 whole seconds between
> > > > ip addys!!
> > > 
> > > when you add them? remove them? or just view them?
> > > 
> > > could be an overeager nameservice reverse lookup
> > > trying to find a name to your IPs :)
> > > 
> > > HTH,
> > > Herbert
> > > 
> > > > it is intolerable. does anyone have a fix for this or know what causes
> > > > it?
> > > 
> > > too little information ...
> > > 
> > > best,
> > > Herbert
> > > 
> > > > --
> > > >
> > > > Chuck
> > > >
> > > > ___
> > > > Vserver mailing list Vserver@list.linux-vserver.org
> > > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > > 
> > 
> > -- 
> > 
> > Chuck
> > 
> > "...and the hordes of M$*ft users descended upon me in their anger,
> > and asked 'Why do you not get the viruses or the BlueScreensOfDeath
> > or insecure system troubles and slowness or pay through the nose 
> > for an OS as *we* do?!!', and I answered...'I use Linux'. "
> > The Book of John, chapter 1, page 1, and end of book
> > 
> > 
> > ___
> > Vserver mailing list
> > Vserver@list.linux-vserver.org
> > http://list.linux-vserver.org/mailman/listinfo/vserver
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
> 
> 
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Herbert Poetzl
On Sun, Dec 03, 2006 at 07:08:30AM -0500, Chuck wrote:
> On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:
> 
> i just tried an experiment. i placed 5 ips on an adapter on the older
> dell x86 system and still the same behavior so it is not arch related.

> > On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:

> > > i am assuming this behavior is in recent iproute2 changes.
> > > previously on an x86 machine last year, 140 ip addys on one nic
> > > would load very fast.

what I do not understand here, why do you configure
140 ips when the host boots at all? wouldn't it be
much easier to let util-vserver add the IPs per
guest? I'd assume that this would speed up the
configuration significantly too, as the tools do
not run those funny scripts AFAIK :)

HTH,
Herbert

> > > now, on amd64 current versions, it pauses 2 whole seconds between
> > > ip addys!!
> > 
> > when you add them? remove them? or just view them?
> > 
> > could be an overeager nameservice reverse lookup
> > trying to find a name to your IPs :)
> > 
> > HTH,
> > Herbert
> > 
> > > it is intolerable. does anyone have a fix for this or know what causes
> > > it?
> > 
> > too little information ...
> > 
> > best,
> > Herbert
> > 
> > > --
> > >
> > > Chuck
> > >
> > > ___
> > > Vserver mailing list Vserver@list.linux-vserver.org
> > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > 
> 
> -- 
> 
> Chuck
> 
> "...and the hordes of M$*ft users descended upon me in their anger,
> and asked 'Why do you not get the viruses or the BlueScreensOfDeath
> or insecure system troubles and slowness or pay through the nose 
> for an OS as *we* do?!!', and I answered...'I use Linux'. "
> The Book of John, chapter 1, page 1, and end of book
> 
> 
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Chuck
On Sunday 03 December 2006 09:25, Michael S. Zick wrote:


honestly these have stumped me. i find nothing remotely resembling anything 
that would cause a delay.. i have a hard time reading all the greek in these 
things as many of these scripts make extensive use of regx.. i traced various 
scripts they call/use all the way through and could find nothing even 
remotely resembling a delay. guess ill have to try creating a script calling 
iproute2 directly for addr assignments and see if it still delays, and if so 
ill have to dig into the iproute2 code to see why. i really dont need these 
delays in my work as debugging this behavior is making me fall severely 
behind, but this boot problem is intolerable.

i never noticed it before now because i didnt have to reboot the old machine 
in the past year, and updates have been done and just sit there for when it 
does get rebooted. since this is a new machine i'm working on now, it was 
quite noticable first time out.

> On Sun December 3 2006 05:50, Chuck wrote:
> > On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:
> > 
> > 
> > this is during boot when initializing the ethx adapters. 
> >
> 
> I noticed that myself on a Debian/Etch system - I suppose
> any distro that follows their lead (uses the same udevd) 
> might have the same symptoms;
> 
> Look for: /etc/udev/rules.d/z25_persistent-net.rules
> which is generated at runtime, during boot,
> by /etc/udev/persistent-net-generator.rules
> 
> If you do not intend to be changing nic's in the box 
> in-between boots, then that rule generator only needs
> to run once per life-time of the machine - not once
> per every boot.
> 
> I don't have my hands on your set-up - so I can't say
> what/how to make the changes to your configuration files,
> but that is the 'slow to initialize' ethernet nics problem
> area.
> 
> Believe me, you do not want to plug in a usb-nic if you want
> a fast boot - it will eventually boot but you could swear
> the kernel hung while waiting.
> 
> Mike
> > 
> > > On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> > > 
> > > > i am assuming this behavior is in recent iproute2 changes. previously
> > > > on an x86 machine last year, 140 ip addys on one nic would load very
> > > > fast.
> > > >
> > > > now, on amd64 current versions, it pauses 2 whole seconds between ip
> > > > addys!!
> > > 
> > > when you add them? remove them? or just view them?
> > > 
> > > could be an overeager nameservice reverse lookup
> > > trying to find a name to your IPs :)
> > > 
> > > HTH,
> > > Herbert
> > > 
> > > > it is intolerable. does anyone have a fix for this or know what causes
> > > > it?
> > > 
> > > too little information ...
> > > 
> > > best,
> > > Herbert
> > > 
> > > > --
> > > >
> > > > Chuck
> > > >
> > > > ___
> > > > Vserver mailing list Vserver@list.linux-vserver.org
> > > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > > 
> > 
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Michael S. Zick
On Sun December 3 2006 08:31, Chuck wrote:
> On Sunday 03 December 2006 09:25, Michael S. Zick wrote:
> 
> 
> will check all this out. thanks... this is a  production machine and when i 
> reboot it on those rare occasions very late at night, i need it to boot fast 
> as possible with no unnecessary delays as it takes a large number of our 
> sevices down during that time. why someone would introduce a 2 second delay 
> between ip assignments is beyond me. unless someone added a delay for reading 
> diag messages then forgot to remove it.
>

Just guessing on insufficient knowledge -

This new udevd is part of the change to parallel initialization;
Which is supposed to speed up the boot process.

The parallel initialization is a dependency guided system;
Could be that does not have all the rough edges smoothed out.

I 'fixed' mine by building the required ethernet drivers into
the kernel rather than let the system auto-load the modules.
(Three nics, two pci, one usb)

Now that is not a 'fix' of the problem - but a work-around to
get my kernel to boot within a reasonable amount of time.

Since this is only a personal-use machine, not a production
machine; I just said: "good enough for now" and went on to
more pressing issues here without really running down the
prime cause.

Mike
> 
> > On Sun December 3 2006 05:50, Chuck wrote:
> > > On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:
> > > 
> > > 
> > > this is during boot when initializing the ethx adapters. 
> > >
> > 
> > I noticed that myself on a Debian/Etch system - I suppose
> > any distro that follows their lead (uses the same udevd) 
> > might have the same symptoms;
> > 
> > Look for: /etc/udev/rules.d/z25_persistent-net.rules
> > which is generated at runtime, during boot,
> > by /etc/udev/persistent-net-generator.rules
> > 
> > If you do not intend to be changing nic's in the box 
> > in-between boots, then that rule generator only needs
> > to run once per life-time of the machine - not once
> > per every boot.
> > 
> > I don't have my hands on your set-up - so I can't say
> > what/how to make the changes to your configuration files,
> > but that is the 'slow to initialize' ethernet nics problem
> > area.
> > 
> > Believe me, you do not want to plug in a usb-nic if you want
> > a fast boot - it will eventually boot but you could swear
> > the kernel hung while waiting.
> > 
> > Mike
> > > 
> > > > On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> > > > 
> > > > > i am assuming this behavior is in recent iproute2 changes. previously
> > > > > on an x86 machine last year, 140 ip addys on one nic would load very
> > > > > fast.
> > > > >
> > > > > now, on amd64 current versions, it pauses 2 whole seconds between ip
> > > > > addys!!
> > > > 
> > > > when you add them? remove them? or just view them?
> > > > 
> > > > could be an overeager nameservice reverse lookup
> > > > trying to find a name to your IPs :)
> > > > 
> > > > HTH,
> > > > Herbert
> > > > 
> > > > > it is intolerable. does anyone have a fix for this or know what causes
> > > > > it?
> > > > 
> > > > too little information ...
> > > > 
> > > > best,
> > > > Herbert
> > > > 
> > > > > --
> > > > >
> > > > > Chuck
> > > > >
> > > > > ___
> > > > > Vserver mailing list Vserver@list.linux-vserver.org
> > > > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > > > 
> > > 
> > ___
> > Vserver mailing list
> > Vserver@list.linux-vserver.org
> > http://list.linux-vserver.org/mailman/listinfo/vserver
> > 
> 
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Chuck
On Sunday 03 December 2006 09:25, Michael S. Zick wrote:


will check all this out. thanks... this is a  production machine and when i 
reboot it on those rare occasions very late at night, i need it to boot fast 
as possible with no unnecessary delays as it takes a large number of our 
sevices down during that time. why someone would introduce a 2 second delay 
between ip assignments is beyond me. unless someone added a delay for reading 
diag messages then forgot to remove it.


> On Sun December 3 2006 05:50, Chuck wrote:
> > On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:
> > 
> > 
> > this is during boot when initializing the ethx adapters. 
> >
> 
> I noticed that myself on a Debian/Etch system - I suppose
> any distro that follows their lead (uses the same udevd) 
> might have the same symptoms;
> 
> Look for: /etc/udev/rules.d/z25_persistent-net.rules
> which is generated at runtime, during boot,
> by /etc/udev/persistent-net-generator.rules
> 
> If you do not intend to be changing nic's in the box 
> in-between boots, then that rule generator only needs
> to run once per life-time of the machine - not once
> per every boot.
> 
> I don't have my hands on your set-up - so I can't say
> what/how to make the changes to your configuration files,
> but that is the 'slow to initialize' ethernet nics problem
> area.
> 
> Believe me, you do not want to plug in a usb-nic if you want
> a fast boot - it will eventually boot but you could swear
> the kernel hung while waiting.
> 
> Mike
> > 
> > > On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> > > 
> > > > i am assuming this behavior is in recent iproute2 changes. previously
> > > > on an x86 machine last year, 140 ip addys on one nic would load very
> > > > fast.
> > > >
> > > > now, on amd64 current versions, it pauses 2 whole seconds between ip
> > > > addys!!
> > > 
> > > when you add them? remove them? or just view them?
> > > 
> > > could be an overeager nameservice reverse lookup
> > > trying to find a name to your IPs :)
> > > 
> > > HTH,
> > > Herbert
> > > 
> > > > it is intolerable. does anyone have a fix for this or know what causes
> > > > it?
> > > 
> > > too little information ...
> > > 
> > > best,
> > > Herbert
> > > 
> > > > --
> > > >
> > > > Chuck
> > > >
> > > > ___
> > > > Vserver mailing list Vserver@list.linux-vserver.org
> > > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > > 
> > 
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Michael S. Zick
On Sun December 3 2006 05:50, Chuck wrote:
> On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:
> 
> 
> this is during boot when initializing the ethx adapters. 
>

I noticed that myself on a Debian/Etch system - I suppose
any distro that follows their lead (uses the same udevd) 
might have the same symptoms;

Look for: /etc/udev/rules.d/z25_persistent-net.rules
which is generated at runtime, during boot,
by /etc/udev/persistent-net-generator.rules

If you do not intend to be changing nic's in the box 
in-between boots, then that rule generator only needs
to run once per life-time of the machine - not once
per every boot.

I don't have my hands on your set-up - so I can't say
what/how to make the changes to your configuration files,
but that is the 'slow to initialize' ethernet nics problem
area.

Believe me, you do not want to plug in a usb-nic if you want
a fast boot - it will eventually boot but you could swear
the kernel hung while waiting.

Mike
> 
> > On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> > 
> > > i am assuming this behavior is in recent iproute2 changes. previously
> > > on an x86 machine last year, 140 ip addys on one nic would load very
> > > fast.
> > >
> > > now, on amd64 current versions, it pauses 2 whole seconds between ip
> > > addys!!
> > 
> > when you add them? remove them? or just view them?
> > 
> > could be an overeager nameservice reverse lookup
> > trying to find a name to your IPs :)
> > 
> > HTH,
> > Herbert
> > 
> > > it is intolerable. does anyone have a fix for this or know what causes
> > > it?
> > 
> > too little information ...
> > 
> > best,
> > Herbert
> > 
> > > --
> > >
> > > Chuck
> > >
> > > ___
> > > Vserver mailing list Vserver@list.linux-vserver.org
> > > http://list.linux-vserver.org/mailman/listinfo/vserver
> > 
> 
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Chuck
On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:

i just tried an experiment. i placed 5 ips on an adapter on the older dell x86 
system and still the same behavior so it is not arch related.

> On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> 
> > i am assuming this behavior is in recent iproute2 changes. previously
> > on an x86 machine last year, 140 ip addys on one nic would load very
> > fast.
> >
> > now, on amd64 current versions, it pauses 2 whole seconds between ip
> > addys!!
> 
> when you add them? remove them? or just view them?
> 
> could be an overeager nameservice reverse lookup
> trying to find a name to your IPs :)
> 
> HTH,
> Herbert
> 
> > it is intolerable. does anyone have a fix for this or know what causes
> > it?
> 
> too little information ...
> 
> best,
> Herbert
> 
> > --
> >
> > Chuck
> >
> > ___
> > Vserver mailing list Vserver@list.linux-vserver.org
> > http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Chuck
On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:


it also occurs any time i initialize them. if i take eth2 down and bring it 
back up same behavior. i tried switching adapters for experiment and it still 
is the same on a different chipset adapter.

i first thought it could have been driver related to a specific chipset but no 
it behaves the same on each of these:


1 Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet
2 Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet
1 Intel Corporation 82557/8/9 [Ethernet Pro 100]

> On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> 
> > i am assuming this behavior is in recent iproute2 changes. previously
> > on an x86 machine last year, 140 ip addys on one nic would load very
> > fast.
> >
> > now, on amd64 current versions, it pauses 2 whole seconds between ip
> > addys!!
> 
> when you add them? remove them? or just view them?
> 
> could be an overeager nameservice reverse lookup
> trying to find a name to your IPs :)
> 
> HTH,
> Herbert
> 
> > it is intolerable. does anyone have a fix for this or know what causes
> > it?
> 
> too little information ...
> 
> best,
> Herbert
> 
> > --
> >
> > Chuck
> >
> > ___
> > Vserver mailing list Vserver@list.linux-vserver.org
> > http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] iproute2 behavior problem

2006-12-03 Thread Chuck
On Sunday 03 December 2006 00:28, Herbert Poetzl wrote:


this is during boot when initializing the ethx adapters. 


> On Fri, Dec 01, 2006 at 10:32:12PM -0500, Chuck wrote:
> 
> > i am assuming this behavior is in recent iproute2 changes. previously
> > on an x86 machine last year, 140 ip addys on one nic would load very
> > fast.
> >
> > now, on amd64 current versions, it pauses 2 whole seconds between ip
> > addys!!
> 
> when you add them? remove them? or just view them?
> 
> could be an overeager nameservice reverse lookup
> trying to find a name to your IPs :)
> 
> HTH,
> Herbert
> 
> > it is intolerable. does anyone have a fix for this or know what causes
> > it?
> 
> too little information ...
> 
> best,
> Herbert
> 
> > --
> >
> > Chuck
> >
> > ___
> > Vserver mailing list Vserver@list.linux-vserver.org
> > http://list.linux-vserver.org/mailman/listinfo/vserver
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver