le processus gmond (Ganglia) ne se lance pas au boot

2009-10-19 Par sujet vic ros
Bonjour, Je suis sous Debian 5 avec un noyau 2.6.26-2-686. J'ai un script /etc/init.d/ganglia-monitor qui permet de lancer gmond au boot. Mais gmond ne se lance pas au boot et j'ai le message suivant dans /var/log/syslog : Oct 19 09:54:23 debian5 /usr/sbin/gmond[2491]: Error creating multicast

Debian 4 et IP alias

2009-12-06 Par sujet vic ros
Bonjour, Dans le fichier /etc/network/interfaces j'ai les lignes uisvantes: auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp Apres le boot eth0 a été renommé en eth3: debian4:~# ifconfig -a eth3 Link encap:Ethernet HWaddr 08:00:27:1A:19

RE: Debian 4 et IP alias

2009-12-07 Par sujet vic ros
> Subject: Re: Debian 4 et IP alias > > vic ros a écrit : > > Bonjour, > Bonsoir > > [...] > > # The primary network interface > > allow-hotplug eth0 > > iface eth0 inet dhcp > > > > [...] > > auto eth3:0 > > iface eth3:0

RE: Analyse ralentissement transaction MySQL

2010-03-12 Par sujet vic ros
Bonjour, Tu peux faire les manips suivantes: mysql> set profiling=1; mysql> ta requete sql; mysql> show profiles; regarde le numéro correspondant à ta query (par exemple 3) mysql> show profile cpu for query 3; mysql> show profile block io for query 3; mysql> set profiling=0; ca va te donner

RE: Analyse ralentissement transaction MySQL

2010-03-12 Par sujet vic ros
Peux tu faire : mysql> show profile ipc for query 5; > Date: Fri, 12 Mar 2010 17:49:31 +0100 > From: gregoire.cout...@gmail.com > To: debian-user-french@lists.debian.org > Subject: Re: Analyse ralentissement transaction MySQL > > Re, > > Le 12/03/2010 15:16, vic r

post-up dans /etc/network/interfaces

2010-04-07 Par sujet vic ros
Bonjour, Je suis sous Debian5 Lenny et voici le contenu de mon fichier /etc/network/interfaces : debian5:~# cat /etc/network/interfaces auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet dhcp post-up /etc/network/if-up.d/setup_resolv.conf.sh Et voici le contenu du script /etc/ne

Quels sont les packa ges à installer pour analyser un vmcore

2010-09-15 Par sujet vic ros
Bonjour, Quels sont les packages à installer sous Debian Lenny afin de pouvoir analyser un vmcore? Merci.

RE: Quels sont les p ackages à installer pour analyser un vmcore

2010-09-17 Par sujet vic ros
g > From: dav...@altern.org > Subject: Re: Quels sont les packages à installer pour analyser un vmcore > Date: Wed, 15 Sep 2010 14:15:24 -0400 > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Le 15/09/2010 11:23, vic ros a écrit : > > > > Bonjour,

/etc/default/halt

2011-04-15 Par sujet vic ros
Bonjour, [root@champa ~]# cat /etc/debian_version 6.0.1 [root@champa ~]# uname -a Linux champa 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64 GNU/Linux [root@champa ~]# cat /etc/default/halt # Default behaviour of shutdown -h / halt. Set to "halt" or "poweroff". HALT=poweroff NETDOWN=n

RE: /etc/default/halt

2011-04-15 Par sujet vic ros
re...@toniob.net > To: debian-user-french@lists.debian.org > Subject: Re: /etc/default/halt > > Le 15/04/11 15:21, vic ros a écrit : > > Bonjour, > > > > [root@champa ~]# cat /etc/debian_version > > 6.0.1 > > [root@champa ~]# uname -a > > Linux champa 2.6.32-5-a