#20785: procd jails (e.g. dnsmasq) don't work on x86 trunk
--------------------------+------------------------------
  Reporter:  anonymous    |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:  procd, jail, x86
--------------------------+------------------------------

Comment (by anonymous):

 Replying to [comment:5 champetier.etienne@…]:
 > hi,
 >
 > can you past the output of:
 > {{{
 > ldd dnsmasq
 > }}}
 >
 > according to execve man, ENOENT mean no exec or missing shared lib
 > http://man7.org/linux/man-pages/man2/execve.2.html


 Here is the output from DD r47459

 {{{
 root@OpenWrt:~# ldd
 musl libc
 Version 1.1.11
 Dynamic Program Loader
 Usage: ldd [options] [--] pathname
 root@OpenWrt:~# ldd /usr/sbin/dnsmasq
         /lib/ld-musl-i386.so.1 (0xb76c3000)
         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb76af000)
         libc.so => /lib/ld-musl-i386.so.1 (0xb76c3000)
 root@OpenWrt:~# ls -la /lib/ld-musl-i386.so.1
 lrwxrwxrwx    1 root     root             7 Nov 11 20:17 /lib/ld-
 musl-i386.so.1 -> libc.so
 root@OpenWrt:~# ls -la /lib/libc.so
 -rwxr-xr-x    1 root     root        402087 Nov 11 16:12 /lib/libc.so
 root@OpenWrt:~#

 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/20785#comment:9>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to