Hi,

I am getting this error while launching a openwrt lxc container

[  664.368257] mount_root: mounting /dev/root
[  664.417221] EXT4-fs (sda1): re-mounted. Opts: (null)
[  664.422405] mount_root: loading kmods from internal overlay
[  664.433006] mount_root: failed to launch kmodloader from internal overlay
[  664.478769] block: attempting to load /etc/config/fstab
[  664.484382] block: unable to load configuration (fstab: Entry not found)
[  664.491278] block: no usable configuration
[  664.499986] procd: - early -
[  664.502990] procd: - watchdog -
Failed to connect to ubus
[  665.221783] procd: - ubus -
[  667.239374] procd: - init -

This is my conf file

lxc.rootfs = /home/root/openwrt/rootfs

lxc.mount.auto  = proc:rw sys:ro
lxc.mount.entry = tmpfs tmp tmpfs size=8192k,mode=1777   0 0

lxc.devttydir = lxc
lxc.tty = 4
lxc.pts = 1024

lxc.network.type = veth
lxc.network.flags = up
# Bridge net on the host
lxc.network.link = lxcbr0

# link name on the guest
lxc.network.name = eth0
lxc.network.mtu = 1500
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to