Advertisement
Guest User

Debian upgrade from Wheezy to Jessie fails on udev

a guest
Jul 24th, 2015
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. % sudo apt-get -f install
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Correcting dependencies... Done
  6. The following packages were automatically installed and are no longer required:
  7. libmpc2 libsystemd-login0 re2c ttf-dejavu-core
  8. Use 'apt-get autoremove' to remove them.
  9. The following extra packages will be installed:
  10. udev
  11. The following packages will be upgraded:
  12. udev
  13. 1 upgraded, 0 newly installed, 0 to remove and 425 not upgraded.
  14. 88 not fully installed or removed.
  15. Need to get 0 B/884 kB of archives.
  16. After this operation, 5,219 kB of additional disk space will be used.
  17. Do you want to continue [Y/n]? y
  18. Reading changelogs... Done
  19. Preconfiguring packages ...
  20. (Reading database ... 46087 files and directories currently installed.)
  21. Preparing to unpack .../udev_215-17+deb8u1_i386.deb ...
  22. Since release 198, udev requires support for the following features in
  23. the running kernel:
  24.  
  25. - inotify(2) (CONFIG_INOTIFY_USER)
  26. - signalfd(2) (CONFIG_SIGNALFD)
  27. - accept4(2)
  28. - open_by_handle_at(2) (CONFIG_FHANDLE)
  29. - timerfd_create(2) (CONFIG_TIMERFD)
  30. - epoll_create(2) (CONFIG_EPOLL)
  31.  
  32. Please upgrade your kernel before or while upgrading udev.
  33.  
  34. AT YOUR OWN RISK, you can force the installation of this version of udev
  35. WHICH DOES NOT WORK WITH YOUR RUNNING KERNEL AND WILL BREAK YOUR SYSTEM
  36. AT THE NEXT REBOOT by creating the /etc/udev/kernel-upgrade file.
  37. There is always a safer way to upgrade, do not try this unless you
  38. understand what you are doing!
  39.  
  40.  
  41. dpkg: error processing archive /var/cache/apt/archives/udev_215-17+deb8u1_i386.deb (--unpack):
  42. subprocess new pre-installation script returned error exit status 1
  43. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  44. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  45. Errors were encountered while processing:
  46. /var/cache/apt/archives/udev_215-17+deb8u1_i386.deb
  47. localepurge: Disk space freed in /usr/share/locale: 0 KiB
  48. localepurge: Disk space freed in /usr/share/man: 0 KiB
  49.  
  50. Total disk space freed by localepurge: 0 KiB
  51.  
  52. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement