How to debug Debian Jessie freezing on resume?












3















Every time I suspend my machine (at least the options say it is a suspend) the machine freezes within one minute of resuming. It seems to work fine for about a minute. After running for a bit, the mouse will move, but I can't click anything. After another short time, the mouse freezes as well, and I can't SSH in or toggle caps lock. If I hard reboot and read /var/log/kern/log, it has several lines about a hibernation error:



Mar 11 22:41:02 vera kernel: [ 1.367003] PM: Hibernation image partition 8:5 present
Mar 11 22:41:02 vera kernel: [ 1.367004] PM: Looking for hibernation image.
Mar 11 22:41:02 vera kernel: [ 1.367149] PM: Image not found (code -22)
Mar 11 22:41:02 vera kernel: [ 1.367151] PM: Hibernation image not present or could not be loaded.


I'm not sure exactly what logs to attach, but here is my /var/log/kern.log: http://pastebin.com/raw.php?i=Cf3vudny



Any ideas on how to debug this? I've tried this solution, and it still freezes: How to hibernate in Debian Jessie



--EDIT--
I think it's a driver issue. I ran a Mint live disk, and it would suspend just fine. If I try to run



lspci


it also freezes like the suspend issue. I'm guessing drivers at this point, but it is hard to debug driver problems without lspci. Any ideas?










share|improve this question
















bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Do you manage this issue?

    – Andrej
    Jul 12 '15 at 16:45
















3















Every time I suspend my machine (at least the options say it is a suspend) the machine freezes within one minute of resuming. It seems to work fine for about a minute. After running for a bit, the mouse will move, but I can't click anything. After another short time, the mouse freezes as well, and I can't SSH in or toggle caps lock. If I hard reboot and read /var/log/kern/log, it has several lines about a hibernation error:



Mar 11 22:41:02 vera kernel: [ 1.367003] PM: Hibernation image partition 8:5 present
Mar 11 22:41:02 vera kernel: [ 1.367004] PM: Looking for hibernation image.
Mar 11 22:41:02 vera kernel: [ 1.367149] PM: Image not found (code -22)
Mar 11 22:41:02 vera kernel: [ 1.367151] PM: Hibernation image not present or could not be loaded.


I'm not sure exactly what logs to attach, but here is my /var/log/kern.log: http://pastebin.com/raw.php?i=Cf3vudny



Any ideas on how to debug this? I've tried this solution, and it still freezes: How to hibernate in Debian Jessie



--EDIT--
I think it's a driver issue. I ran a Mint live disk, and it would suspend just fine. If I try to run



lspci


it also freezes like the suspend issue. I'm guessing drivers at this point, but it is hard to debug driver problems without lspci. Any ideas?










share|improve this question
















bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Do you manage this issue?

    – Andrej
    Jul 12 '15 at 16:45














3












3








3








Every time I suspend my machine (at least the options say it is a suspend) the machine freezes within one minute of resuming. It seems to work fine for about a minute. After running for a bit, the mouse will move, but I can't click anything. After another short time, the mouse freezes as well, and I can't SSH in or toggle caps lock. If I hard reboot and read /var/log/kern/log, it has several lines about a hibernation error:



Mar 11 22:41:02 vera kernel: [ 1.367003] PM: Hibernation image partition 8:5 present
Mar 11 22:41:02 vera kernel: [ 1.367004] PM: Looking for hibernation image.
Mar 11 22:41:02 vera kernel: [ 1.367149] PM: Image not found (code -22)
Mar 11 22:41:02 vera kernel: [ 1.367151] PM: Hibernation image not present or could not be loaded.


I'm not sure exactly what logs to attach, but here is my /var/log/kern.log: http://pastebin.com/raw.php?i=Cf3vudny



Any ideas on how to debug this? I've tried this solution, and it still freezes: How to hibernate in Debian Jessie



--EDIT--
I think it's a driver issue. I ran a Mint live disk, and it would suspend just fine. If I try to run



lspci


it also freezes like the suspend issue. I'm guessing drivers at this point, but it is hard to debug driver problems without lspci. Any ideas?










share|improve this question
















Every time I suspend my machine (at least the options say it is a suspend) the machine freezes within one minute of resuming. It seems to work fine for about a minute. After running for a bit, the mouse will move, but I can't click anything. After another short time, the mouse freezes as well, and I can't SSH in or toggle caps lock. If I hard reboot and read /var/log/kern/log, it has several lines about a hibernation error:



Mar 11 22:41:02 vera kernel: [ 1.367003] PM: Hibernation image partition 8:5 present
Mar 11 22:41:02 vera kernel: [ 1.367004] PM: Looking for hibernation image.
Mar 11 22:41:02 vera kernel: [ 1.367149] PM: Image not found (code -22)
Mar 11 22:41:02 vera kernel: [ 1.367151] PM: Hibernation image not present or could not be loaded.


I'm not sure exactly what logs to attach, but here is my /var/log/kern.log: http://pastebin.com/raw.php?i=Cf3vudny



Any ideas on how to debug this? I've tried this solution, and it still freezes: How to hibernate in Debian Jessie



--EDIT--
I think it's a driver issue. I ran a Mint live disk, and it would suspend just fine. If I try to run



lspci


it also freezes like the suspend issue. I'm guessing drivers at this point, but it is hard to debug driver problems without lspci. Any ideas?







debian freeze hibernate






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 14 '15 at 6:59







calebwatt15

















asked Mar 13 '15 at 5:06









calebwatt15calebwatt15

162




162





bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Do you manage this issue?

    – Andrej
    Jul 12 '15 at 16:45



















  • Do you manage this issue?

    – Andrej
    Jul 12 '15 at 16:45

















Do you manage this issue?

– Andrej
Jul 12 '15 at 16:45





Do you manage this issue?

– Andrej
Jul 12 '15 at 16:45










1 Answer
1






active

oldest

votes


















0














That's not a hibernation error. That's printed when booting if you didn't hibernate. i.e. if you shutdown and boot up or reboot normally, that message is supposed to show up if hibernation support is enabled.






share|improve this answer























    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%2f189867%2fhow-to-debug-debian-jessie-freezing-on-resume%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














    That's not a hibernation error. That's printed when booting if you didn't hibernate. i.e. if you shutdown and boot up or reboot normally, that message is supposed to show up if hibernation support is enabled.






    share|improve this answer




























      0














      That's not a hibernation error. That's printed when booting if you didn't hibernate. i.e. if you shutdown and boot up or reboot normally, that message is supposed to show up if hibernation support is enabled.






      share|improve this answer


























        0












        0








        0







        That's not a hibernation error. That's printed when booting if you didn't hibernate. i.e. if you shutdown and boot up or reboot normally, that message is supposed to show up if hibernation support is enabled.






        share|improve this answer













        That's not a hibernation error. That's printed when booting if you didn't hibernate. i.e. if you shutdown and boot up or reboot normally, that message is supposed to show up if hibernation support is enabled.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jul 3 '17 at 21:45









        anonanon

        1




        1






























            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%2f189867%2fhow-to-debug-debian-jessie-freezing-on-resume%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 rewrite equation of hyperbola in standard form

            No ethernet ip address in my vocore2