Results 1 to 4 of 4
In trying to get 3D acceleartion from my unrecognised geforce 7300GT I found a post talking about smarturpmi.
I pasted the lines in my terminal - went ok.
when I ...
- 07-21-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 40
unlock urpmi?

In trying to get 3D acceleartion from my unrecognised geforce 7300GT I found a post talking about smarturpmi.
I pasted the lines in my terminal - went ok.
when I tried the following
lsmod | grep nvidia
then
urpmi dkms-nvidia
I got told
urpmi databse locked
?????????????????????????????????????????????????? ?????
Any suggestions?
I have a free 2007.
Best regards
Bill
- 07-21-2007 #2
I use Mandriva 2006, so I'm not certain of the directory structure of 2007. However this script works on my distro:
The script isn't too hard to understand as all it does is delete '.LOCK' and '.RPMLOCK'. You don't need those files.Code:#!/bin/bash echo ""; echo "Only root can unlock the URPMI database."; echo "Starting with the removal of URPMI locks:"; rm -f "/var/lib/urpmi/.LOCK"; echo " rm -f '/var/lib/urpmi/.LOCK'..."; rm -f "/var/lib/urpmi/.RPMLOCK"; echo " rm -f '/var/lib/urpmi/.RPMLOCK'..." echo "URPMI DATABASE UNLOCKED!"; echo "Happy installing!" echo ""
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 07-21-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 40
Thanks,
Very much appreciated.
Best regards
Bill
- 07-21-2007 #4Just Joined!
- Join Date
- Jul 2007
- Posts
- 40
It worked - yeah.
Best regards
Bill


Reply With Quote
