Date: Mon, 24 Oct 2011 08:40:02 GMT From: Alexey Markov <redrat@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: bin/161957: jls -v doesn't show anything if system compiled with WITHOUT_INET6 Message-ID: <201110240840.p9O8e2SF026060@red.freebsd.org> Resent-Message-ID: <201110240850.p9O8o2oi041880@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161957
>Category: bin
>Synopsis: jls -v doesn't show anything if system compiled with WITHOUT_INET6
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Oct 24 08:50:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Alexey Markov
>Release: 8.2-RELEASE-p4
>Organization:
JSC Complitex
>Environment:
FreeBSD meson.complitex.ru 8.2-RELEASE-p4 FreeBSD 8.2-RELEASE-p4 #0: Mon Oct 17 11:44:31 MSD 2011 redrat@meson.complitex.ru:/arc/obj/arc/src/sys/MESON amd64
>Description:
I have a server which is compiled with WITHOUT_INET6 in src.conf. There is some jails on this server. While jls without switches works fine, with -v switch I got error: "jls: unknown parameter: ip6.addr".
I think jls must omit ip6.addr parameter on systems without IPv6 support and just output the rest of parameters.
>How-To-Repeat:
# echo "WITHOUT_INET6" >> /etc/src.conf
# cd /usr/src && make world
# shutdown -r now
# jls
JID IP Address Hostname Path
3 127.0.0.2 port.jail /arc/jail/port
# jls -v
jls: unknown parameter: ip6.addr
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110240840.p9O8e2SF026060>
