Error failed au boot
Quelques erreurs "failed" lors du démarrage de mageia7.1
Système et matériels / Installation et configuration

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
Reprise du message précédent
nmrk.n :
Je l'ai renommé
ifcfg-wlp68s0b1-tmp_renome
ça ne change rien.
Ça veut dire quoi ce que dit
$ systemctl status network.service (Cf. message ci-dessus)
?

Papoteur :
Il faudrait essayer en le déplaçant ailleurs
nmrk.n :
Non mais il y a un fichier /etc/sysconfig/network-scripts/ifcfg-wlp68s0b1
Il faudrait essayer en le déplaçant ailleurs
Je l'ai renommé
ifcfg-wlp68s0b1-tmp_renome
ça ne change rien.
Ça veut dire quoi ce que dit
$ systemctl status network.service (Cf. message ci-dessus)
?

Le renommer ne suffit pas, je pense. Le système passe en revue tous les fichiers qui commencent par ifcfg. C'est pour cela que je dis de DÉPLACER le fichier.
Yves

nic80 Membre non connecté
-
- Voir le profil du membre nic80
- Inscrit le : 06/08/2018
- Groupes :
-
Modérateur
Pour le renommage, je crois également que ce n' est pas suffisant.
Sinon pour les messages, je crois que c' est ça:
Dhcpnak: il me semble que c' est un refus d' adresse ip ( ou une demande de libération ?)
Dhcpdiscover: c' est la demande d' une adresse ip à un serveur dhcp qui existerait sur le réseau ( envoi d' un paquet dit broadcast sur l' adresse 255.255 255.255, ce qui fait que tout les pc sur le réseau recevront ce paquet même si ce ne sont pas un serveur dhcp). En revanche un serveur dhcp y répondera
Dhcpoffer : ici 192.168.0.1 propose l' adresse 192.168.0.24 au pc demandeur
Dhcprequest: le pc confirme qu' il accepte l' adresse 192.168.0.24
Dhcpack: message d' acquitement du serveur dhcp (confirme que le pc à accepté l' offre d' adresse ip)
Le bound indique que l' adresse a été atttibuée pour une durée de 36304 secondes.
En revanche pour le message ifplugd, je ne sais pas d' où sort le paramètre -r
-
- Voir le profil du membre nmrk.n
- Inscrit le : 20/04/2018
- Site internet
- Groupes :
-
Banni
Papoteur :
... Le renommer ne suffit pas, je pense.
Le système passe en revue tous les fichiers qui commencent par ifcfg.
C'est pour cela que je dis de DÉPLACER le fichier.
Le système passe en revue tous les fichiers qui commencent par ifcfg.
C'est pour cela que je dis de DÉPLACER le fichier.
Effectivement, déplacer le fichier fait disparaître le message d'erreur et accélère le démarrage.
Mais à quoi sert-il ce fichier puisque ça fonctionne sans lui, et même mieux semble-t-il ?

