News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Mame Installation Issue

Started by jakeh25ad, October 24, 2009, 05:56:09 PM

Previous topic - Next topic

jakeh25ad

Ok I was successfully able to install 810 using the scripts from the wiki page (http://wiki.linuxmce.com/index.php/LinuxMCE-0810_alpha2).  Everything was working great and I was having no problems.  I went to the LinuxMCE Admin page and from there I selected the Mame check box and it began installing the mame package.  About 30 minutes into the install the power went out and my machine restarted.  It seemed to boot up fine and then I got to a screen that says Installing LinuxMCE-mame-metadata.  There was a ton of activity on my router and I figured it was downloading the packages, but 36 hours later it is still sitting on the same screen, no activity on my router anymore.  Is there anyway for me to manually kill the install from the terminal?  Any help would be appreciated.  Thanks!

tschak909

the metadata packages for mame are almost 1.6 gigabytes in total... it takes approximately 4 hr. to install on my system.
-thom

JerryWS98

I'm having the same problem now... I get to a screen that says, "Installing: lmce-mame-metadata" and it stops.... any ideas? 

tschak909

let it download. it takes time.

-Thom

JerryWS98

I appreciate the quick response, Thom, but it has been like that for 4 days.  Is there a way for me to cancel the install?

bherbie

First off, I do know this is an old thread and since there hasn't been a 'real' solution posted, I figured I would update it just in case anyone else comes across this issue as I did.  I let my core try to download the mame-metadata for 4 days without touching the system.  Only when it locked up my MDs did I take action.  After rebooting the core, it would hang on 'Installing: lmce-mame-metadata' and my MDs would not boot - kind of an issue for a MC, so here is the solution I used:

ssh into the core, yes it will let you.

remove the locks on the system from the packages trying to download
sudo rm /var/lib/dpkg/lock
sudo rm /var/cache/apt/archives/lock

and finally install the package manually

sudo apt-get install lmce-mame-metadata

this method will also show the progress, time remaining, etc.

HTH

herb

acald

Quote from: bherbie on May 24, 2011, 04:32:20 AM
First off, I do know this is an old thread and since there hasn't been a 'real' solution posted, I figured I would update it just in case anyone else comes across this issue as I did. 

....

this method will also show the progress, time remaining, etc.

HTH

herb


Thanks herb.  It's wonderful to see how little pieces like this will make the difference for others.