LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   re-installing jam... (https://www.linuxquestions.org/questions/linux-newbie-8/re-installing-jam-68046/)

robywan 06-25-2003 03:47 PM

re-installing jam...
 
Hi,
I had some problems in my PC the last days.
I have a P333, 128 MB DIMM, HD 15GB, HD SCSI 10GB, CDROM, CDRW, parport SCANNER.

I have installed Win 98 and Mandrake 9.0 and i was quite OK, but i didn't succeed in using the scanner (HP Scanjet 3200C).

I decided to upgrade to Mandrake 9.1
The scanner was still off, plus i couldn't connect to Internet with Linux (in 9.0 i used KPPP, in 9.1 it disappeared...).
Apache 2 didn't inherit conf file from 1.3, so i'm blocked.

I tried to re-instal 9.1 and it failed.
I tried again: same thing.
I also tried to re-instal 9.0 but i failed again.

What can i do?
Should i format and lose data?
I tried to reboot from rescue disk, but i couldn't see root directory!

Can anyone help me?
Rw

Mara 06-25-2003 04:07 PM

In Mandrake you need to mount the your Linux partitions(s) when you use "rescue" mode. For example:
Your / is /dev/hda5. To mount it use
mkdir /mnt/disk5
mount -t ext3 /dev/hda5 /mnt/disk5
and it should be mounted. Of course, change the filesystem to the one you use.

Oh, and you can see your partitions when you use
fdisk /dev/hda
p
(then 'q' to quit).

How do your reinstalls fail? Any error message?

robywan 06-25-2003 04:24 PM

Thanx Mara for helping.

>How do your reinstalls fail? Any error message?
They stopped while
- searching for packages
- checking for updates over internet (the time i nearly reached the end of installation! :-( )
- before loading graphical installation mode

Another info: before problems, i launched an Icon editor and i couldn't kill it... it came back at every start...
My friends told me to use "kill", but when i opened a console and typed ps, i didn't find it...
I used CTRL-ALT-ESC, a skull appeared and i clicked upon the Icon Editor. Everything crashed, but at the next reboot the app was over...

Bye,
Rw

Mara 06-25-2003 04:33 PM

Quote:

Originally posted by robywan
Thanx Mara for helping.

>How do your reinstalls fail? Any error message?
They stopped while
- searching for packages
- checking for updates over internet (the time i nearly reached the end of installation! :-( )
- before loading graphical installation mode

I know it looks strange what I'll write but it looks like a broken installation media. Are you sure the CDs are OK? Do you have an extra machine you can test them or a friend that can try to install from them?

Quote:

Another info: before problems, i launched an Icon editor and i couldn't kill it... it came back at every start...
My friends told me to use "kill", but when i opened a console and typed ps, i didn't find it...
I used CTRL-ALT-ESC, a skull appeared and i clicked upon the Icon Editor. Everything crashed, but at the next reboot the app was over...
Strange thing and it's hard to say why. The program should be mentioned by 'ps'. Which options of ps have you used?


All times are GMT -5. The time now is 12:44 PM.