RE: [Vserver] Bandwidth Monitoring

2007-01-03 Thread Adrien Laurent
Thanks,

I tried to setup iptables for accounting but It doesn't start on my
master vserver:


# iptables -A FORWARD -s 192.168.0.2
iptables v1.2.11: can't initialize iptables table `filter': iptables
who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.


I think it's kernel issue, maybe bad configured, but I remember using
the default make menuconfig configuration.


I'll first try to fix this then I'll try to feed the iptable accounting
result into snmp.

Adrien



-Original Message-
From: Tom Laermans [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 7:33 AM
To: vserver@list.linux-vserver.org; Adrien Laurent
Subject: Re: [Vserver] Bandwidth Monitoring

On Tue, Jan 02, 2007 at 10:21:31PM -0500, Adrien Laurent wrote:
> Hi and happy new year !
> 
> I'd like to monitor bandwidth through snmp from the master server.
> When I hit ifconfig in the master I only get it's interfaces not the 
> ones of the vservers.
> 
> Is it possible to see the vserver interfaces from the master ?

I am using IPFM to monitor traffic per IP address.

I haven't gotten around to writing a plugin for net-snmp to use that
data to
be able to report through SNMP though.. been thinking about how to do it
in
my (rare) spare time... :) "just" doing it is not that hard but I'd like
to
integrate it into the rest of the interfaces. *hmm, idea about how*

I'll unfortunately be pretty busy for the next few weeks ...

Tom

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


Re: [Vserver] setting time out on vserver stop

2007-01-03 Thread Roderick A. Anderson

Daniel Hokka Zakrisson wrote:

jean-marc pouchoulon wrote:






The instructions from FC5 should basically apply, but I suppose 
migrating the howto to the new wiki and updating it to cover FC6 would 
be a good idea.


I'm migrating a FC5 system to a Linux-Vserver and found while following 
the directions that the latest non-vserver kernel is newer than one in 
your repository.


My suggestion is to change the instructions to exclude the kernel(s) and 
yum and add the dhozac.repo before doing a yum -y update after the 
initial install.



Rod
--

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


[Vserver] An efficient solution to monitor disk space, swap and memory of vservers with Nagios

2007-01-03 Thread Guillaume Pratte

Hello,

If you use Nagios to monitor your vservers, you might be tired of always 
having to change Nagios' configuration each time you add a new LVM for 
vserver. Or maybe you just want something simple to configure that 
monitors ALL mount point without having to configure the alert thresold 
for each.


If this is the case, I developped a plugin that will interest you! With 
the release of vsmon-0.5, which include many improvements (see 
http://vsmon.revolutionlinux.com/Virtual_server_monitor:Change_log), 
comes a new Nagios plugin to automatically monitor all mount points of 
the host plus the memory and the swap, using the vsmon backend. vsmon is 
licensed under the GPL.


Details about this new plugin are available here :
http://vsmon.revolutionlinux.com/Virtual_server_monitor:Nagios_plugin

I am using the plugin with dozens of hosts at Révolution Linux, even via 
VPN connections to clients. You can also use the plugin/backend 
combination on hosts that don't have the Linux-VServers tools installed.


vsmon-0.5's frontend also includes a new search field that allows for 
live query to search for the location of a particular vserver in the park.


Hoping this mail was not too much off-topic :-) For more informations, 
see this URL : http://vsmon.revolutionlinux.com


Thanks,

--
Guillaume Pratte
Recherche et développement
Révolution Linux

Toutes les opinions et les prises de position exprimées dans ce courriel sont 
celles de son auteur et ne répresentent pas nécessairement celles de Révolution 
Linux.

Any views and opinions expressed in this email are solely those of the author 
and do not necessarily represent those of Revolution Linux.

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


[Vserver] Re: Quotas on LVM inside Vserver, once again

2007-01-03 Thread Nicolas Costes
Le dimanche 24 décembre 2006 19:41, Herbert Poetzl a écrit :

Hello, all, and happy GNU year ;-) !

> well, I think it would require some dedication, but
> I also think that the demand is not really there ATM
> a few weeks ago, somebody started to test context quota
> and AFAIK, the entire testing was put on hold again ...

Ahem, seems like I know who it is /o\.
(If we are talking about user/group quotas in this thread)

> so unless somebody (or even better, a bunch of folks)
> starts to do serious testing there, I'm still inclined
> to removing the entire context quota stuff from the
> kernel patches ...

I've got a Dual-code Opteron that can be dedicated to this at work (It 
won't go to production now), as well as my home computer (but it _is_ in 
production ;-)).

I've got at least 4 samba vservers that need and use user quotas, so this 
feature is welcome... I always use XFS filesystems, but can do tests with 
other FS.

Well, I'd be glad to help the project by testing this feature, but really 
cannot contribute code. And I must admit that eventually my work load 
will prevent me to be always very reactive.



-- 
  ,,
 (°>   Nicolas Costes
 /|\   IUT de La Roche / Yon
( ^ )  Musique libre : http://musique-legale.info/
 ^ ^   Mais aussi : http://www.jamendo.com/
   Ne pas utiliser : [EMAIL PROTECTED]


pgpqKs5Www4DR.pgp
Description: PGP signature
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] setting time out on vserver stop

2007-01-03 Thread Daniel Hokka Zakrisson

jean-marc pouchoulon wrote:




Oh? /etc/vservers/.defaults/apps/vshelper/sync-timeout works as 
expected here, how did you set it and what did you set it to?


Ok sync-timeout works as expected. ( put it at 120s value and it wait 
after killall 2 mn - I think that timeout was before killall    )


I assume you mean the killall script from the guest? The 2 minutes is 
from the beginning of the stop process until all left-over processes 
will be forcibly killed by the stop script.


In addition, the killall script in Fedora/RHEL/CentOS doesn't actually 
kill all processes, it just stops all services that still have their 
/var/lock/subsys files around.


Did you plan to make "a quickstart for vserver fedora core 6 " in the 
near future ?

The formers were great and usefull ...


The instructions from FC5 should basically apply, but I suppose 
migrating the howto to the new wiki and updating it to cover FC6 would 
be a good idea.


--
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] inconsistency about memory rlimits in vserver docs

2007-01-03 Thread Herbert Poetzl
On Wed, Jan 03, 2007 at 09:32:57AM +0100, Gebhardt Thomas wrote:
> Dear Herbert,
> 
> thank you very much for the quick and qualified answer!
> 
> On Tuesday 02 January 2007 18:56, Herbert Poetzl wrote:
> > > Is "as" (address space) the same thing that is called "VM"
> > > (virtual memory) in /proc/virtual/<1234>/limit ?
> > > If so, why using different names for the same quantity?
> >
> > HTC,
> > Herbert
> 
> Still meditating on the meaning of "HTC". It's not in the jargon file.
> Should I read it as yes/no/Hydrothermal Carbonization/High-Throughput 
> Computing/Herding Trial Champion/...?

On Wed, Jan 03, 2007 at 10:42:00AM +0100, eyck wrote:
> > Still meditating on the meaning of "HTC". It's not in the jargon file.
>  sounds like Hope That Clarifies

yes, indeed, I considered that one of the typical
abbreviations like HTH, IIRC, AFAIK, and of course IANAL :)

but in case of doubt, simply assume it means:
'with best wishes' :)

best,
Herbert

> Cheers, Thomas
> ___
> 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] Bandwidth Monitoring

2007-01-03 Thread Tom Laermans
On Tue, Jan 02, 2007 at 10:21:31PM -0500, Adrien Laurent wrote:
> Hi and happy new year !
> 
> I'd like to monitor bandwidth through snmp from the master server.
> When I hit ifconfig in the master I only get it's interfaces not the 
> ones of the vservers.
> 
> Is it possible to see the vserver interfaces from the master ?

I am using IPFM to monitor traffic per IP address.

I haven't gotten around to writing a plugin for net-snmp to use that data to
be able to report through SNMP though.. been thinking about how to do it in
my (rare) spare time... :) "just" doing it is not that hard but I'd like to
integrate it into the rest of the interfaces. *hmm, idea about how*

I'll unfortunately be pretty busy for the next few weeks ...

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


Re: [Vserver] setting time out on vserver stop

2007-01-03 Thread jean-marc pouchoulon




Oh? /etc/vservers/.defaults/apps/vshelper/sync-timeout works as 
expected here, how did you set it and what did you set it to?


Ok sync-timeout works as expected. ( put it at 120s value and it wait 
after killall 2 mn - I think that timeout was before killall    )


The problem came from my script ( must flag /var/lock/subsys/  in the 
script or the service wasn't stopped )


Thanks Daniel  


NB:
Did you plan to make "a quickstart for vserver fedora core 6 " in the 
near future ?

The formers were great and usefull ...








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


Re: [Vserver] /sbin/vserver: line 686 & 685 Error

2007-01-03 Thread Daniel Hokka Zakrisson

[EMAIL PROTECTED] wrote:

My host is Sarge-3.1 (updated & upgraded)
My guest is same.(10 of them..aka: care, care2, care3.care10)

How can I fix this issue ...?


Installing findutils should do it.

--
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] eBay Registration On Hold

2007-01-03 Thread eBay Registration On Hold



Dear eBay Member,
We regret to inform you that your eBay account has been put on-hold due to the violation of our site policy below:

Non-payment of US $26.69 balance on your eBay account.


To be considered for reinstatement of this account, you must pay the US $26.69 balance due immediately. 


1. Clik to  https://www.ebay.com
2. On the sidebar under the 'My Account' section, click the 'Seller Account' link
3. Select a method to pay your eBay fees


If your account remains past due, your ability to bid and list may be restricted.
Your account could be charged a late payment finance charge of up to 1.5 percent of your past due amount and all 
collections efforts will continue.

If you have already paid your eBay fees, please disregard this message.
Thank you,
eBay Customer Support (Global Billing)

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


[Vserver] eBay Registration On Hold

2007-01-03 Thread eBay Registration On Hold



Dear eBay Member,
We regret to inform you that your eBay account has been put on-hold due to the violation of our site policy below:

Non-payment of US $26.69 balance on your eBay account.


To be considered for reinstatement of this account, you must pay the US $26.69 balance due immediately. 


1. Clik to  https://www.ebay.com
2. On the sidebar under the 'My Account' section, click the 'Seller Account' link
3. Select a method to pay your eBay fees


If your account remains past due, your ability to bid and list may be restricted.
Your account could be charged a late payment finance charge of up to 1.5 percent of your past due amount and all 
collections efforts will continue.

If you have already paid your eBay fees, please disregard this message.
Thank you,
eBay Customer Support (Global Billing)

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


[Vserver] eBay Registration On Hold

2007-01-03 Thread eBay Registration On Hold


Dear eBay Member,
We regret to inform you that your eBay account has been put on-hold due to the violation of our site policy below:

Non-payment of US $26.69 balance on your eBay account.


To be considered for reinstatement of this account, you must pay the US $26.69 balance due immediately. 


1. Clik to  https://www.ebay.com
2. On the sidebar under the 'My Account' section, click the 'Seller Account' link
3. Select a method to pay your eBay fees


If your account remains past due, your ability to bid and list may be restricted.
Your account could be charged a late payment finance charge of up to 1.5 percent of your past due amount and all 
collections efforts will continue.

If you have already paid your eBay fees, please disregard this message.
Thank you,
eBay Customer Support (Global Billing)

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


Re: [Vserver] inconsistency about memory rlimits in vserver docs

2007-01-03 Thread eyck
> Still meditating on the meaning of "HTC". It's not in the jargon file.
 sounds like Hope That Clarifies
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] inconsistency about memory rlimits in vserver docs

2007-01-03 Thread Gebhardt Thomas
Dear Herbert,

thank you very much for the quick and qualified answer!

On Tuesday 02 January 2007 18:56, Herbert Poetzl wrote:
> > Is "as" (address space) the same thing that is called "VM"
> > (virtual memory) in /proc/virtual/<1234>/limit ?
> > If so, why using different names for the same quantity?
>
> HTC,
> Herbert

Still meditating on the meaning of "HTC". It's not in the jargon file.
Should I read it as yes/no/Hydrothermal Carbonization/High-Throughput 
Computing/Herding Trial Champion/...?

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