hi there
this happens because at a time only one process can have acces to the urpmi list and this message appear when u have one process accesing the urpmilst and the other one tries to access it
now i have one dangerous way
this can corrupt ur urpmi list but if u do not get anything working then try this
run
ps -aux|grep urpmi
u will get a list of process usng the upmi
kill them by
kill -9 <process id>
and u can run ur urpmi now
regards
|