[Bug 483410] Re: package drbd8-source failed to install/upgrade: linux headers missing
[Expired for drbd8 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: drbd8 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/483410 Title: package drbd8-source failed to install/upgrade: linux headers missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/483410/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 483410] Re: package drbd8-source failed to install/upgrade: linux headers missing
** Changed in: drbd8 (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/483410 Title: package drbd8-source failed to install/upgrade: linux headers missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/483410/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 483410] Re: package drbd8-source failed to install/upgrade: linux headers missing
** Tags added: dist-upgrade -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/483410 Title: package drbd8-source failed to install/upgrade: linux headers missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/483410/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 483410] Re: package drbd8-source failed to install/upgrade: linux headers missing
Hi All, Can someone please confirm if you're still experiencing this problem, or the bug listed above (bug 562832) has fixed this issue? Thanks! -- package drbd8-source failed to install/upgrade: linux headers missing https://bugs.launchpad.net/bugs/483410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
Re: [Bug 483410] Re: package drbd8-source failed to install/upgrade: linux headers missing
On 20.05.2010 03:45, crh wrote: > Solution: Add the link to the linux-headers-2.6.32-22 package Look at bug 562832. -- package drbd8-source failed to install/upgrade: linux headers missing https://bugs.launchpad.net/bugs/483410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 483410] Re: package drbd8-source failed to install/upgrade: linux headers missing
The issue is that dkms does not find a link named build in /lib/modules/2.6.32-22-generic pointing at the kernel sources. The build link does exist in /lib/modules/2.6.32-22-server Workaround: Create a link /lib/modules/2.6.32-22-generic/build -> /usr/src/linux-headers-2.6.32-22 the build works (dpkg-reconfigure dkms8-source). This should not be a wishlist item though, this is a major issue for the server distribution. Solution: Add the link to the linux-headers-2.6.32-22 package -- package drbd8-source failed to install/upgrade: linux headers missing https://bugs.launchpad.net/bugs/483410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
Re: [Ubuntu-ha] [Bug 483410] Re: package drbd8-source failed to install/upgrade: linux headers missing
On 14.05.2010 11:51, Neale Rudd wrote: > I've had this same problem on a Lucid Lynx upgrade on all of our > servers. Look at bug 562832. -- package drbd8-source failed to install/upgrade: linux headers missing https://bugs.launchpad.net/bugs/483410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 483410] Re: package drbd8-source failed to install/upgrade: linux headers missing
Hi, I've had this same problem on a Lucid Lynx upgrade on all of our servers. It tried to upgrade 8.3.4 to 8.3.7 Version: 2.6.32-22-generic-pae Upgraded from 2.6.31-19-generic-pae using do-release-upgrade Server: PowerEdge 2650 After install, DRBD does not start: * Starting DRBD resources Can not load the drbd module. modprobe drbd FATAL: Module drbd not found. To rebuild it and get it working, I performed these steps. It seems the headers were missing, or the new version didn't build properly due to dependancy errors (I'm afraid I didn't keep them, but it was listing 2.6.28-?? headers and saying it depended on them, even though those packages don't exist on our server. # Check module versions dkms status drbd8, 8.3.7, 2.6.32-22-generic, i686: installed drbd8, 8.3.7, 2.6.31-19-generic-pae, i686: installed # Manual rebuild (remove old ones first that appear in dkms status) dkms remove -m drbd8 -v 8.3.7 -k 2.6.32-22-generic dkms remove -m drbd8 -v 8.3.7 -k 2.6.31-19-generic-pae # Check module versions dkms status (nothing shows) # Try to clean up and re-install apt-get remove drbd8-utils apt-get autoremove apt-get clean apt-get install drbd8-utils /etc/init.d/drbd start * Starting DRBD resources Can not load the drbd module. # However, same problem, so tried to rebuild as follows: dkms add -m drbd8 -v 8.3.7 apt-get install linux-headers-2.6.32-22-generic-pae dkms build -m drbd8 -v 8.3.7 -a 2.6.32-22-generic-pae dkms install -m drbd8 -v 8.3.7 -a 2.6.32-22-generic-pae # On version warning error: dkms uninstall -m drbd8 -v 8.3.7 -a 2.6.32-22-generic dkms uninstall -m drbd8 -v 8.3.7 -a 2.6.32-22-generic-pae dkms install -m drbd8 -v 8.3.7 -a 2.6.32-22-generic-pae --force # Check module versions dkms status drbd8, 8.3.7, 2.6.32-22-generic, i686: installed drbd8, 8.3.7, 2.6.32-22-generic-pae, 2.6.32-20-generic: installed drbd8, 8.3.7, 2.6.31-20-generic-pae, i686: installed # Start it up /etc/init.d/drbd start I'm worried it won't automatically upgrade now that I've messed with the builds in this way though. Neale -- package drbd8-source failed to install/upgrade: linux headers missing https://bugs.launchpad.net/bugs/483410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 483410] Re: package drbd8-source failed to install/upgrade: linux headers missing
On Tue, Nov 17, 2009 at 04:25:56PM -, Ante Karamatić wrote: > Chuck Short wrote: > > >Status: New => Invalid > > Is it invalid? I'd rather say that we don't have smart way of installing > headers for kernel that we ship. It's impossible to make package depend > on latest headers of the kernel that's installed. Now best/worst thing > we can do is hardcode drbd dependency on server kernel and headers. > > It would be nice to have that and it would fix this problem. > We should probably add a helpful error message suggesting the user to install the correct -headers package. status triaged importance wishlist -- Mathias Gug Ubuntu Developer http://www.ubuntu.com ** Summary changed: - package drbd8-source 2:8.3.3-0ubuntu1 failed to install/upgrade: + package drbd8-source failed to install/upgrade: linux headers missing ** Changed in: drbd8 (Ubuntu) Importance: Undecided => Wishlist ** Changed in: drbd8 (Ubuntu) Status: Invalid => Triaged -- package drbd8-source failed to install/upgrade: linux headers missing https://bugs.launchpad.net/bugs/483410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs