unattended upgrades removes packages

Multi tool use
Multi tool use

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











up vote
0
down vote

favorite












I've got unattended upgrades configured on my system. Every so often emails come in that a reboot is required. Yesterday after I rebooted my system to complete an upgrade, only to find that mysql-server had been removed from my system. /etc/init.d/mysql did still exist, but the mysqld and mysqld_secure executables were nowhere to be found. I've had this before with a different package.



How can I figure out why this happened, and how to prevent this in the future?



The first email that said I needed to reboot:



Unattended upgrade returned: True

Warning: A reboot is required to complete this upgrade.

Packages that were upgraded:
dnsmasq dnsmasq-base linux-compiler-gcc-4.9-x86 linux-headers-amd64
linux-image-amd64 linux-libc-dev
Packages with upgradable origin but kept back:
python-reportbug reportbug

Unattended-upgrades log:
Initial blacklisted packages:
Initial whitelisted packages:
Starting unattended upgrades script
Allowed origins are: ['origin=Debian,codename=jessie,label=Debian-Security']
Packages that will be upgraded: dnsmasq dnsmasq-base linux-compiler-gcc-4.9-x86 linux-headers-amd64 linux-image-amd64 linux-libc-dev
Writing dpkg log to '/var/log/unattended-upgrades/unattended-upgrades-dpkg.log'
All upgrades installed








share

























    up vote
    0
    down vote

    favorite












    I've got unattended upgrades configured on my system. Every so often emails come in that a reboot is required. Yesterday after I rebooted my system to complete an upgrade, only to find that mysql-server had been removed from my system. /etc/init.d/mysql did still exist, but the mysqld and mysqld_secure executables were nowhere to be found. I've had this before with a different package.



    How can I figure out why this happened, and how to prevent this in the future?



    The first email that said I needed to reboot:



    Unattended upgrade returned: True

    Warning: A reboot is required to complete this upgrade.

    Packages that were upgraded:
    dnsmasq dnsmasq-base linux-compiler-gcc-4.9-x86 linux-headers-amd64
    linux-image-amd64 linux-libc-dev
    Packages with upgradable origin but kept back:
    python-reportbug reportbug

    Unattended-upgrades log:
    Initial blacklisted packages:
    Initial whitelisted packages:
    Starting unattended upgrades script
    Allowed origins are: ['origin=Debian,codename=jessie,label=Debian-Security']
    Packages that will be upgraded: dnsmasq dnsmasq-base linux-compiler-gcc-4.9-x86 linux-headers-amd64 linux-image-amd64 linux-libc-dev
    Writing dpkg log to '/var/log/unattended-upgrades/unattended-upgrades-dpkg.log'
    All upgrades installed








    share























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I've got unattended upgrades configured on my system. Every so often emails come in that a reboot is required. Yesterday after I rebooted my system to complete an upgrade, only to find that mysql-server had been removed from my system. /etc/init.d/mysql did still exist, but the mysqld and mysqld_secure executables were nowhere to be found. I've had this before with a different package.



      How can I figure out why this happened, and how to prevent this in the future?



      The first email that said I needed to reboot:



      Unattended upgrade returned: True

      Warning: A reboot is required to complete this upgrade.

      Packages that were upgraded:
      dnsmasq dnsmasq-base linux-compiler-gcc-4.9-x86 linux-headers-amd64
      linux-image-amd64 linux-libc-dev
      Packages with upgradable origin but kept back:
      python-reportbug reportbug

      Unattended-upgrades log:
      Initial blacklisted packages:
      Initial whitelisted packages:
      Starting unattended upgrades script
      Allowed origins are: ['origin=Debian,codename=jessie,label=Debian-Security']
      Packages that will be upgraded: dnsmasq dnsmasq-base linux-compiler-gcc-4.9-x86 linux-headers-amd64 linux-image-amd64 linux-libc-dev
      Writing dpkg log to '/var/log/unattended-upgrades/unattended-upgrades-dpkg.log'
      All upgrades installed








      share













      I've got unattended upgrades configured on my system. Every so often emails come in that a reboot is required. Yesterday after I rebooted my system to complete an upgrade, only to find that mysql-server had been removed from my system. /etc/init.d/mysql did still exist, but the mysqld and mysqld_secure executables were nowhere to be found. I've had this before with a different package.



      How can I figure out why this happened, and how to prevent this in the future?



      The first email that said I needed to reboot:



      Unattended upgrade returned: True

      Warning: A reboot is required to complete this upgrade.

      Packages that were upgraded:
      dnsmasq dnsmasq-base linux-compiler-gcc-4.9-x86 linux-headers-amd64
      linux-image-amd64 linux-libc-dev
      Packages with upgradable origin but kept back:
      python-reportbug reportbug

      Unattended-upgrades log:
      Initial blacklisted packages:
      Initial whitelisted packages:
      Starting unattended upgrades script
      Allowed origins are: ['origin=Debian,codename=jessie,label=Debian-Security']
      Packages that will be upgraded: dnsmasq dnsmasq-base linux-compiler-gcc-4.9-x86 linux-headers-amd64 linux-image-amd64 linux-libc-dev
      Writing dpkg log to '/var/log/unattended-upgrades/unattended-upgrades-dpkg.log'
      All upgrades installed






      debian unattended-upgrades





      share












      share










      share



      share










      asked 1 min ago









      Daniël van den Berg

      1084




      1084

























          active

          oldest

          votes











          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          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%2f476814%2funattended-upgrades-removes-packages%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476814%2funattended-upgrades-removes-packages%23new-answer', 'question_page');

          );

          Post as a guest













































































          iBGZ,sAj,e6F,p6TJqvIIvY ztUj xIzdIgTj4R,gXGe4sDa9 cheH
          hBf5,Savi,ar,64Hq7FvLBG2WVg WmXvFFrzsmXS02 Bco gcjt8bMvKt0f,gQnhYTpi

          Popular posts from this blog

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

          How many registers does an x86_64 CPU actually have?

          Displaying single band from multi-band raster using QGIS