Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 29/08/2020, à 10:23

fonfonsd

site en local pour réparation

bonjour à tous,

je possède un site internet qui est planté car mon hébergeur est passé en php 7.3 et je n'ai pas fait ces derniers temps les mises à jours de mon site afin qu'il suive la modernisation des hébergements.

J'ai donc décidé de le rapatrier en local pour faire les mises à jours.

j'ai donc installé LAMP et importé mon site.

j'ai mis les dossier necessaires et fichiers necessaire dans /www/var/monsite

où je patoge complétement c'est pour la base de données pour faire fonctionner mon site en local.


Il faut donc que je récupére ma base de donnée ( j'ai aussi installé mysql sur ubuntu  )

j'ai été sur mon hebergement externe et fait une importation de ma base local qui est arrivé en fichier sql dans mon dossier hebergement.

c'est là que je cale que dois je faire ensuite ?

merci à tous pour votre aide par avance

Hors ligne

#2 Le 29/08/2020, à 11:44

lann

Re : site en local pour réparation

Adapte cette ligne de commande

mysql -u root -p nom_bdd  < fichier.sql

Il faudra créer auparavant ta base de données avec comme nom nom_bdd


<Modéré>

Hors ligne

#3 Le 29/08/2020, à 12:19

fonfonsd

Re : site en local pour réparation

Ok merci mon fichier qui se trouve  dans mon dossier  téléchargement  je le mets où  ?

Hors ligne

#4 Le 29/08/2020, à 12:52

gl38

Re : site en local pour réparation

N'importe où, il faut juste que tu sois dans le dossier qui le contient pour lancer la commande indiquée.
Cordialement,
Guy

Hors ligne

#5 Le 29/08/2020, à 18:08

fonfonsd

Re : site en local pour réparation

parcontre petit souci au redemarrage des sioux euh je voulais dire Apache j'obtiens

 sudo systemctl reload apache2
Job for apache2.service failed.
See "systemctl status apache2.service" and "journalctl -xe" for details 

je vais dans systemctl status apache2.service
j'ai

 
apache2.service - The Apache HTTP Server
   Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: 
   Active: active (running) since Sat 2020-08-29 10:46:08 CEST; 8h ago
     Docs: https://httpd.apache.org/docs/2.4/
  Process: 14569 ExecReload=/usr/sbin/apachectl graceful (code=exited, status=1/
 Main PID: 6896 (apache2)
    Tasks: 8 (limit: 4429)
   Memory: 18.6M
   CGroup: /system.slice/apache2.service
           ├─ 6896 /usr/sbin/apache2 -k start
           ├─ 7789 /usr/sbin/apache2 -k start
           ├─ 7790 /usr/sbin/apache2 -k start
           ├─ 7791 /usr/sbin/apache2 -k start
           ├─ 7792 /usr/sbin/apache2 -k start
           ├─ 7793 /usr/sbin/apache2 -k start
           ├─ 7947 /usr/sbin/apache2 -k start
           └─14089 /usr/sbin/apache2 -k start

août 29 18:59:25 chantal-EasyNote-TE11HC apachectl[14303]: Action 'graceful' fai
août 29 18:59:25 chantal-EasyNote-TE11HC apachectl[14303]: The Apache error log 
août 29 18:59:25 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
août 29 18:59:25 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apach
août 29 19:02:10 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
lines 1-23

et dans journalctl -xe

-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 29 19:10:44 chantal-EasyNote-TE11HC apachectl[15203]: apache2: Syntax error
août 29 19:10:44 chantal-EasyNote-TE11HC apachectl[15203]: Action 'graceful' fai
août 29 19:10:44 chantal-EasyNote-TE11HC apachectl[15203]: The Apache error log 
août 29 19:10:44 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 29 19:10:44 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apach
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 29 19:10:44 chantal-EasyNote-TE11HC sudo[15199]: pam_unix(sudo:session): se
lines 1415-1437/1437 (END)

Dernière modification par fonfonsd (Le 29/08/2020, à 18:13)

Hors ligne

#6 Le 29/08/2020, à 19:12

lann

Re : site en local pour réparation

ça va être difficile de t'aider : dans le deuxième retour, on ne voit que la moitié des logs


<Modéré>

Hors ligne

#7 Le 29/08/2020, à 21:18

krodelabestiole

Re : site en local pour réparation

modération : déplacement de Autres logiciels et problèmes généraux vers Serveurs


pour éviter de couper les lignes du terminal en général quand on sélectionne le texte il faut commencer par glisser vers la droite au lieu de glisser vers le bas (ensuite on peut glisser vers le bas)
de cette manière on aura l'intégralité des retours et on pourra t'aider.

idéalement il nous faudrait aussi plus de détails : il s'agit d'un site que tu as développé toi-même ou d'un CMS connu ?

tu as lu la doc concernant LAMP ?
https://doc.ubuntu-fr.org/lamp

la doc indique comment créer une base de données et un utilisateur associé.

Hors ligne

#8 Le 30/08/2020, à 08:50

fonfonsd

Re : site en local pour réparation

bonjour voici j'ai essayé de prendre le plus large possible

-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/upd
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen))
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.termin
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'act
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/upd
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen))
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.termin
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'act
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
lines 1486-1520/1520 (END)
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslate
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:sessio
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing comma
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_r
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse t
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslate
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): se
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP S
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configurati
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' fai
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log 
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control pr
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
lines 1486-1508/1520 100%
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/upd
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen))
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.termin
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'act
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
 ESCOC
slated default instead.
ession): session opened for user root by (uid=1000)
command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
dow_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
rse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
slated default instead.
rse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
slated default instead.
; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
): session opened for user root by (uid=0)
TTP Server.
uration




error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enable
' failed.
 log may have more information.
ol process exited, code=exited, status=1/FAILURE







Apache HTTP Server.
tion





): session closed for user root

CA M ENERVE J ARRIVE PAS À TOUT PRENDRE LE TERMINAL MEME EN ALLANT SUR LA DROITE

pour le site que j'essaye de rapatrier pour modifier en local il était fait sous le CMS Pragmamx qui n'est plus soutenu et mise à jour depuis plusieurs années. Le forum qui se trouve dans se site est fait avec SMF (Simple Machine Forum) qui est toujours développé.
je voulais donc modifier pour n'utiliser que le forum car on ne se sert plus que de ca dans notre association.

EN FAISANT UN GROS ZOOM ARRIÈRE

 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enable
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enable
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enable
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enable
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enable
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enable
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
 ESCOD
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enable
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1486-1520/1520 (END)
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enabled/fjassociation.com.conf:1: <VirtualHost> was
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1486-1520/1520 (END)
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) packagekit.service a commencé à démarrer.
août 30 09:42:14 chantal-EasyNote-TE11HC PackageKit[16428]: daemon start
août 30 09:42:15 chantal-EasyNote-TE11HC dbus-daemon[730]: [system] Successfully activated service 'org.freedesktop.PackageKit'
août 30 09:42:15 chantal-EasyNote-TE11HC systemd[1]: Started PackageKit Daemon.
-- Subject: L'unité (unit) packagekit.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) packagekit.service a terminé son démarrage, avec le résultat done.
août 30 09:42:24 chantal-EasyNote-TE11HC systemd[1]: apt-daily.service: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- The unit apt-daily.service has successfully entered the 'dead' state.
août 30 09:42:24 chantal-EasyNote-TE11HC systemd[1]: Started Daily apt download activities.
-- Subject: L'unité (unit) apt-daily.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apt-daily.service a terminé son démarrage, avec le résultat done.
août 30 09:43:35 chantal-EasyNote-TE11HC mate-terminal[15183]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:43:40 chantal-EasyNote-TE11HC mate-terminal[16594]: Using untranslated default instead.
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
août 30 09:43:48 chantal-EasyNote-TE11HC pkexec[16619]: chantal: Executing command [USER=root] [TTY=unknown] [CWD=/home/chantal] [COMMAND=/usr/lib/update-notifier/package-system-locked]
août 30 09:44:05 chantal-EasyNote-TE11HC mate-terminal[16594]: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string 'Terminal' for key 'title' in schema 'org.mate.terminal.profile': 0:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Failed to parse translated string '[UTF-8,current,ISO-8859-15,ISO-8859-1]' for key 'active-encodings' in schema 'org.mate.terminal.global': 1:expected value
août 30 09:44:09 chantal-EasyNote-TE11HC mate-terminal[16671]: Using untranslated default instead.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]:  chantal : TTY=pts/0 ; PWD=/home/chantal ; USER=root ; COMMAND=/usr/bin/systemctl reload apache2
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session opened for user root by (uid=0)
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reloading The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a commencé à recharger sa configuration.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/sites-enabled/fjassociation.com.conf: /etc/apache2/sites-enabled/fjassociation.com.conf:1: <VirtualHost> was not closed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: Action 'graceful' failed.
août 30 09:44:17 chantal-EasyNote-TE11HC apachectl[16691]: The Apache error log may have more information.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecReload= process belonging to unit apache2.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 1.
août 30 09:44:17 chantal-EasyNote-TE11HC systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: L'unité (unit) apache2.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- L'unité (unit) apache2.service a terminé de recharger configuration,
-- avec le résultat failed.
août 30 09:44:17 chantal-EasyNote-TE11HC sudo[16686]: pam_unix(sudo:session): session closed for user root
~
~
~
~
~
~
~
~
~
lines 1459-1520/1520 (END)

Dernière modification par fonfonsd (Le 30/08/2020, à 08:59)

Hors ligne

#9 Le 30/08/2020, à 09:14

gl38

Re : site en local pour réparation

Il y a des erreurs dans les modifications que tu as apportées dans la configuration d'apache.
Il faudrait montrer ce que tu as ajouté.
Cordialement,
Guy

Hors ligne

#10 Le 30/08/2020, à 09:16

bruno

Re : site en local pour réparation

Pour ne pas couper les lignes avec les commandes systemd : systemctl, journalctl etc. il faut passer l'argument --no-pager
Exemples :
- voir l'état du service apache2

systemctl status apache2.service --no-pager

- voir le journal du service apache2

journalctl -u apache2 --no-pager

--

Dans ton retour on voit tout de même qu'il y a une erreur de syntaxe dans un fichier de configuration d'Apache. Pour savoir où exactement il faudrait donner le retour de :

sudo apache2ctl -t

A priori c'est au moins à la ligne 1 du fichier /etc/apache2/sites-enabled/fjassociation.com.conf. Il faut donc nous donner son contenu.

Dernière modification par bruno (Le 30/08/2020, à 09:16)