MandrivaThis Forum is for the discussion of Mandriva (Mandrake) Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
OK, OK, I managed to break LInux. Now I need so help.
Someway, somehow I managed to loose MCC in MDK 10.0
while deleting some extras which I didn't need.
I have searched the forums and Google and jumped thru all the hoops
which I could find, tried all suggestions including using the main disk
and trying to use upgrade and still no cigar.
Short of a complete reinstall how can I get MCC back.
Mount the CD where the drakconf rpm resides (probably CD1) on /mnt/cdom
Create a directory "MCC" and "cd" into it.
Run 'rpm2cpio /mnt/cdrom/whatever-path-to-drakconf-rpm | cpio -i --make-directories'
Now you'll have the mcc files in different subdirectories. Copy the ones you need to their proper directories.
Originally posted by bunnadik Mount the CD where the drakconf rpm resides (probably CD1) on /mnt/cdom
Create a directory "MCC" and "cd" into it.
Run 'rpm2cpio /mnt/cdrom/whatever-path-to-drakconf-rpm | cpio -i --make-directories'
Now you'll have the mcc files in different subdirectories. Copy the ones you need to their proper directories.
- Peder
Thanks for the help.
I am a newbie to Linux and not the sharpest pencil in the box, so I guess I don't understand how this is going to get the Control Center back where it belongs in the System/Configuration Menu.
Well you didn't say that it only disappeared from the menu in your original post.
Depending on which windowmanager you use there are different ways. Menu entries in KDE and GNOME can possibly be
configured through their Configuration Managers.
Originally posted by bunnadik Well you didn't say that it only disappeared from the menu in your original post.
Depending on which windowmanager you use there are different ways. Menu entries in KDE and GNOME can possibly be
configured through their Configuration Managers.
Or you can just open a terminal and type 'mcc' .
- Peder
Again, Thanks for the help.
This is what I get in the terminal window after entering
"mcc" "bash: mcc: command not found".
typing "mcc" in console window should start it as root or pop up the root login box asking for root password, otherwise I expect mcc is not actually installed. You can have drake tools installed and still not have the "Mandrake Control Center" installed, it simply ties them as one.
typing "mcc" in console window should start it as root or pop up the root login box asking for root password, otherwise I expect mcc is not actually installed. You can have drake tools installed and still not have the "Mandrake Control Center" installed, it simply ties them as one.
Thanks Lakota,
I tried all the suggestions which Otis gave except this part:
"go to Mandrake Control Center->software management->media. remove all sources except for your CD sources (if you have them)".
This is my problem, nothing I try gets the MCC back where it belongs. I have no idea what I did to delete it.
Originally posted by bunnadik You could follow my first post to probably get mcc working (though not from the menu).
- Peder
Peder,
It's not that I don't appreciate the help, the problem is, even if I managed
to get the files copied, I have no idea what needs to go in what directory
nor where that directory is located.
As I said before I am new to Linux and not the sharpest pencil in the box.
If you do as I proposed you will have a MCC directory with two directories underneath (usr and etc).
The MCC represents your root ( / , not /root) directory so you if you're standing in your MCC dir you can just do a
'cp -a usr etc /' (as root)
What the installation process does is more or less taking the rpms and 'rpm2cpio | cpio' them in / .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.