LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   redhat wont boot.... !!!! (https://www.linuxquestions.org/questions/linux-newbie-8/redhat-wont-boot-114096/)

iLLuSionZ 11-09-2003 10:31 AM

redhat wont boot.... !!!!
 
after all my learnings i finally was going somewhere and now my redhat wont boot up.. it says.
Quote:

Your session lasted less than 10 seconds.
if you have not loggged out yourself that
means you have an installation problem
or run out of disk space.
i ran linux rescue and nothin happened. what do i type to restore my kde?

hw-tph 11-09-2003 11:16 AM

Are you getting this after you try to log in from the graphical login screen? Then try another session type in the login manager. The session script you are trying to use probably does something wrong - wrong command to launch the window manager, or something. You can view the scripts in /etc/X11/gdm/Sessions/ if you are using gdm.

Håkan

iLLuSionZ 11-09-2003 01:02 PM

nope.. nothin, not even failsafe logs in.

iLLuSionZ 11-09-2003 01:07 PM

i think my disk is full.. how can i delete some music files i have through the black screen?

music is at home/joe/music

Bruce Hill 11-09-2003 02:13 PM

:study:

# cd /home/joe/music
# rm <filename>

Isn't the "blackscreen" of life better than the bluescreen of death?

:cool:

michaelk 11-09-2003 02:25 PM

If it is true that you filled up your disk then you still should be able to log in as root.

If you boot to rescue mode from the 1st CD your root partition will be mounted to /mnt/sysimage. You can use the df command to see how much freed space you have:
df -h

You can then use the rm command to delete files.

iLLuSionZ 11-09-2003 04:54 PM

yeah i used to be able to go try to login now my screen blinks at the local user name and password... wont let me type.. just blinks black.... bah..

i tried using ..
rm /home/joe/desktop/music and
rm /home/desktop/music and it was sayin no such dir do i need the # and < > 's there?

iLLuSionZ 11-09-2003 05:06 PM

how can i get to command promt also... so i can type rm ..

michaelk 11-09-2003 06:01 PM

Isn't it /home/joe/music not /home/joe/desktop/music?

rm -f /home/joe/music/*

The -f option will not ask for comfirmation before deleting the file.

To boot without kde starting. Restart the computer. when the grub menu pops up press the c key, now type in init 3. Press the enter key.

Not log in as root.

iLLuSionZ 11-09-2003 06:15 PM

i use floppy disk to boot... i dont see grub. how do i delete that directory? rm -d ?

damn this is gay.. ill just partition my 40 gig and dual boot... this 4 gigger isnt working.. ill start over. :(

Bruce Hill 11-09-2003 06:52 PM

rm -rf <directory name>

and yes, you've gotta be root - luser joe can't do that

sounds like you've just about hosed her fella :D

iLLuSionZ 11-09-2003 09:50 PM

im going to dual boot now...... but for further reference... how do i get root access after i run the linux rescue ? all i see is #asdfas-2ba # i think

michaelk 11-10-2003 02:58 AM

You automatically root.


All times are GMT -5. The time now is 03:09 AM.