Current problem reports assigned to freebsd-jail@FreeBSD.org

2012-01-30 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

p bin/161957   jail   jls(8): jls -v doesn't show anything if system compile
o kern/159918  jail   [jail] inter-jail communication failure
o kern/156111  jail   [jail] procstat -b not supported in jail
o misc/155765  jail   [patch] `buildworld' does not honors WITHOUT_JAIL
o conf/154246  jail   [jail] [patch] Bad symlink created if devfs mount poin
o conf/149050  jail   [jail] rcorder ``nojail'' too coarse for Jail+VNET
s conf/142972  jail   [jail] [patch] Support JAILv2 and vnet in rc.d/jail
o conf/141317  jail   [patch] uncorrect jail stop in /etc/rc.d/jail
o kern/133265  jail   [jail] is there a solution how to run nfs client in ja
o kern/119842  jail   [smbfs] [jail] Bad address with smbfs inside a jail
o bin/99566jail   [jail] [patch] fstat(1) according to specified jid
o bin/32828jail   [jail] w(1) incorrectly handles stale utmp slots with 

12 problems total.

___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org


Help with Jail using freebsd

2012-01-30 Thread Bender, Chris
HI I am having a terrible time. I have taken over for somebody who had
JAILS running a production system.

The system is down and I have no idea how to start an individual JAIL. I
am having no luck. I am willing to pay 

Handsomely for somebody to help me as a production system is down. 

Can you point to anybody who can help me?

 

Thanks

 

 

___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org


JAILS help

2012-01-30 Thread Bender, Chris
zs1# uname -spr

FreeBSD 8.2-RELEASE-p2 amd64

 

Can anyone assist me with a Jails issue. System restarted and JAILS is
NOT running a mission critical system.

 

Willing to pay for help.

Thanks

 

Chris Bender

Network Engineer

ATT / Wireless Maritime Services

3088 N Commerce Parkway

Miramar, FL 33025

 

Cell Phone: 954-235-5972

Desk:  954-883-2453

 

chris.ben...@cellularatsea.com mailto:chris.ben...@cellularatsea.com 

 

 

 

___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org


Re: JAILS help

2012-01-30 Thread JÁKÓ András
 zs1# uname -spr
 
 FreeBSD 8.2-RELEASE-p2 amd64
 
  
 
 Can anyone assist me with a Jails issue. System restarted and JAILS is
 NOT running a mission critical system.

Have you tried the documentation? Or Google?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-build.html

András___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org


Re: JAILS help

2012-01-30 Thread Eirik Øverby
Last ditch before I hit the bed:

zs1# . tools2
zs1# export jail_list=tools2
zs1# /etc/rc.d/jail start tools2

If this fails, run 'bash' first and then retry.

Good luck.
/Eirik

On Jan 30, 2012, at 23:55, Bender, Chris wrote:

 There is no mention but I found  a scipt that looks to execute such an item 
 in the home directory. 
 zs1# more tools2
 export jail_tools2_hostname=tools2
 export jail_tools2_ip=172.19.4.41
 export jail_tools2_ip_multi0=172.19.4.46
 export jail_tools2_ip_multi1=172.19.4.47
 export jail_tools2_ip_multi2=172.19.4.48
 export jail_tools2_ip_multi3=135.209.138.15
 export jail_tools2_ip_multi4=135.209.138.20
 export jail_tools2_rootdir=/usr/jails/tools2
 export jail_tools2_exec_start=/bin/sh /etc/rc
 export jail_tools2_mount_enable=YES
 export jail_tools2_devfs_enable=YES
 export jail_tools2_devfs_ruleset=devfsrules_jail
 export jail_tools2_procfs_enable=YES
 export jail_tools2_fdescfs_enable=YES
 export jail_tools2_image=
 export jail_tools2_imagetype=
 export jail_tools2_attachparams=
 export jail_tools2_attachblocking=
 export jail_tools2_forceblocking=
 
 This file is not in the jailed system files but outside the files system. 
 When I run it
 I get 
 
 zs1# /etc/rc.d/jail start tools 2
 Configuring jails:.
 Starting jails:/etc/rc.d/jail: ERROR: jail: No hostname has been defined for 
 tools
 zs1# /etc/rc.d/jail -h start tools 2
 /etc/rc.d/jail: unknown directive '-h'.
 Usage: /etc/rc.d/jail [fast|force|one](start|stop|restart|rcvar)
 zs1# /etc/rc.d/jail -h start tools2
 /etc/rc.d/jail: unknown directive '-h'.
 Usage: /etc/rc.d/jail [fast|force|one](start|stop|restart|rcvar)
 zs1# /etc/rc.d/jail -h onestart tools2
 /etc/rc.d/jail: unknown directive '-h'.
 Usage: /etc/rc.d/jail [fast|force|one](start|stop|restart|rcvar)
 zs1# /etc/rc.d/jail -h one start tools2
 /etc/rc.d/jail: unknown directive '-h'.
 Usage: /etc/rc.d/jail [fast|force|one](start|stop|restart|rcvar)
 zs1# /etc/rc.d/jail -h one start tools2
 
 ???Thanks
 
 
 
 -Original Message-
 From: Eirik Øverby [mailto:ltn...@anduin.net] 
 Sent: Monday, January 30, 2012 5:49 PM
 To: Bender, Chris
 Cc: freebsd-jail@freebsd.org
 Subject: Re: JAILS help
 
 Check /etc/rc.conf for any mention of jails. If there is, you should be able 
 to start the jails using the /etc/rc.d/jail script, specifying the operation 
 (start) and the jail name.
 
 If there is no mention in /etc/rc.conf - how and where are the jails defined? 
 How do you know there are any?
 
 /Eirik
 
 On Jan 30, 2012, at 23:44, Bender, Chris wrote:
 
 zs1# uname -spr
 
 FreeBSD 8.2-RELEASE-p2 amd64
 
 
 
 Can anyone assist me with a Jails issue. System restarted and JAILS is 
 NOT running a mission critical system.
 
 
 
 Willing to pay for help.
 
 Thanks
 
 
 
 Chris Bender
 
 Network Engineer
 
 ATT / Wireless Maritime Services
 
 3088 N Commerce Parkway
 
 Miramar, FL 33025
 
 
 
 Cell Phone: 954-235-5972
 
 Desk:  954-883-2453
 
 
 
 chris.ben...@cellularatsea.com mailto:chris.ben...@cellularatsea.com
 
 
 
 
 
 
 
 ___
 freebsd-jail@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-jail
 To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org
 
 
 ___
 freebsd-jail@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-jail
 To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org
 

___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org


Re: JAILS help

2012-01-30 Thread Steven Hartland

You should just need to put those jail_ lines without the export in
/etc/rc.conf

e.g
jail_tools2_hostname=tools2
jail_tools2_ip=172.19.4.41

Along with jail_enable=YES and then you should be good to just
run /etc/rc.d/jail start

We also tend to add the following which enables you to configure
which jails to automatically start on boot or with the above line
when not specifying the jail as the second parameter.
jail_list=tools2

   Regards
   Steve

- Original Message - 
From: Bender, Chris chris_ben...@cellularatsea.com

To: Eirik Øverby ltn...@anduin.net
Cc: freebsd-jail@freebsd.org
Sent: Monday, January 30, 2012 10:55 PM
Subject: RE: JAILS help


There is no mention but I found  a scipt that looks to execute such an item in 
the home directory.
zs1# more tools2
export jail_tools2_hostname=tools2
export jail_tools2_ip=172.19.4.41
export jail_tools2_ip_multi0=172.19.4.46
export jail_tools2_ip_multi1=172.19.4.47
export jail_tools2_ip_multi2=172.19.4.48
export jail_tools2_ip_multi3=135.209.138.15
export jail_tools2_ip_multi4=135.209.138.20
export jail_tools2_rootdir=/usr/jails/tools2
export jail_tools2_exec_start=/bin/sh /etc/rc
export jail_tools2_mount_enable=YES
export jail_tools2_devfs_enable=YES
export jail_tools2_devfs_ruleset=devfsrules_jail
export jail_tools2_procfs_enable=YES
export jail_tools2_fdescfs_enable=YES
export jail_tools2_image=
export jail_tools2_imagetype=
export jail_tools2_attachparams=
export jail_tools2_attachblocking=
export jail_tools2_forceblocking=

This file is not in the jailed system files but outside the files system.
When I run it
I get

zs1# /etc/rc.d/jail start tools 2
Configuring jails:.
Starting jails:/etc/rc.d/jail: ERROR: jail: No hostname has been defined for 
tools
zs1# /etc/rc.d/jail -h start tools 2
/etc/rc.d/jail: unknown directive '-h'.
Usage: /etc/rc.d/jail [fast|force|one](start|stop|restart|rcvar)
zs1# /etc/rc.d/jail -h start tools2
/etc/rc.d/jail: unknown directive '-h'.
Usage: /etc/rc.d/jail [fast|force|one](start|stop|restart|rcvar)
zs1# /etc/rc.d/jail -h onestart tools2
/etc/rc.d/jail: unknown directive '-h'.
Usage: /etc/rc.d/jail [fast|force|one](start|stop|restart|rcvar)
zs1# /etc/rc.d/jail -h one start tools2
/etc/rc.d/jail: unknown directive '-h'.
Usage: /etc/rc.d/jail [fast|force|one](start|stop|restart|rcvar)
zs1# /etc/rc.d/jail -h one start tools2

???Thanks



-Original Message-
From: Eirik Øverby [mailto:ltn...@anduin.net]
Sent: Monday, January 30, 2012 5:49 PM
To: Bender, Chris
Cc: freebsd-jail@freebsd.org
Subject: Re: JAILS help

Check /etc/rc.conf for any mention of jails. If there is, you should be able to start the jails using the /etc/rc.d/jail script, 
specifying the operation (start) and the jail name.


If there is no mention in /etc/rc.conf - how and where are the jails defined? 
How do you know there are any?

/Eirik

On Jan 30, 2012, at 23:44, Bender, Chris wrote:


zs1# uname -spr

FreeBSD 8.2-RELEASE-p2 amd64



Can anyone assist me with a Jails issue. System restarted and JAILS is
NOT running a mission critical system.



Willing to pay for help.

Thanks



Chris Bender

Network Engineer

ATT / Wireless Maritime Services

3088 N Commerce Parkway

Miramar, FL 33025



Cell Phone: 954-235-5972

Desk:  954-883-2453



chris.ben...@cellularatsea.com mailto:chris.ben...@cellularatsea.com







___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org



___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org



This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 


In the event of misdirection, illegible or incomplete transmission please 
telephone +44 845 868 1337
or return the E.mail to postmas...@multiplay.co.uk.

___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org