This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1805849

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1805849

Title:
  apt repository in proposed packages availability issue

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We have a watcher that does the following:
  - verifies if any linux-azure kernels have been published in proposed repo.
  - if it detects one, it will install.

  The problem we have is that even though we detect a new kernel in proposed, 
the installation of it will fail as there are unmet package dependencies not 
being available.
  This does resolve after several hours, but the way it works is not reliable 
that we see the main package being available, but the packages in the repo are 
not ready yet.
  So it seems to be a timing issue from the time the kernel is released, and 
the time the packages actual get on the repo.

  Can you please suggest on some methods to better handle the detect &
  install for these, or some suggestions to how we do this from below.

  How we search for new kernel availability from proposed:
  #apt-cache madison linux-azure | grep ${release}-proposed

  But doing an install right after that will fail most of the times if the 
kernel was just published:
  #apt clean all
  #apt -y update
  #apt install linux-azure/$release
  ^ this is after we add the proposed repo in sources.list.

  Actual error in the end:
  linux-azure : Depends: linux-image-azure (= 4.15.0.1034.34) but 4.15.0.1030.30
  E: Unable to correct problems, you have held broken packages.

  This is observed on all LTS versions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1805849/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to