
我花了很長時間搜索,但沒能解決這個問題。我在我的arm機器上有一個可用的Debian squeeze chroot。我按照指南從擠壓升級到喘息,我需要一些擠壓中不可用的功能。升級非常簡單。升級後我無法連線到任何 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 不相容,因為這是 2.6.31 內核,而 wheezy 需要 2.6.32 或更高版本。 udev 等無法啟動(udev 需要核心 = 2.6.32 未啟動)