LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-17-2002, 03:42 AM   #1
cipher_arg
Member
 
Registered: Oct 2002
Distribution: slackware 8.1
Posts: 62

Rep: Reputation: 15
Init


PID TTY STAT COMMAND
1 ? S 0:03 init
2 ? SW 0:00 [keventd]
3 ? SWN 0:00 [ksoftirqd_CPU0]
4 ? SW 0:00 [kswapd]
5 ? SW 0:00 [bdflush]
6 ? SW 0:00 [kupdated]
7 ? SW< 0:00 [mdrecoveryd]


i am currently runnin a 8.1 slackware
each time i turn on the machine this services (or whatever they are) are running.. i couldn find them on my init scripts, and there arent man pages for them (except for bdflush)
i wanted to know where y could conf their starting or not on my boot, and where could i found out what are they

thanx in advance
 
Old 12-17-2002, 04:08 AM   #2
gigsvoo
Member
 
Registered: Nov 2002
Posts: 100

Rep: Reputation: 15
This init is the kernel / heart of the operating system, just leave it.
 
Old 12-17-2002, 06:59 AM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
I would suggest leaving all of those besides just that init or your system could choke.
 
Old 12-17-2002, 10:58 AM   #4
cipher_arg
Member
 
Registered: Oct 2002
Distribution: slackware 8.1
Posts: 62

Original Poster
Rep: Reputation: 15
OK thanx for your replies
still if any body knows what they really do please tell me
 
Old 12-17-2002, 01:50 PM   #5
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
From Powerup to Bash prompt:

http://www.netspace.net.au/~gok/powe...er2bash-8.html


And then about softIRQ and all..
there's the KernelAnalysis Howto:

http://ldp.kernelnotes.de/HOWTO/Kern...s-HOWTO-5.html
 
Old 12-17-2002, 01:59 PM   #6
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
oh. and the mdrecoveryd is the software RAID daemon.
 
Old 12-17-2002, 07:35 PM   #7
gigsvoo
Member
 
Registered: Nov 2002
Posts: 100

Rep: Reputation: 15
I got some explanation from Unleashed Redhat 5.2 that I had some years ago, according it is the first bootup process after the lower level of kernel command. From Init, it will initializes hardware configurations as well as calling/execute startup related files as well as services.

If you understand how does normal architecture of kernel, this is the loader of kernel talking with the shell of the operating system.

Because everything else in the system are forked process from init, so the process ot this could not been kill or terminate/modify. If you take a closer look when you shutdown a system, it will turn the init to level 6, which is either shutdown or reboot (i did not remember the numbering part). For startup, if you wanto boot into console based only, the init level is 3 while into X windows, the level is 5.

You can get more information abt similar stuff about this when you go thru some books regarding to operating system and kernel. Happy reading and good day!
 
Old 12-17-2002, 07:37 PM   #8
cipher_arg
Member
 
Registered: Oct 2002
Distribution: slackware 8.1
Posts: 62

Original Poster
Rep: Reputation: 15
OK thanx for your answers... i knew stuff related with init run levels, but wasn t sure enough about these little loadings
 
Old 12-17-2002, 08:06 PM   #9
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
These processes are not related to run-levels. They're kernel threads ( ps doesnt indicate they use up memory; bu t they do ) and will run no matter what between the point you're system is runs init during the startup process and until the point it goes down to halt/restart. The kernel threads run in a previleged mode and is not tangible to user-space applications.
 
Old 12-17-2002, 08:07 PM   #10
gigsvoo
Member
 
Registered: Nov 2002
Posts: 100

Rep: Reputation: 15
Emm... lemme make this clean. The reason I mentioned run level is because I wanted to relate the run level with the init thing so that explanation will be clearer. Apologize if any confusing made.
 
Old 12-17-2002, 08:09 PM   #11
gigsvoo
Member
 
Registered: Nov 2002
Posts: 100

Rep: Reputation: 15
Quote:
Originally posted by cipher_arg
OK thanx for your answers... i knew stuff related with init run levels, but wasn t sure enough about these little loadings
Yet still you really have to get down and read some information about the init. I am not sure whether linux kernel website explain thise or not. Lemme know if you need me to paste some text from my ancient book.
 
Old 12-17-2002, 09:54 PM   #12
cipher_arg
Member
 
Registered: Oct 2002
Distribution: slackware 8.1
Posts: 62

Original Poster
Rep: Reputation: 15
That won t be necessary, thanx anyway
 
Old 12-17-2002, 10:01 PM   #13
gigsvoo
Member
 
Registered: Nov 2002
Posts: 100

Rep: Reputation: 15
Just a joke cipher_arg.... I wont do that
 
Old 12-17-2002, 10:32 PM   #14
cipher_arg
Member
 
Registered: Oct 2002
Distribution: slackware 8.1
Posts: 62

Original Poster
Rep: Reputation: 15
JA
dont play jokes on me, i merely undertand english, and i definitly won t understand jokes
 
Old 12-17-2002, 10:39 PM   #15
gigsvoo
Member
 
Registered: Nov 2002
Posts: 100

Rep: Reputation: 15
You are very low profile.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel Panic No init found. Try passing init..... Adrian Baker Mandriva 2 02-28-2005 11:47 AM
Redhat linux9.0:System hangs,if gives init 3 or init 4 Sailaja Reddy Linux - Newbie 4 09-16-2004 03:19 AM
Kernal Panic: No init found. Try passing init= option to kernel raees Linux - General 12 03-18-2004 11:10 PM
error: No init found. Try passing the init= option to the Kernel neylitalo Linux - Laptop and Netbook 3 01-22-2004 09:34 PM
error "Kernel panic: No init found. Try passing init= option Anauj0101 Linux - Newbie 3 05-06-2003 10:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration