LinuxQuestions.org
Visit Jeremy's Blog.
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 01-11-2008, 08:31 PM   #1
VINSTAR
Member
 
Registered: Jan 2008
Location: kerala[INDIA]
Distribution: not yet confirmed
Posts: 38

Rep: Reputation: 15
help:fedora 7:installation problems


i install fedora 7 with kde but after installing
when i enter root in the username and its
password i get error that

cannot start the session due to internal

when i press i get msg that

Your session only lasted less than 10 seconds. If you have not logged out
yourself, this could mean thatthere is some installation problem or that
you may be out of diskspace. try logging in with one of the failsafe session
to see if you can fix this problem.


and when i clicked in details

error session_child_run: Could not exec /etc/x11/xnit/xsession default

but when checked it with slax live cd there is no
folder name x11 in /etc
 
Old 01-11-2008, 11:19 PM   #2
deepumnit
Member
 
Registered: Dec 2006
Location: NOIDA, India
Distribution: Debian, SUSE, Fedora
Posts: 334
Blog Entries: 1

Rep: Reputation: 31
Did you login as some user and see?
 
Old 01-12-2008, 12:55 AM   #3
VINSTAR
Member
 
Registered: Jan 2008
Location: kerala[INDIA]
Distribution: not yet confirmed
Posts: 38

Original Poster
Rep: Reputation: 15
i didnt create any user accounts other than root

pls help me imm.
 
Old 01-12-2008, 01:38 AM   #4
deepumnit
Member
 
Registered: Dec 2006
Location: NOIDA, India
Distribution: Debian, SUSE, Fedora
Posts: 334
Blog Entries: 1

Rep: Reputation: 31
Then, do the following:

1. When you boot your OS, does the graphical Login screen appear? If yes, press Ctrl+Alt+F1. Login as root.
2. Type the command:
Code:
useradd your-name-as-user
exit
3. Then, press Ctrl+Alt+Bkspace
4. Enter the username that you used and login
5. OR after step 2, just login as root again by typing 'su' and type
Code:
startx
OR
startkde
whichever is appropriate.

Post if you still have problems. Actually, Fedora 7 asks for to create a user. I do not know how you missed that step! You may want to re-install the OS if you still have problems!
 
Old 01-13-2008, 12:07 AM   #5
VINSTAR
Member
 
Registered: Jan 2008
Location: kerala[INDIA]
Distribution: not yet confirmed
Posts: 38

Original Poster
Rep: Reputation: 15
i reinstalled[gnome] it
and working fine
but i am a newbie to linux i hav some questions

display resolution is only 800x600 no option for 1024x768

i hav ati driver but dont know how to install.

how to install .bin and .run packages

cannot play mp3.codec missing giv me link to download codecs like k-lite cp

i deleted the panel at the bottom,now windows that minimising are going to somewhere.is there any way to restore the panel
 
Old 01-13-2008, 01:58 AM   #6
deepumnit
Member
 
Registered: Dec 2006
Location: NOIDA, India
Distribution: Debian, SUSE, Fedora
Posts: 334
Blog Entries: 1

Rep: Reputation: 31
I actually advise you to 'Google' before posting anything. If you do not get it there, you can post it here. To run a *.bin file, you enter the following commands in a terminal after changing to the directory of the *.bin file:
Code:
sudo chmod a+x *.bin
Code:
./*.bin
You need some codecs to play *.mp3 files. You can install these by searching in the package manager list of the OS.

And to change the screen resolution, you gotta edit '/etc/X11/xorg.conf' file as root. There are thousands of threads on these things. Please consider searching on the forum before posting!
 
Old 01-18-2008, 11:31 AM   #7
VINSTAR
Member
 
Registered: Jan 2008
Location: kerala[INDIA]
Distribution: not yet confirmed
Posts: 38

Original Poster
Rep: Reputation: 15
hi very much thanks to deepumnit
for ur great information
now i know how to install
.run and .bin files and i install ati driver
but i hav some more doubts(i'm a newbie in linux)
i searched it but didnt get any satisfied answer
SO PLS HELP

i download some other packages for linux but i dont
know hoe to install them. They are

lame-3.97.tar
divx611-20060201-gcc4.0.1.tar
amarok-1.4.8.tar.bz2

pls tellme how to install packages with extensions
.tar .bz2 ........
can i install amarok in gnome

And also
is there any way to get back the grub boot loader
menu thats removed after the installation of WINDOWS

Last edited by VINSTAR; 01-18-2008 at 12:32 PM.
 
Old 01-18-2008, 01:10 PM   #8
deepumnit
Member
 
Registered: Dec 2006
Location: NOIDA, India
Distribution: Debian, SUSE, Fedora
Posts: 334
Blog Entries: 1

Rep: Reputation: 31
Dude, before installing from the source codes (mostly tarred files), you got to extract them. Either use the command line or the GUI version. Once you do this, on the command line, change to the directory of the particular folder which you untarred. Then, type the following commands (mostly):

Code:
./configure
make
su
make install
Actually, the source code may be even python, shell scripts etc. Then you got to be putting in a different set of commands. You just have to compile the files using the compiler meant for that language.
 
Old 01-19-2008, 12:04 AM   #9
VINSTAR
Member
 
Registered: Jan 2008
Location: kerala[INDIA]
Distribution: not yet confirmed
Posts: 38

Original Poster
Rep: Reputation: 15
i cannot change the permission of any file in suse linux 10.1[kde]
i logged in as root but when changing the permission
i get error that operation not supported
i cannot run a.out files[c program]
why is this so
 
Old 01-19-2008, 04:34 AM   #10
deepumnit
Member
 
Registered: Dec 2006
Location: NOIDA, India
Distribution: Debian, SUSE, Fedora
Posts: 334
Blog Entries: 1

Rep: Reputation: 31
Dude,

The questions that you are asking cannot be put under "Fedora 7 installation problems". Please post them on a different thread.

Message to moderators: Please move this to a suitable forum. The user is not posting questions on a relevant forum.
 
Old 01-20-2008, 01:47 AM   #11
VINSTAR
Member
 
Registered: Jan 2008
Location: kerala[INDIA]
Distribution: not yet confirmed
Posts: 38

Original Poster
Rep: Reputation: 15
sorry for posting it in here
i solve it
i tried to change the permission of files that are in my
windows partitions[fat] which are mounted as read only
thanx

And also
is there any way to get back the grub boot loader
menu thats removed after the installation of WINDOWS
 
  


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
Fedora Installation Problems ChevyCowboy15 Linux - Newbie 8 05-19-2007 01:05 AM
FEDORA c3 installation problems mabus92920 Linux - Newbie 1 04-13-2005 03:32 AM
Problems with the Fedora installation.. Help... Comptalk Red Hat 1 01-24-2005 01:02 PM
Fedora installation problems spider12 Linux - Newbie 2 04-07-2004 04:29 PM
Fedora installation problems spcsting Fedora 0 03-05-2004 04:02 PM

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

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