Page 1 sur 2

[MPD] Problème d'hôte (en cours...)

Publié : sam. 05 sept. 2009, 18:31
par Marzikill
Bonjour à tous !

Mon problème vient de mpd, et ne survient que lorsque je ne suis pas connecté au net (je suis en réseau wifi, et ne suis donc pas constamment connecté).

Le problème.

En effet, dans ce cas, j'obtiens des messages d'erreurs, ayant rapport avec un nom d'hôte inconnu, que je poste ci après. Lorsque je suis connecté sur mon réseau, je n'ai strictement aucun problème, tout marche à merveille. J'avais déjà eut ce problème auparavant, et l'avait résolu en ajoutant "lo" dans les interfaces à monter au démarrage. Seulement, depuis la dernière mise à jour de mpd (quelques semaines durant lesquelles j'ai tenté de résoudre le problème seul) le problème est revenu.

Voici les divers tests et messages d'erreur que je reçoit :
[bobby@Archiban:][~]
$ mpc play
error: host "localhost" not found
[bobby@Archiban:][~]
$ sonata
2009-09-03 20:18:42 [Errno -3] ?chec temporaire dans la r?solution du nom
2009-09-03 20:18:42 Not connected
2009-09-03 20:18:42 [Errno -3] ?chec temporaire dans la r?solution du nom
2009-09-03 20:18:42 Not connected
Ce qui est étrange avec la sortie de mpc, c'est que lorsque je tente un "ping localhost", celui ci répond parfaitement !
[bobby@Archiban:][~]
$ ping localhost
PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64 time=0.042 ms
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=2 ttl=64 time=0.040 ms
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=3 ttl=64 time=0.042 ms
^C
--- localhost.localdomain ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.040/0.041/0.042/0.005 ms
De plus, au premier démarrage du daemon (déclaré dans le rc.conf), je n'ai aucun problème, celui ci se lance normalement. En revanche, si je tente de l'arrêter où de le redémarrer sans être connecté, j'ai un message d'erreur :
[bobby@Archiban:][~]
$ sudo /etc/rc.d/mpd stop
:: Stopping Music Player Daemon [BUSY]
/etc/rc.d/mpd: line 6: 1869 Abandon /usr/bin/mpd --kill /etc/mpd.conf &>/dev/null
[FAIL]
[bobby@Archiban:][~]
$ sudo /etc/rc.d/mpd start
:: Starting Music Player Daemon [BUSY]
/etc/rc.d/mpd: line 6: 1887 Abandon /usr/bin/mpd /etc/mpd.conf &>/dev/null
[FAIL]
Enfin, voici le fichier de configuration de mpd :

Code : Tout sélectionner

# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.


# Files and directories #######################################################
#
# This setting controls the top directory which MPD will search to discover the
# available audio files and add them to the daemon's online database. This 
# setting defaults to the XDG directory, otherwise the music directory will be
# be disabled and audio files will only be accepted over ipc socket (using
# file:// protocol) or streaming files over an accepted protocol.
#
music_directory		"/home/bobby/Musiques"
#
# This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use 
# playlist files not created by the server but only if they are in the MPD
# format. This setting defaults to playlist saving being disabled.
#
#playlist_directory "/var/lib/mpd/playlists"
#
# This setting sets the location of the MPD database. This file is used to
# load the database at server start up and store the database while the 
# server is not up. This setting defaults to disabled which will allow
# MPD to accept files over ipc socket (using file:// protocol) or streaming
# files over an accepted protocol.
#
db_file "/home/bobby/.mpd/mpd.db"
# 
# These settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level
# settings.
#
# The special value "syslog" makes MPD use the local syslog daemon. This
# setting defaults to logging to syslog, otherwise logging is disabled.
#
log_file "/home/bobby/.mpd/mpd.log"
#
# This setting sets the location of the file which stores the process ID
# for use of mpd --kill and some init scripts. This setting is disabled by
# default and the pid file will not be stored.
#
pid_file "/home/bobby/.mpd/mpd.pid"
#
# This setting sets the location of the file which contains information about
# most variables to get MPD back into the same general shape it was in before
# it was brought down. This setting is disabled by default and the server 
# state will be reset on server start up.
#
state_file "/home/bobby/.mpd/mpdstate"
#
###############################################################################


# General music daemon options ################################################
#
# This setting specifies the user that MPD will run as. MPD should never run as
# root and you may use this setting to make MPD change its user ID after
# initialization. This setting is disabled by default and MPD is run as the
# current user.
#
user "bobby"
#
# This setting sets the address for the daemon to listen on. Careful attention
# should be paid if this is assigned to anything other then the default, any.
# This setting can deny access to control of the daemon.
#
# For network
bind_to_address		"localhost"
#
# And for Unix Socket
# bind_to_address		"~/.mpd/socket"
#
# This setting is the TCP port that is desired for the daemon to get assigned
# to.
#
port				"6600"
#
# This setting controls the type of information which is logged. Available 
# setting arguments are "default", "secure" or "verbose". The "verbose" setting
# argument is recommended for troubleshooting, though can quickly stretch
# available resources on limited hardware storage.
#
#log_level			"default"
#
# If you have a problem with your MP3s ending abruptly it is recommended that 
# you set this argument to "no" to attempt to fix the problem. If this solves
# the problem, it is highly recommended to fix the MP3 files with vbrfix
# (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
# point gapless MP3 playback can be enabled.
#
#gapless_mp3_playback			"yes"
#
# This setting enables MPD to create playlists in a format usable by other
# music players.
#
#save_absolute_paths_in_playlists	"no"
#
# This setting defines a list of tag types that will be extracted during the 
# audio file discovery process. Optionally, 'comment' can be added to this
# list.
#
#metadata_to_use	"artist,album,title,track,name,genre,date,composer,performer,disc"
#
###############################################################################


# Symbolic link behavior ######################################################
#
# If this setting is set to "yes", MPD will discover audio files by following 
# symbolic links outside of the configured music_directory.
#
#follow_outside_symlinks	"yes"
#
# If this setting is set to "yes", MPD will discover audio files by following
# symbolic links inside of the configured music_directory.
#
#follow_inside_symlinks		"yes"
#
###############################################################################


# Zeroconf / Avahi Service Discovery ##########################################
#
# If this setting is set to "yes", service information will be published with
# Zeroconf / Avahi.
#
#zeroconf_enabled		"yes"
#
# The argument to this setting will be the Zeroconf / Avahi unique name for
# this MPD server on the network.
#
#zeroconf_name			"Music Player"
#
###############################################################################


# Permissions #################################################################
#
# If this setting is set, MPD will require password authorization. The password
# can setting can be specified multiple times for different password profiles.
#
#password                        "password@read,add,control,admin"
#
# This setting specifies the permissions a user has who has not yet logged in. 
#
#default_permissions             "read,add,control,admin"
#
###############################################################################


# Input #######################################################################
#

input {
        plugin "curl"
#       proxy "proxy.isp.com:8080"
#       proxy_user "user"
#       proxy_password "password"
}

#
###############################################################################

# Audio Output ################################################################
#
# MPD supports various audio output types, as well as playing through multiple 
# audio outputs at the same time, through multiple audio_output settings 
# blocks. Setting this block is optional, though the server will only attempt
# autodetection for one sound card.
#
# See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of 
# other audio outputs.
#
# An example of an ALSA output:
#
audio_output {
	type		"alsa"
	name		"My ALSA Device"
	device		"hw:0,0"	# optional
	format		"44100:16:2"	# optional
	mixer_device	"default"	# optional
	mixer_control	"PCM"		# optional
	mixer_index	"0"		# optional
}
#
# An example of an OSS output:
#
#audio_output {
#	type		"oss"
#	name		"My OSS Device"
#	device		"/dev/dsp"	# optional
#	format		"44100:16:2"	# optional
#	mixer_device	"/dev/mixer"	# optional
#	mixer_control	"PCM"		# optional
#}
#
# An example of a shout output (for streaming to Icecast):
#
#audio_output {
#	type		"shout"
#	encoding	"ogg"			# optional
#	name		"My Shout Stream"
#	host		"localhost"
#	port		"8000"
#	mount		"/mpd.ogg"
#	password	"hackme"
#	quality		"5.0"
#	bitrate		"128"
#	format		"44100:16:1"
#	protocol	"icecast2"		# optional
#	user		"source"		# optional
#	description	"My Stream Description"	# optional
#	genre		"jazz"			# optional
#	public		"no"			# optional
#	timeout		"2"			# optional
#}
#
# An example of a httpd output (built-in HTTP streaming server):
#
#audio_output {
#	type		"httpd"
#	name		"My HTTP Stream"
#	encoder		"vorbis"		# optional, vorbis or lame
#	port		"8000"
#	quality		"5.0"			# do not define if bitrate is defined
#	bitrate		"128"			# do not define if quality is defined
#	format		"44100:16:1"
#}
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
#audio_output {
#	type		"pulse"
#	name		"My Pulse Output"
#	server		"remote_server"		# optional
#	sink		"remote_server_sink"	# optional
#}
#
## Example "pipe" output:
#
#audio_output {
#	type		"pipe"
#	name		"my pipe"
#	command		"aplay -f cd 2>/dev/null"
## Or if you're want to use AudioCompress
#	command		"AudioCompress -m | aplay -f cd 2>/dev/null"
## Or to send raw PCM stream through PCM:
#	command		"nc example.org 8765"
#	format		"44100:16:2"
#}
#
## An example of a null output (for no audio output):
#
#audio_output {
#	type		"null"
#	name		"My Null Output"
#}
#
# This setting will change all decoded audio to be converted to the specified
# format before being passed to the audio outputs. By default, this setting is
# disabled.
#
#audio_output_format		"44100:16:2"
#
# If MPD has been compiled with libsamplerate support, this setting specifies 
# the sample rate converter to use.  Possible values can be found in the 
# mpd.conf man page or the libsamplerate documentation. By default, this is
# setting is disabled.
#
#samplerate_converter		"Fastest Sinc Interpolator"
#
###############################################################################


# Volume control mixer ########################################################
#
# These are the global volume control settings. By default, this setting will
# be detected to the available audio output device, with preference going to 
# hardware mixing. Hardware and software mixers for individual audio_output
# sections cannot yet be mixed.
#
# An example for controlling an ALSA, OSS or Pulseaudio mixer; If this
# setting is used other sound applications will be affected by the volume
# being controlled by MPD.
#
#mixer_type			"hardware"
#
# An example for controlling all mixers through software. This will control
# all controls, even if the mixer is not supported by the device and will not
# affect any other sound producing applications.
#
mixer_type			"software"
#
# This example will not allow MPD to touch the mixer at all and will disable
# all volume controls.
#
#mixer_type			"disabled"
#
###############################################################################


# Normalization automatic volume adjustments ##################################
#
# This setting specifies the type of ReplayGain to use. This setting can have
# the argument "album" or "track". See <http://www.replaygain.org> for more
# details. This setting is disabled by default.
#
#replaygain			"album"
#
# This setting sets the pre-amp used for files that have ReplayGain tags. By
# default this setting is disabled.
#
#replaygain_preamp		"0"
#
# This setting enables on-the-fly normalization volume adjustment. This will
# result in the volume of all playing audio to be adjusted so the output has 
# equal "loudness". This setting is disabled by default.
#
#volume_normalization		"no"
#
###############################################################################


# MPD Internal Buffering ######################################################
#
# This setting adjusts the size of internal decoded audio buffering. Changing
# this may have undesired effects. Don't change this if you don't know what you
# are doing.
#
#audio_buffer_size		"2048"
#
# This setting controls the percentage of the buffer which is filled before 
# beginning to play. Increasing this reduces the chance of audio file skipping, 
# at the cost of increased time prior to audio playback.
#
#buffer_before_play		"10%"
#
###############################################################################


# Resource Limitations ########################################################
#
# These settings are various limitations to prevent MPD from using too many
# resources. Generally, these settings should be minimized to prevent security
# risks, depending on the operating resources.
#
#connection_timeout		"60"
#max_connections		"10"
#max_playlist_length		"16384"
#max_command_list_size		"2048"
#max_output_buffer_size		"8192"
#
###############################################################################


# Character Encoding ##########################################################
#
# If file or directory names do not display correctly for your locale then you 
# may need to modify this setting. After modification of this setting mpd 
# --create-db must be run to change the database.
#
#filesystem_charset		"UTF-8"
#
# This setting controls the encoding that ID3v1 tags should be converted from.
#
#id3v1_encoding			"ISO-8859-1"
#
###############################################################################
Y voyez vous des erreurs ?

Ce que j'ai tenté.


- Rajouter 'export MPD_HOST="127.0.0.1" ' et 'export MPD_PORT="6600" ' dans le fichier ~/.bashrc. Cela ne change rien.
- Rajouter "mpd : LOCAL" dans le fichier /etc/hosts.allow. Idem.
- Rajouter "lo" à la ligne "INTERFACES=(lo)" du rc.conf. Cela à marché un temps, mais depuis la mise à jour ne sert plus à rien...
- Pas mal de bidouilles dans la configuration du mpd.conf, dont reprendre celui d'une debian (même machine) où mpd marche comme un charme (échec).

Désolé pour ce long sujet, mais j'ai tenté d'être le plus exact possible.
D'avance merci pour votre aide.
Amicalement
Marzikill.

Re: [MPD] Problème d'hôte

Publié : sam. 05 sept. 2009, 19:27
par Franky 4 Doigts
Salut,
bon sincèrement je pense pas que ce que je vais te dire marchera mais bon tu peux essayer de remplacer.

Code : Tout sélectionner

bind_to_address      "localhost"
Par

Code : Tout sélectionner

bind_to_address      "127.0.0.1"
Pis sinon il y a bien quelqu'un qui si connaît qui va passer par ici :D

Re: [MPD] Problème d'hôte

Publié : sam. 05 sept. 2009, 19:38
par benjarobin
Sinon tu as surement tester bind_to_address "~/.mpd/socket", en faite je ne comprend pas trop a quoi sert ce daemons. C'est un serveur qui gère la musique ? Donc d'autre PC utilise ce serveur ? Si non utilise une socket interne, mais le client doit pouvoir utiliser cette socket a voir je n'y connait rien...

Re: [MPD] Problème d'hôte

Publié : mar. 08 sept. 2009, 19:52
par Marzikill
Franky 4 Doigts : Non, cela n'y change rien... (j'avais déjà essayé en fait ! ;) )

benjarobin : Je vais essayer de bidouiller avec cela, étant donné que je n'avais pas encore fait de test avec cette option (il me semble).

J'aimerai toutefois attirer votre attention sur une erreur récurente qui survient au lancement même de mpd (ce qui voudrait dire que le daemon n'est pas le seul en cause ?) :
:: Starting Music Player Daemon [BUSY]
/etc/rc.d/mpd: line 6: 1887 Abandon /usr/bin/mpd /etc/mpd.conf &>/dev/null
J'ai très souvent cette erreur, et je ne parviens pas à savoir pourquoi.

En fait, j'utilise mpd car je ne peux plus me passer de Sonata, qui utilise mpd... :D

Edit : Merci pour votre aide ! :copain:

Re: [MPD] Problème d'hôte

Publié : ven. 11 sept. 2009, 15:29
par Marzikill
Il semblerait qu'il s'agisse définitivement d'un problème de réseau : lorsque je démarre le pc sans la clé wifi insérée, mpd fonctionne parfaitement, comme à son habitude.

Voici donc mes fichiers qui pourraient vous mettre sur la voie d'une erreur :

Code : Tout sélectionner

#
# /etc/hosts.allow
#

mpd : LOCAL

# End of file

Code : Tout sélectionner

#
# /etc/host.conf
#

order hosts,bind
multi on

# End of file

Code : Tout sélectionner

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>	<hostname.domain.org>	<hostname>
127.0.0.1		localhost.localdomain	localhost Archiban

# End of file
Voyez vous des problèmes ?

Amicalement
Marzikill.

Re: [MPD] Problème d'hôte

Publié : mer. 16 sept. 2009, 15:54
par Marzikill
Up ?

Personne n'a une petite piste pour moi ?

Re: [MPD] Problème d'hôte (en cours...)

Publié : mer. 16 sept. 2009, 15:57
par tuxce
l'utilisation des socket n'a pas résolu le souci?

Re: [MPD] Problème d'hôte (en cours...)

Publié : mer. 16 sept. 2009, 17:59
par Marzikill
Non, toujours le même pépin...

Merci pour ton aide ! Je commençais à desespérer.. ;)

Re: [MPD] Problème d'hôte (en cours...)

Publié : mer. 16 sept. 2009, 21:57
par Skunnyk
Pour un peu de verbose, lances ton mpd avec:

Code : Tout sélectionner

mpd -v
Tu peux aussi regarder aussi dans ton /home/bobby/.mpd/ les fichiers de log (et d'erreur)
Quand tu es deconnecté, est ce que ton interface lo est bien up ? (on ne sait jamais). Si ton système est à jour, il n'y a plus besoin de l'interface "lo" dans ton rc.conf (c'est en dur dans ton rc.sysinit).

Tu peux aussi essayer de commenter la ligne bind_to_address dans ce cas il écoute sur "any".

Regarde avec un netstat -nlapute quand il est lancé si il écoute biens ur le port 6600 (et oui, netstat est une nlapute :-p )

Re: [MPD] Problème d'hôte (en cours...)

Publié : mer. 16 sept. 2009, 22:43
par wido
j'avais eu le même souci avec conky et mpd sur mon eeepc (wifi), je ne passe pas par le fichier /etc/mpd.conf mais j'ai crée un dossier dans le home de l'utilisateur et je lance un script qui pointe vers ce dossier, en cas de pépin je kill le script et je le relance et ça fonctionne de nouveau.

Code : Tout sélectionner

#!/bin/bash
touch /home/wido/.mpd/mpd.pid
mpd --no-daemon --verbose --stdout /home/wido/.mpd/config &
si ça peut aider.

Re: [MPD] Problème d'hôte (en cours...)

Publié : mer. 16 sept. 2009, 22:49
par tuxce
Marzikill a écrit :Non, toujours le même pépin...
si c'est toujours le même, genre:

Code : Tout sélectionner

error: problems connecting to "localhost" on port 6600: Connection refused
c'est que tu ne l'as pas bien fait ;)
configure avec un socket avec un chemin absolue et mets la même valeur à la variable MPD_HOST
pour lancer mpc:

Code : Tout sélectionner

MPD_HOST=chemin_absolue_vers_socket mpc

Re: [MPD] Problème d'hôte (en cours...)

Publié : ven. 18 sept. 2009, 17:52
par Marzikill
Hum.. Pas exactement :
mpd -v a écrit : config: loading file /etc/mpd.conf
listen: binding to address for ~/.mpd/socket
listen: Failed to listen on ~/.mpd/socket (line 72): Failed to look up host "~/.mpd/socket": Temporary failure in name resolution
Abandon
Est-ce la même chose ?

(edit : le coup du ~/.mpd/socket fait que mpd ne fonctionne plus du tout, même quand une connection internet est active. J'ai donc tout décommenté. "bind_to_address", et "port". Avec une liaison, cela fonctionne.).

Re: [MPD] Problème d'hôte (en cours...)

Publié : ven. 18 sept. 2009, 20:28
par tuxce
mets un chemin absolue à la place de "~", ex: /home/ton_user/.mpd/socket

Re: [MPD] Problème d'hôte (en cours...)

Publié : sam. 19 sept. 2009, 12:59
par Marzikill
D'accord, j'essaierai cela. En attendant, voici le résultat d'un netstat -nlapute (pas commune comme commande... :D), en n'ayant aucune connection internet active.
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 0 6197 -
tcp 0 0 0.0.0.0:895 0.0.0.0:* LISTEN 0 6239 -
tcp 0 0 :::6600 :::* LISTEN 1000 14013 2971/mpd
tcp 0 0 :::111 :::* LISTEN 0 6214 -
udp 0 0 0.0.0.0:111 0.0.0.0:* 0 6191 -
udp 0 0 0.0.0.0:888 0.0.0.0:* 0 6196 -
udp 0 0 :::111 :::* 0 6200 -
udp 0 0 :::888 :::* 0 6213 -
(rien d'anormal ? J'avoue humblement ne pas trop savoir ce que cela signifie.)

Re: [MPD] Problème d'hôte (en cours...)

Publié : sam. 19 sept. 2009, 19:46
par benjarobin
Je ne sais pas ce que veule dire les :::6600, mais en tout cas on a l'air de voir qu'il n'écoute pas sur toute adresse ip, on aurai du avoir *:6600 car quand je configure un programme qui écoute sur l'adresse de loopback j'ai ceci localhost.localdom:5900 (pour vnc)
Sinon essaye de mettre any comme bind to adresse, je sais c'est bourrin, mais on test....

PS: utilise la balise code, cela garde les espaces

Re: [MPD] Problème d'hôte (en cours...)

Publié : sam. 19 sept. 2009, 21:00
par tuxce
benjarobin a écrit :Je ne sais pas ce que veule dire les :::6600
:::x :::* LISTEN
indique que le service accepte toute connexion sur le port x quelque soit la provenance que ce soit en ipv4 ou ipv6, ce que tu décris par la suite est valable si l'ipv6 est désactivé.

Re: [MPD] Problème d'hôte (en cours...)

Publié : sam. 19 sept. 2009, 22:37
par benjarobin
J'aurai donc l'ipv6 désactivé ? Je vais regarder mais je ne pense pas avoir fait une quelconque modification dans ce sens

Re: [MPD] Problème d'hôte (en cours...)

Publié : dim. 20 sept. 2009, 13:51
par Marzikill
Bon... Je comprend pas vraiment pourquoi, mais... Il semble a priori que cela fonctionne avec "any" dans "bind to adress". :?:

Pourtant il me semblait déjà avoir essayé cela.. Bref !

Merci pour votre aide !

Amicalement
Marzikill

Re: [MPD] Problème d'hôte (résolu ?)

Publié : dim. 20 sept. 2009, 17:23
par benjarobin
Mais comme je disais c'est loin d'être bien question sécurité. A moins que tu as iptables qui tourne et qui est bien configuré. Sinon je suis curieux que donne maintenant le netsat -taupe

Re: [MPD] Problème d'hôte (résolu ?)

Publié : lun. 21 sept. 2009, 18:03
par Marzikill
Un netsat -taupe connecté.

Code : Tout sélectionner

(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name   
tcp        0      0 *:896                   *:*                     LISTEN      root       6235       -                   
tcp        0      0 *:sunrpc                *:*                     LISTEN      root       6193       -                   
tcp        0      0 192.168.0.2:32898       public-vip.wikia.ne:www TIME_WAIT   root       0          -                   
tcp        0      0 192.168.0.2:32900       public-vip.wikia.ne:www TIME_WAIT   root       0          -                   
tcp        0      0 localhost.localdo:52313 localhost.localdom:6600 ESTABLISHED bobby      7259       1804/python         
tcp        0      0 *:6600                  *:*                     LISTEN      root       6291       -                   
tcp        0      0 *:sunrpc                *:*                     LISTEN      root       6210       -                   
tcp        0      0 localhost.localdom:6600 localhost.localdo:52313 ESTABLISHED bobby      7260       -                   
udp        0      0 *:sunrpc                *:*                                 root       6187       -                   
udp        0      0 *:889                   *:*                                 root       6192       -                   
udp        0      0 *:sunrpc                *:*                                 root       6196       -                   
udp        0      0 *:889                   *:*                                 root       6209       -   
Et non connecté.

Code : Tout sélectionner

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name   
tcp        0      0 *:sunrpc                *:*                     LISTEN      root       6187       -                   
tcp        0      0 *:889                   *:*                     LISTEN      root       6229       -                   
tcp        0      0 localhost.localdo:51951 localhost.locald:sunrpc TIME_WAIT   root       0          -                   
tcp        0      0 localhost.localdo:52823 localhost.localdoma:889 TIME_WAIT   root       0          -                   
tcp        0      0 localhost.localdo:40359 localhost.localdom:6600 TIME_WAIT   root       0          -                   
tcp        0      0 localhost.localdo:40360 localhost.localdom:6600 ESTABLISHED bobby      7342       1785/python         
tcp        0      0 *:6600                  *:*                     LISTEN      root       6285       -                   
tcp        0      0 *:sunrpc                *:*                     LISTEN      root       6204       -                   
tcp        0      0 localhost.localdom:6600 localhost.localdo:40360 ESTABLISHED bobby      7343       -                   
udp        0      0 *:sunrpc                *:*                                 root       6181       -                   
udp        0      0 *:882                   *:*                                 root       6186       -                   
udp        0      0 *:sunrpc                *:*                                 root       6190       -                   
udp        0      0 *:882                   *:*                                 root       6203       -      
Seulement je me suis aperçut que le problème n'était pas résolu. Quelques fois cela fonctionne, mais quelques fois non.. Cela semble très aléatoire.. Mais je vais tenter de percer la logique qui se cache derrière tout cela...

Amicalement
Marzikill