A start job is running for dev-disk-byx2dpar…dffa6b3c0a51f.device no limit

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












0















I have a VCSA that won't boot. It gets as far as:



A start job is running for dev-disk-byx2dpar...dffa6b3c0a51f.device (no limit)


What I'm trying to do is track down that UUID so I can start troubleshooting. This what I've attempted so far:



  1. Tried emergency mode - can't get past the start job

  2. Mounted an Ubuntu Live ISO, mounted the / filesystem and checked fstab - No mention of 'dffa6b3c0a51f' or anything close

  3. Commented out the swap entries in /etc/fstab - same issue upon boot

  4. Checked /var/log/messages for any clues - last entry was 12/11/18

  5. Checked and force repaired all of the filesystem - including LVMs

  6. Copied the system.journal to the rescue system and attempted to read the entries - No entries, last entry was on 12/11/18

  7. Researched the error. Suggestions so far have been:

systemctl show -p RequiredBy -p WantedBy dev-disk-by...



systemctl list-units | grep dev-disk



The problem here is that I can't get past the start job message as it's set to infinite and I can't cancel it. I've tried adjusting the timeout in systemd.conf to 90s but it didn't take.



This is the fstab from the mounted partition:



enter image description here



This is what I'm seeing on boot:



enter image description here



So here I am. Has anyone encountered this before and if so, how did you fix it?










share|improve this question


























    0















    I have a VCSA that won't boot. It gets as far as:



    A start job is running for dev-disk-byx2dpar...dffa6b3c0a51f.device (no limit)


    What I'm trying to do is track down that UUID so I can start troubleshooting. This what I've attempted so far:



    1. Tried emergency mode - can't get past the start job

    2. Mounted an Ubuntu Live ISO, mounted the / filesystem and checked fstab - No mention of 'dffa6b3c0a51f' or anything close

    3. Commented out the swap entries in /etc/fstab - same issue upon boot

    4. Checked /var/log/messages for any clues - last entry was 12/11/18

    5. Checked and force repaired all of the filesystem - including LVMs

    6. Copied the system.journal to the rescue system and attempted to read the entries - No entries, last entry was on 12/11/18

    7. Researched the error. Suggestions so far have been:

    systemctl show -p RequiredBy -p WantedBy dev-disk-by...



    systemctl list-units | grep dev-disk



    The problem here is that I can't get past the start job message as it's set to infinite and I can't cancel it. I've tried adjusting the timeout in systemd.conf to 90s but it didn't take.



    This is the fstab from the mounted partition:



    enter image description here



    This is what I'm seeing on boot:



    enter image description here



    So here I am. Has anyone encountered this before and if so, how did you fix it?










    share|improve this question
























      0












      0








      0








      I have a VCSA that won't boot. It gets as far as:



      A start job is running for dev-disk-byx2dpar...dffa6b3c0a51f.device (no limit)


      What I'm trying to do is track down that UUID so I can start troubleshooting. This what I've attempted so far:



      1. Tried emergency mode - can't get past the start job

      2. Mounted an Ubuntu Live ISO, mounted the / filesystem and checked fstab - No mention of 'dffa6b3c0a51f' or anything close

      3. Commented out the swap entries in /etc/fstab - same issue upon boot

      4. Checked /var/log/messages for any clues - last entry was 12/11/18

      5. Checked and force repaired all of the filesystem - including LVMs

      6. Copied the system.journal to the rescue system and attempted to read the entries - No entries, last entry was on 12/11/18

      7. Researched the error. Suggestions so far have been:

      systemctl show -p RequiredBy -p WantedBy dev-disk-by...



      systemctl list-units | grep dev-disk



      The problem here is that I can't get past the start job message as it's set to infinite and I can't cancel it. I've tried adjusting the timeout in systemd.conf to 90s but it didn't take.



      This is the fstab from the mounted partition:



      enter image description here



      This is what I'm seeing on boot:



      enter image description here



      So here I am. Has anyone encountered this before and if so, how did you fix it?










      share|improve this question














      I have a VCSA that won't boot. It gets as far as:



      A start job is running for dev-disk-byx2dpar...dffa6b3c0a51f.device (no limit)


      What I'm trying to do is track down that UUID so I can start troubleshooting. This what I've attempted so far:



      1. Tried emergency mode - can't get past the start job

      2. Mounted an Ubuntu Live ISO, mounted the / filesystem and checked fstab - No mention of 'dffa6b3c0a51f' or anything close

      3. Commented out the swap entries in /etc/fstab - same issue upon boot

      4. Checked /var/log/messages for any clues - last entry was 12/11/18

      5. Checked and force repaired all of the filesystem - including LVMs

      6. Copied the system.journal to the rescue system and attempted to read the entries - No entries, last entry was on 12/11/18

      7. Researched the error. Suggestions so far have been:

      systemctl show -p RequiredBy -p WantedBy dev-disk-by...



      systemctl list-units | grep dev-disk



      The problem here is that I can't get past the start job message as it's set to infinite and I can't cancel it. I've tried adjusting the timeout in systemd.conf to 90s but it didn't take.



      This is the fstab from the mounted partition:



      enter image description here



      This is what I'm seeing on boot:



      enter image description here



      So here I am. Has anyone encountered this before and if so, how did you fix it?







      filesystems systemd lvm vmware






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 28 at 12:46









      Moif MurphyMoif Murphy

      1176




      1176




















          1 Answer
          1






          active

          oldest

          votes


















          0














          This is your device entry in crypttab having an error. Those generators are the only ones that tweak the device unit's timeout (if you didn't) and set it to infinity. This is because device units are exposing system resources, and systemd doesn't control their starting and stopping. However, it uses the start job as a way to wait for a device's appearance. This also means that device units cannot wait on another unit.



          Now, for encrypted devices, they will never become active before the user enters the password (or unlocks the device through something equivalent), but the device unit cannot wait on the password prompt unit. This means that the device unit is set to wait infinitely long for the appearance of a device, which means the start job keeps running with no limits set on it. Dependents will be waiting on the running start job.






          share|improve this answer








          New contributor




          Jonathon Kowalski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.



















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f497188%2fa-start-job-is-running-for-dev-disk-by-x2dpar-dffa6b3c0a51f-device-no-limit%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            This is your device entry in crypttab having an error. Those generators are the only ones that tweak the device unit's timeout (if you didn't) and set it to infinity. This is because device units are exposing system resources, and systemd doesn't control their starting and stopping. However, it uses the start job as a way to wait for a device's appearance. This also means that device units cannot wait on another unit.



            Now, for encrypted devices, they will never become active before the user enters the password (or unlocks the device through something equivalent), but the device unit cannot wait on the password prompt unit. This means that the device unit is set to wait infinitely long for the appearance of a device, which means the start job keeps running with no limits set on it. Dependents will be waiting on the running start job.






            share|improve this answer








            New contributor




            Jonathon Kowalski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.
























              0














              This is your device entry in crypttab having an error. Those generators are the only ones that tweak the device unit's timeout (if you didn't) and set it to infinity. This is because device units are exposing system resources, and systemd doesn't control their starting and stopping. However, it uses the start job as a way to wait for a device's appearance. This also means that device units cannot wait on another unit.



              Now, for encrypted devices, they will never become active before the user enters the password (or unlocks the device through something equivalent), but the device unit cannot wait on the password prompt unit. This means that the device unit is set to wait infinitely long for the appearance of a device, which means the start job keeps running with no limits set on it. Dependents will be waiting on the running start job.






              share|improve this answer








              New contributor




              Jonathon Kowalski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






















                0












                0








                0







                This is your device entry in crypttab having an error. Those generators are the only ones that tweak the device unit's timeout (if you didn't) and set it to infinity. This is because device units are exposing system resources, and systemd doesn't control their starting and stopping. However, it uses the start job as a way to wait for a device's appearance. This also means that device units cannot wait on another unit.



                Now, for encrypted devices, they will never become active before the user enters the password (or unlocks the device through something equivalent), but the device unit cannot wait on the password prompt unit. This means that the device unit is set to wait infinitely long for the appearance of a device, which means the start job keeps running with no limits set on it. Dependents will be waiting on the running start job.






                share|improve this answer








                New contributor




                Jonathon Kowalski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                This is your device entry in crypttab having an error. Those generators are the only ones that tweak the device unit's timeout (if you didn't) and set it to infinity. This is because device units are exposing system resources, and systemd doesn't control their starting and stopping. However, it uses the start job as a way to wait for a device's appearance. This also means that device units cannot wait on another unit.



                Now, for encrypted devices, they will never become active before the user enters the password (or unlocks the device through something equivalent), but the device unit cannot wait on the password prompt unit. This means that the device unit is set to wait infinitely long for the appearance of a device, which means the start job keeps running with no limits set on it. Dependents will be waiting on the running start job.







                share|improve this answer








                New contributor




                Jonathon Kowalski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                Jonathon Kowalski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered yesterday









                Jonathon KowalskiJonathon Kowalski

                12




                12




                New contributor




                Jonathon Kowalski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Jonathon Kowalski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Jonathon Kowalski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f497188%2fa-start-job-is-running-for-dev-disk-by-x2dpar-dffa6b3c0a51f-device-no-limit%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown






                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay