Page 1 of 1

FIXED - mpd wont install.

Posted: Thu Sep 10, 2009 1:00 am
by richms

Code: Select all

root@OpenWrt:/# opkg update                                                                                     
Downloading http://mightyohm.com/files/kamikaze-2.4/packages/mipsel/Packages.gz                                 
Connecting to mightyohm.com (98.129.212.1:80)                                                                   
Packages.gz          100% |*******************************|  8516  --:--:-- ETA                                 
Inflating http://mightyohm.com/files/kamikaze-2.4/packages/mipsel/Packages.gz                                   
Updated list of available packages in /var/opkg-lists/snapshots                                                 
root@OpenWrt:/# opkg install mpd                                                                                
Installing mpd (0.14-1) to root...                                                                              
Collected errors:                                                                                               
 * ERROR: Package mpd (parent mpd) is not available from any configured src.                                    
 * Failed to download mpd. Perhaps you need to run 'opkg update'?                               
I have tried

Code: Select all

root@OpenWrt:/# opkg install http://mightyohm.com/files/kamikaze-2.4/packages/mi                                
psel/mpd_0.13.2-1_mipsel.ipk                                                                                    
Downloading http://mightyohm.com/files/kamikaze-2.4/packages/mipsel/mpd_0.13.2-1_mipsel.ipk                     
Connecting to mightyohm.com (98.129.212.1:80)                                                                   
mpd_0.13.2-1_mipsel. 100% |*******************************| 93054  00:00:00 ETA                                 
Multiple packages (mpd and mpd) providing same name marked HOLD or PREFER.  Using latest.                       
Multiple packages (mpd and mpd) providing same name marked HOLD or PREFER.  Using latest.                       
Installing mpd (0.14-1) to root...                                                                              
Collected errors:                                                                                               
 * ERROR: Package mpd (parent mpd) is not available from any configured src.                                    
 * Failed to download mpd. Perhaps you need to run 'opkg update'?                  
I did an update and tried to install mpd before chaning the sources in opkg.conf and it ran out of disk so I removed all those but it seems to have remembered that there was a newer one there.

What can I do to make it install the one from the mightyohm server?

FIXED - Re: mpd wont install.

Posted: Thu Sep 10, 2009 1:41 am
by richms
Sorted it out

deleted statuses in /usr/lib/opkg - was the only place I could find reference to that version.

Re: FIXED - mpd wont install.

Posted: Thu Sep 10, 2009 1:27 pm
by mightyohm
That is really weird! I haven't had that particular problem before. Glad you found a fix.

One thing to be aware of is that I think if you fill up the flash, your filesystem can get trashed. I think this is a limitation of jffs. I can't find the post that talks about this now, but in the past when I have accidentally gone over the 2MB limit I have had to reflash the router from scratch to recover.

Re: FIXED - mpd wont install.

Posted: Fri Sep 11, 2009 8:30 pm
by richms
I have had to restart from scratch about 20 times now so its not exactly a big deal ;)

Now I have it sort of working on the USB drive storage is a non issue. For some reason its not always switching over with that script on boot every time, but as booting is a seldomly done thing at this stage I will leave it for now.