LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help:fedora 7:installation problems (https://www.linuxquestions.org/questions/linux-newbie-8/help-fedora-7-installation-problems-612994/)

VINSTAR 01-11-2008 08:31 PM

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

deepumnit 01-11-2008 11:19 PM

Did you login as some user and see?

VINSTAR 01-12-2008 12:55 AM

i didnt create any user accounts other than root

pls help me imm.

deepumnit 01-12-2008 01:38 AM

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!

VINSTAR 01-13-2008 12:07 AM

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

deepumnit 01-13-2008 01:58 AM

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!

VINSTAR 01-18-2008 11:31 AM

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

deepumnit 01-18-2008 01:10 PM

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.

VINSTAR 01-19-2008 12:04 AM

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

deepumnit 01-19-2008 04:34 AM

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.

VINSTAR 01-20-2008 01:47 AM

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


All times are GMT -5. The time now is 12:26 AM.