dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Second instance deletes lock file #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

If opkg is running and a second instance is started it states correctly:
Collected errors:

    * opkg_conf_init: Could not lock /usr/lib/opkg/lock: Resource temporarily unavailable. 

But the lock file in /usr/lib/opkg/lock is deleted any way, so that the 
following error is shown by the first instance:
Collected errors:

    * opkg_conf_deinit: Couldn't unlink /usr/lib/opkg/lock: No such file or directory. 

What version of the product are you using? On what operating system?
SHR-Unstable on GTA02, opkg version 0.1.6+svnr538

Original issue reported on code.google.com by elhen...@gmail.com on 7 Jul 2010 at 11:00

GoogleCodeExporter commented 8 years ago
Fixed in r542. Thanks for the report.

Original comment by graham.g...@gmail.com on 8 Jul 2010 at 12:45