$ journalctl -b 0 --no-pager >journal.txt
2020-07-10-journal.txt
$ systemctl status network.service
Caché :
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; generated)
Active: active (running) since Fri 2020-07-10 01:37:09 CEST; 19min ago
Docs: man:systemd-sysv-generator(8)
Process: 1166 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
Tasks: 4 (limit: 4452)
Memory: 11.5M
CGroup: /system.slice/network.service
├─1375 /sbin/ifplugd -I -b -i enp0s25
├─1471 /usr/sbin/wpa_supplicant -B -i wlo1 -c /etc/wpa_supplicant.conf -D wext
├─1473 /sbin/ifplugd -I -b -i wlo1
└─2683 dhclient -1 -q -lf /var/lib/dhclient/dhclient--wlo1.lease -pf /var/run/dhclient-wlo1.pid >
juil. 10 01:37:09 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.
juil. 10 01:37:12 localhost.localdomain ifplugd(wlo1)[1473]: Link beat detected.
juil. 10 01:37:13 localhost.localdomain ifplugd(wlo1)[1473]: Executing '/etc/ifplugd/ifplugd.action wlo1 up>
juil. 10 01:37:19 localhost.localdomain dhclient[2683]: DHCPREQUEST for 192.168.0.26 on wlo1 to 255.255.255>
juil. 10 01:37:20 localhost.localdomain dhclient[2683]: DHCPACK of 192.168.0.26 from 192.168.0.1
juil. 10 01:37:20 localhost.localdomain dhclient[2683]: bound to 192.168.0.26 -- renewal in 39641 seconds.
juil. 10 01:37:20 localhost.localdomain ifplugd(wlo1)[1473]: client: Determining IP information for wlo1...>
juil. 10 01:37:20 localhost.localdomain ifplugd(wlo1)[1473]: client: Unknown parameter "-r". Use --help for>
juil. 10 01:37:20 localhost.localdomain ifplugd(wlo1)[1473]: client: [ OK ]
juil. 10 01:37:20 localhost.localdomain ifplugd(wlo1)[1473]: Program executed successfully.
Loaded: loaded (/etc/rc.d/init.d/network; generated)
Active: active (running) since Fri 2020-07-10 01:37:09 CEST; 19min ago
Docs: man:systemd-sysv-generator(8)
Process: 1166 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
Tasks: 4 (limit: 4452)
Memory: 11.5M
CGroup: /system.slice/network.service
├─1375 /sbin/ifplugd -I -b -i enp0s25
├─1471 /usr/sbin/wpa_supplicant -B -i wlo1 -c /etc/wpa_supplicant.conf -D wext
├─1473 /sbin/ifplugd -I -b -i wlo1
└─2683 dhclient -1 -q -lf /var/lib/dhclient/dhclient--wlo1.lease -pf /var/run/dhclient-wlo1.pid >
juil. 10 01:37:09 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.
juil. 10 01:37:12 localhost.localdomain ifplugd(wlo1)[1473]: Link beat detected.
juil. 10 01:37:13 localhost.localdomain ifplugd(wlo1)[1473]: Executing '/etc/ifplugd/ifplugd.action wlo1 up>
juil. 10 01:37:19 localhost.localdomain dhclient[2683]: DHCPREQUEST for 192.168.0.26 on wlo1 to 255.255.255>
juil. 10 01:37:20 localhost.localdomain dhclient[2683]: DHCPACK of 192.168.0.26 from 192.168.0.1
juil. 10 01:37:20 localhost.localdomain dhclient[2683]: bound to 192.168.0.26 -- renewal in 39641 seconds.
juil. 10 01:37:20 localhost.localdomain ifplugd(wlo1)[1473]: client: Determining IP information for wlo1...>
juil. 10 01:37:20 localhost.localdomain ifplugd(wlo1)[1473]: client: Unknown parameter "-r". Use --help for>
juil. 10 01:37:20 localhost.localdomain ifplugd(wlo1)[1473]: client: [ OK ]
juil. 10 01:37:20 localhost.localdomain ifplugd(wlo1)[1473]: Program executed successfully.
[mrc7@localhost @TMP]$
Contenu de ifcfg-wlp68s0b1 :
Caché :
DEVICE=wlp68s0b1
BOOTPROTO=dhcp
ONBOOT=yes
METRIC=35
MII_NOT_SUPPORTED=no
USERCTL=no
RESOLV_MODS=no
WIRELESS_MODE=Managed
WIRELESS_ESSID=AliceLinux Ne concerne pas le lieu actuel d'utilisation de la machine
WIRELESS_ENC_KEY=s:xxxxxxxxxx et rien sur les caractéristiques de la connexion utilisée pendant mon séjour actuel : À quoi ça sert ?
WIRELESS_WPA_DRIVER=wext
WIRELESS_WPA_REASSOCIATE=no
IPV6INIT=no
IPV6TO4INIT=no
ACCOUNTING=no
DHCP_CLIENT=dhclient
NEEDHOSTNAME=no
PEERDNS=yes
PEERYP=yes
PEERNTPD=no
BOOTPROTO=dhcp
ONBOOT=yes
METRIC=35
MII_NOT_SUPPORTED=no
USERCTL=no
RESOLV_MODS=no
WIRELESS_MODE=Managed
WIRELESS_ESSID=AliceLinux Ne concerne pas le lieu actuel d'utilisation de la machine
WIRELESS_ENC_KEY=s:xxxxxxxxxx et rien sur les caractéristiques de la connexion utilisée pendant mon séjour actuel : À quoi ça sert ?
WIRELESS_WPA_DRIVER=wext
WIRELESS_WPA_REASSOCIATE=no
IPV6INIT=no
IPV6TO4INIT=no
ACCOUNTING=no
DHCP_CLIENT=dhclient
NEEDHOSTNAME=no
PEERDNS=yes
PEERYP=yes
PEERNTPD=no
Édité par nmrk.n Le 10/07/2020 à 02h13
Autre Distrib : Trisquel version Triskel | Matériel : Penguin Pro 5 GNU/Linux Desktop | Processeur : Intel Quad-Core i5-4430 (6M Cache, up to 3.20 GHz) | Memory: 32GB DDR3 | Hard Drive: ATA Samsung SSD 840 256Go table::gpt depuis 2020 (anc. dos) et Seagate Barracuda ATA ST2000DM001-1CH1 2To 64Mo table::gpt | DVD : TSSTcorp CDDVDW SH-224DB | Wireless N: Wireless N PCIe Card (TPE-N300PCIE4) | Graphics Card: GeForce 8400GS 1GB PCI Express 2.0 Video Card | Bluetooth: USB Micro Adapter v2 (TPE-USBBLUV2) | Keyboard / [https://fr.wikipedia.org/wiki/TypeMatrix]TypeMatrix[/url] BÉPO | Mouse : Selecline sans fils | Monitor: Essentiel B Photo + Essentiel B Studio 2 x 1920 x 1080 | Printer : All-in-one HP Officejet 6500A Plus connectée wifi | Power Cable: Europe - Plug Type Europlug (CEE 7/16) |

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
C'est une scorie d'une connexion antérieure. Je suppose que le système ne fait pas le ménage automatiquement.
Yves
-
- Voir le profil du membre nmrk.n
- Inscrit le : 20/04/2018
- Site internet
- Groupes :
-
Banni
Papoteur :
Bonjour,
C'est une scorie d'une connexion antérieure. Je suppose que le système ne fait pas le ménage automatiquement.
C'est une scorie d'une connexion antérieure. Je suppose que le système ne fait pas le ménage automatiquement.
Oui, de la connexion quand je suis à Paris.
Mais rien concernant la connexion de mon lieu actuel de résidence !
Alors, à quoi ça sert d'avoir quelque chose qui ne sert à rien,
et surtout : comment ça fait pour fonctionner sans ce dont on aurait en principe besoin ?

Autre Distrib : Trisquel version Triskel | Matériel : Penguin Pro 5 GNU/Linux Desktop | Processeur : Intel Quad-Core i5-4430 (6M Cache, up to 3.20 GHz) | Memory: 32GB DDR3 | Hard Drive: ATA Samsung SSD 840 256Go table::gpt depuis 2020 (anc. dos) et Seagate Barracuda ATA ST2000DM001-1CH1 2To 64Mo table::gpt | DVD : TSSTcorp CDDVDW SH-224DB | Wireless N: Wireless N PCIe Card (TPE-N300PCIE4) | Graphics Card: GeForce 8400GS 1GB PCI Express 2.0 Video Card | Bluetooth: USB Micro Adapter v2 (TPE-USBBLUV2) | Keyboard / [https://fr.wikipedia.org/wiki/TypeMatrix]TypeMatrix[/url] BÉPO | Mouse : Selecline sans fils | Monitor: Essentiel B Photo + Essentiel B Studio 2 x 1920 x 1080 | Printer : All-in-one HP Officejet 6500A Plus connectée wifi | Power Cable: Europe - Plug Type Europlug (CEE 7/16) |

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
nmrk.n :
et surtout : comment ça fait pour fonctionner sans ce dont on aurait en principe besoin ?


Si, celui qui sert, c'est ifcfg-wlo1
Yves
-
- Voir le profil du membre nmrk.n
- Inscrit le : 20/04/2018
- Site internet
- Groupes :
-
Banni
Papoteur :
Si, celui qui sert, c'est ifcfg-wlo1
nmrk.n :
et surtout : comment ça fait pour fonctionner sans ce dont on aurait en principe besoin ?


Si, celui qui sert, c'est ifcfg-wlo1
Ok !

Autre Distrib : Trisquel version Triskel | Matériel : Penguin Pro 5 GNU/Linux Desktop | Processeur : Intel Quad-Core i5-4430 (6M Cache, up to 3.20 GHz) | Memory: 32GB DDR3 | Hard Drive: ATA Samsung SSD 840 256Go table::gpt depuis 2020 (anc. dos) et Seagate Barracuda ATA ST2000DM001-1CH1 2To 64Mo table::gpt | DVD : TSSTcorp CDDVDW SH-224DB | Wireless N: Wireless N PCIe Card (TPE-N300PCIE4) | Graphics Card: GeForce 8400GS 1GB PCI Express 2.0 Video Card | Bluetooth: USB Micro Adapter v2 (TPE-USBBLUV2) | Keyboard / [https://fr.wikipedia.org/wiki/TypeMatrix]TypeMatrix[/url] BÉPO | Mouse : Selecline sans fils | Monitor: Essentiel B Photo + Essentiel B Studio 2 x 1920 x 1080 | Printer : All-in-one HP Officejet 6500A Plus connectée wifi | Power Cable: Europe - Plug Type Europlug (CEE 7/16) |

clicere83 Membre non connecté
-
- Voir le profil du membre clicere83
- Inscrit le : 29/04/2013
- Groupes :
a) Pour Papoteur, à ta question que contient la fin de mdadm, réponse :
Caché :
[xxxxxx@localhost etc]$ cat mdadm.conf
ARRAY /dev/md0 level=raid1 num-devices=2 metadata=1.2 name=localhost:0 UUID=73a8d3aa:d2f06068:6bd7e85d:c0632b92
devices=/dev/sdd1,/dev/sde1
ARRAY /dev/md2 level=raid1 num-devices=2 metadata=1.2 name=localhost:2 UUID=9f239425:71725be0:38f8e7e3:2c202e89
devices=/dev/sdd6,/dev/sde6
ARRAY /dev/md1 level=raid1 num-devices=2 metadata=1.2 name=localhost:1 UUID=1c0d7aef:e21984cd:72893027:43222a8c
devices=/dev/sdd5,/dev/sde5
[xxxxxx@localhost etc]$
[xxxxxx@localhost etc]$ cat mdadm.conf
ARRAY /dev/md0 level=raid1 num-devices=2 metadata=1.2 name=localhost:0 UUID=73a8d3aa:d2f06068:6bd7e85d:c0632b92
devices=/dev/sdd1,/dev/sde1
ARRAY /dev/md2 level=raid1 num-devices=2 metadata=1.2 name=localhost:2 UUID=9f239425:71725be0:38f8e7e3:2c202e89
devices=/dev/sdd6,/dev/sde6
ARRAY /dev/md1 level=raid1 num-devices=2 metadata=1.2 name=localhost:1 UUID=1c0d7aef:e21984cd:72893027:43222a8c
devices=/dev/sdd5,/dev/sde5
[xxxxxx@localhost etc]$
J'ai trois partitions créées à l'installation de mageia 7.1, home ; var ; tmp
b) Oui, j'ai un soucis de lenteur au démarrage
c) [xxxx@localhost etc]$ systemctl status network.service
Caché :
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; generated)
Active: failed (Result: exit-code) since Sun 2020-07-19 09:51:23 CEST; 1h 13min ago
Docs: man:systemd-sysv-generator(8)
juil. 19 09:51:25 localhost.localdomain ifplugd(enp5s0)[2071]: Link beat detected.
juil. 19 09:51:26 localhost.localdomain ifplugd(enp5s0)[2071]: Executing '/etc/ifplugd/ifplugd.action enp5s0 up'.
juil. 19 09:51:27 localhost.localdomain dhclient[2453]: DHCPREQUEST for 192.168.1.9 on enp5s0 to 255.255.255.255 port 67
juil. 19 09:51:27 localhost.localdomain dhclient[2453]: DHCPACK of 192.168.1.9 from 192.168.1.1
juil. 19 09:51:27 localhost.localdomain dhclient[2453]: bound to 192.168.1.9 -- renewal in 35375 seconds.
juil. 19 09:51:27 localhost.localdomain ifplugd(enp5s0)[2071]: client: Determining IP information for enp5s0... done.
juil. 19 09:51:27 localhost.localdomain ifplugd(enp5s0)[2071]: Program executed successfully.
juil. 19 10:24:49 localhost.localdomain ifplugd(enp5s0)[2071]: Executing '/etc/ifplugd/ifplugd.action enp5s0 down'.
juil. 19 10:24:49 localhost.localdomain ifplugd(enp5s0)[2071]: Program executed successfully.
juil. 19 10:24:49 localhost.localdomain ifplugd(enp5s0)[2071]: Exiting.
Loaded: loaded (/etc/rc.d/init.d/network; generated)
Active: failed (Result: exit-code) since Sun 2020-07-19 09:51:23 CEST; 1h 13min ago
Docs: man:systemd-sysv-generator(8)
juil. 19 09:51:25 localhost.localdomain ifplugd(enp5s0)[2071]: Link beat detected.
juil. 19 09:51:26 localhost.localdomain ifplugd(enp5s0)[2071]: Executing '/etc/ifplugd/ifplugd.action enp5s0 up'.
juil. 19 09:51:27 localhost.localdomain dhclient[2453]: DHCPREQUEST for 192.168.1.9 on enp5s0 to 255.255.255.255 port 67
juil. 19 09:51:27 localhost.localdomain dhclient[2453]: DHCPACK of 192.168.1.9 from 192.168.1.1
juil. 19 09:51:27 localhost.localdomain dhclient[2453]: bound to 192.168.1.9 -- renewal in 35375 seconds.
juil. 19 09:51:27 localhost.localdomain ifplugd(enp5s0)[2071]: client: Determining IP information for enp5s0... done.
juil. 19 09:51:27 localhost.localdomain ifplugd(enp5s0)[2071]: Program executed successfully.
juil. 19 10:24:49 localhost.localdomain ifplugd(enp5s0)[2071]: Executing '/etc/ifplugd/ifplugd.action enp5s0 down'.
juil. 19 10:24:49 localhost.localdomain ifplugd(enp5s0)[2071]: Program executed successfully.
juil. 19 10:24:49 localhost.localdomain ifplugd(enp5s0)[2071]: Exiting.
enp5s0 => carte filiaire
d) Montage disques réseaux, au début de boot.log
Caché :
Mounting /mnt/thunderbird...
Mounting /mnt/music...
Starting Shorewall IPv4 firewall...
Mounting /mnt/Dosmed...
Mounting /mnt/usbshare1...
Mounting /mnt/video...
Mounting /mnt/Vbox...
Mounting /mnt/usbshare2...
Mounting /mnt/photo...
Mounting /mnt/music...
Starting Shorewall IPv4 firewall...
Mounting /mnt/Dosmed...
Mounting /mnt/usbshare1...
Mounting /mnt/video...
Mounting /mnt/Vbox...
Mounting /mnt/usbshare2...
Mounting /mnt/photo...
... Plus loin dans boot.log :
Caché :
[FAILED] Failed to mount /mnt/video.
See 'q²
' for details.
[DEPEND] Dependency failed for Remote File Systems.
[FAILED] Failed to mount /mnt/usbshare1.
See 'systemctl status mnt-usbshare1.mount' for details.
[FAILED] Failed to mount /mnt/Vbox.
See 'systemctl status mnt-Vbox.mount' for details.
[FAILED] Failed to mount /mnt/photo.
See 'systemctl status mnt-photo.mount' for details.
[FAILED] Failed to mount /mnt/thunderbird.
See 'systemctl status mnt-thunderbird.mount' for details.
[FAILED] Failed to mount /mnt/Dosmed.
See 'systemctl status mnt-Dosmed.mount' for details.
[FAILED] Failed to mount /mnt/music.
See 'systemctl status mnt-music.mount' for details.
Starting LSB: Adaptive readahead daemon...
Starting Permit User Sessions...
[FAILED] Failed to mount /mnt/usbshare2.
See 'q²
' for details.
[DEPEND] Dependency failed for Remote File Systems.
[FAILED] Failed to mount /mnt/usbshare1.
See 'systemctl status mnt-usbshare1.mount' for details.
[FAILED] Failed to mount /mnt/Vbox.
See 'systemctl status mnt-Vbox.mount' for details.
[FAILED] Failed to mount /mnt/photo.
See 'systemctl status mnt-photo.mount' for details.
[FAILED] Failed to mount /mnt/thunderbird.
See 'systemctl status mnt-thunderbird.mount' for details.
[FAILED] Failed to mount /mnt/Dosmed.
See 'systemctl status mnt-Dosmed.mount' for details.
[FAILED] Failed to mount /mnt/music.
See 'systemctl status mnt-music.mount' for details.
Starting LSB: Adaptive readahead daemon...
Starting Permit User Sessions...
[FAILED] Failed to mount /mnt/usbshare2.
Vérification de /mnt/video :
Caché :
● mnt-video.mount - /mnt/video
Loaded: loaded (/etc/fstab; generated)
Active: failed (Result: protocol) since Sun 2020-07-19 09:51:28 CEST; 1h 30min ago
Where: /mnt/video
What: neptune.home:/volume1/video
Docs: man:fstab(5)
man:systemd-fstab-generator(8)
juil. 19 09:51:27 localhost.localdomain systemd[1]: Mounting /mnt/video...
juil. 19 09:51:28 localhost.localdomain systemd[1]: mnt-video.mount: Mount process finished, but there is no mount.
juil. 19 09:51:28 localhost.localdomain systemd[1]: mnt-video.mount: Failed with result 'protocol'.
juil. 19 09:51:28 localhost.localdomain systemd[1]: Failed to mount /mnt/video.
Loaded: loaded (/etc/fstab; generated)
Active: failed (Result: protocol) since Sun 2020-07-19 09:51:28 CEST; 1h 30min ago
Where: /mnt/video
What: neptune.home:/volume1/video
Docs: man:fstab(5)
man:systemd-fstab-generator(8)
juil. 19 09:51:27 localhost.localdomain systemd[1]: Mounting /mnt/video...
juil. 19 09:51:28 localhost.localdomain systemd[1]: mnt-video.mount: Mount process finished, but there is no mount.
juil. 19 09:51:28 localhost.localdomain systemd[1]: mnt-video.mount: Failed with result 'protocol'.
juil. 19 09:51:28 localhost.localdomain systemd[1]: Failed to mount /mnt/video.
root@localhost log]# more boot.log | grep "mnt/video"
Caché :
Mounting /mnt/video...
[ OK ] Mounted /mnt/video.
[ *** ] (6 of 8) A start job is running for /mnt/video (26s / 1min 40s)
[ OK ] Mounted /mnt/video.
Mounting /mnt/video...
[FAILED] Failed to mount /mnt/video.
Mounting /mnt/video...
[ OK ] Mounted /mnt/video.
Mounting /mnt/video...
[ OK ] Mounted /mnt/video.
Mounting /mnt/video...
[ OK ] Mounted /mnt/video.
[*** ] (3 of 8) A start job is running for /mnt/video (1min 22s / 1min 40s)
[ OK ] Mounted /mnt/video.
[ *** ] (6 of 8) A start job is running for /mnt/video (26s / 1min 40s)
[ OK ] Mounted /mnt/video.
Mounting /mnt/video...
[FAILED] Failed to mount /mnt/video.
Mounting /mnt/video...
[ OK ] Mounted /mnt/video.
Mounting /mnt/video...
[ OK ] Mounted /mnt/video.
Mounting /mnt/video...
[ OK ] Mounted /mnt/video.
[*** ] (3 of 8) A start job is running for /mnt/video (1min 22s / 1min 40s)
à l'ouverture de la session, les disques réseaux sont bien montés, quel est le problème puisque j'ai accès à ma messagerie thunderbird donc le profil est sur mnt/thunderbird ???

nic80 Membre non connecté
-
- Voir le profil du membre nic80
- Inscrit le : 06/08/2018
- Groupes :
-
Modérateur
Citation :
que contient la fin de mdadm
C' est le fichier complet ?
Je suppose donc que dans ce cas, on ne peut pas masquer le service, puisqu' il y a bien un raid logiciel apparemment ( après je n' en sais rien, c' est quelque chose que je n' ai jamais expérimenté, mais le contenu laisse penser que 3 volumes sont présents).
Sur ma machine qui n' a pas de raid, j' ai:
Citation :
systemctl status mdadm
● mdmonitor.service - Software RAID monitoring and management
Loaded: loaded (/usr/lib/systemd/system/mdmonitor.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2020-07-19 09:11:17 CEST; 5h 29min ago
Process: 991 ExecStart=/sbin/mdadm --monitor --scan -f --pid-file=/run/mdadm/mdadm.pid (code=exited, status=0/SUCCESS)
Main PID: 1006 (mdadm)
Tasks: 1 (limit: 4915)
Memory: 948.0K
CGroup: /system.slice/mdmonitor.service
└─1006 /sbin/mdadm --monitor --scan -f --pid-file=/run/mdadm/mdadm.pid
● mdmonitor.service - Software RAID monitoring and management
Loaded: loaded (/usr/lib/systemd/system/mdmonitor.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2020-07-19 09:11:17 CEST; 5h 29min ago
Process: 991 ExecStart=/sbin/mdadm --monitor --scan -f --pid-file=/run/mdadm/mdadm.pid (code=exited, status=0/SUCCESS)
Main PID: 1006 (mdadm)
Tasks: 1 (limit: 4915)
Memory: 948.0K
CGroup: /system.slice/mdmonitor.service
└─1006 /sbin/mdadm --monitor --scan -f --pid-file=/run/mdadm/mdadm.pid
Si c' est la ligne de commande qui apparait également sur la machine fautive, on est bien en mode follow/monitor, il faut donc probablement la partie que j' ai indiqué, sinon mdadm semble s' arrêter ( ce qui doit impliquer le message d' erreur rencontré sur le service).
Or en cas d' échec, est ce que systemd n' essaye pas de redémarrer le service fautif ( d' ailleurs pourquoi il finirait par être lancé ?), ce qui doit ralentir le démarrage ?
Pour la carte réseau, la déconnexion de la carte est volontaire ?
Pour les disques réseau, il est indiqué:
Citation :
mnt-video.mount: Failed with result 'protocol'
Quel est le protocole qui est utilisé ? smb, nfs ... ?

clicere83 Membre non connecté
-
- Voir le profil du membre clicere83
- Inscrit le : 29/04/2013
- Groupes :
Mes raids ont été créés lors de l'installation de magia (7.1) via l'outil de partitionnement en mode expert.
a) Mon fichier mdadm ne contient que ces lignes :
[xxxx@localhost etc]$ cat mdadm.conf
ARRAY /dev/md0 level=raid1 num-devices=2 metadata=1.2 name=localhost:0 UUID=73a8d3aa:d2f06068:6bd7e85d:c0632b92
devices=/dev/sdd1,/dev/sde1
ARRAY /dev/md2 level=raid1 num-devices=2 metadata=1.2 name=localhost:2 UUID=9f239425:71725be0:38f8e7e3:2c202e89
devices=/dev/sdd6,/dev/sde6
ARRAY /dev/md1 level=raid1 num-devices=2 metadata=1.2 name=localhost:1 UUID=1c0d7aef:e21984cd:72893027:43222a8c
devices=/dev/sdd5,/dev/sde5
b) La carte réseau, oui je l'ai déconnecté.
c) mon fichier fstab :
# Entry for /dev/sda1 :
UUID=7efd3e04-f318-40f3-a741-8b374cb9f4e0 / ext4 relatime,acl 1 1
# Entry for /dev/sda2 :
UUID=ed970a32-d359-4ceb-8947-5b5455be8ea3 /boot ext4 relatime,acl 1 2
/dev/md0 /swap swap defaults 0 0
/dev/md1 /tmp ext4 relatime,acl 1 2
/dev/md2 /home ext4 relatime,acl 1 2
# Entry for /dev/sda5 :
UUID=dcf1e631-3833-4ff0-ab5b-f0e371c0a038 /var ext4 relatime,acl 1 2
# Entry for /dev/sda10 :
UUID=a553ba18-5249-4250-b5c9-7d44635c3994 /usr ext4 relatime,acl 1 2
# entry for /dev/sdb2 :
UUID=1d7e45ec-5841-439f-9730-400e1a86f83e /datas01 ext4 relatime,acl 1 2
#entry for /dev/sdc1 :
UUID=977fc5a7-bb24-4646-9e56-97e1581def8c /games ext4 relatime,acl 1 2
neptune.home:/volume1/Dosmed /mnt/Dosmed nfs rsize=8192,nosuid,wsize=8192,soft 0 0
neptune.home:/volume1/Vbox /mnt/Vbox nfs rsize=8192,wsize=8192,nosuid,soft 0 0
neptune.home:/volume1/music /mnt/music nfs wsize=8192,nosuid,rsize=8192,soft 0 0
neptune.home:/volume1/photo /mnt/photo nfs nosuid,wsize=8192,rsize=8192,soft 0 0
neptune.home:/volume1/thunderbird /mnt/thunderbird nfs wsize=8192,nosuid,rsize=8192,soft 0 0
neptune.home:/volumeUSB1/usbshare /mnt/usbshare1 nfs rsize=8192,wsize=8192,nosuid,soft 0 0
neptune.home:/volumeUSB2/usbshare /mnt/usbshare2 nfs nosuid,wsize=8192,rsize=8192,soft 0 0
neptune.home:/volume1/video /mnt/video nfs rsize=8192,wsize=8192,nosuid,soft 0 0
none /proc proc defaults 0 0
Le protocle est NFS, déclaré via le CCM, outil partage réseau, configurer le partage NFS, après validation l'outil écrit les lignes dans le fichier fstab, en face c'est un serveur synology DS214+

nic80 Membre non connecté
-
- Voir le profil du membre nic80
- Inscrit le : 06/08/2018
- Groupes :
-
Modérateur
Si on rajoute le ligne:
Citation :
PROGRAM /usr/sbin/mdadm-syslog-events
au fichier /etc/mdadm.conf , est ce que le fail disparait ?
Pour le problème de montage, j' ai trouvé ce rapport de bug sur systemd qui ressemble au phénomène rencontré mais je ne vois pas de résolution sur ce lien.
https://github.com/systemd/systemd/issues/10872
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie