summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-04-25 17:30:17 -0300
committerMicah Anderson <micah@riseup.net>2016-04-25 17:30:17 -0300
commitdcdafd6c359056d2e8a8265701ac36d898ef385c (patch)
tree77c2cff0d2a21b4fc807b99fbb669390c44c9505
parentcc67bcb2283c10f16fed8cbfd520506ad476c3e0 (diff)
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
-rw-r--r--pages/docs/platform/upgrading/upgrade-0-8.md38
1 files changed, 0 insertions, 38 deletions
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):