From dcdafd6c359056d2e8a8265701ac36d898ef385c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 25 Apr 2016 17:30:17 -0300 Subject: remove udev update error, this is a very specific bug triggered by old kernels that we are stuck with due to the deployment test infrastructure we are using --- pages/docs/platform/upgrading/upgrade-0-8.md | 38 ---------------------------- 1 file changed, 38 deletions(-) (limited to 'pages/docs/platform/upgrading') diff --git a/pages/docs/platform/upgrading/upgrade-0-8.md b/pages/docs/platform/upgrading/upgrade-0-8.md index 8df9254..530d80c 100644 --- a/pages/docs/platform/upgrading/upgrade-0-8.md +++ b/pages/docs/platform/upgrading/upgrade-0-8.md @@ -157,44 +157,6 @@ You can ignore these warnings, they will be resolved on upgrade. If you get this error, run `apt-get update` and then re-run the command. -**udev update errors** - -On some systems, you may receive this long error: - -``` -Since release 198, udev requires support for the following features in -the running kernel: - -- inotify(2) (CONFIG_INOTIFY_USER) -- signalfd(2) (CONFIG_SIGNALFD) -- accept4(2) -- open_by_handle_at(2) (CONFIG_FHANDLE) -- timerfd_create(2) (CONFIG_TIMERFD) -- epoll_create(2) (CONFIG_EPOLL) -Since release 176, udev requires support for the following features in -the running kernel: - -- devtmpfs (CONFIG_DEVTMPFS) - -Please upgrade your kernel before or while upgrading udev. - -AT YOUR OWN RISK, you can force the installation of this version of udev -WHICH DOES NOT WORK WITH YOUR RUNNING KERNEL AND WILL BREAK YOUR SYSTEM -AT THE NEXT REBOOT by creating the /etc/udev/kernel-upgrade file. -There is always a safer way to upgrade, do not try this unless you -understand what you are doing! - - -dpkg: error processing archive /var/cache/apt/archives/udev_215-17+deb8u4_amd64.deb (--unpack): - subprocess new pre-installation script returned error exit status 1 -update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults -update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults -``` - -You can resolve this by doing: `touch /etc/udev/kernel-upgrade` and then -re-doing the upgrade command you were running when this error happened. Once you -are finished with the upgrade process, be sure to reboot. - **Unmet dependencies. Try using -f.** Sometimes you might get an error similar to this (although the package names may be different): -- cgit v1.2.3