Reply
Thread Tools
Kevstacey's Avatar
Posts: 400 | Thanked: 76 times | Joined on Nov 2009 @ uk
#1
okay so i open up app manager and try an update but the bar goes half way across and stops. How can i resolve this and update my repos


thanks
any help appreciated
 
HellFlyer's Avatar
Posts: 1,148 | Thanked: 613 times | Joined on Mar 2010 @ Toronto
#2
reconnect to your network if you're on wifi , restart router,phone if nothing helps type via x-term to see what error it shows

sudo gainroot

apt-get update
__________________
The quieter you become the more you are able to hear


"I'm a N900 user, can I haz Flash 10 plz?!11!?" © Jaffa


Elopocalypse started on 11.02.2011
 
Posts: 65 | Thanked: 11 times | Joined on Jan 2010
#3
I tried to delete Hermes from the phone:

sudo gainroot
apt-get purge hermes

Now, the app manager doesn't have any available applications though all the usual repositories are included. Not even uninstall works.

The log when refreshing the download application is:

hildon-application-manager 2.2.65
connected to c3ebb841-c0f5-414f-811a-f18bc6e82045
E: Could not open lock file /var/lib/apt/lists.new/lock - open (2 No such file or directory)
E: Unable to lock the list directory


So, what now?

teemu
 
pantera1989's Avatar
Posts: 577 | Thanked: 699 times | Joined on Feb 2010 @ Malta
#4
Originally Posted by demos View Post
I tried to delete Hermes from the phone:

sudo gainroot
apt-get purge hermes

Now, the app manager doesn't have any available applications though all the usual repositories are included. Not even uninstall works.

The log when refreshing the download application is:

hildon-application-manager 2.2.65
connected to c3ebb841-c0f5-414f-811a-f18bc6e82045
E: Could not open lock file /var/lib/apt/lists.new/lock - open (2 No such file or directory)
E: Unable to lock the list directory


So, what now?

teemu
1. You must have rootsh installed in order to do this. If not search for a .deb of rootsh (I have a .deb of v1.5 if you need it) and install it using (in xterm):

Code:
dpkg -i path-to-rootsh.deb
If you already have it installed, skip this step.

2. Open xterm and run this command:
Code:
ls -lrt /var/lib/apt/lists
According to your error, the directory doesn't exist, so you have to create it as root.

3. Run the following commands:
Code:
sudo gainroot
mkdir -p /var/lib/apt/lists/partial
4. Update the catalogs (as root). It should work (unless you have some other error ).
Code:
apt-get update
__________________
ford
 

The Following User Says Thank You to pantera1989 For This Useful Post:
Posts: 65 | Thanked: 11 times | Joined on Jan 2010
#5
Pantera, you rule! Thank you so very much! Goes a long way to show what the value of a good community is!

All I had to do was to go sudo gainroot and then run the two command lines. It now works normally.

)
 
Dark_Angel85's Avatar
Posts: 519 | Thanked: 123 times | Joined on Oct 2010 @ Malaysia
#6
hey... my app manager doesn't seem to work on a specific wifi (tried it on other wifi networks and it worked).... how do I solve this problem?

thanks
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:11.