[Kernel-packages] [Bug 1597517] Re: linux-headers-3.2.0-105 not in precise-security

2016-09-10 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

-- 
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/1597517

Title:
  linux-headers-3.2.0-105 not in precise-security

Status in linux package in Ubuntu:
  Expired

Bug description:
  I noticed that linux-headers-3.2.0-105 is not in precise-security.

  > Package not available
  http://packages.ubuntu.com/precise/devel/linux-headers-3.2.0-105-generic

  Looks like it was published but then removed again:
  https://launchpad.net/ubuntu/precise/amd64/linux-
  headers-3.2.0-105-generic

  Are the headers not always in the security repo if the image is?
  http://packages.ubuntu.com/precise/linux-image-3.2.0-105-generic

  For previous generic kernels like 3.2.0-102 and 3.2.0-104 the headers
  are in precise-security as well instead of only in precise-update.

  See http://packages.ubuntu.com/precise/linux-headers-3.2.0-102-generic
  and http://packages.ubuntu.com/precise/linux-headers-3.2.0-104-generic

  I ran into this trying to install the virtualbox guest additions into
  a precise64 Vagrant with a 3.2.0-105 kernel. The guest plugin tries to
  install the latest headers like 'linux-headers-`uname -r`'

  see https://github.com/dotless-de/vagrant-
  vbguest/blob/d36ba2e4ae00577b4169bf1336a6a3264277c1e7/lib/vagrant-
  vbguest/installers/debian.rb#L31

  this fails because the box I am using has precise-security in the
  sources.list but not precise-update.

  I submitted a question about this and was suggested to create a
  bugreport:
  https://answers.launchpad.net/ubuntu/+source/linux/+question/295780

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1597517/+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


[Kernel-packages] [Bug 1597517] Re: linux-headers-3.2.0-105 not in precise-security

2016-07-12 Thread c_t
I was able to work around this issue in the preseed.cfg for now by
directly selecting a HWE kernel:

-d-i base-installer/kernel/override-image string linux-server
+d-i base-installer/kernel/override-image string linux-generic-lts-trusty

While this might not be what everyone wants it is a viable workaround
for me at the moment.

-- 
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/1597517

Title:
  linux-headers-3.2.0-105 not in precise-security

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I noticed that linux-headers-3.2.0-105 is not in precise-security.

  > Package not available
  http://packages.ubuntu.com/precise/devel/linux-headers-3.2.0-105-generic

  Looks like it was published but then removed again:
  https://launchpad.net/ubuntu/precise/amd64/linux-
  headers-3.2.0-105-generic

  Are the headers not always in the security repo if the image is?
  http://packages.ubuntu.com/precise/linux-image-3.2.0-105-generic

  For previous generic kernels like 3.2.0-102 and 3.2.0-104 the headers
  are in precise-security as well instead of only in precise-update.

  See http://packages.ubuntu.com/precise/linux-headers-3.2.0-102-generic
  and http://packages.ubuntu.com/precise/linux-headers-3.2.0-104-generic

  I ran into this trying to install the virtualbox guest additions into
  a precise64 Vagrant with a 3.2.0-105 kernel. The guest plugin tries to
  install the latest headers like 'linux-headers-`uname -r`'

  see https://github.com/dotless-de/vagrant-
  vbguest/blob/d36ba2e4ae00577b4169bf1336a6a3264277c1e7/lib/vagrant-
  vbguest/installers/debian.rb#L31

  this fails because the box I am using has precise-security in the
  sources.list but not precise-update.

  I submitted a question about this and was suggested to create a
  bugreport:
  https://answers.launchpad.net/ubuntu/+source/linux/+question/295780

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1597517/+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


[Kernel-packages] [Bug 1597517] Re: linux-headers-3.2.0-105 not in precise-security

2016-07-11 Thread c_t
This affects me as well when trying to install a new preseeded server.
Are there any plans to bring linux-headers-3.2.0-105 back into the
security pocket?

-- 
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/1597517

Title:
  linux-headers-3.2.0-105 not in precise-security

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I noticed that linux-headers-3.2.0-105 is not in precise-security.

  > Package not available
  http://packages.ubuntu.com/precise/devel/linux-headers-3.2.0-105-generic

  Looks like it was published but then removed again:
  https://launchpad.net/ubuntu/precise/amd64/linux-
  headers-3.2.0-105-generic

  Are the headers not always in the security repo if the image is?
  http://packages.ubuntu.com/precise/linux-image-3.2.0-105-generic

  For previous generic kernels like 3.2.0-102 and 3.2.0-104 the headers
  are in precise-security as well instead of only in precise-update.

  See http://packages.ubuntu.com/precise/linux-headers-3.2.0-102-generic
  and http://packages.ubuntu.com/precise/linux-headers-3.2.0-104-generic

  I ran into this trying to install the virtualbox guest additions into
  a precise64 Vagrant with a 3.2.0-105 kernel. The guest plugin tries to
  install the latest headers like 'linux-headers-`uname -r`'

  see https://github.com/dotless-de/vagrant-
  vbguest/blob/d36ba2e4ae00577b4169bf1336a6a3264277c1e7/lib/vagrant-
  vbguest/installers/debian.rb#L31

  this fails because the box I am using has precise-security in the
  sources.list but not precise-update.

  I submitted a question about this and was suggested to create a
  bugreport:
  https://answers.launchpad.net/ubuntu/+source/linux/+question/295780

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1597517/+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


[Kernel-packages] [Bug 1597517] Re: linux-headers-3.2.0-105 not in precise-security

2016-07-08 Thread Alex King
This is affecting me as well, on a few servers.

# cat /etc/apt/sources.list
#deb http://aptproxy.sitehost.co.nz/ubuntu precise main multiverse universe
deb http://nz.archive.ubuntu.com/ubuntu precise main multiverse universe 
restricted
deb http://archive.ubuntu.com/ubuntu precise main multiverse universe restricted
deb http://archive.ubuntu.com/ubuntu precise-security main multiverse universe 
restricted

# apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages have been kept back:
  linux-headers-server linux-image-server linux-server
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

# apt-get install linux-headers-3.2.0-105-generic
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 linux-headers-3.2.0-105-generic : Depends: linux-headers-3.2.0-105 but it is 
not installable
E: Unable to correct problems, you have held broken packages.

# dpkg --get-selections|grep -v install$
#

# apt-get install linux-headers-3.2.0-105
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package linux-headers-3.2.0-105 is not available, but is referred to by another 
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'linux-headers-3.2.0-105' has no installation candidate

-- 
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/1597517

Title:
  linux-headers-3.2.0-105 not in precise-security

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I noticed that linux-headers-3.2.0-105 is not in precise-security.

  > Package not available
  http://packages.ubuntu.com/precise/devel/linux-headers-3.2.0-105-generic

  Looks like it was published but then removed again:
  https://launchpad.net/ubuntu/precise/amd64/linux-
  headers-3.2.0-105-generic

  Are the headers not always in the security repo if the image is?
  http://packages.ubuntu.com/precise/linux-image-3.2.0-105-generic

  For previous generic kernels like 3.2.0-102 and 3.2.0-104 the headers
  are in precise-security as well instead of only in precise-update.

  See http://packages.ubuntu.com/precise/linux-headers-3.2.0-102-generic
  and http://packages.ubuntu.com/precise/linux-headers-3.2.0-104-generic

  I ran into this trying to install the virtualbox guest additions into
  a precise64 Vagrant with a 3.2.0-105 kernel. The guest plugin tries to
  install the latest headers like 'linux-headers-`uname -r`'

  see https://github.com/dotless-de/vagrant-
  vbguest/blob/d36ba2e4ae00577b4169bf1336a6a3264277c1e7/lib/vagrant-
  vbguest/installers/debian.rb#L31

  this fails because the box I am using has precise-security in the
  sources.list but not precise-update.

  I submitted a question about this and was suggested to create a
  bugreport:
  https://answers.launchpad.net/ubuntu/+source/linux/+question/295780

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1597517/+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


[Kernel-packages] [Bug 1597517] Re: linux-headers-3.2.0-105 not in precise-security

2016-07-07 Thread Jason Gladish
Here's the log from running `sudo unattended-upgrade --dry-run --debug`
in case it's helpful:

2016-07-07 16:58:53,281 INFO Initial blacklisted packages:
2016-07-07 16:58:53,282 INFO Starting unattended upgrades script
2016-07-07 16:58:53,282 INFO Allowed origins are: 
['o=Ubuntu,a=precise-security']
2016-07-07 16:58:53,745 DEBUG adjusting candidate version: ''
2016-07-07 16:58:53,761 DEBUG adjusting candidate version: ''
2016-07-07 16:58:53,771 DEBUG adjusting candidate version: ''
2016-07-07 16:58:53,821 DEBUG adjusting candidate version: ''
2016-07-07 16:58:53,843 DEBUG adjusting candidate version: ''
2016-07-07 16:58:53,958 DEBUG adjusting candidate version: ''
2016-07-07 16:58:53,970 DEBUG adjusting candidate version: ''
2016-07-07 16:58:54,013 DEBUG adjusting candidate version: ''
2016-07-07 16:58:54,277 DEBUG adjusting candidate version: ''
2016-07-07 16:58:54,291 DEBUG adjusting candidate version: ''
2016-07-07 16:58:54,340 DEBUG adjusting candidate version: ''
2016-07-07 16:58:54,362 DEBUG adjusting candidate version: ''
2016-07-07 16:58:54,449 DEBUG adjusting candidate version: ''
2016-07-07 16:58:55,110 DEBUG Checking: cloud-init ([""])
2016-07-07 16:58:55,138 DEBUG Checking: facter ([""])
2016-07-07 16:58:55,178 DEBUG Checking: grub-legacy-ec2 ([""])
2016-07-07 16:58:55,193 DEBUG Checking: instrumental-tools (["https://packagecloud.io/expectedbehavior/instrumental' 
label:'instrumental' site:'packagecloud.io' isTrusted:True>"])
2016-07-07 16:58:55,401 DEBUG Checking: libruby2.0 ([""])
2016-07-07 16:58:55,487 DEBUG Checking: linux-headers-virtual (["", ""])
2016-07-07 16:58:55,957 DEBUG pkg 'linux-headers-3.2.0-105' not in allowed 
origin
2016-07-07 16:58:55,958 DEBUG sanity check failed
2016-07-07 16:58:56,173 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,174 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,174 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,214 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,224 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,330 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,330 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,364 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,619 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,620 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,659 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,670 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,748 DEBUG adjusting candidate version: ''
2016-07-07 16:58:56,785 DEBUG Checking: linux-image-virtual (["", ""])
2016-07-07 16:58:57,253 DEBUG pkg 'linux-headers-3.2.0-105' not in allowed 
origin
2016-07-07 16:58:57,253 DEBUG sanity check failed
2016-07-07 16:58:57,459 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,460 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,461 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,499 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,509 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,613 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,614 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,647 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,902 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,903 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,941 DEBUG adjusting candidate version: ''
2016-07-07 16:58:57,953 DEBUG adjusting candidate version: ''
2016-07-07 16:58:58,030 DEBUG adjusting candidate version: ''
2016-07-07 16:58:58,066 DEBUG Checking: linux-virtual (["", ""])
2016-07-07 16:58:58,490 DEBUG pkg 'linux-headers-3.2.0-105' not in allowed 
origin
2016-07-07 16:58:58,490 DEBUG sanity check failed
2016-07-07 16:58:58,699 DEBUG adjusting candidate version: ''
2016-07-07 16:58:58,700 DEBUG adjusting candidate version: ''
2016-07-07 16:58:58,701 DEBUG adjusting candidate version: ''
2016-07-07 16:58:58,739 DEBUG adjusting candidate version: ''
2016-07-07 16:58:58,749 DEBUG adjusting candidate version: ''
2016-07-07 16:58:58,853 DEBUG adjusting candidate version: ''
2016-07-07 16:58:58,854 DEBUG adjusting candidate version: ''
2016-07-07 16:58:58,887 DEBUG adjusting candidate version: ''
2016-07-07 16:58:59,142 DEBUG adjusting candidate version: ''
2016-07-07 16:58:59,143 DEBUG adjusting candidate version: ''
2016-07-07 16:58:59,181 DEBUG adjusting candidate version: ''
2016-07-07 16:58:59,193 DEBUG adjusting candidate version: ''
2016-07-07 16:58:59,270 DEBUG adjusting candidate version: ''
2016-07-07 16:58:59,355 DEBUG Checking: psmisc ([""])
2016-07-07 16:58:59,357 DEBUG Checking: puppetlabs-release ([""])
2016-07-07 16:58:59,398 DEBUG Checking: ruby2.0 ([""])
2016-07-07 16:58:59,398 DEBUG Checking: ruby2.0-dev ([""])
2016-07-07 16:58:59,466 DEBUG pkgs that look like they should be upgraded:
2016-07-07 16:58:59,473 DEBUG blacklist: []
2016-07-07 16:58:59,474 DEBUG InstCount=0 DelCount=0 BrokenCout=0
2016-07-07 16:58:59,474 INFO 

[Kernel-packages] [Bug 1597517] Re: linux-headers-3.2.0-105 not in precise-security

2016-07-04 Thread Acid
Hi,

- I confirm the above issue in our production servers which are
configured to update their packages only from a local mirror of the
security pocket with unattended-upgrades. They cannot upgrade the linux
kernel to version 3.2.0-105 because the linux-headers-3.2.0-105 package
is missing in the security pocket.

- Usually, the kernel upgrades work well with our local mirror of the
security pocket with unattended-upgrades.

- Aptitude also report this error :

[root@ ~]# aptitude dist-upgrade
The following NEW packages will be installed:
  linux-headers-3.2.0-105-generic{ab} linux-image-3.2.0-105-generic
The following packages will be upgraded:
  linux-generic linux-headers-generic linux-image-generic
3 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 39.8 MB of archives. After unpacking 162 MB will be used.
The following packages have unmet dependencies:
 linux-headers-3.2.0-105-generic : Depends: linux-headers-3.2.0-105 which is a 
virtual package.
The following actions will resolve these dependencies:

 Remove the following packages:
1) linux-generic
2) linux-headers-generic

 Keep the following packages at their current version:
3) linux-headers-3.2.0-105-generic [Not Installed]


Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.

- Finally, we also cannot install any new server (preseed) because of
this missing dependancy.

-- 
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/1597517

Title:
  linux-headers-3.2.0-105 not in precise-security

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I noticed that linux-headers-3.2.0-105 is not in precise-security.

  > Package not available
  http://packages.ubuntu.com/precise/devel/linux-headers-3.2.0-105-generic

  Looks like it was published but then removed again:
  https://launchpad.net/ubuntu/precise/amd64/linux-
  headers-3.2.0-105-generic

  Are the headers not always in the security repo if the image is?
  http://packages.ubuntu.com/precise/linux-image-3.2.0-105-generic

  For previous generic kernels like 3.2.0-102 and 3.2.0-104 the headers
  are in precise-security as well instead of only in precise-update.

  See http://packages.ubuntu.com/precise/linux-headers-3.2.0-102-generic
  and http://packages.ubuntu.com/precise/linux-headers-3.2.0-104-generic

  I ran into this trying to install the virtualbox guest additions into
  a precise64 Vagrant with a 3.2.0-105 kernel. The guest plugin tries to
  install the latest headers like 'linux-headers-`uname -r`'

  see https://github.com/dotless-de/vagrant-
  vbguest/blob/d36ba2e4ae00577b4169bf1336a6a3264277c1e7/lib/vagrant-
  vbguest/installers/debian.rb#L31

  this fails because the box I am using has precise-security in the
  sources.list but not precise-update.

  I submitted a question about this and was suggested to create a
  bugreport:
  https://answers.launchpad.net/ubuntu/+source/linux/+question/295780

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1597517/+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


[Kernel-packages] [Bug 1597517] Re: linux-headers-3.2.0-105 not in precise-security

2016-06-29 Thread vdloo
** Changed in: linux (Ubuntu)
   Status: Incomplete => New

-- 
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/1597517

Title:
  linux-headers-3.2.0-105 not in precise-security

Status in linux package in Ubuntu:
  New

Bug description:
  I noticed that linux-headers-3.2.0-105 is not in precise-security.

  > Package not available
  http://packages.ubuntu.com/precise/devel/linux-headers-3.2.0-105-generic

  Looks like it was published but then removed again:
  https://launchpad.net/ubuntu/precise/amd64/linux-
  headers-3.2.0-105-generic

  Are the headers not always in the security repo if the image is?
  http://packages.ubuntu.com/precise/linux-image-3.2.0-105-generic

  For previous generic kernels like 3.2.0-102 and 3.2.0-104 the headers
  are in precise-security as well instead of only in precise-update.

  See http://packages.ubuntu.com/precise/linux-headers-3.2.0-102-generic
  and http://packages.ubuntu.com/precise/linux-headers-3.2.0-104-generic

  I ran into this trying to install the virtualbox guest additions into
  a precise64 Vagrant with a 3.2.0-105 kernel. The guest plugin tries to
  install the latest headers like 'linux-headers-`uname -r`'

  see https://github.com/dotless-de/vagrant-
  vbguest/blob/d36ba2e4ae00577b4169bf1336a6a3264277c1e7/lib/vagrant-
  vbguest/installers/debian.rb#L31

  this fails because the box I am using has precise-security in the
  sources.list but not precise-update.

  I submitted a question about this and was suggested to create a
  bugreport:
  https://answers.launchpad.net/ubuntu/+source/linux/+question/295780

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1597517/+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