Re: problem with ntpdate and squeeze

2011-04-18 Thread Fabio DellaCorte
open /etc/default/ntpdate and change the NTP_SERVERS variable with your ntp server . After launch with "ntpdate-debian" . 2011/4/18 Estelmann, Christian > Check the config of your ntp-server. Is your client-IP allowed to access > the server? > Is there any firewall between your client and your

Re: When ram memory is critical ?

2011-04-11 Thread Fabio DellaCorte
ourceForge: https://sourceforge.net/tracker/?func=detail&aid=3284422&group_id=155200&atid=1226163 But at the moment you could change the line for you correct line in your system. Thanks. 2011/4/11 Fabio DellaCorte > I know most of software that you mentioned , particularly i use Pan

Re: When ram memory is critical ?

2011-04-11 Thread Fabio DellaCorte
I know most of software that you mentioned , particularly i use Pandora fms that use agent for memory warning . Pandora use this command : cat /proc/meminfo | grep MemFree | awk '{ print $2 }' . I wrote to Pandora support because i think is misleading . 2011/4/11 Darac Marjal > On Fri, Apr 08, 2

Re: When ram memory is critical ?

2011-04-08 Thread Fabio DellaCorte
20 3485 > -/+ buffers/cache: 2743 5316 > Swap: 15624 13915485 > > > $ free -m | grep buffers/cache | awk '{print $3}' > 2743 > > > > On 04/08/2011 03:59 PM, Fabio DellaCorte wrote: > >> So i think the correct thing to do is

Re: When ram memory is critical ?

2011-04-08 Thread Fabio DellaCorte
So i think the correct thing to do is "free -m | grep buffers/cache | awk '{print $4}" is right for me to place a warning system that monitors the RAM . 2011/4/8 Ron Johnson > > The actual "used by kernel+applications" is, I think, 371. > > > On 04/

Re: When ram memory is critical ?

2011-04-08 Thread Fabio DellaCorte
OK! Thank you for the explanations. But raising this case, what is the parameter to be controlled? And compared to the controls I mentioned above which of the two actually fit the occupation of RAM ? 2011/4/8 Stan Hoeppner > Fabio DellaCorte put forth on 4/8/2011 12:13 PM: > > root@d

Re: When ram memory is critical ?

2011-04-08 Thread Fabio DellaCorte
> Fabio DellaCorte put forth on 4/8/2011 11:52 AM: > > When I have to worry about memory RAM in case this values are low ? : > > > > cat /proc/meminfo | grep MemFree | awk '{ print $2 } > > > > or > > > > free -m | grep buffers/cache | awk '

When ram memory is critical ?

2011-04-08 Thread Fabio DellaCorte
When I have to worry about memory RAM in case this values are low ? : cat /proc/meminfo | grep MemFree | awk '{ print $2 } or free -m | grep buffers/cache | awk '{print $4} What are your suggestion ?

Re: bonding

2011-04-08 Thread Fabio DellaCorte
Thanks, now is certainly more clear ;) -- Messaggio inoltrato -- Da: "John A. Sullivan III" Data: 07/apr/2011 20:09 Oggetto: Re: bonding A: On Thu, 2011-04-07 at 16:26 +0200, Fabio DellaCorte wrote: > Hello everybody , > i'm tryng to use tw... There a

Re: bonding

2011-04-07 Thread Fabio DellaCorte
Same speed . I think is a server limit . 2011/4/7 Estelmann, Christian > axel is a tool to download something, like wget. "-n 4" says that it has > to use 4 connections. > http://packages.debian.org/squeeze/axel > > > Am 07.04.2011 17:59, schrieb Fabio DellaCorte:

Re: bonding

2011-04-07 Thread Fabio DellaCorte
down your interfaces: > #mii-tool -F 10baseT-FD eth0 > #mii-tool -F 10baseT-FD eth1 > > Did you try "bond_mode balance-alb" instead of "bond_mode 6" in interfaces? > > > Am 07.04.2011 17:07, schrieb Fabio DellaCorte: > >> only one >> >> 201

Re: bonding

2011-04-07 Thread Fabio DellaCorte
only one 2011/4/7 Leonardo Ruoso > 2011/4/7 Fabio DellaCorte > >> i'm tryng to use two network device for improving performance as describe >> in http://wiki.debian.org/Bonding and >> http://www.debianadmin.com/linux-ethernet-bonding-configuration.html . >>

bonding

2011-04-07 Thread Fabio DellaCorte
Hello everybody , i'm tryng to use two network device for improving performance as describe in http://wiki.debian.org/Bonding and http://www.debianadmin.com/linux-ethernet-bonding-configuration.html . I have two problem : 1)I don't see performance increase trying with ftp 2) i have used round roub

Improving network perfomance

2011-04-06 Thread Fabio DellaCorte
Hello everybody , i'm tryng to use two network device for improving performance as describe in http://wiki.debian.org/Bonding and http://www.debianadmin.com/linux-ethernet-bonding-configuration.html . I have two problem : 1)I don't see performance increase trying with ftp 2) i have used round roub

Problem with time command

2011-04-05 Thread Fabio Dellacorte
Hello everybody , i want use option for time command but it doesn't work because intepreted anything as argument : $time --version bash: --version: command not found Thank you