Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Other Distributions > Arch Linux Help
Reload this Page installation message :INIT: Id "c0" respawning too fast: disabled for 5 minutes
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Arch Linux Help Help an discussion related to Arch

Site Navigation
Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 08-24-2007   #1 (permalink)
Linux Engineer
 
valemon's Avatar
 
Join Date: Oct 2006
Location: Volos
Posts: 871
Send a message via MSN to valemon Send a message via Skype™ to valemon
installation message :INIT: Id "c0" respawning too fast: disabled for 5 minutes

Finally I decided to download and install arch! The problem is that during the installation this message keeps coming up
Quote:
INIT: Id "c0" respawning too fast: disabled for 5 minutes
Does anyone know what is this? Will it affect my installation?
__________________
join #linuxforums on irc.freenode.org
openSuSE 10.3/Arch/Gutsy/Slackware 12
Linux user #442041
valemon is offline   Reply With Quote
Old 08-25-2007   #2 (permalink)
Linux User
 
infoshirish's Avatar
 
Join Date: May 2007
Location: Pune, India
Posts: 397
Send a message via Yahoo to infoshirish
Quote:
Originally Posted by valemon View Post
Finally I decided to download and install arch! The problem is that during the installation this message keeps coming up

Does anyone know what is this? Will it affect my installation?

Hii valemon,
Boot your machine from any Live CD for i.e Knoppix Live CD. And post the output of /etc/inittab file.
__________________
Regards,

who |grep -i blonde |
date; cd~; unzip; touch;
strip; finger; mount; gasp;
yes; uptime; umount;
sleep

Newbie clicks
http://www.linuxforums.org/forum/lin...ead-first.html
infoshirish is offline   Reply With Quote
Old 09-30-2007   #3 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Narrabri NSW, Australia
Posts: 4
Sorry if i'm treading on anyones toes bby doing this, but i had the same problem, so here is my /etc/inittab. (hopefully it is the same problem so it might help speed things along.....)

#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Version: @(#)inittab 2.04 17/05/93 MvS
# 2.10 02/10/95 PV
# 3.00 02/06/1999 PV
# 4.00 04/10/2002 PV
#
# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
# Modified by: Patrick J. Volkerding, <volkerdi@slackware.com>
#

# These are the default runlevels in Slackware:
# 0 = halt
# 1 = single user mode
# 2 = unused (but configured the same as runlevel 3)
# 3 = multiuser mode (default Slackware runlevel)
# 4 = X11 with KDM/GDM/XDM (session managers)
# 5 = unused (but configured the same as runlevel 3)
# 6 = reboot

# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:

# System initialization (runs when system boots).
si:S:sysinit:/etc/rc.d/rc.S

# Script to run when going single user (runlevel 1).
su:1S:wait:/etc/rc.d/rc.K

# Script to run when going multi user.
rc:2345:wait:/etc/rc.d/rc.M

# What to do at the "Three Finger Salute".
ca::ctrlaltdel:/sbin/shutdown -t5 -r now

# Runlevel 0 halts the system.
l0:0:wait:/etc/rc.d/rc.0

# Runlevel 6 reboots the system.
l6:6:wait:/etc/rc.d/rc.6

# What to do when power fails.
pf:owerfail:/sbin/genpowerfail start

# If power is back, cancel the running shutdown.
pg:owerokwait:/sbin/genpowerfail stop

# These are the standard console login getties in multiuser mode:
c1:1235:respawn:/sbin/agetty 38400 tty1 linux
c2:1235:respawn:/sbin/agetty 38400 tty2 linux
c3:1235:respawn:/sbin/agetty 38400 tty3 linux
c4:1235:respawn:/sbin/agetty 38400 tty4 linux
c5:1235:respawn:/sbin/agetty 38400 tty5 linux
c6:12345:respawn:/sbin/agetty 38400 tty6 linux

# Local serial lines:
#s1:12345:respawn:/sbin/agetty -L ttyS0 9600 vt100
#s2:12345:respawn:/sbin/agetty -L ttyS1 9600 vt100

# Dialup lines:
#d1:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS0 vt100
#d2:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS1 vt100

# Runlevel 4 used to be for an X window only system, until we discovered
# that it throws init into a loop that keeps your load avg at least 1 all
# the time. Thus, there is now one getty opened on tty6. Hopefully no one
# will notice. ;^)
# It might not be bad to have one text console anyway, in case something
# happens to X.
x1:4:respawn:/etc/rc.d/rc.4

# End of /etc/inittab
stevesutt89 is offline   Reply With Quote
Old 09-30-2007   #4 (permalink)
Linux Engineer
 
Thrillhouse's Avatar
 
Join Date: Jun 2006
Location: Arlington, VA, USA
Posts: 1,258
Quote:
Originally Posted by stevesutt89 View Post
x1:4:respawn:/etc/rc.d/rc.4
Hey, Steve. Welcome to the forums.

I think this is the line that's causing you problems. Try commenting it out and rebooting. By the way, do you know you're booting into run level 3 by default?
Thrillhouse is offline   Reply With Quote
Old 10-01-2007   #5 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Narrabri NSW, Australia
Posts: 4
errrr....runlevel 3.....i see...yes
no actually that was a lie, i don't see. If some one has time could you explain what run level 3 is briefly and whether this is good of bad?
Thanks, I'm kind of a linux noob having only used it for 10 months....

oh, and I'll try commenting out that line tonight (its wierd though cause i managed to install arch linux about a week ago on the same machine, but i couldn't work out what to do once it was installed so i installed something else over the top of it. now when i decide to give it another go it doesn't work....oh well hopefully this will fix it)
stevesutt89 is offline   Reply With Quote
Old 10-01-2007   #6 (permalink)
Linux Engineer
 
Thrillhouse's Avatar
 
Join Date: Jun 2006
Location: Arlington, VA, USA
Posts: 1,258
I'm confused. You installed Arch but couldn't figure out what to do after that and then installed another distribution on top of it, completely wiping it out? That must be the case because your inittab looks like it was created by Slackware.
Quote:
no actually that was a lie, i don't see. If some one has time could you explain what run level 3 is briefly and whether this is good of bad?
Linux uses run levels to manage processes. The run levels are numbered 0-6 with each one serving a different purpose. You can read more about them here.

If you want to give Arch another shot, which I highly recommend, try browsing their wiki for any problems you run into, specifically the Beginner's Guide and the Official Install Guide. Both of those can really help you out. The Wiki is one of the best things about Arch. Also, don't be afraid to post on their forums either.
Thrillhouse is offline   Reply With Quote
Old 10-01-2007   #7 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Narrabri NSW, Australia
Posts: 4
Um, yeah, thats what i did. When i installed Arch on a spare partition the first time i rebooted to be welcomed by a super high resolution screen (login ...i think) with fonts so small they were practically impossible to read. So, since i didn;t know the Arch wiki existed at the time, and i only had the stamina of a 100m sprinter, i errr, gave up and wacked slackware back on top of arch linux. Since then i discovered the Arch wiki and have read a lot of good things about arch, so i decied to bite the bulled and give it another go (and hope nothing went wrong so i could avoid telling my long a complicated story.....ahh wish ful thinking)

So, if this /etc/inittab file came from slackware that means that a) i mustn't have formatted my drive first and B) i can safely delete it(/format the partition) before restarting the Arch linux install again????
stevesutt89 is offline   Reply With Quote
Old 10-02-2007   #8 (permalink)
Linux Engineer
 
Thrillhouse's Avatar
 
Join Date: Jun 2006
Location: Arlington, VA, USA
Posts: 1,258
Hey, Steve.

I'm not sure what your question is but most installers re-format your hard drive for you during installation. There's really no need for you to do so beforehand. If you want to install Arch again, just pop in the CD and your install will automatically overwrite whatever is currently on there. However, be aware of the fact that Arch's standard partitioning scheme will overwrite anything that is currently on your hard drive, not just any Linux installs. If you have Windows on there and you want to keep it, you have to create your own partition scheme but that's not too difficult.
Thrillhouse is offline   Reply With Quote
Old 10-09-2007   #9 (permalink)
Just Joined!
 
Join Date: Oct 2006
Posts: 6
about the whole cd0 respawing thing...
it didn't affect my last installation of arch.. i just ignored it and kept on truckin
drewbug01 is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Job Search
keyword location
Post a Job »
job title, keywords or company
city, state or zip jobs by job search

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cronjob: "Cannot open mail" message every ten minutes [SOLVED] smolloy Linux Newbie 2 12-11-2005 03:47 AM
Crypti Error Message During Installation of SUSE 10 bobhjon SuSE Linux Help 3 11-04-2005 08:16 PM
pyopengl 2.0.1.09 error benjamin20 Gentoo Linux Help 3 03-14-2005 04:14 PM
respawning too fast message. nikhil Misc 3 01-20-2004 06:39 PM
Problems with Fetchmail & Sendmail casiodude Servers 23 04-07-2003 08:42 AM

Free Magazines
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say. So when it comes right down to it, how does the Google selection stack up against the rest of messaging security's big guns?
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 08:17 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0