나는 현재 Debian Jessie를 Stretch로 업그레이드하려고 노력해 왔습니다.
불행하게도 apt-get dist-upgrade
실패하면 다음을 반환합니다.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
systemd : Breaks: udev (< 228-5)
Recommends: libpam-systemd but it is not installed
Breaks: udev:i386 (< 228-5)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
또한 제안이 apt --fix-broken install
실패합니다.
Do you want to continue? [T/n] t
Reading changelogs... Done
(Reading database ... 188728 files and directories currently installed.)
Preparing to unpack .../archives/udev_232-15_amd64.deb ...
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)
dpkg: error processing archive /var/cache/apt/archives/udev_232-15_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
insserv: warning: script 'K01jira' missing LSB tags and overrides
insserv: warning: script 'jira' missing LSB tags and overrides
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
insserv: warning: script 'K01jira' missing LSB tags and overrides
insserv: warning: script 'jira' missing LSB tags and overrides
Errors were encountered while processing:
/var/cache/apt/archives/udev_232-15_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Stretch에는 현재 커널보다 최신 커널이 필요한 것 같습니다.
~# uname -r
3.2.13-grsec-xxxx-grs-ipv6-64
그러나 새로운 것을 설치하려는 시도 는 문제 linux-image-*
로 인해 실패했습니다 .udev
systemd
미리 감사드립니다!