jls usage
Frank Leonhardt
frank2 at fjl.co.uk
Fri Jul 12 15:01:13 UTC 2013
On 12/07/2013 15:20, Teske, Devin wrote:
> On Jul 12, 2013, at 2:35 AM, Frank Leonhardt wrote:
>
>> On 12/07/2013 02:33, Teske, Devin wrote:
>>> On Jul 11, 2013, at 6:19 PM, Fbsd8 wrote:
>>>
>>>> In a .sh script I'm trying to get the jid for a single jail using this code
>>>>
>>>> jid=`jls -j jailname | cut -f 1- | awk '{print $1}'`
>>>>
>>> Looks a little over complicated... why not just..
>>>
>>> jls -j jailname jid
>> I've never got the -j option to work on jail names, only jail IDs.
> Misconfiguration; keep reading.
>
>
>> I've tried using the actual jail name, and the hostname to be sure - nothing - and on checking (jls -v) I'm somehow ending up with the Name being the same as the ID. I just put this down to a quirk/bug (it's there in 8.2-9) but it sounds like it's not an issue for anyone else. I'm defining them in rc.conf:
>>
>> jail_enable="yes"
>> jail_list="one two three"
>>
>> jail_agnet_rootdir="/usr/jail/one"
>> jail_agnet_hostname="one.mydomain.com"
>> jail_agnet_ip="123.123.123.123"
>> jail_agnet_devfs_enable="yes"
>> jail_agnet_devfs_ruleset="devfsrules_jail"
>>
> You've configured "one" and "two" and "three" in your jail_list, but quite oddly...
>
> You have not defined "jail_one_*" or "jail_two_*" or "jail_three_*".
>
> I'm extremely confused as to how your jail even started!
Sorry - should have said I'd obfuscated the IP addresses and hostnames
(it's not really "one.mydomain.com" ;-) ) Unfortunately I forgot to
obfuscate the jail name as fully as I thought in the startup lines. It
should have read jail_one_rootdir &c.
As I said, it's been working happily for years on lots of different
installations and they're all configured the same. The only weirdness is
that the jail name appears in the table as it's number.
Regards, Frank.
More information about the freebsd-questions
mailing list