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 - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-19-2008, 07:50 PM   #1
Blackmon
LQ Newbie
 
Registered: May 2008
Posts: 23

Rep: Reputation: 15
Fedora 6 Zod


I have a server with fedora 6 zod, problem is when I boot it starts up in the command prompt and I can not see the gooy interface. What should I do?
 
Old 05-19-2008, 07:52 PM   #2
Blackmon
LQ Newbie
 
Registered: May 2008
Posts: 23

Original Poster
Rep: Reputation: 15
email server

I have an existing email server, but I don't know how to use it not access if from the command prompt not the gooy. Can somebody help me?
 
Old 05-19-2008, 08:14 PM   #3
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
FYI: gooy => GUI (Graphical User Interface)
Anyway,
when you've logged in to the console, try this cmd

startx

which should start the X-Windows system -> GUI

In the long run, edit the file

/etc/inittab

and change the following line


# The default runlevel is defined here
id:3:initdefault:

amend the '3' to a '5' and reboot the system.

BTW, you'll need to be root to do this edit.
 
Old 05-19-2008, 08:34 PM   #4
Blackmon
LQ Newbie
 
Registered: May 2008
Posts: 23

Original Poster
Rep: Reputation: 15
Gui

thanks, Chris, however the start cmd did not work...

error message: bash: startx: command not found
 
Old 05-19-2008, 08:37 PM   #5
Blackmon
LQ Newbie
 
Registered: May 2008
Posts: 23

Original Poster
Rep: Reputation: 15
thanks Chris but it didn't work

bash: startx: command not found
 
Old 05-19-2008, 09:37 PM   #6
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
that means x is not installed which would be normal for a mail server
 
Old 05-19-2008, 10:14 PM   #7
Blackmon
LQ Newbie
 
Registered: May 2008
Posts: 23

Original Poster
Rep: Reputation: 15
How would either of these two projects help me solve my problem?
 
Old 05-19-2008, 10:29 PM   #8
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by Blackmon View Post
How would either of these two projects help me solve my problem?
Thats in my signature, anything below the line is part of my signature
 
Old 05-19-2008, 10:44 PM   #9
Blackmon
LQ Newbie
 
Registered: May 2008
Posts: 23

Original Poster
Rep: Reputation: 15
didn't work

Chris, I've tried the /etc/inittab and I got this message bash; /etc/inittab: permission denied

What should I do?

Quote:
Originally Posted by chrism01 View Post
FYI: gooy => GUI (Graphical User Interface)
Anyway,
when you've logged in to the console, try this cmd

startx

which should start the X-Windows system -> GUI

In the long run, edit the file

/etc/inittab

and change the following line


# The default runlevel is defined here
id:3:initdefault:

amend the '3' to a '5' and reboot the system.

BTW, you'll need to be root to do this edit.
 
Old 05-19-2008, 11:04 PM   #10
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by Blackmon View Post
Chris, I've tried the /etc/inittab and I got this message bash; /etc/inittab: permission denied

What should I do?
You need to be root in order to edit /etc/inittab
 
Old 05-19-2008, 11:17 PM   #11
Blackmon
LQ Newbie
 
Registered: May 2008
Posts: 23

Original Poster
Rep: Reputation: 15
thats the problem I am root - so now what should I do?
 
Old 05-19-2008, 11:25 PM   #12
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by Blackmon View Post
thats the problem I am root - so now what should I do?
try doing chmod +w /etc/inittab and then try editing it, but you don't really want a mail server running x constantly because its a waste of resources
 
Old 05-20-2008, 12:01 AM   #13
Blackmon
LQ Newbie
 
Registered: May 2008
Posts: 23

Original Poster
Rep: Reputation: 15
don't know if that worked, I did get a permission denied however nothing really happened

ex: typed: root@wantever ~]# chmod +w /etc/inittab
result: root@wantever ~]#
 
Old 05-20-2008, 12:09 AM   #14
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by Blackmon View Post
don't know if that worked, I did get a permission denied however nothing really happened

ex: typed: root@wantever ~]# chmod +w /etc/inittab
result: root@wantever ~]#
Thats whats supposed to happen. In the shell if you get no messages everything is good, the shell only says stuff thats important
 
Old 05-20-2008, 12:11 AM   #15
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
That's normal. If nothing failed, Unix won't give you a msg. Its a lot quieter than MS.

rpm -qa |grep -i x

will show if you have X-win installed; post the results
 
  


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
How to install Fedora Core 6 Zod torrent file Peter_APIIT Linux - Software 3 02-03-2007 08:37 PM
Zod FC 6 bittorent Peter_APIIT Fedora 1 02-03-2007 04:15 AM
LXer: Fedora Core 6 (Zod) Re-Spins from Fedora Unity LXer Syndicated Linux News 0 01-19-2007 05:21 PM
LXer: Fedora 6 Zod live CD LXer Syndicated Linux News 0 12-23-2006 02:54 AM
LXer: Announcing Fedora Core 6 (Zod) LXer Syndicated Linux News 1 10-24-2006 10:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:10 PM.

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