meta-openwrt icon indicating copy to clipboard operation
meta-openwrt copied to clipboard

Issue with starting services because /run/lock dir does not exists

Open katyo opened this issue 3 years ago • 0 comments

The uhttpd cannot start on the target system because the directory /run/lock does not exists. Maybe another run subdirs does not exists too.

My conf/local.conf:

MACHINE ?= "raspberrypi"
DISTRO ?= "poky"
INHERIT += "openwrt-distro-defaults"

My build target is openwrt-image-full.

katyo avatar Mar 23 '21 05:03 katyo