Forum Linux.debian/ubuntu units : tous les liens sont brisés

Posté par  . Licence CC By‑SA.
Étiquettes : aucune
0
8
avr.
2020

Bonjour,

Une image sera mieux qu'un long discours

fichier units

https://i.goopics.net/DG9J4.png

Je pense que c'est en rapport, les tâches cron et anacron ne se sont pas lancées aujourd'hui.

J'ai fait des recherches, surtout en français, personne ne semble rencontrer ce problème.

Savez-vous comment remettre les choses en ordre ?

Merci d'avance pour votre aide :)

  • # qui a effacé le dossier ?

    Posté par  . Évalué à 2.

    les liens pointent quelques part

    si tu vas en ligne de commande, tu devrais voir vers quoi ca pointe

    chez moi c'est dans /etc/systemd/
    il y a des sous dossier, et dedans des fichiers xxxx.service

    ainsi avec la commande
    find /etc/systemd/ -iname *.service -exec ls -l {} \;

    on y voit par exemple

    [...]
    lrwxrwxrwx 1 root root 39 Jan  6  2019 ./system/multi-user.target.wants/openvswitch.service -> /lib/systemd/system/openvswitch.service
    lrwxrwxrwx 1 root root 34 Nov 10  2018 ./system/multi-user.target.wants/smartd.service -> /lib/systemd/system/smartd.service
    [...]
    lrwxrwxrwx 1 root root 32 Nov 10  2018 ./system/multi-user.target.wants/cron.service -> /lib/systemd/system/cron.service

    que le dernier lien /etc/systemd/system/multi-user.target.wants/cron.service
    est en réalité /lib/systemd/system/cron.service

    donc si cet destination n'existe plus, le lien est brisé

  • # La destination existe

    Posté par  . Évalué à 1. Dernière modification le 09 avril 2020 à 09:35.

    Merci pour ta réponse ;)

    j'avais regardé depuis les propriétés du fichier dans Nemo, puis en ligne de commande où pointent quelques liens, ça ne donnait rien d'exploitable

    En ligne de commande, pareil :
    lrwxrwxrwx 1 root root 32 avril 8 17:01 invocation:colord.service -> c34a5305a78f4867a6fd8c890bfae992
    lrwxrwxrwx 1 root root 32 avril 8 17:01 invocation:console-setup.service -> ab483febcac541d7b6b8da377a92e7d3
    lrwxrwxrwx 1 root root 32 avril 8 17:01 invocation:cron.service -> 56811faf3f7345bb9d95a2c8ad000cac
    lrwxrwxrwx 1 root root 32 avril 9 08:38 invocation:cups-browsed.service -> 4ab084d21056487db49a3e0742804079
    lrwxrwxrwx 1 root root 32 avril 9 08:38 invocation:cups.service -> 7da277e4c721481992d126d5dd5850f2
    lrwxrwxrwx 1 root root 32 avril 8 17:01 invocation:dbus.service -> f80490d0da284c0eb29615d5491b693f
    Tandis avec la commande que tu me proposes, la destination du lien apparaît en clair :D

    J'ai pu vérifier pour cron et quelques autre liens, et la destination existe.

    cible de cron

    https://i.goopics.net/lGAW4.png

    Pour info, j'ai une erreur récurrente à chaque démarrage qui doit être en rapport, mais je ne sais pas quoi en faire :

    -- Reboot --
    avril 08 17:01:12 mia-PC5 systemd[1]: Failed to start Raise network interfaces.
    Voici toutes les erreurs depuis mon dernier reboot en cas ou tu remarques quelque chose qui pourrait orienter les recherches :

    -- Reboot --
    avril 08 17:01:12 mia-PC5 systemd[1]: Failed to start Raise network interfaces.
    avril 08 17:01:15 mia-PC5 wpa_supplicant[987]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none
    avril 08 17:01:15 mia-PC5 wpa_supplicant[987]: dbus: Failed to construct signal
    avril 08 17:01:16 mia-PC5 wpa_supplicant[987]: bgscan simple: Failed to enable signal strength monitoring
    avril 08 17:01:20 mia-PC5 pulseaudio[1523]: [pulseaudio] pid.c: Daemon already running.
    avril 08 17:01:45 mia-PC5 pulseaudio[1443]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the mes
    avril 08 18:41:20 mia-PC5 kernel: ACPI Error: Field [IRQE] at bit offset/length 136/16 exceeds size of target Buffer (128 bits) (20170831/dsopcode-235)
    avril 08 18:41:20 mia-PC5 kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.SIO1.DSRS, AE_AML_BUFFER_LIMIT (20170831/psparse-550)
    avril 08 18:41:20 mia-PC5 kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.UAR1._SRS, AE_AML_BUFFER_LIMIT (20170831/psparse-550)
    avril 08 18:41:20 mia-PC5 kernel: serial 00:06: activation failed
    avril 08 18:41:20 mia-PC5 kernel: dpm_run_callback(): pnp_bus_resume+0x0/0xa0 returns -5
    avril 08 18:41:20 mia-PC5 kernel: PM: Device 00:06 failed to resume: error -5
    avril 08 18:41:20 mia-PC5 systemd-rfkill[5192]: Failed to open device rfkill0: No such device
    avril 08 18:41:24 mia-PC5 wpa_supplicant[987]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none
    avril 08 18:41:24 mia-PC5 wpa_supplicant[987]: dbus: Failed to construct signal
    avril 08 18:41:25 mia-PC5 wpa_supplicant[987]: bgscan simple: Failed to enable signal strength monitoring
    avril 09 08:33:32 mia-PC5 kernel: ACPI Error: Field [IRQE] at bit offset/length 136/16 exceeds size of target Buffer (128 bits) (20170831/dsopcode-235)
    avril 09 08:33:32 mia-PC5 kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.SIO1.DSRS, AE_AML_BUFFER_LIMIT (20170831/psparse-550)
    avril 09 08:33:32 mia-PC5 kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.UAR1._SRS, AE_AML_BUFFER_LIMIT (20170831/psparse-550)
    avril 09 08:33:32 mia-PC5 kernel: serial 00:06: activation failed
    avril 09 08:33:32 mia-PC5 kernel: dpm_run_callback(): pnp_bus_resume+0x0/0xa0 returns -5
    avril 09 08:33:32 mia-PC5 kernel: PM: Device 00:06 failed to resume: error -5
    avril 09 08:33:32 mia-PC5 systemd-rfkill[8385]: Failed to open device rfkill1: No such device
    avril 09 08:33:37 mia-PC5 wpa_supplicant[987]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none
    avril 09 08:33:37 mia-PC5 wpa_supplicant[987]: dbus: Failed to construct signal
    avril 09 08:33:38 mia-PC5 wpa_supplicant[987]: bgscan simple: Failed to enable signal strength monitoring
    

    Merci beaucoup pour ton aide

    • [^] # Re: La destination existe

      Posté par  . Évalué à 2.

      a mon avis il y a 2 point a faire :

      est ce que avant tes pb les liens etait aussi cassé ?

      ce que je fait dans ce cas, je force une resinstallation de tous les paquets, c'est brute, et cela corrige des pb sans forcement comprendre ce qui c'est passé :*)

      je vais dans synaptic je selectionne les paquets deja installer et je selectionne pour reinstallation.

      • [^] # Re: La destination existe

        Posté par  . Évalué à 1.

        Bonjour et merci pour ta réponse,

        J'avais remarqué il y a quelques semaines que le lien smartd était brisé, c'était le seul, j'avais justement un problème avec smartd.

        Aujourd'hui mes 2 tâches, une cron et une anacron, se sont bien lancées !
        Et l'anacron d'hier a fini par arriver, avec Undelivered Mail Returned to Sender comme sujet (unknown user), alors que le corps de texte est bien là.
        La cron d'hier n'est pas arrivée.

        Pour ta technique de réinstallation, j'aurais bien aimé comprendre ce qu'il s'était passé, mais avoir une solution c'est bien aussi, je vais l'appliquer, merci ;)

        • [^] # Re: La destination existe

          Posté par  . Évalué à 1.

          Bonjour,

          J'ai essayé la réinstallation, les liens sont toujours brisés, mais à la date/heure de la réinstallation.

          Il doit y avoir un truc en amont qui brise les liens, mais quoi ?
          Peut-être ce message d'erreur (le seul) au démarrage :
          "Raise network interface Failed"

          Si vous avez d'autres idées, merci d'avance ;)

          • [^] # Re: La destination existe

            Posté par  . Évalué à 2.

            Peut-être ce message d'erreur (le seul) au démarrage :
            "Raise network interface Failed"

            il n'arrive pas à activer la carte reseau
            à tout hasard, tes liens pointeraient pas sur le reseau ?

            sinon c'est louche tes liens vers des IDs totalement numeriques

            comme si tu avais chiffrés les fichiers

            • [^] # Re: La destination existe

              Posté par  . Évalué à 1. Dernière modification le 11 avril 2020 à 10:36.

              Bonjour,

              Les liens pointent ne pointent pas spécialement sur le réseau.
              Je n'ai pas chiffré les fichiers.
              Si j'utilise la commande ls -la, j'obtiens ces iD numériques, mais si j'utilise la commande que tu as donnée plus haut, tout comme pour toi les liens pointent vers /etc/systemd/

                  mia@mia-PC5:~$ find /etc/systemd/ -iname *.service -exec ls -l {} \;
                  lrwxrwxrwx 1 root root 32 déc.  29  2018 /etc/systemd/system/printer.target.wants/cups.service -> /lib/systemd/system/cups.service
                  lrwxrwxrwx 1 root root 40 déc.  29  2018 /etc/systemd/system/dbus-org.freedesktop.Avahi.service -> /lib/systemd/system/avahi-daemon.service
                  lrwxrwxrwx 1 root root 35 déc.  29  2018 /etc/systemd/system/display-manager.service -> /lib/systemd/system/lightdm.service
                  lrwxrwxrwx 1 root root 39 déc.  29  2018 /etc/systemd/system/display-manager.service.wants/gpu-manager.service -> /lib/systemd/system/gpu-manager.service
                  lrwxrwxrwx 1 root root 37 déc.  29  2018 /etc/systemd/system/dbus-org.bluez.service -> /lib/systemd/system/bluetooth.service
                  lrwxrwxrwx 1 root root 38 déc.  29  2018 /etc/systemd/system/default.target.wants/ureadahead.service -> /lib/systemd/system/ureadahead.service
                  lrwxrwxrwx 1 root root 53 déc.  29  2018 /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service -> /lib/systemd/system/NetworkManager-dispatcher.service
                  lrwxrwxrwx 1 root root 38 déc.  29  2018 /etc/systemd/system/network-online.target.wants/networking.service -> /lib/systemd/system/networking.service
                  lrwxrwxrwx 1 root root 54 déc.  29  2018 /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service -> /lib/systemd/system/NetworkManager-wait-online.service
                  lrwxrwxrwx 1 root root 36 déc.  29  2018 /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service
                  lrwxrwxrwx 1 root root 43 déc.  29  2018 /etc/systemd/system/graphical.target.wants/accounts-daemon.service -> /lib/systemd/system/accounts-daemon.service
                  lrwxrwxrwx 1 root root 35 déc.  29  2018 /etc/systemd/system/graphical.target.wants/udisks2.service -> /lib/systemd/system/udisks2.service
                  lrwxrwxrwx 1 root root 42 déc.  29  2018 /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service -> /lib/systemd/system/wpa_supplicant.service
                  lrwxrwxrwx 1 root root 34 déc.  29  2018 /etc/systemd/system/getty.target.wants/getty@tty1.service -> /lib/systemd/system/getty@.service
                  lrwxrwxrwx 1 root root 44 déc.  29  2018 /etc/systemd/system/dbus-org.freedesktop.resolve1.service -> /lib/systemd/system/systemd-resolved.service
                  lrwxrwxrwx 1 root root 31 janv. 30  2019 /etc/systemd/system/sshd.service -> /lib/systemd/system/ssh.service
                  lrwxrwxrwx 1 root root 35 déc.  29  2018 /etc/systemd/system/syslog.service -> /lib/systemd/system/rsyslog.service
                  lrwxrwxrwx 1 root root 57 sept. 11  2019 /etc/systemd/system/multi-user.target.wants/mintupdate-automation-cleanup.service -> /lib/systemd/system/mintupdate-automation-cleanup.service
                  lrwxrwxrwx 1 root root 36 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service
                  lrwxrwxrwx 1 root root 38 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/lm-sensors.service -> /lib/systemd/system/lm-sensors.service
                  lrwxrwxrwx 1 root root 40 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/avahi-daemon.service -> /lib/systemd/system/avahi-daemon.service
                  lrwxrwxrwx 1 root root 36 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/ondemand.service -> /lib/systemd/system/ondemand.service
                  lrwxrwxrwx 1 root root 42 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/NetworkManager.service -> /lib/systemd/system/NetworkManager.service
                  lrwxrwxrwx 1 root root 37 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/dns-clean.service -> /lib/systemd/system/dns-clean.service
                  lrwxrwxrwx 1 root root 31 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/ufw.service -> /lib/systemd/system/ufw.service
                  lrwxrwxrwx 1 root root 31 janv. 30  2019 /etc/systemd/system/multi-user.target.wants/ssh.service -> /lib/systemd/system/ssh.service
                  lrwxrwxrwx 1 root root 36 févr. 10  2019 /etc/systemd/system/multi-user.target.wants/qemu-kvm.service -> /lib/systemd/system/qemu-kvm.service
                  lrwxrwxrwx 1 root root 35 mars   1 16:34 /etc/systemd/system/multi-user.target.wants/postfix.service -> /lib/systemd/system/postfix.service
                  lrwxrwxrwx 1 root root 38 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/irqbalance.service -> /lib/systemd/system/irqbalance.service
                  lrwxrwxrwx 1 root root 32 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/cron.service -> /lib/systemd/system/cron.service
                  lrwxrwxrwx 1 root root 38 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/kerneloops.service -> /lib/systemd/system/kerneloops.service
                  lrwxrwxrwx 1 root root 34 nov.  18 17:42 /etc/systemd/system/multi-user.target.wants/smartd.service -> /lib/systemd/system/smartd.service
                  lrwxrwxrwx 1 root root 41 avril 10 13:18 /etc/systemd/system/multi-user.target.wants/clamav-daemon.service -> /lib/systemd/system/clamav-daemon.service
                  lrwxrwxrwx 1 root root 53 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/ubuntu-system-adjustments.service -> /lib/systemd/system/ubuntu-system-adjustments.service
                  lrwxrwxrwx 1 root root 35 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/rsyslog.service -> /lib/systemd/system/rsyslog.service
                  lrwxrwxrwx 1 root root 44 avril 10 13:18 /etc/systemd/system/multi-user.target.wants/clamav-freshclam.service -> /lib/systemd/system/clamav-freshclam.service
                  lrwxrwxrwx 1 root root 35 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/anacron.service -> /lib/systemd/system/anacron.service
                  lrwxrwxrwx 1 root root 38 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/networking.service -> /lib/systemd/system/networking.service
                  lrwxrwxrwx 1 root root 44 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service
                  lrwxrwxrwx 1 root root 42 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service -> /lib/systemd/system/wpa_supplicant.service
                  lrwxrwxrwx 1 root root 35 mars  22 20:32 /etc/systemd/system/multi-user.target.wants/hddtemp.service -> /etc/systemd/system/hddtemp.service
                  lrwxrwxrwx 1 root root 40 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/cups-browsed.service -> /lib/systemd/system/cups-browsed.service
                  lrwxrwxrwx 1 root root 36 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/pppd-dns.service -> /lib/systemd/system/pppd-dns.service
                  lrwxrwxrwx 1 root root 36 janv. 27 15:41 /etc/systemd/system/multi-user.target.wants/clamsmtp.service -> /lib/systemd/system/clamsmtp.service
                  lrwxrwxrwx 1 root root 33 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/rsync.service -> /lib/systemd/system/rsync.service
                  lrwxrwxrwx 1 root root 41 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/console-setup.service -> /lib/systemd/system/console-setup.service
                  lrwxrwxrwx 1 root root 38 sept. 11  2019 /etc/systemd/system/multi-user.target.wants/mintsystem.service -> /lib/systemd/system/mintsystem.service
                  lrwxrwxrwx 1 root root 47 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service -> /lib/systemd/system/networkd-dispatcher.service
                  lrwxrwxrwx 1 root root 35 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/openvpn.service -> /lib/systemd/system/openvpn.service
                  -rw-r--r-- 1 root root 649 juin   7  2018 /etc/systemd/system/hddtemp.service
                  lrwxrwxrwx 1 root root 39 déc.  29  2018 /etc/systemd/system/oem-config.service.wants/gpu-manager.service -> /lib/systemd/system/gpu-manager.service
                  lrwxrwxrwx 1 root root 42 déc.  29  2018 /etc/systemd/system/sysinit.target.wants/keyboard-setup.service -> /lib/systemd/system/keyboard-setup.service
                  lrwxrwxrwx 1 root root 45 déc.  29  2018 /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service
                  lrwxrwxrwx 1 root root 35 janv. 31 10:39 /etc/systemd/system/sysinit.target.wants/finalrd.service -> /lib/systemd/system/finalrd.service
                  lrwxrwxrwx 1 root root 36 déc.  29  2018 /etc/systemd/system/sysinit.target.wants/setvtrgb.service -> /lib/systemd/system/setvtrgb.service
                  lrwxrwxrwx 1 root root 40 déc.  29  2018 /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service -> /lib/systemd/system/lvm2-monitor.service
                  lrwxrwxrwx 1 root root 44 déc.  29  2018 /etc/systemd/system/sysinit.target.wants/blk-availability.service -> /lib/systemd/system/blk-availability.service
                  lrwxrwxrwx 1 root root 36 déc.  29  2018 /etc/systemd/system/sysinit.target.wants/apparmor.service -> /lib/systemd/system/apparmor.service
                  lrwxrwxrwx 1 root root 37 déc.  29  2018 /etc/systemd/system/bluetooth.target.wants/bluetooth.service -> /lib/systemd/system/bluetooth.service
                  lrwxrwxrwx 1 root root 9 janv. 27 15:42 /etc/systemd/system/clamsmtp.service -> /dev/null
                  lrwxrwxrwx 1 root root 34 déc.  29  2018 /etc/systemd/system/final.target.wants/casper.service -> /lib/systemd/system/casper.service
                  mia@mia-PC5:~$

              J'ai posté plus haut une image des propriétés de cette cible :

                  lrwxrwxrwx 1 root root 32 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/cron.service -> /lib/systemd/system/cron.service
              
                  mia@mia-PC5:~$ ls -la /lib/systemd/system/cron.service
                  -rw-r--r-- 1 root root 251 nov.  16  2017 /lib/systemd/system/cron.service
                  mia@mia-PC5:~$

              Une autre :

                  lrwxrwxrwx 1 root root 35 déc.  29  2018 /etc/systemd/system/syslog.service -> /lib/systemd/system/rsyslog.service
              
                  mia@mia-PC5:~$ ls -la /lib/systemd/system/rsyslog.service
                  -rw-r--r-- 1 root root 290 avril 24  2018 /lib/systemd/system/rsyslog.service
              • [^] # Re: La destination existe

                Posté par  . Évalué à 2.

                donc là tu me montres le /etc/system
                mais ton problème serait dans le /run/systemd

                il faut donc faire la meme commande dans le /run/systemd

                si tu le fait à la main, les couleurs peuvent avoir une importance
                exemple la partie droite de la flèche sera rouge si la destination n'existe pas

                comme c'est dans le dossier /run, c'est ce qui est actuellement actif
                c'est alors etrange que les liens soient "brisés"

                • [^] # Re: La destination existe

                  Posté par  . Évalué à 1. Dernière modification le 11 avril 2020 à 12:32.

                  La même commande dans /run/systemd donne ces iD numériques :

                  mia@mia-PC5:/run/systemd/units$ find /run/systemd/ -iname *.service -exec ls -l {} \;
                  find: paths must precede expression: `invocation:acpid.service'
                  mia@mia-PC5:/run/systemd/units$ ls -la /run/systemd/units
                  total 0
                  drwxr-xr-x 2 root root 1620 avril 11 12:01 .
                  drwxr-xr-x 21 root root 520 avril 11 09:45 ..
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:accounts-daemon.service -> 6d2ea96b1f27433e81be21d6c6fbfcd2
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:acpid.service -> 53a16a19b5ec47e2bc6e7c4084bf4b83
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:alsa-restore.service -> 8fac3028c3834a8c8ccfa76d538751dd
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:apparmor.service -> 866e469a9a6e4e69bd9e94016e3e15e7
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:apport.service -> 37f0508cf60741898969c13a444dafce
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:avahi-daemon.service -> 9cee8a9008644240b101b32f37a83789
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:blk-availability.service -> 1e5253742d2847229ed46d9a5fb3f145
                  lrwxrwxrwx 1 root root 32 avril 10 14:07 invocation:clamav-freshclam.service -> e3768d20e4c64f3995cbd11a6ccb7f35
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:colord.service -> 1d1a2845635a4f47bbae4edf009dc0e1
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:console-setup.service -> f7a18c436ef64ab8b296304afaf986b7
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:cron.service -> 25f271bce59447c2a552e5e996a2b851
                  lrwxrwxrwx 1 root root 32 avril 11 09:04 invocation:cups-browsed.service -> e79a0bffd4834f2e8f3e51c089ba5878
                  lrwxrwxrwx 1 root root 32 avril 11 09:04 invocation:cups.service -> 37d732e2735948b5bb6b368dccc204c1
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:dbus.service -> 8e62ff9080d04018b3fddd739b56a7ff
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 'invocation:dev-disk-by\x2duuid-512283d8\x2d9d8c\x2d40c5\x2d975b\x2d52dbcd0fcd94.swap' -> 2cf4edeca6774db3bb8545c0d004dbf8
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:dev-hugepages.mount -> 446583dbec484582b8de62cdd123fa84
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:dev-mqueue.mount -> 123aa14d7b69480cb3551d608a2deeb8
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:finalrd.service -> 4f0982d425264111b45e5e9afee00e61
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:geoclue.service -> 405c3220bbc44bf6b1e6429a4db5932e
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:getty@tty1.service -> ad047b5ab5454ccdba8ee1051ad37061
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:grub-common.service -> 7894b622e97249e79ade7af1f6e94a45
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:hddtemp.service -> 32e8a29b64d247e3947366c1acf92002
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:home.mount -> e8857f994d1f4a2a8e3e3859ee788a82
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:irqbalance.service -> 16fc9d346d2a445abff4c0857feef351
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:kerneloops.service -> 6846b296d6a1479c95a0f30c29890e13
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:keyboard-setup.service -> 7266ff2550da4a8e92c011267af55399
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:kmod-static-nodes.service -> 420ce5ff733340d2949cff41f6893eb8
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:lightdm.service -> 397d61e5cce64708af98242ffe0db082
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:lm-sensors.service -> 10b872ccbd644677baa6c39ea5587a36
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:lvm2-lvmetad.service -> d723b684c6294064a147359f640462dd
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:lvm2-monitor.service -> 202c51f161d44751a14a5c108c75e442
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:mnt-grsync.mount -> 6fb03b1a3fda4245a6569cf01b9ba480
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:mnt-VMs.mount -> 27023740922b4c3cb1ab4908d57c52b8
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:networkd-dispatcher.service -> b7455fda29cc475784c1394ee85a5939
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:networking.service -> 6acb1ce3b38a4668aac904f797033f18
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:NetworkManager.service -> 557014fcbd924ba78e8147f30986b84d
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:NetworkManager-wait-online.service -> a7277ea41a7f42dfb7d300fba878f35d
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:nvidia-persistenced.service -> 32f01873a7964f42a718e44f8f6960aa
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:openvpn.service -> 8641ec323f5e4ab8a057d2f65e7101fd
                  lrwxrwxrwx 1 root root 32 avril 10 14:03 invocation:packagekit.service -> acc721c068aa45c980b30afaa84375e4
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:polkit.service -> 0d88b5fa0c3447939772abf20e94b776
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:postfix.service -> 14e3eebd15444c7a879d6676df7d5c33
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:postfix@-.service -> 3f529d77c0794894b28d5b5e4ebcfc19
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:qemu-kvm.service -> 42eb869aa0324395a5e44df83d06c7a9
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:rsyslog.service -> 91fa279be76942428d5d559e456ae287
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:rtkit-daemon.service -> d96b3d122dc34c7bb2e4654c59eb90cc
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:session-c1.scope -> 8f0b66fa1e484f989961c5a89c09b460
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:setvtrgb.service -> de7556c211274cee95cee5ec0c914f00
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:smartd.service -> c3e816a38f8a4840a1b83964897796f0
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:speech-dispatcher.service -> 71682a3848394e34b63bf97f71065b3e
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:ssh.service -> 7e13b9ac4ddc4f67b92b84f8bf3d53e3
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:sys-fs-fuse-connections.mount -> 85d300ab45c347139b3b36679b85aff5
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:sys-kernel-config.mount -> 6323a98cb1544d93b73ca573d14d061d
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:sys-kernel-debug.mount -> 0c933c03c001482699889ff42db83708
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 'invocation:systemd-fsck@dev-disk-by\x2duuid-e9b11471\x2dc256\x2d4f9c\x2db21f\x2db394c6f22f7a.service' -> e8bce2e4cd334b769b9003768da22fda
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-journald.service -> 30fda9739c2a40319dbc6e0cd5d23616
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-journal-flush.service -> 493cf847d5954b9d81bef02bf8b917bf
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-logind.service -> 801402035470418da2fea626d15bfe16
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-modules-load.service -> a5a4b82a48cd4885a3a17de120115b53
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-random-seed.service -> c9d1101274d94b81bb9687a62a7c5209
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-remount-fs.service -> afa254fb92334443bee58b19f62e260f
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-resolved.service -> bc34f87cf6864202a367c9ac97594a4e
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-sysctl.service -> 4e1d5849577a40f98a9a936d4e1995c0
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-timesyncd.service -> bb78b1ecbd644b51979c79e5a7822d3f
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-tmpfiles-setup-dev.service -> 63bc70f364eb4e9ab663571c134a818b
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-tmpfiles-setup.service -> 7cffb1512dd94076a34a64e9cd5fa7a2
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-udevd.service -> 4dbda7b8b56a428d93f2c9aa52fd4bd8
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-udev-trigger.service -> c6e23bf0f971469c84dcf3864abbd9bd
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-update-utmp.service -> 86cdc5d8d82846808e56afd6fc7fd17a
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:systemd-user-sessions.service -> 89894a9cc9464fd1ae8b2a7ef5c8bb57
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:thermald.service -> cbed0f90eb1f43d4b8c4b9b9a0b7db57
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:ubuntu-system-adjustments.service -> b7d000c4ed01498594ab6e31b6e9277f
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:udisks2.service -> 8e99845df9734e16a299a6592335e80d
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:ufw.service -> 8e4ce411ecbd40a5a1fb5e4d5a94b5f8
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:upower.service -> bbb23b97c95743f5ab2016e2c0313311
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:user@1000.service -> d47c7bd736a548b28d027fc093ddd501
                  lrwxrwxrwx 1 root root 32 avril 10 13:53 invocation:uuidd.service -> a0048b4b028f47ed8c982f83fed9ce15
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:virtualbox.service -> d251f65c1f3341089ac06108ce46fe0e
                  lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:wpa_supplicant.service -> 51decb4502cd4092a0a39913687eb20b
                  mia@mia-PC5:/run/systemd/units$

                  Et effectivement, la partie à droite est rouge.

                  Désolée pour les balises code, ça ne se met pas comme je veux :/

                  • [^] # Re: La destination existe

                    Posté par  . Évalué à 2.

                    Désolée pour les balises code, ça ne se met pas comme je veux :/

                    il faut preciser le langage

                    exemple

                    ```sh
                    ton collage ici
                    ```

                    dans run/systemd/units les liens ont l'air de pointé dans le meme dossier.

                    prends en un (wpa_supplicant) et regarde si sa cible est bien dans ce dossier ?

                    lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:wpa_supplicant.service -> 51decb4502cd4092a0a39913687eb20b

                    • [^] # Re: La destination existe

                      Posté par  . Évalué à 1.

                      J'ai trouvé cela pour la cible de wpa_supplicant

                          lrwxrwxrwx 1 root root 42 déc.  29  2018 /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service -> /lib/systemd/system/wpa_supplicant.service

                      Le contenu du dossier system :

                          mia@mia-PC5:/run/systemd/units$ ls -la /lib/systemd/system
                          total 1200
                          drwxr-xr-x 24 root root 36864 avril 10 13:18 .
                          drwxr-xr-x  8 root root 12288 mars  14 14:10 ..
                          -rw-r--r--  1 root root   741 déc.  18  2017 accounts-daemon.service
                          -rw-r--r--  1 root root   115 avril 22  2017 acpid.path
                          -rw-r--r--  1 root root   234 avril 22  2017 acpid.service
                          -rw-r--r--  1 root root   115 avril 22  2017 acpid.socket
                          -rw-r--r--  1 root root   539 févr. 15  2017 alsa-restore.service
                          -rw-r--r--  1 root root   512 févr. 15  2017 alsa-state.service
                          lrwxrwxrwx  1 root root     9 déc.  29  2018 alsa-utils.service -> /dev/null
                          -rw-r--r--  1 root root   224 mai   29  2017 anacron.service
                          -rw-r--r--  1 root root   145 mai   29  2017 anacron.timer
                          -rw-r--r--  1 root root   544 mars  22  2018 apparmor.service
                          -rw-r--r--  1 root root   326 sept.  3  2019 apt-daily.service
                          -rw-r--r--  1 root root   156 sept.  3  2019 apt-daily.timer
                          -rw-r--r--  1 root root   238 sept.  3  2019 apt-daily-upgrade.service
                          -rw-r--r--  1 root root   184 sept.  3  2019 apt-daily-upgrade.timer
                          lrwxrwxrwx  1 root root    14 févr.  6 16:00 autovt@.service -> getty@.service
                          -rw-r--r--  1 root root  1044 janv. 30  2019 avahi-daemon.service
                          -rw-r--r--  1 root root   870 janv. 30  2019 avahi-daemon.socket
                          -rw-r--r--  1 root root   919 janv. 28  2018 basic.target
                          drwxr-xr-x  2 root root  4096 juin  26  2018 basic.target.wants
                          -rw-r--r--  1 root root   383 déc.   5 16:15 blk-availability.service
                          -rw-r--r--  1 root root   420 mars  23 13:26 bluetooth.service
                          -rw-r--r--  1 root root   419 janv. 28  2018 bluetooth.target
                          -rw-r--r--  1 root root   620 oct.  30  2018 bolt.service
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 bootlogd.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 bootlogs.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 bootmisc.service -> /dev/null
                          -rw-r--r--  1 root root   483 déc.   3  2017 brltty.service
                          -rw-r--r--  1 root root   429 mars  15  2017 brltty-udev.service
                          -rw-r--r--  1 root root   315 avril 26  2017 casper.service
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 checkfs.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 checkroot-bootclean.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 checkroot.service -> /dev/null
                          -rw-r--r--  1 root root   471 févr. 11 14:45 clamav-daemon.service
                          -rw-r--r--  1 root root   420 févr. 11 14:45 clamav-freshclam.service
                          -rw-r--r--  1 root root   169 sept. 26  2018 clean-mount-point@.service
                          -rw-r--r--  1 root root   298 juil. 23  2017 colord.service
                          -rw-r--r--  1 root root   181 avril  3  2018 configure-printer@.service
                          -rw-r--r--  1 root root  1082 févr.  6 16:00 console-getty.service
                          -rw-r--r--  1 root root   312 avril 23  2019 console-setup.service
                          -rw-r--r--  1 root root  1263 févr.  6 16:00 container-getty@.service
                          -rw-r--r--  1 root root   251 nov.  16  2017 cron.service
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 cryptdisks-early.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 cryptdisks.service -> /dev/null
                          -rw-r--r--  1 root root   465 janv. 28  2018 cryptsetup-pre.target
                          -rw-r--r--  1 root root   412 janv. 28  2018 cryptsetup.target
                          lrwxrwxrwx  1 root root    13 févr.  6 16:00 ctrl-alt-del.target -> reboot.target
                          -rw-r--r--  1 root root   234 févr.  7  2018 cups-browsed.service
                          -rw-r--r--  1 root root   142 août  16  2019 cups.path
                          -rw-r--r--  1 root root   209 août  16  2019 cups.service
                          -rw-r--r--  1 root root   132 août  16  2019 cups.socket
                          lrwxrwxrwx  1 root root    25 févr.  6 16:00 dbus-org.freedesktop.hostname1.service -> systemd-hostnamed.service
                          lrwxrwxrwx  1 root root    23 févr.  6 16:00 dbus-org.freedesktop.locale1.service -> systemd-localed.service
                          lrwxrwxrwx  1 root root    22 févr.  6 16:00 dbus-org.freedesktop.login1.service -> systemd-logind.service
                          lrwxrwxrwx  1 root root    25 févr.  6 16:00 dbus-org.freedesktop.timedate1.service -> systemd-timedated.service
                          -rw-r--r--  1 root root   505 juin  10  2019 dbus.service
                          -rw-r--r--  1 root root   106 juin  10  2019 dbus.socket
                          -rw-r--r--  1 root root  1086 févr.  6 16:00 debug-shell.service
                          lrwxrwxrwx  1 root root    16 févr.  6 16:00 default.target -> graphical.target
                          -rw-r--r--  1 root root   750 janv. 28  2018 dev-hugepages.mount
                          -rw-r--r--  1 root root   665 janv. 28  2018 dev-mqueue.mount
                          -rw-r--r--  1 root root   341 déc.   5 16:15 dm-event.service
                          -rw-r--r--  1 root root   248 déc.   5 16:15 dm-event.socket
                          -rw-r--r--  1 root root   431 juin   6  2016 dns-clean.service
                          -rw-r--r--  1 root root   797 févr.  6 16:00 emergency.service
                          -rw-r--r--  1 root root   471 janv. 28  2018 emergency.target
                          -rw-r--r--  1 root root   541 janv. 28  2018 exit.target
                          -rw-r--r--  1 root root   396 mai   23  2019 finalrd.service
                          -rw-r--r--  1 root root   480 janv. 28  2018 final.target
                          -rw-r--r--  1 root root   267 sept. 21  2019 flatpak-system-helper.service
                          -rw-r--r--  1 root root   618 oct.  15  2018 friendly-recovery.service
                          -rw-r--r--  1 root root   172 oct.  15  2018 friendly-recovery.target
                          -rw-r--r--  1 root root   127 mars   5 18:23 fstrim.service
                          -rw-r--r--  1 root root   205 mars   5 18:23 fstrim.timer
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 fuse.service -> /dev/null
                          -rw-r--r--  1 root root   402 janv.  9 09:25 fwupd-offline-update.service
                          -rw-r--r--  1 root root   490 janv.  9 09:25 fwupd.service
                          -rw-r--r--  1 root root   154 juil. 20  2017 geoclue.service
                          -rw-r--r--  1 root root   506 janv. 28  2018 getty-pre.target
                          -rw-r--r--  1 root root  1975 févr.  6 16:00 getty@.service
                          -rw-r--r--  1 root root   342 janv. 26 22:02 getty-static.service
                          -rw-r--r--  1 root root   500 janv. 28  2018 getty.target
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 getty.target.wants
                          -rw-r--r--  1 root root   293 déc.   2 10:29 gpu-manager.service
                          -rw-r--r--  1 root root   598 janv. 28  2018 graphical.target
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 graphical.target.wants
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 halt.service -> /dev/null
                          -rw-r--r--  1 root root   527 janv. 28  2018 halt.target
                          drwxr-xr-x  2 root root  4096 déc.  29  2018 halt.target.wants
                          -rw-r--r--  1 root root   509 janv. 28  2018 hibernate.target
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 hostname.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 hwclock.service -> /dev/null
                          -rw-r--r--  1 root root   530 janv. 28  2018 hybrid-sleep.target
                          -rw-r--r--  1 root root   626 nov.  28  2016 ifup@.service
                          -rw-r--r--  1 root root   419 févr.  1  2018 iio-sensor-proxy.service
                          -rw-r--r--  1 root root   670 févr.  6 16:00 initrd-cleanup.service
                          -rw-r--r--  1 root root   593 janv. 28  2018 initrd-fs.target
                          -rw-r--r--  1 root root   830 févr.  6 16:00 initrd-parse-etc.service
                          -rw-r--r--  1 root root   561 janv. 28  2018 initrd-root-device.target
                          -rw-r--r--  1 root root   566 janv. 28  2018 initrd-root-fs.target
                          -rw-r--r--  1 root root   589 févr.  6 16:00 initrd-switch-root.service
                          -rw-r--r--  1 root root   754 janv. 28  2018 initrd-switch-root.target
                          drwxr-xr-x  2 root root  4096 déc.  29  2018 initrd-switch-root.target.wants
                          -rw-r--r--  1 root root   763 janv. 28  2018 initrd.target
                          -rw-r--r--  1 root root   704 févr.  6 16:00 initrd-udevadm-cleanup-db.service
                          -rw-r--r--  1 root root   368 janv.  9  2019 irqbalance.service
                          -rw-r--r--  1 root root   376 mai   19  2017 kerneloops.service
                          -rw-r--r--  1 root root   541 janv. 28  2018 kexec.target
                          drwxr-xr-x  2 root root  4096 déc.  29  2018 kexec.target.wants
                          -rw-r--r--  1 root root   287 avril 23  2019 keyboard-setup.service
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 killprocs.service -> /dev/null
                          lrwxrwxrwx  1 root root    28 févr.  6 16:00 kmod.service -> systemd-modules-load.service
                          -rw-r--r--  1 root root   717 févr.  6 16:00 kmod-static-nodes.service
                          -rw-r--r--  1 root root   506 mars  22  2018 lightdm.service
                          -rw-r--r--  1 root root   199 avril  5  2014 lm-sensors.service
                          -rw-r--r--  1 root root   435 janv. 28  2018 local-fs-pre.target
                          -rw-r--r--  1 root root   547 janv. 28  2018 local-fs.target
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 local-fs.target.wants
                          -rw-r--r--  1 root root   345 déc.   5 16:15 lvm2-lvmetad.service
                          -rw-r--r--  1 root root   215 déc.   5 16:15 lvm2-lvmetad.socket
                          -rw-r--r--  1 root root   300 déc.   5 16:15 lvm2-lvmpolld.service
                          -rw-r--r--  1 root root   213 déc.   5 16:15 lvm2-lvmpolld.socket
                          -rw-r--r--  1 root root   693 déc.   5 16:15 lvm2-monitor.service
                          -rw-r--r--  1 root root   403 déc.   5 16:15 lvm2-pvscan@.service
                          lrwxrwxrwx  1 root root     9 déc.   5 16:15 lvm2.service -> /dev/null
                          -rw-r--r--  1 root root   445 janv. 28  2018 machine.slice
                          -rw-r--r--  1 root root   182 août  30  2017 mintsystem.service
                          -rw-r--r--  1 root root   143 nov.  13 20:56 mintupdate-automation-autoremove.service
                          -rw-r--r--  1 root root   152 nov.  13 20:56 mintupdate-automation-autoremove.timer
                          -rw-r--r--  1 root root   462 nov.  13 20:56 mintupdate-automation-cleanup.service
                          -rw-r--r--  1 root root   177 nov.  13 20:56 mintupdate-automation-upgrade.service
                          -rw-r--r--  1 root root   152 nov.  13 20:56 mintupdate-automation-upgrade.timer
                          -rw-r--r--  1 root root   433 mai    6  2019 ModemManager.service
                          lrwxrwxrwx  1 root root    28 févr.  6 16:00 module-init-tools.service -> systemd-modules-load.service
                          -rw-r--r--  1 root root   173 nov.  29  2018 motd-news.service
                          -rw-r--r--  1 root root   175 nov.  29  2018 motd-news.timer
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 motd.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 mountall-bootclean.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 mountall.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 mountdevsubfs.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 mountkernfs.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 mountnfs-bootclean.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 mountnfs.service -> /dev/null
                          -rw-r--r--  1 root root   532 janv. 28  2018 multi-user.target
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 multi-user.target.wants
                          -rw-r--r--  1 root root   289 août  26  2019 netplan-wpa@.service
                          -rw-r--r--  1 root root   258 oct.  15  2018 networkd-dispatcher.service
                          -rw-r--r--  1 root root   735 nov.  25  2016 networking.service
                          -rw-r--r--  1 root root   364 mai   10  2019 NetworkManager-dispatcher.service
                          lrwxrwxrwx  1 root root    22 mai   10  2019 network-manager.service -> NetworkManager.service
                          -rw-r--r--  1 root root   960 mai   10  2019 NetworkManager.service
                          -rw-r--r--  1 root root   302 mai   10  2019 NetworkManager-wait-online.service
                          -rw-r--r--  1 root root   505 janv. 28  2018 network-online.target
                          -rw-r--r--  1 root root   502 janv. 28  2018 network-pre.target
                          -rw-r--r--  1 root root   521 janv. 28  2018 network.target
                          -rw-r--r--  1 root root   554 janv. 28  2018 nss-lookup.target
                          -rw-r--r--  1 root root   513 janv. 28  2018 nss-user-lookup.target
                          -rw-r--r--  1 root root   241 janv. 22 11:24 nvidia-persistenced.service
                          -rw-r--r--  1 root root   362 janv. 26 22:02 ondemand.service
                          -rw-r--r--  1 root root   702 mai   14  2019 openvpn-client@.service
                          -rw-r--r--  1 root root   824 mai   14  2019 openvpn-server@.service
                          -rw-r--r--  1 root root   320 mai   14  2019 openvpn.service
                          -rw-r--r--  1 root root  1017 mai   14  2019 openvpn@.service
                          -rw-r--r--  1 root root   382 mars   4  2019 packagekit-offline-update.service
                          -rw-r--r--  1 root root   371 mars   4  2019 packagekit.service
                          -rw-r--r--  1 root root   394 janv. 28  2018 paths.target
                          -rw-r--r--  1 root root   412 nov.  30  2018 plymouth-halt.service
                          -rw-r--r--  1 root root   426 nov.  30  2018 plymouth-kexec.service
                          lrwxrwxrwx  1 root root    27 nov.  30  2018 plymouth-log.service -> plymouth-read-write.service
                          -rw-r--r--  1 root root   421 nov.  30  2018 plymouth-poweroff.service
                          -rw-r--r--  1 root root   194 nov.  30  2018 plymouth-quit.service
                          -rw-r--r--  1 root root   200 nov.  30  2018 plymouth-quit-wait.service
                          -rw-r--r--  1 root root   244 nov.  30  2018 plymouth-read-write.service
                          -rw-r--r--  1 root root   416 nov.  30  2018 plymouth-reboot.service
                          lrwxrwxrwx  1 root root    21 nov.  30  2018 plymouth.service -> plymouth-quit.service
                          -rw-r--r--  1 root root   532 nov.  30  2018 plymouth-start.service
                          -rw-r--r--  1 root root   291 nov.  30  2018 plymouth-switch-root.service
                          -rw-r--r--  1 root root   175 mars  27  2018 polkit.service
                          -rw-r--r--  1 root root   253 oct.  11  2018 postfix.service
                          -rw-r--r--  1 root root   516 oct.  11  2018 postfix@.service
                          -rw-r--r--  1 root root   592 janv. 28  2018 poweroff.target
                          drwxr-xr-x  2 root root  4096 déc.  29  2018 poweroff.target.wants
                          -rw-r--r--  1 root root   207 févr. 26  2018 pppd-dns.service
                          -rw-r--r--  1 root root   417 janv. 28  2018 printer.target
                          lrwxrwxrwx  1 root root    22 févr.  6 16:00 procps.service -> systemd-sysctl.service
                          -rw-r--r--  1 root root   745 janv. 28  2018 proc-sys-fs-binfmt_misc.automount
                          -rw-r--r--  1 root root   655 janv. 28  2018 proc-sys-fs-binfmt_misc.mount
                          -rw-r--r--  1 root root   367 janv. 22 14:50 qemu-kvm.service
                          -rw-r--r--  1 root root   609 févr.  6 16:00 quotaon.service
                          -rw-r--r--  1 root root   716 févr.  6 16:00 rc-local.service
                          lrwxrwxrwx  1 root root    16 févr.  6 16:00 rc.local.service -> rc-local.service
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 rc-local.service.d
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 rc.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 rcS.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 reboot.service -> /dev/null
                          -rw-r--r--  1 root root   583 janv. 28  2018 reboot.target
                          drwxr-xr-x  2 root root  4096 déc.  29  2018 reboot.target.wants
                          -rw-r--r--  1 root root   549 janv. 28  2018 remote-cryptsetup.target
                          -rw-r--r--  1 root root   436 janv. 28  2018 remote-fs-pre.target
                          -rw-r--r--  1 root root   522 janv. 28  2018 remote-fs.target
                          -rw-r--r--  1 root root   788 févr.  6 16:00 rescue.service
                          -rw-r--r--  1 root root   492 janv. 28  2018 rescue.target
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 rescue.target.wants
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 rmnologin.service -> /dev/null
                          -rw-r--r--  1 root root   540 janv. 28  2018 rpcbind.target
                          -rw-r--r--  1 root root   188 févr. 24  2014 rsync.service
                          -rw-r--r--  1 root root   290 avril 24  2018 rsyslog.service
                          -rw-r--r--  1 root root  1055 févr. 16  2018 rtkit-daemon.service
                          lrwxrwxrwx  1 root root    15 févr.  6 16:00 runlevel0.target -> poweroff.target
                          lrwxrwxrwx  1 root root    13 févr.  6 16:00 runlevel1.target -> rescue.target
                          drwxr-xr-x  2 root root  4096 avril 20  2018 runlevel1.target.wants
                          lrwxrwxrwx  1 root root    17 févr.  6 16:00 runlevel2.target -> multi-user.target
                          drwxr-xr-x  2 root root  4096 avril 20  2018 runlevel2.target.wants
                          lrwxrwxrwx  1 root root    17 févr.  6 16:00 runlevel3.target -> multi-user.target
                          drwxr-xr-x  2 root root  4096 avril 20  2018 runlevel3.target.wants
                          lrwxrwxrwx  1 root root    17 févr.  6 16:00 runlevel4.target -> multi-user.target
                          drwxr-xr-x  2 root root  4096 avril 20  2018 runlevel4.target.wants
                          lrwxrwxrwx  1 root root    16 févr.  6 16:00 runlevel5.target -> graphical.target
                          drwxr-xr-x  2 root root  4096 avril 20  2018 runlevel5.target.wants
                          lrwxrwxrwx  1 root root    13 févr.  6 16:00 runlevel6.target -> reboot.target
                          lrwxrwxrwx  1 root root     9 août   8  2019 saned.service -> /dev/null
                          -rw-r--r--  1 root root   309 avril 25  2015 saned@.service
                          -rw-r--r--  1 root root   133 juil. 15  2017 saned.socket
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 sendsigs.service -> /dev/null
                          -rw-r--r--  1 root root  1486 févr.  6 16:00 serial-getty@.service
                          -rw-r--r--  1 root root   330 avril 23  2019 setvtrgb.service
                          -rw-r--r--  1 root root   442 janv. 28  2018 shutdown.target
                          -rw-r--r--  1 root root   402 janv. 28  2018 sigpwr.target
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 single.service -> /dev/null
                          -rw-r--r--  1 root root   460 janv. 28  2018 sleep.target
                          -rw-r--r--  1 root root   449 janv. 28  2018 slices.target
                          -rw-r--r--  1 root root   420 janv. 28  2018 smartcard.target
                          -rw-r--r--  1 root root   315 juil. 30  2016 smartd.service
                          lrwxrwxrwx  1 root root    14 juil. 30  2016 smartmontools.service -> smartd.service
                          -rw-r--r--  1 root root   396 janv. 28  2018 sockets.target
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 sockets.target.wants
                          -rw-r--r--  1 root root   420 janv. 28  2018 sound.target
                          -rw-r--r--  1 root root   493 janv. 26  2018 ssh.service
                          -rw-r--r--  1 root root   244 janv. 26  2018 ssh@.service
                          -rw-r--r--  1 root root   216 janv. 16  2018 ssh.socket
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 stop-bootlogd.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 stop-bootlogd-single.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 janv. 31 18:18 sudo.service -> /dev/null
                          -rw-r--r--  1 root root   503 janv. 28  2018 suspend.target
                          -rw-r--r--  1 root root   554 févr.  6 16:00 suspend-then-hibernate.target
                          -rw-r--r--  1 root root   393 janv. 28  2018 swap.target
                          -rw-r--r--  1 root root   795 janv. 28  2018 sys-fs-fuse-connections.mount
                          -rw-r--r--  1 root root   558 janv. 28  2018 sysinit.target
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 sysinit.target.wants
                          -rw-r--r--  1 root root   767 janv. 28  2018 sys-kernel-config.mount
                          -rw-r--r--  1 root root   710 janv. 28  2018 sys-kernel-debug.mount
                          -rw-r--r--  1 root root  1407 janv. 28  2018 syslog.socket
                          -rw-r--r--  1 root root   704 janv. 28  2018 systemd-ask-password-console.path
                          -rw-r--r--  1 root root   724 févr.  6 16:00 systemd-ask-password-console.service
                          -rw-r--r--  1 root root   490 nov.  30  2018 systemd-ask-password-plymouth.path
                          -rw-r--r--  1 root root   467 nov.  30  2018 systemd-ask-password-plymouth.service
                          -rw-r--r--  1 root root   632 janv. 28  2018 systemd-ask-password-wall.path
                          -rw-r--r--  1 root root   752 févr.  6 16:00 systemd-ask-password-wall.service
                          -rw-r--r--  1 root root   752 févr.  6 16:00 systemd-backlight@.service
                          -rw-r--r--  1 root root   999 févr.  6 16:00 systemd-binfmt.service
                          -rw-r--r--  1 root root  1160 févr.  6 16:00 systemd-coredump@.service
                          -rw-r--r--  1 root root   537 janv. 28  2018 systemd-coredump.socket
                          -rw-r--r--  1 root root   537 févr.  6 16:00 systemd-exit.service
                          -rw-r--r--  1 root root   551 févr.  6 16:00 systemd-fsckd.service
                          -rw-r--r--  1 root root   540 févr.  6 16:00 systemd-fsckd.socket
                          -rw-r--r--  1 root root   714 févr.  6 16:00 systemd-fsck-root.service
                          -rw-r--r--  1 root root   715 févr.  6 16:00 systemd-fsck@.service
                          -rw-r--r--  1 root root   584 févr.  6 16:00 systemd-halt.service
                          -rw-r--r--  1 root root   671 févr.  6 16:00 systemd-hibernate-resume@.service
                          -rw-r--r--  1 root root   541 févr.  6 16:00 systemd-hibernate.service
                          -rw-r--r--  1 root root  1146 févr.  6 16:00 systemd-hostnamed.service
                          -rw-r--r--  1 root root   818 févr.  6 16:00 systemd-hwdb-update.service
                          -rw-r--r--  1 root root   559 févr.  6 16:00 systemd-hybrid-sleep.service
                          -rw-r--r--  1 root root   551 févr.  6 16:00 systemd-initctl.service
                          -rw-r--r--  1 root root   564 janv. 28  2018 systemd-initctl.socket
                          -rw-r--r--  1 root root   686 févr.  6 16:00 systemd-journald-audit.socket
                          -rw-r--r--  1 root root  1130 janv. 28  2018 systemd-journald-dev-log.socket
                          -rw-r--r--  1 root root  1614 févr.  6 16:00 systemd-journald.service
                          -rw-r--r--  1 root root   882 janv. 28  2018 systemd-journald.socket
                          -rw-r--r--  1 root root   771 févr.  6 16:00 systemd-journal-flush.service
                          -rw-r--r--  1 root root   597 févr.  6 16:00 systemd-kexec.service
                          -rw-r--r--  1 root root  1127 févr.  6 16:00 systemd-localed.service
                          -rw-r--r--  1 root root  1502 févr.  6 16:00 systemd-logind.service
                          -rw-r--r--  1 root root   733 févr.  6 16:00 systemd-machine-id-commit.service
                          -rw-r--r--  1 root root  1007 févr.  6 16:00 systemd-modules-load.service
                          -rw-r--r--  1 root root  1920 févr.  6 16:00 systemd-networkd.service
                          -rw-r--r--  1 root root   631 janv. 28  2018 systemd-networkd.socket
                          -rw-r--r--  1 root root   740 févr.  6 16:00 systemd-networkd-wait-online.service
                          -rw-r--r--  1 root root   593 févr.  6 16:00 systemd-poweroff.service
                          -rw-r--r--  1 root root   655 févr.  6 16:00 systemd-quotacheck.service
                          -rw-r--r--  1 root root   792 févr.  6 16:00 systemd-random-seed.service
                          -rw-r--r--  1 root root   588 févr.  6 16:00 systemd-reboot.service
                          -rw-r--r--  1 root root   833 févr.  6 16:00 systemd-remount-fs.service
                          -rw-r--r--  1 root root  1708 févr.  6 16:00 systemd-resolved.service
                          -rw-r--r--  1 root root   724 févr.  6 16:00 systemd-rfkill.service
                          -rw-r--r--  1 root root   657 janv. 28  2018 systemd-rfkill.socket
                          -rw-r--r--  1 root root   537 févr.  6 16:00 systemd-suspend.service
                          -rw-r--r--  1 root root   573 févr.  6 16:00 systemd-suspend-then-hibernate.service
                          -rw-r--r--  1 root root   693 févr.  6 16:00 systemd-sysctl.service
                          -rw-r--r--  1 root root  1084 févr.  6 16:00 systemd-timedated.service
                          -rw-r--r--  1 root root  1363 févr.  6 16:00 systemd-timesyncd.service
                          -rw-r--r--  1 root root   659 févr.  6 16:00 systemd-tmpfiles-clean.service
                          -rw-r--r--  1 root root   490 janv. 28  2018 systemd-tmpfiles-clean.timer
                          -rw-r--r--  1 root root   764 févr.  6 16:00 systemd-tmpfiles-setup-dev.service
                          -rw-r--r--  1 root root   744 févr.  6 16:00 systemd-tmpfiles-setup.service
                          -rw-r--r--  1 root root   635 janv. 28  2018 systemd-udevd-control.socket
                          -rw-r--r--  1 root root   610 janv. 28  2018 systemd-udevd-kernel.socket
                          -rw-r--r--  1 root root  1006 févr.  6 16:00 systemd-udevd.service
                          -rw-r--r--  1 root root   863 févr.  6 16:00 systemd-udev-settle.service
                          -rw-r--r--  1 root root   755 févr.  6 16:00 systemd-udev-trigger.service
                          -rw-r--r--  1 root root   797 févr.  6 16:00 systemd-update-utmp-runlevel.service
                          -rw-r--r--  1 root root   794 févr.  6 16:00 systemd-update-utmp.service
                          -rw-r--r--  1 root root   628 févr.  6 16:00 systemd-user-sessions.service
                          -rw-r--r--  1 root root   690 févr.  6 16:00 systemd-volatile-root.service
                          -rw-r--r--  1 root root   445 janv. 28  2018 system.slice
                          -rw-r--r--  1 root root  1426 févr.  6 16:00 system-update-cleanup.service
                          -rw-r--r--  1 root root   592 janv. 28  2018 system-update.target
                          drwxr-xr-x  2 root root  4096 mars  14 14:11 system-update.target.wants
                          -rw-r--r--  1 root root   254 août  15  2019 thermald.service
                          -rw-r--r--  1 root root   445 janv. 28  2018 timers.target
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 timers.target.wants
                          -rw-r--r--  1 root root   435 janv. 28  2018 time-sync.target
                          -rw-r--r--  1 root root   247 juil. 29  2019 ubuntu-system-adjustments.service
                          lrwxrwxrwx  1 root root    21 févr.  6 16:00 udev.service -> systemd-udevd.service
                          -rw-r--r--  1 root root   203 sept. 26  2018 udisks2.service
                          -rw-r--r--  1 root root   266 août  15  2017 ufw.service
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 umountfs.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 umountnfs.service -> /dev/null
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 umountroot.service -> /dev/null
                          -rw-r--r--  1 root root   457 janv. 28  2018 umount.target
                          -rw-r--r--  1 root root   218 janv. 25  2019 upower.service
                          lrwxrwxrwx  1 root root    27 févr.  6 16:00 urandom.service -> systemd-random-seed.service
                          -rw-r--r--  1 root root   404 avril  9  2019 ureadahead.service
                          -rw-r--r--  1 root root   250 avril  9  2019 ureadahead-stop.service
                          -rw-r--r--  1 root root   242 avril  9  2019 ureadahead-stop.timer
                          -rw-r--r--  1 root root   222 mars   6  2018 usb_modeswitch@.service
                          -rw-r--r--  1 root root   183 nov.  22  2018 usbmuxd.service
                          -rw-r--r--  1 root root   593 févr.  6 16:00 user@.service
                          drwxr-xr-x  2 root root  4096 mars  14 14:10 user@.service.d
                          -rw-r--r--  1 root root   432 janv. 28  2018 user.slice
                          -rw-r--r--  1 root root   189 mars   5 18:23 uuidd.service
                          -rw-r--r--  1 root root   126 mars   5 18:23 uuidd.socket
                          -rw-r--r--  1 root root   221 avril 18  2019 vboxweb.service
                          -rw-r--r--  1 root root   167 avril  3  2018 wacom-inputattach@.service
                          -rw-r--r--  1 root root   307 sept. 17  2019 wpa_supplicant.service
                          -rw-r--r--  1 root root   455 sept. 17  2019 wpa_supplicant@.service
                          -rw-r--r--  1 root root   478 sept. 17  2019 wpa_supplicant-wired@.service
                          lrwxrwxrwx  1 root root     9 févr.  6 16:00 x11-common.service -> /dev/null

                      Une recherche sur 51decb4502cd4092a0a39913687eb20b ne renvoie pas grand chose :

                      mia@mia-PC5:/run/systemd/units$ locate 51decb4502cd4092a0a39913687eb20b
                      mia@mia-PC5:/run/systemd/units$ find 51decb4502cd4092a0a39913687eb20b
                      find: ‘51decb4502cd4092a0a39913687eb20b’: Aucun fichier ou dossier de ce type
                      mia@mia-PC5:/run/systemd/units$ whereis 51decb4502cd4092a0a39913687eb20b
                      51decb4502cd4092a0a39913687eb20b:
                      mia@mia-PC5:/run/systemd/units$

                      Il existe puisque whereis le trouve, mais aucune indication concernant son emplacement

                      • [^] # Re: La destination existe

                        Posté par  . Évalué à 2.

                        tu melanges tout.

                        tu regardes dans /etc/systemd/
                        qui te dis que le service se trouve dans /lib/systemd/…

                        puis tu vas lire dans /run/systemd…

                        ca n'a aucun sens.

                        tu as les fichiers de config dans /etc/systemd qui sont des liens vers /lib/systemd
                        et sont OK

                        tu as ensuite des fichiers d'executions dans /run/systemd
                        c'est là que tes liens apparaissent comme brisés.

                        c'est là qu'il faut investiguer.

                        mia@mia-PC5:/run/systemd/units$
                        
                        lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:wpa_supplicant.service -> 51decb4502cd4092a0a39913687eb20b

                        le ls -l invocation:wpa_supplicant.service te dis que c'est un lien vers ** 51decb4502cd4092a0a39913687eb20b**

                        c'est en rouge parfois clignotant, ce que veut dire que 51decb4502cd4092a0a39913687eb20b n'existe pas

                        ls -l 51decb4502cd4092a0a39913687eb20b permettra de savoir s'il existe réellement ou non ou si ca renvoie encore ailleurs.

                        • [^] # Re: La destination existe

                          Posté par  . Évalué à 1. Dernière modification le 12 avril 2020 à 11:48.

                          Disons que j'ai du mal à m'y retrouver, je suis habituée aux interface graphiques…
                          Merci pour les précisions et explications détaillées ;)

                          Voilà, j'ai testé sur wpa_supplicant et cron.services, ces fichiers n'existent pas :

                          lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:wpa_supplicant.service -> 51decb4502cd4092a0a39913687eb20b

                          mia@mia-PC5:~$ ls -l 51decb4502cd4092a0a39913687eb20b
                          ls: impossible d'accéder à '51decb4502cd4092a0a39913687eb20b': Aucun fichier ou dossier de ce type

                          lrwxrwxrwx 1 root root 32 avril 10 13:52 invocation:cron.service -> 25f271bce59447c2a552e5e996a2b851

                          mia@mia-PC5:~$ ls -l 25f271bce59447c2a552e5e996a2b851
                          ls: impossible d'accéder à '25f271bce59447c2a552e5e996a2b851': Aucun fichier ou dossier de ce type
                          mia@mia-PC5:~$

                          En résumé :
                          les liens brisés sont dans /run/systemd/units
                          ls -la montre qu'ils pointent des des iD numériques en rouge
                          Ces cibles n'existent pas, vérification est faite ci-dessus.

                          Tandis que chez toi ils pointent vers /etc/systemd, ce qui est confirmé avec la commande find /etc/systemd/ -iname *.service -exec ls -l {} \;

                          Or cette commande me donne bien le même résultat.

                          Dans /etc/systemd/system/multi-users.terget.wants/
                          se trouve wpa_supplicant.service :

                          lrwxrwxrwx 1 root root 42 déc. 29 2018 /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service -> /lib/systemd/system/wpa_supplicant.service

                          ainsi que cron.service :

                          lrwxrwxrwx 1 root root 32 déc. 29 2018 cron.service -> /lib/systemd/system/cron.service

                          clamsmtp est en rouge, ça n'apparait pas ici, je le signale en majuscules en début de ligne.
                          La cible n'existe donc pas d'après ce que tu as dit :

                              mia@mia-PC5:/etc/systemd/system/multi-user.target.wants$ ls -la
                              total 8
                              drwxr-xr-x  2 root root 4096 avril 10 13:18 .
                              drwxr-xr-x 17 root root 4096 avril 10 13:18 ..
                              lrwxrwxrwx  1 root root   35 déc.  29  2018 anacron.service -> /lib/systemd/system/anacron.service
                              lrwxrwxrwx  1 root root   40 déc.  29  2018 avahi-daemon.service -> /lib/systemd/system/avahi-daemon.service
                              ICI EN ROUGE lrwxrwxrwx  1 root root   41 avril 10 13:18 clamav-daemon.service -> /lib/systemd/system/clamav-daemon.service
                              lrwxrwxrwx  1 root root   44 avril 10 13:18 clamav-freshclam.service -> /lib/systemd/system/clamav-freshclam.service
                              lrwxrwxrwx  1 root root   36 janv. 27 15:41 clamsmtp.service -> /lib/systemd/system/clamsmtp.service
                              lrwxrwxrwx  1 root root   41 déc.  29  2018 console-setup.service -> /lib/systemd/system/console-setup.service
                              lrwxrwxrwx  1 root root   32 déc.  29  2018 cron.service -> /lib/systemd/system/cron.service
                              lrwxrwxrwx  1 root root   40 déc.  29  2018 cups-browsed.service -> /lib/systemd/system/cups-browsed.service
                              lrwxrwxrwx  1 root root   29 déc.  29  2018 cups.path -> /lib/systemd/system/cups.path
                              lrwxrwxrwx  1 root root   37 déc.  29  2018 dns-clean.service -> /lib/systemd/system/dns-clean.service
                              lrwxrwxrwx  1 root root   35 mars  22 20:32 hddtemp.service -> /etc/systemd/system/hddtemp.service
                              lrwxrwxrwx  1 root root   38 déc.  29  2018 irqbalance.service -> /lib/systemd/system/irqbalance.service
                              lrwxrwxrwx  1 root root   38 déc.  29  2018 kerneloops.service -> /lib/systemd/system/kerneloops.service
                              lrwxrwxrwx  1 root root   38 déc.  29  2018 lm-sensors.service -> /lib/systemd/system/lm-sensors.service
                              lrwxrwxrwx  1 root root   38 sept. 11  2019 mintsystem.service -> /lib/systemd/system/mintsystem.service
                              lrwxrwxrwx  1 root root   57 sept. 11  2019 mintupdate-automation-cleanup.service -> /lib/systemd/system/mintupdate-automation-cleanup.service
                              lrwxrwxrwx  1 root root   47 déc.  29  2018 networkd-dispatcher.service -> /lib/systemd/system/networkd-dispatcher.service
                              lrwxrwxrwx  1 root root   38 déc.  29  2018 networking.service -> /lib/systemd/system/networking.service
                              lrwxrwxrwx  1 root root   42 déc.  29  2018 NetworkManager.service -> /lib/systemd/system/NetworkManager.service
                              lrwxrwxrwx  1 root root   36 déc.  29  2018 ondemand.service -> /lib/systemd/system/ondemand.service
                              lrwxrwxrwx  1 root root   35 déc.  29  2018 openvpn.service -> /lib/systemd/system/openvpn.service
                              lrwxrwxrwx  1 root root   35 mars   1 16:34 postfix.service -> /lib/systemd/system/postfix.service
                              lrwxrwxrwx  1 root root   36 déc.  29  2018 pppd-dns.service -> /lib/systemd/system/pppd-dns.service
                              lrwxrwxrwx  1 root root   36 févr. 10  2019 qemu-kvm.service -> /lib/systemd/system/qemu-kvm.service
                              lrwxrwxrwx  1 root root   36 déc.  29  2018 remote-fs.target -> /lib/systemd/system/remote-fs.target
                              lrwxrwxrwx  1 root root   33 déc.  29  2018 rsync.service -> /lib/systemd/system/rsync.service
                              lrwxrwxrwx  1 root root   35 déc.  29  2018 rsyslog.service -> /lib/systemd/system/rsyslog.service
                              lrwxrwxrwx  1 root root   34 nov.  18 17:42 smartd.service -> /lib/systemd/system/smartd.service
                              lrwxrwxrwx  1 root root   31 janv. 30  2019 ssh.service -> /lib/systemd/system/ssh.service
                              lrwxrwxrwx  1 root root   44 déc.  29  2018 systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service
                              lrwxrwxrwx  1 root root   36 déc.  29  2018 thermald.service -> /lib/systemd/system/thermald.service
                              lrwxrwxrwx  1 root root   53 déc.  29  2018 ubuntu-system-adjustments.service -> /lib/systemd/system/ubuntu-system-adjustments.service
                              lrwxrwxrwx  1 root root   31 déc.  29  2018 ufw.service -> /lib/systemd/system/ufw.service
                              lrwxrwxrwx  1 root root   42 déc.  29  2018 wpa_supplicant.service -> /lib/systemd/system/wpa_supplicant.service
                              mia@mia-PC5:/etc/systemd/system/multi-user.target.wants$

                          Ces liens pointent vers lib/systemd/system/
                          Contenu des fichiers :

                          Pour WPA supplicant :

                          [Unit]
                          Description=WPA supplicant
                          Before=network.target
                          After=dbus.service
                          Wants=network.target
                          IgnoreOnIsolate=true

                          [Service]
                          Type=dbus
                          BusName=fi.w1.wpa_supplicant1
                          ExecStart=/sbin/wpa_supplicant -u -s -O /run/wpa_supplicant

                          [Install]
                          WantedBy=multi-user.target
                          Alias=dbus-fi.w1.wpa_supplicant1.service

                          Pour cron :

                          [Unit]
                          Description=Regular background program processing daemon
                          Documentation=man:cron(8)

                          [Service]
                          EnvironmentFile=-/etc/default/cron
                          ExecStart=/usr/sbin/cron -f $EXTRA_OPTS
                          IgnoreSIGPIPE=false
                          KillMode=process

                          [Install]
                          WantedBy=multi-user.target

                          Bizarrement, ces fichiers ne sont pas exécutables, ni aucun se trouvant dans le dossier /lib/systemd/system d'ailleurs.

                          4 -rw-r--r-- 1 root root 251 nov. 16 2017 cron.service

                          4 -rw-r--r-- 1 root root 307 sept. 17 2019 wpa_supplicant.service

                          Bruno insiste sur le fait que tout va bien et que ces liens brisés sont un bug de Nemo.

                          Ça n'est pas la première fois que je passe du temps sur des problèmes qui se révèlent être des bugs au final.

                          • [^] # Re: La destination existe

                            Posté par  . Évalué à 2.

                            En résumé :
                            les liens brisés sont dans /run/systemd/units
                            ls -la montre qu'ils pointent des des iD numériques en rouge
                            Ces cibles n'existent pas, vérification est faite ci-dessus.

                            NON

                            tu as regardé dans le dossier /run/systemd/units pour savoir ou vont les liens

                            mais avec la commande

                            mia@mia-PC5:~$ ls -l 51decb4502cd4092a0a39913687eb20b

                            tu as fait le ls -l dans TON dossier (~), pas dans le /runt/systemd/units

                            donc il faut verifier si 51dec…. existe DANS le dossier /run/systemd/units

                            soit en faisant ls -l /run/systemd/units/51decb4502cd4092a0a39913687eb20b
                            soit en faisant

                            cd /run/systemd/units
                            ls -l 51decb4502cd4092a0a39913687eb20b

                            Tandis que chez toi ils pointent vers /etc/systemd, ce qui est confirmé avec la commande find /etc/systemd/ -iname *.service -exec ls -l {} \;

                            non il ne pointe pas vers /etc/systemd
                            ma commande cherche les fichiers services dans le dossier /etc/systemd
                            et il en trouve, mais qui pointe vers /lib/systemd…

                            • [^] # Re: La destination existe

                              Posté par  . Évalué à 1. Dernière modification le 13 avril 2020 à 10:37.

                              Oups, en effet j'étais mal placée, je le refais ;)

                              mia@mia-PC5:~$ cd /run/systemd/units
                              mia@mia-PC5:/run/systemd/units$ ls -l 51decb4502cd4092a0a39913687eb20b
                              ls: impossible d'accéder à '51decb4502cd4092a0a39913687eb20b': Aucun fichier ou dossier de ce type
                              mia@mia-PC5:/run/systemd/units$ sudo ls -l 51decb4502cd4092a0a39913687eb20b
                              [sudo] Mot de passe de mia :             
                              ls: impossible d'accéder à '51decb4502cd4092a0a39913687eb20b': Aucun fichier ou dossier de ce type
                              mia@mia-PC5:/run/systemd/units$

                              Par contre quand tu dis :

                              non il ne pointe pas vers /etc/systemd

                              Je parle des fichiers du dossier units.
                              C'est ce que j'avais compris quand tu disais :

                              si tu vas en ligne de commande, tu devrais voir vers quoi ca pointe
                              chez moi c'est dans /etc/systemd/

                              Ils pointent vers quoi pour toi les fichiers du dossier units ?

                              • [^] # Re: La destination existe

                                Posté par  . Évalué à 2.

                                C'est ce que j'avais compris quand tu disais :
                                si tu vas en ligne de commande, tu devrais voir vers quoi ca pointe
                                chez moi c'est dans /etc/systemd/

                                oui, sauf que j'étais dans /etc/systemd

                                pour le dossier /run/systemd/units
                                a priori j'ai un comportement similaire à chez toi

                                root@machine:/run/systemd/units# find -type l -iname '*.service' -exec ls -l {} \;
                                [...]
                                lrwxrwxrwx 1 root root 32 Mar 30 15:50 invocation:watchdog-mux.service -> 7c18329706af4265a18ccde93d808818
                                
                                root@machine:/run/systemd/units# ls -l 7c18329*
                                ls: cannot access '7c18329*': No such file or directory
                                
                                root@machine:/run/systemd/units# ls -l 7c18329706af4265a18ccde93d808818
                                ls: cannot access '7c18329706af4265a18ccde93d808818': No such file or directory

                                et pourtant ma machine fonctionne parfaitement.

                                c'est un serveur, je n'ai pas d'interface graphique pour tester l'affichage de ces units

                                • [^] # Re: La destination existe

                                  Posté par  . Évalué à 1. Dernière modification le 13 avril 2020 à 14:31.

                                  Si c'est pareil pour toi, c'est donc normal.

                                  Je me suis retrouvée à aller fouiner dans ces fichiers lorsque j'ai constaté mercredi que mes tâches cron ne s'étaient pas lancées.
                                  Mais il n'y avait aucun rapport puisque le lendemain plus de problème de ce côté là.
                                  Ma machine fonctionne donc bien aussi.

                                  Du coup, je viens d'avoir l'idée de regarder si ces liens sont brisés dans une nouvelle installation en ligne (sur https://distrotest.net).
                                  Et oui, ils sont brisés !

                                  Titre de l'image

                                  C'est bien un bug, j'imagine que ce fichier devait avoir une utilité à l'origine et ne doit plus servir à rien.

                                  Merci de t'être penché sur le problème :)

                                  • [^] # Re: La destination existe

                                    Posté par  . Évalué à 1. Dernière modification le 13 avril 2020 à 14:48.

                                    Je ne peux plus éditer mon message.

                                    Bruno disait :

                                    Dans ce retour je ne vois rien d'anormal, ce sont les unités systemd en cours d'exécution et il n'y a pas de liens brisés.

                                    Je dis donc n'importe quoi, c'est pas un bug, il doit s'agir d'un fonctionnement particulier propre à /run/systemd puisque ce sont des unités en cours d'exécution ;)

  • # Commentaire supprimé

    Posté par  . Évalué à 2.

    Ce commentaire a été supprimé par l’équipe de modération.

    • [^] # Re: Dossier units ?

      Posté par  . Évalué à 2. Dernière modification le 11 avril 2020 à 10:38.

      Bonjour,

      Ce que j'ai pu trouver comme explications concernant ce dossier units :

      Systemd s'exécute comme démon en tant que PID 1.

      Les taches de systemd sont organisées en tant qu'unités. Les unités les plus courantes sont les services (.services), les points de montage (.mount), les périphériques (.device), les sockets (.socket) ou les minuteurs (.timer). Par exemple, le démarrage du démon shell sécurisé est effectué par l'unité ssh.service.

      Systemd place chaque service dans un groupe de contrôle (cgroup) dédié au service. Les noyaux modernes prennent en charge l'isolation des processus et l'allocation des ressources en fonction des groupes de contrôle.

      Les cibles (targets) sont des groupes d'unités. Les cibles appellent les unités pour assembler le système. Par exemple, graphical.target appelle toutes les unités nécessaires pour démarrer un poste de travail avec une interface utilisateur graphique. Les cibles peuvent se superposer ou dépendre d'autres cibles. Au démarrage, systemd active la cible default.target qui est un alias pour une autre cible telle que graphic.target.

      Systemd crée et gère les sockets utilisés pour la communication entre les composants du système. Par exemple, il crée d'abord le socket /dev/log puis démarre le démon syslog. Cette approche présente deux avantages. Premièrement, les processus communiquant avec syslog via /dev/log peuvent être démarrés en parallèle. Deuxièmement, les services écrasés peuvent être redémarrés sans que les processus qui communiquent via les sockets avec eux perdent leur connexion. Le noyau mettra la communication en mémoire tampon pendant que le processus redémarre.

      https://wiki.debian.org/fr/systemd


      L'arborescence du dossier : /run systemd/units

          mia@mia-PC5:/run/systemd/units$ ls -la
          total 0
          drwxr-xr-x  2 root root 1620 avril 11 09:11  .
          drwxr-xr-x 21 root root  520 avril 11 09:45  ..
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:accounts-daemon.service -> 6d2ea96b1f27433e81be21d6c6fbfcd2
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:acpid.service -> 53a16a19b5ec47e2bc6e7c4084bf4b83
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:alsa-restore.service -> 8fac3028c3834a8c8ccfa76d538751dd
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:apparmor.service -> 866e469a9a6e4e69bd9e94016e3e15e7
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:apport.service -> 37f0508cf60741898969c13a444dafce
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:avahi-daemon.service -> 9cee8a9008644240b101b32f37a83789
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:blk-availability.service -> 1e5253742d2847229ed46d9a5fb3f145
          lrwxrwxrwx  1 root root   32 avril 10 14:07  invocation:clamav-freshclam.service -> e3768d20e4c64f3995cbd11a6ccb7f35
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:colord.service -> 1d1a2845635a4f47bbae4edf009dc0e1
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:console-setup.service -> f7a18c436ef64ab8b296304afaf986b7
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:cron.service -> 25f271bce59447c2a552e5e996a2b851
          lrwxrwxrwx  1 root root   32 avril 11 09:04  invocation:cups-browsed.service -> e79a0bffd4834f2e8f3e51c089ba5878
          lrwxrwxrwx  1 root root   32 avril 11 09:04  invocation:cups.service -> 37d732e2735948b5bb6b368dccc204c1
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:dbus.service -> 8e62ff9080d04018b3fddd739b56a7ff
          lrwxrwxrwx  1 root root   32 avril 10 13:52 'invocation:dev-disk-by\x2duuid-512283d8\x2d9d8c\x2d40c5\x2d975b\x2d52dbcd0fcd94.swap' -> 2cf4edeca6774db3bb8545c0d004dbf8
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:dev-hugepages.mount -> 446583dbec484582b8de62cdd123fa84
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:dev-mqueue.mount -> 123aa14d7b69480cb3551d608a2deeb8
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:finalrd.service -> 4f0982d425264111b45e5e9afee00e61
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:geoclue.service -> 405c3220bbc44bf6b1e6429a4db5932e
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:getty@tty1.service -> ad047b5ab5454ccdba8ee1051ad37061
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:grub-common.service -> 7894b622e97249e79ade7af1f6e94a45
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:hddtemp.service -> 32e8a29b64d247e3947366c1acf92002
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:home.mount -> e8857f994d1f4a2a8e3e3859ee788a82
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:irqbalance.service -> 16fc9d346d2a445abff4c0857feef351
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:kerneloops.service -> 6846b296d6a1479c95a0f30c29890e13
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:keyboard-setup.service -> 7266ff2550da4a8e92c011267af55399
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:kmod-static-nodes.service -> 420ce5ff733340d2949cff41f6893eb8
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:lightdm.service -> 397d61e5cce64708af98242ffe0db082
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:lm-sensors.service -> 10b872ccbd644677baa6c39ea5587a36
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:lvm2-lvmetad.service -> d723b684c6294064a147359f640462dd
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:lvm2-monitor.service -> 202c51f161d44751a14a5c108c75e442
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:mnt-grsync.mount -> 6fb03b1a3fda4245a6569cf01b9ba480
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:mnt-VMs.mount -> 27023740922b4c3cb1ab4908d57c52b8
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:networkd-dispatcher.service -> b7455fda29cc475784c1394ee85a5939
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:networking.service -> 6acb1ce3b38a4668aac904f797033f18
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:NetworkManager.service -> 557014fcbd924ba78e8147f30986b84d
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:NetworkManager-wait-online.service -> a7277ea41a7f42dfb7d300fba878f35d
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:nvidia-persistenced.service -> 32f01873a7964f42a718e44f8f6960aa
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:openvpn.service -> 8641ec323f5e4ab8a057d2f65e7101fd
          lrwxrwxrwx  1 root root   32 avril 10 14:03  invocation:packagekit.service -> acc721c068aa45c980b30afaa84375e4
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:polkit.service -> 0d88b5fa0c3447939772abf20e94b776
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:postfix.service -> 14e3eebd15444c7a879d6676df7d5c33
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:postfix@-.service -> 3f529d77c0794894b28d5b5e4ebcfc19
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:qemu-kvm.service -> 42eb869aa0324395a5e44df83d06c7a9
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:rsyslog.service -> 91fa279be76942428d5d559e456ae287
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:rtkit-daemon.service -> d96b3d122dc34c7bb2e4654c59eb90cc
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:session-c1.scope -> 8f0b66fa1e484f989961c5a89c09b460
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:setvtrgb.service -> de7556c211274cee95cee5ec0c914f00
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:smartd.service -> c3e816a38f8a4840a1b83964897796f0
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:speech-dispatcher.service -> 71682a3848394e34b63bf97f71065b3e
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:ssh.service -> 7e13b9ac4ddc4f67b92b84f8bf3d53e3
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:sys-fs-fuse-connections.mount -> 85d300ab45c347139b3b36679b85aff5
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:sys-kernel-config.mount -> 6323a98cb1544d93b73ca573d14d061d
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:sys-kernel-debug.mount -> 0c933c03c001482699889ff42db83708
          lrwxrwxrwx  1 root root   32 avril 10 13:52 'invocation:systemd-fsck@dev-disk-by\x2duuid-e9b11471\x2dc256\x2d4f9c\x2db21f\x2db394c6f22f7a.service' -> e8bce2e4cd334b769b9003768da22fda
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-journald.service -> 30fda9739c2a40319dbc6e0cd5d23616
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-journal-flush.service -> 493cf847d5954b9d81bef02bf8b917bf
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-logind.service -> 801402035470418da2fea626d15bfe16
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-modules-load.service -> a5a4b82a48cd4885a3a17de120115b53
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-random-seed.service -> c9d1101274d94b81bb9687a62a7c5209
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-remount-fs.service -> afa254fb92334443bee58b19f62e260f
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-resolved.service -> bc34f87cf6864202a367c9ac97594a4e
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-sysctl.service -> 4e1d5849577a40f98a9a936d4e1995c0
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-timesyncd.service -> bb78b1ecbd644b51979c79e5a7822d3f
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-tmpfiles-setup-dev.service -> 63bc70f364eb4e9ab663571c134a818b
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-tmpfiles-setup.service -> 7cffb1512dd94076a34a64e9cd5fa7a2
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-udevd.service -> 4dbda7b8b56a428d93f2c9aa52fd4bd8
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-udev-trigger.service -> c6e23bf0f971469c84dcf3864abbd9bd
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-update-utmp.service -> 86cdc5d8d82846808e56afd6fc7fd17a
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:systemd-user-sessions.service -> 89894a9cc9464fd1ae8b2a7ef5c8bb57
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:thermald.service -> cbed0f90eb1f43d4b8c4b9b9a0b7db57
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:ubuntu-system-adjustments.service -> b7d000c4ed01498594ab6e31b6e9277f
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:udisks2.service -> 8e99845df9734e16a299a6592335e80d
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:ufw.service -> 8e4ce411ecbd40a5a1fb5e4d5a94b5f8
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:upower.service -> bbb23b97c95743f5ab2016e2c0313311
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:user@1000.service -> d47c7bd736a548b28d027fc093ddd501
          lrwxrwxrwx  1 root root   32 avril 10 13:53  invocation:uuidd.service -> a0048b4b028f47ed8c982f83fed9ce15
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:virtualbox.service -> d251f65c1f3341089ac06108ce46fe0e
          lrwxrwxrwx  1 root root   32 avril 10 13:52  invocation:wpa_supplicant.service -> 51decb4502cd4092a0a39913687eb20b
          mia@mia-PC5:/run/systemd/units$
      • [^] # Commentaire supprimé

        Posté par  . Évalué à 2.

        Ce commentaire a été supprimé par l’équipe de modération.

        • [^] # Re: Dossier units ?

          Posté par  . Évalué à 1. Dernière modification le 11 avril 2020 à 12:52.

          C'est depuis Nemo que ces liens brisés apparaissent

          liens brisés vus depuis Nemo

          Peut-être un bug du navigateur de fichier ?
          D'autant plus que le problème qui m'a menée à ce fichier était sans rapport : les tâches cron se lancent à nouveau normalement sans que je n'ai rien modifié.

          Je n'ai pas noté de problème particulier hormis cette ligne d'erreur au démarrage Raise "network interface Failed"

          Je vois cependant ces 2 lignes en rouge :

          lrwxrwxrwx  1 root root   32 avril 10 13:52 'invocation:dev-disk-by\x2duuid-512283d8\x2d9d8c\x2d40c5\x2d975b\x2d52dbcd0fcd94.swap' -> 2cf4edeca6774db3bb8545c0d004dbf8
          
          lrwxrwxrwx  1 root root   32 avril 10 13:52 'invocation:systemd-fsck@dev-disk-by\x2duuid-e9b11471\x2dc256\x2d4f9c\x2db21f\x2db394c6f22f7a.service' -> e8bce2e4cd334b769b9003768da22fda
          
          • [^] # Commentaire supprimé

            Posté par  . Évalué à 2. Dernière modification le 11 avril 2020 à 14:09.

            Ce commentaire a été supprimé par l’équipe de modération.

            • [^] # Re: Dossier units ?

              Posté par  . Évalué à 1.

              Ok, merci pour ton avis rassurant.

              J'ouvrirai éventuellement une autre discussion pour le problème de carte réseau, mais elle semble fonctionner correctement, je vais attendre un peu.

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.