FIXED - mpd wont install.

Discussion about my Wifi Radio project at http://mightyohm.com/wifiradio/ or my WL-520gU talk at NOTACON.
Post Reply
richms
Posts: 21
Joined: Fri Jul 24, 2009 3:25 am

FIXED - mpd wont install.

Post 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?
Last edited by richms on Thu Sep 10, 2009 2:13 am, edited 1 time in total.
richms
Posts: 21
Joined: Fri Jul 24, 2009 3:25 am

FIXED - Re: mpd wont install.

Post by richms »

Sorted it out

deleted statuses in /usr/lib/opkg - was the only place I could find reference to that version.
User avatar
mightyohm
Site Admin
Posts: 1064
Joined: Fri Apr 03, 2009 10:29 pm
Location: Seattle, WA
Contact:

Re: FIXED - mpd wont install.

Post 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.
richms
Posts: 21
Joined: Fri Jul 24, 2009 3:25 am

Re: FIXED - mpd wont install.

Post 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.
Post Reply