免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: killua

linux-2.6内核升级文档(全) [复制链接]

论坛徽章:
0
发表于 2005-01-24 11:38 |显示全部楼层

linux-2.6内核升级文档(全)

楼上的我也不能解释,因为我也出现这样的情况,不过不管它也可以,使用时也没出错呢

论坛徽章:
0
发表于 2005-01-24 12:59 |显示全部楼层

linux-2.6内核升级文档(全)

好,明天试试

论坛徽章:
0
发表于 2005-01-25 09:23 |显示全部楼层

linux-2.6内核升级文档(全)

ddd

论坛徽章:
0
发表于 2005-01-25 14:33 |显示全部楼层

linux-2.6内核升级文档(全)

if [ "docbook2man" = "docbook2man" ]; then                     \
    docbook2man doc/modprobe.conf.sgml >; /dev/null 2>;&1;                       \
else                                                               \
    docbook2man doc/modprobe.conf.sgml 2>;&1 >; modprobe.conf.5 | sed 's/^[^:]*://
';              \
fi
make: *** [modprobe.conf.5] Error 127

论坛徽章:
0
发表于 2005-01-25 14:44 |显示全部楼层

linux-2.6内核升级文档(全)

哈哈,看见原文了,下次实验把

论坛徽章:
0
发表于 2005-01-27 18:03 |显示全部楼层

linux-2.6内核升级文档(全)

make mrproper
make allconfig
make
make moldes_install
make install
reboot

论坛徽章:
0
发表于 2005-02-04 11:34 |显示全部楼层

linux-2.6内核升级文档(全)

帮帮忙,有一个问题 redhat linux as3.0或者slackware linunx8 通过nfs mount到nas上 进行测试,
写的速度比本地的速度相比太慢了,只有几m/s 后在linux下使用如下的命令指定:
mount -o ro,fg,vers=3,tcp,timeo=600,retrans=2,rsize=32768,wsize=32768,
hard,nointr,nolock,nocto,actimeo=600
写的速度提高到了50/s左右,但是读的速度同时又降下来了,有没有什么办法提高写的速度,达到标准130MB/s! 很急,,,,

论坛徽章:
0
发表于 2005-02-07 00:18 |显示全部楼层

linux-2.6内核升级文档(全)

drivers/char/drm/drm_agpsupport.h:431: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:582)

bian yi de shi hou lao shi chu xian zhe ge :"warning: `inter_module_put' is deprecated"..................  zheng me ban a *__*

论坛徽章:
0
发表于 2005-02-19 22:16 |显示全部楼层

linux-2.6内核升级文档(全)

在我 make moveold 时:
  1. make: *** No rule to make target `moveold'.  Stop.
复制代码

是什么原因?

./configure --prefix=/ 时:
  1. [root@localhost module-init-tools-3.0]# ./configure --prefix=/
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking target system type... i686-pc-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking for gcc... no
  10. checking for cc... no
  11. checking for cc... no
  12. checking for cl... no
  13. configure: error: no acceptable C compiler found in $PATH
  14. See `config.log' for more details.
复制代码


我的config.log

  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.                                                                                 
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.59.  Invocation command line was
  6.                                                                                 
  7.   $ ./configure --prefix=/
  8.                                                                                 
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.                                                                                 
  13. hostname = localhost.localdomain
  14. uname -m = i686
  15. uname -r = 2.4.20-8
  16. uname -s = Linux
  17. uname -v = #1 Thu Mar 13 17:54:28 EST 2003
  18.                                                                                 
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.                                                                                 
  22. /bin/arch              = i686
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo               = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.                                                                                 
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /sbin
  33. PATH: /bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /usr/X11R6/bin
  37. PATH: /root/bin
  38.                                                                                 
  39.                                                                                 
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.                                                                                 
  44. configure:1299: checking build system type
  45. configure:1317: result: i686-pc-linux-gnu
  46. configure:1325: checking host system type
  47. configure:1339: result: i686-pc-linux-gnu
  48. configure:1347: checking target system type
  49. configure:1361: result: i686-pc-linux-gnu
  50. configure:1390: checking for a BSD-compatible install
  51. configure:1445: result: /usr/bin/install -c
  52. configure:1456: checking whether build environment is sane
  53. configure:1499: result: yes
  54. configure:1532: checking for gawk
  55. configure:1548: found /bin/gawk
  56. configure:1558: result: gawk
  57. configure:1568: checking whether make sets $(MAKE)
  58. configure:1588: result: yes
  59. configure:1794: checking for gcc
  60. configure:1823: result: no
  61. configure:1874: checking for cc
  62. configure:1903: result: no
  63. configure:1916: checking for cc
  64. configure:1962: result: no
  65. configure:2015: checking for cl
  66. configure:2044: result: no
  67. configure:2058: error: no acceptable C compiler found in $PATH
  68. See `config.log' for more details.
  69.                                                                                 
  70. ## ---------------- ##
  71. ## Cache variables. ##
  72. ## ---------------- ##
  73.                                                                                 
  74. ac_cv_build=i686-pc-linux-gnu
  75. ac_cv_build_alias=i686-pc-linux-gnu
  76. ac_cv_env_CC_set=
  77. ac_cv_env_CC_value=
  78. ac_cv_env_CFLAGS_set=
  79. ac_cv_env_CFLAGS_value=
  80. ac_cv_env_CPPFLAGS_set=
  81. ac_cv_env_CPPFLAGS_value=
  82. ac_cv_env_LDFLAGS_set=
  83. ac_cv_env_LDFLAGS_value=
  84. ac_cv_env_build_alias_set=
  85. ac_cv_env_build_alias_value=
  86. ac_cv_env_host_alias_set=
  87. ac_cv_env_host_alias_value=
  88. ac_cv_env_target_alias_set=
  89. ac_cv_env_target_alias_value=
  90. ac_cv_host=i686-pc-linux-gnu
  91. ac_cv_host_alias=i686-pc-linux-gnu
  92. ac_cv_path_install='/usr/bin/install -c'
  93. ac_cv_prog_AWK=gawk
  94. ac_cv_prog_make_make_set=yes
  95. ac_cv_target=i686-pc-linux-gnu
  96. ac_cv_target_alias=i686-pc-linux-gnu
  97.                                                                                 
  98. ## ----------------- ##
  99. ## Output variables. ##
  100. ## ----------------- ##
  101.                                                                                 
  102. ACLOCAL='${SHELL} /sbin/module-init-tools-3.0/missing --run aclocal-1.6'
  103. AMDEPBACKSLASH=''
  104. AMDEP_FALSE=''
  105. AMDEP_TRUE=''
  106. AMTAR='${SHELL} /sbin/module-init-tools-3.0/missing --run tar'
  107. AUTOCONF='${SHELL} /sbin/module-init-tools-3.0/missing --run autoconf'
  108. AUTOHEADER='${SHELL} /sbin/module-init-tools-3.0/missing --run autoheader'
  109. AUTOMAKE='${SHELL} /sbin/module-init-tools-3.0/missing --run automake-1.6'
  110. AWK='gawk'
  111. CC=''
  112. CCDEPMODE=''
  113. CFLAGS=''
  114. CPPFLAGS=''
  115. DEFS=''
  116. DEPDIR=''
  117. ECHO_C=''
  118. ECHO_N='-n'
  119. ECHO_T=''
  120. EXEEXT=''
  121. INSTALL_DATA='${INSTALL} -m 644'
  122. INSTALL_PROGRAM='${INSTALL}'
  123. INSTALL_SCRIPT='${INSTALL}'
  124. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  125. LDADD=''
  126. LDFLAGS=''
  127. LIBOBJS=''
  128. LIBS=''
  129. LTLIBOBJS=''
  130. MAKEINFO='${SHELL} /sbin/module-init-tools-3.0/missing --run makeinfo'
  131. MODULE_DIR=''
  132. OBJEXT=''
  133. PACKAGE='module-init-tools'
  134. PACKAGE_BUGREPORT=''
  135. PACKAGE_NAME=''
  136. PACKAGE_STRING=''
  137. PACKAGE_TARNAME=''
  138. PACKAGE_VERSION=''
  139. PATH_SEPARATOR=':'
  140. SET_MAKE=''
  141. SHELL='/bin/sh'
  142. STRIP=''
  143. VERSION='3.0'
  144. ac_ct_CC=''
  145. ac_ct_STRIP=''
  146. am__include=''
  147. am__quote=''
  148. bindir='${exec_prefix}/bin'
  149. build='i686-pc-linux-gnu'
  150. build_alias=''
  151. build_cpu='i686'
  152. build_os='linux-gnu'
  153. build_vendor='pc'
  154. datadir='${prefix}/share'
  155. exec_prefix='NONE'
  156. host='i686-pc-linux-gnu'
  157. host_alias=''
  158. host_cpu='i686'
  159. host_os='linux-gnu'
  160. host_vendor='pc'
  161. includedir='${prefix}/include'
  162. infodir='${prefix}/info'
  163. install_sh='/sbin/module-init-tools-3.0/install-sh'
  164. libdir='${exec_prefix}/lib'
  165. libexecdir='${exec_prefix}/libexec'
  166. localstatedir='${prefix}/var'
  167. mandir='${prefix}/man'
  168. oldincludedir='/usr/include'
  169. prefix='/'
  170. program_transform_name='s,x,x,'
  171. sbindir='${exec_prefix}/sbin'
  172. sharedstatedir='${prefix}/com'
  173. sysconfdir='${prefix}/etc'
  174. target='i686-pc-linux-gnu'
  175. target_alias=''
  176. target_cpu='i686'
  177. target_os='linux-gnu'
  178. target_vendor='pc'
  179.                                                                                 
  180. ## ----------- ##
  181. ## confdefs.h. ##
  182. ## ----------- ##
  183.                                                                                 
  184. #define PACKAGE "module-init-tools"
  185. #define PACKAGE_BUGREPORT ""
  186. #define PACKAGE_NAME ""
  187. #define PACKAGE_STRING ""
  188. #define PACKAGE_TARNAME ""
  189. #define PACKAGE_VERSION ""
  190. #define VERSION "3.0"
  191.                                                                                 
  192. configure: exit 1
复制代码

论坛徽章:
0
发表于 2005-05-08 00:04 |显示全部楼层

linux-2.6内核升级文档(全)

我的 编译好重起,可是进不去啊 请指点指点,谢谢啊~~~~~~~顶
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP