커널 컴파일 에러좀 잡아주세요 ^^

a287848의 이미지

클러스터링을 구축하기 위해서 kernel-2.4.22 에 XFS 패치를 적용하고
make dep , make clean , make bzImage , make modules .
make modules_install , make install (redhat 9 . 0 입니다)했는데 grub 에서 선택하면 root 설정이 잘못되었다고 하면서 kernel 이 Panic 에 빠집니다. 그래서 grub 의 root 설정을 /LABEL 에서 /dev/hda1 로 바꾸었더니 좀 진행되는것 같더니 런레벨 파일들을 하나도 읽어 들이지 못하고
INIT : Id "1" respawning too fast : disable for 5 minutes
INIT : Id "2" respawning too fast : disable for 5 minutes
INIT : Id "3" respawning too fast : disable for 5 minutes
INIT : Id "4" respawning too fast : disable for 5 minutes
INIT : Id "5" respawning too fast : disable for 5 minutes
하는 말이 계속 나옵니다.
어떻게 해야하고 무엇이 잘못된걸까요 가르쳐주시면 고맙겠습니다.
커널 설정을 잘못해준거 같지는 않습니다. file system 이나 ide 장치 설정도 잘해준것 같은데 이유를 알수가 없네요
참고로 grub 설정 적어봅니다.

boot = /dev/hda
default=1
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Liux(2.4.22-xfs)
root (hd0,0)
kernel /boot/vmlinuz-2.4.22-xfs ro root=/dev/hda1
initrd /boot/inited-2.4.22-xfs.img
도와주세요^^

그리고 이제 보니깐 부팅 시 에러가 나는 부분이 /dev/tty0~ 쭉 읽지를 못하네요 제가 커널 설정할때 file system 에서 /dev/ 를 * 표시 했었거든요 혹시 그것과 관련있나요?

jedi의 이미지

a287848 wrote:

INIT : Id "3" respawning too fast : disable for 5 minutes 하는 말이 계속 나옵니다.

저는 VGA를 안잡은 상황에서 X가 시동 되려고 노력할때 나오더군요.
VGA를 잡아주면 되던데....

+++ 여기부터는 서명입니다. +++
국가 기구의 존속을 위한 최소한의 세금만을 내고, 전체 인민들이 균등한 삶을
영위할 수 있는 착취가 없는 혁명의 그날은 언제나 올 것인가!
-- 조정래, <태백산맥> 중에서, 1986년

a287848의 이미지

환장하겠습니다. 제발 좀 잡아주세요 제가 에러메세지를 다 안적은것 같아서 다시 적습니다.
INIT : Id "1" respawning too fast : disable for 5 minutes
INIT : Id "2" respawning too fast : disable for 5 minutes
INIT : Id "3" respawning too fast : disable for 5 minutes
INIT : Id "4" respawning too fast : disable for 5 minutes
INIT : Id "5" respawning too fast : disable for 5 minutes

고수님의 조언 부탁드립니다.

Dig it.

jw0717의 이미지

INIT : Id "2" respawning too fast : disable for 5 minutes
INIT : Id "3" respawning too fast : disable for 5 minutes
INIT : Id "4" respawning too fast : disable for 5 minutes
....
...

정확히 어떤부분에서 에러가 난지 모르겠지만서두요..

위 메시지는 어떤 작업이 예를들어서 루프가 돌면서

시스템 리소스를 다 잡아 먹을때 리소스 확보차원에서..

잠시 그 작업을 행(?)걸리게 하는거 같거든요...

컴팔이 잘되고 부팅할때 grub에러땜에 나는 메시지라면..grub설정을 다시 보심이... ^^;; 별도움이 안되셨을듯...

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.