Bonsoir,
Ce coup-ci je suis sur debian 9 Stretch, postfix, mysql, apache2,
sympa installés et configurés...
Un petit truc que je n'arrive pas à dépatouiller parce que je ne
sais pas où chercher :
Sur http://www.mon-site.org/sympa :
Erreur interne du serveur
Sympa a été confronté à une erreur interne
Veuillez contacter le listmaster
Erreurs : Can't locate object
method "host_port" via package "URI::_generic" at
/usr/share/sympa/lib/Sympa.pm line 782.
Pile d'appel
DIED: Can't locate object
method "host_port" via package "URI::_generic" at
/usr/share/sympa/lib/Sympa.pm line 782.
at /usr/share/sympa/lib/Sympa.pm line 782.
Sympa::get_url('mon-site.org', undef, 'authority',
'local') called at /usr/share/sympa/lib/Sympa/Tools/WWW.pm
line 290
Sympa::Tools::WWW::get_my_url('mon-site.org',
'authority', 'local') called at
/usr/lib/cgi-bin/sympa/wwsympa.fcgi line 1570
En console :
# for DEMON in postfix apache2 sympa
; do /etc/init.d/$DEMON status; done
● postfix.service -
Postfix Mail Transport Agent
Loaded: loaded (/lib/systemd/system/postfix.service;
enabled; vendor preset: enabled)
Active: active (exited) since
Fri 2017-06-30 21:30:01 CEST; 2s ago
Process: 1113 ExecStart=/bin/true (code=exited,
status=0/SUCCESS)
Main PID: 1113 (code=exited, status=0/SUCCESS)
juin 30 21:30:01 v2153 systemd[1]: Starting Postfix Mail
Transport Agent...
juin 30 21:30:01 v2153 systemd[1]: Started Postfix Mail
Transport Agent.
● apache2.service
- The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service;
enabled; vendor preset: enabled)
Active: active (running)
since Fri 2017-06-30 21:29:16 CEST; 46s ago
Process: 273 ExecStart=/usr/sbin/apachectl start
(code=exited, status=0/SUCCESS)
Main PID: 349 (apache2)
CGroup: /system.slice/apache2.service
├─349 /usr/sbin/apache2 -k start
├─354 /usr/sbin/apache2 -k start
├─368 /usr/sbin/apache2 -k start
├─369 /usr/sbin/apache2 -k start
├─370 /usr/sbin/apache2 -k start
├─371 /usr/sbin/apache2 -k start
└─374 /usr/sbin/apache2 -k start
juin 30 21:29:16 v2153 systemd[1]: Starting The Apache HTTP
Server...
juin 30 21:29:16 v2153 systemd[1]: Started The Apache HTTP
Server.
● sympa.service
- SYMPA mailing list manager
Loaded: loaded (/lib/systemd/system/sympa.service; enabled;
vendor preset: enabled)
Active: active (running)
since Fri 2017-06-30 21:29:19 CEST; 43s ago
Docs: man:sympa_msg(8)
Process: 161 ExecStart=/usr/lib/sympa/bin/sympa_msg.pl
(code=exited, status=0/SUCCESS)
Process: 145 ExecStartPre=/bin/chown -R sympa:sympa
/run/sympa (code=exited, status=0/SUCCESS)
Process: 119 ExecStartPre=/bin/mkdir -p /run/sympa
(code=exited, status=0/SUCCESS)
Main PID: 586 (sympa_msg.pl)
CGroup: /system.slice/sympa.service
└─586 /usr/bin/perl /usr/lib/sympa/bin/sympa_msg.pl
juin 30 21:29:13 v2153 systemd[1]: Starting SYMPA mailing list
manager...
juin 30 21:29:19 v2153 sympa_msg[161]: info main::_load()
Configuration file read, default log level 0
juin 30 21:29:19 v2153 sympa_msg[161]: notice
Sympa::Process::daemonize() Starting sympa/msg daemon, PID
586
juin 30 21:29:19 v2153 sympa_msg[586]: notice main::
Sympa/msg 6.2.16 Started
juin 30 21:29:19 v2153 systemd[1]: Started SYMPA mailing list
manager.
# cpanm URI::_generic
URI::_generic
is up to date. (1.71)
# sed -n 782p Sympa.pm
$uri->host_port($host_port);
Merci de vos conseils.
Bien cordialement
Bruno