squeeze에서 wheezy로 업그레이드한 후 Apache가 손상되었습니다.

squeeze에서 wheezy로 업그레이드한 후 Apache가 손상되었습니다.

검색하는 동안 많은 시간을 보냈지만 이 문제를 해결할 수 없었습니다. 나는 내 팔 머신에 데비안 스퀴즈의 chroot를 작동시켰습니다. squeeze에서 wheezy로 업그레이드하는 방법에 대한 가이드를 따랐습니다. squeeze에서 사용할 수 없는 일부 기능이 필요했습니다. 업그레이드는 매우 간단했습니다. 업그레이드 후에는 어떤 Apache 사이트에도 연결할 수 없습니다. 로깅을 디버그로 전환했으며 내 로그는 다음으로 가득 차 있습니다.

[Wed Jan 23 23:23:34 2013] [notice] Digest: generating secret for digest authentication ...
[Wed Jan 23 23:23:34 2013] [notice] Digest: done
[Wed Jan 23 23:23:35 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:35 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:35 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:35 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:35 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:35 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-11 configured -- resuming normal operations
[Wed Jan 23 23:23:35 2013] [info] Server built: Oct 31 2012 00:17:58
[Wed Jan 23 23:23:35 2013] [debug] prefork.c(1023): AcceptMutex: sysvsem (default: sysvsem)
[Wed Jan 23 23:23:36 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:37 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:37 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:38 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:38 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:38 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:38 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:39 2013] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 3 idle,$
[Wed Jan 23 23:23:39 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:39 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:39 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:39 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:39 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:39 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)
[Wed Jan 23 23:23:39 2013] [error] (38)Function not implemented: apr_socket_accept: (client socket)

아이디어 좀 주세요?

답변1

기본적으로 기본 Linux 커널은 wheezy와 호환되지 않습니다. wheezy는 2.6.31 커널이고 wheezy에는 2.6.32 이상이 필요하기 때문입니다. 무엇보다도 udev가 시작되지 않습니다(udev에는 커널이 필요합니다 = 2.6.32 시작되지 않음)

관련 정보