LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-08-2003, 04:57 PM   #61
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35

It's fired up, and by the way, I appreciate the time your taking with me on this.

d-1


Quote:
Originally posted by Nimoy
Just did a search on that one - you can't....

However fire up Kwrite anyway!!!
 
Old 11-08-2003, 05:01 PM   #62
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
What's next?

What's next?

d-1

Quote:
Originally posted by dolphans1
It's fired up, and by the way, I appreciate the time your taking with me on this.

d-1
 
Old 11-08-2003, 05:01 PM   #63
Nimoy
Member
 
Registered: Jun 2003
Location: Currently Denmark
Distribution: Ubuntu 15.04
Posts: 336

Rep: Reputation: 30
No sweat - just do the same for someone else someday

Anyways - lets get to the action...

Open the file initab

initab is as explained in the directory /etc

You might need to leave your /home directory (i.e.) go up a level or two till you find yourself at root level - They you should be able to see the directory /etc
 
Old 11-08-2003, 05:02 PM   #64
Nimoy
Member
 
Registered: Jun 2003
Location: Currently Denmark
Distribution: Ubuntu 15.04
Posts: 336

Rep: Reputation: 30
Let me know if you have succeeded in opening the file
 
Old 11-08-2003, 05:03 PM   #65
Nimoy
Member
 
Registered: Jun 2003
Location: Currently Denmark
Distribution: Ubuntu 15.04
Posts: 336

Rep: Reputation: 30
Just going to make me some tea... brb (2 minutes max!)
 
Old 11-08-2003, 05:05 PM   #66
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
I have no idea as to how I find that tab,

d-1



Quote:
Originally posted by Nimoy
No sweat - just do the same for someone else someday

Anyways - lets get to the action...

Open the file initab

initab is as explained in the directory /etc

You might need to leave your /home directory (i.e.) go up a level or two till you find yourself at root level - They you should be able to see the directory /etc
 
Old 11-08-2003, 05:07 PM   #67
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
I entered /etc/ in my home directory and got a million different icon windows that opened up below it, is that right?

d-1

Quote:
Originally posted by dolphans1
I have no idea as to how I find that tab,

d-1
 
Old 11-08-2003, 05:08 PM   #68
Nimoy
Member
 
Registered: Jun 2003
Location: Currently Denmark
Distribution: Ubuntu 15.04
Posts: 336

Rep: Reputation: 30
Select Open File in Kwrite

I presume a box with filenames and directories open - Am I correct?
 
Old 11-08-2003, 05:10 PM   #69
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
I think I opned up the inittab,

it's got a bunch of wording on it.

d-1


Quote:
Originally posted by Nimoy
No sweat - just do the same for someone else someday

Anyways - lets get to the action...

Open the file initab

initab is as explained in the directory /etc

You might need to leave your /home directory (i.e.) go up a level or two till you find yourself at root level - They you should be able to see the directory /etc
 
Old 11-08-2003, 05:11 PM   #70
Nimoy
Member
 
Registered: Jun 2003
Location: Currently Denmark
Distribution: Ubuntu 15.04
Posts: 336

Rep: Reputation: 30
Try to copy it and paste it into this thread
 
Old 11-08-2003, 05:12 PM   #71
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Kwrite states this because I double clicked on the inittab;

This file describes how the INT process should set up the system in a certain run-level.

d-1


Quote:
Originally posted by Nimoy
Select Open File in Kwrite

I presume a box with filenames and directories open - Am I correct?
 
Old 11-08-2003, 05:15 PM   #72
Nimoy
Member
 
Registered: Jun 2003
Location: Currently Denmark
Distribution: Ubuntu 15.04
Posts: 336

Rep: Reputation: 30
If the file is open then find the following line in your initab

id:5:initdefault:

Now Change id:5 to id:3

id:5:initdefault: <------- Change this line

After the change it should now look like this

id:3:initdefault:
 
Old 11-08-2003, 05:18 PM   #73
Nimoy
Member
 
Registered: Jun 2003
Location: Currently Denmark
Distribution: Ubuntu 15.04
Posts: 336

Rep: Reputation: 30
Let me know if you have succeeded in opening the file and if you have located the line...

It should be placed just below a chunk of text looking like this:

#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#

# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
 
Old 11-08-2003, 05:19 PM   #74
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#

# Default runlevel. The runlevels used by Mandrake Linux are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:5:initdefault:

# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit

l0:0:wait:/etc/rc.d/rc 0
l1:1:wait:/etc/rc.d/rc 1
l2:2:wait:/etc/rc.d/rc 2
l3:3:wait:/etc/rc.d/rc 3
l4:4:wait:/etc/rc.d/rc 4
l5:5:wait:/etc/rc.d/rc 5
l6:6:wait:/etc/rc.d/rc 6

# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -t3 -r now

# When our UPS tells us power has failed, assume we have a few minutes
# of power left. Schedule a shutdown for 2 minutes from now.
# This does, of course, assume you have powerd installed and your
# UPS connected and working correctly.
pf:owerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"

# If power was restored before the shutdown kicked in, cancel it.
pr:12345owerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"


# Run gettys in standard runlevels
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6








Quote:
Originally posted by Nimoy
Try to copy it and paste it into this thread
 
Old 11-08-2003, 05:23 PM   #75
Nimoy
Member
 
Registered: Jun 2003
Location: Currently Denmark
Distribution: Ubuntu 15.04
Posts: 336

Rep: Reputation: 30
Go to line 17 of your initab... if I counted correctly and you should find

id:5:initdefault:

Now Change the part that says id:5 to id:3

id:5:initdefault: <------- Change this line

After the change it should now look like this

id:3:initdefault:
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gnome Splash sitting still... koyi Debian 8 04-10-2005 11:15 AM
NVidia is driving me crazy!!! Eugene Linux - General 3 12-05-2003 01:34 PM
I have a spare box sitting around, what should i do with it? snipersock Linux - Software 2 11-08-2003 02:07 AM
Nvidia Geforce MX440-SE, Driving ME NUTS frog-newbie Linux - Hardware 2 09-07-2003 07:19 PM
nvidia driver driving me nuts... rooman Linux - Software 2 07-19-2003 05:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 01:39 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