Thalif's Blog – A blog to share my knowledge
My other blog: http://mohammadthalif.wordpress.com
* opkg_conf_init: Could not lock /usr/lib/opkg/lock: Permission denied.
Posted by on April 21, 2011
I had the following issue when running a boot time optimized kernel
# opkg-cl configure
Collected errors:
* opkg_conf_init: Could not lock /usr/lib/opkg/lock: Permission denied. /tmp/lock #
Then after debuging I found that I have disable CONFIG_FILE_LOCKING. After enabling this It worked fine.
-> File systems
[*] Enable POSIX file locking API
Advertisement