<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Setup FreeBSD Jail With ezjail</title> <atom:link href="http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Karl Blessing</title><link>http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/#comment-55922</link> <dc:creator>Karl Blessing</dc:creator> <pubDate>Wed, 23 Feb 2011 00:58:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4046#comment-55922</guid> <description>I just went with pulling down the source tree, doing buildworld (But not installworld). Was just hoping there&#039;d be a way to update the jails without having to rely on sources.</description> <content:encoded><![CDATA[<p>I just went with pulling down the source tree, doing buildworld (But not installworld). Was just hoping there&#8217;d be a way to update the jails without having to rely on sources.</p> ]]></content:encoded> </item> <item><title>By: Karl Blessing</title><link>http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/#comment-55918</link> <dc:creator>Karl Blessing</dc:creator> <pubDate>Tue, 22 Feb 2011 22:56:14 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4046#comment-55918</guid> <description>Would it be possible to install a jail on a binary distribution. If I don&#039;t have a source tree and I don&#039;t wish to re-build the base system from cvsup but rather keep it easy with freebsd-update?</description> <content:encoded><![CDATA[<p>Would it be possible to install a jail on a binary distribution. If I don&#8217;t have a source tree and I don&#8217;t wish to re-build the base system from cvsup but rather keep it easy with freebsd-update?</p> ]]></content:encoded> </item> <item><title>By: Broy</title><link>http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/#comment-55092</link> <dc:creator>Broy</dc:creator> <pubDate>Sat, 22 Jan 2011 07:08:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4046#comment-55092</guid> <description>Hello!
I set up Ezjail in my FreeBSD 8.1 amd64 release-version. After successful installation,
i did the &quot; ezjail-admin update -p -i &quot; command but unfortunately it shows some errors:
--------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 hierarchy
cd /usr/src/etc;                make distrib-dirs
cd: can&#039;t cd to /usr/src/etc
*** Error code 2
Stop in /usr/src.
Error: The command &#039;make installworld&#039; failed.
Refer to the error report(s) above.
----------------------------------------------------------
BTW, i recompiled and build my own kernel first before i install Ezjail. I&#039;m suspecting why does error occurred its because of the new kernel configuration but that was only my presumption.
Any help bout this?
Thanks much!</description> <content:encoded><![CDATA[<p>Hello!<br
/> I set up Ezjail in my FreeBSD 8.1 amd64 release-version. After successful installation,<br
/> i did the &#8221; ezjail-admin update -p -i &#8221; command but unfortunately it shows some errors:<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br
/> cd /usr/src; make -f Makefile.inc1 hierarchy<br
/> cd /usr/src/etc;                make distrib-dirs<br
/> cd: can&#8217;t cd to /usr/src/etc<br
/> *** Error code 2</p><p>Stop in /usr/src.<br
/> Error: The command &#8216;make installworld&#8217; failed.<br
/> Refer to the error report(s) above.<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p><p>BTW, i recompiled and build my own kernel first before i install Ezjail. I&#8217;m suspecting why does error occurred its because of the new kernel configuration but that was only my presumption.</p><p>Any help bout this?</p><p>Thanks much!</p> ]]></content:encoded> </item> <item><title>By: cleroy61</title><link>http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/#comment-49328</link> <dc:creator>cleroy61</dc:creator> <pubDate>Tue, 07 Sep 2010 19:17:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4046#comment-49328</guid> <description>I found answer through  freeBSD forum ; the command is not enough
&lt;b&gt;portsnap fetch extract&lt;/b&gt;
I tried this one after building the jail with ezjail-admin create
&lt;b&gt;portsnap -p /usr/jails/basejail/usr/ports/ fetch extract&lt;/b&gt;
it&#039;s OK now !</description> <content:encoded><![CDATA[<p>I found answer through  freeBSD forum ; the command is not enough</p><p><b>portsnap fetch extract</b></p><p>I tried this one after building the jail with ezjail-admin create</p><p><b>portsnap -p /usr/jails/basejail/usr/ports/ fetch extract</b></p><p>it&#8217;s OK now !</p> ]]></content:encoded> </item> <item><title>By: cleroy61</title><link>http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/#comment-49307</link> <dc:creator>cleroy61</dc:creator> <pubDate>Mon, 06 Sep 2010 18:41:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4046#comment-49307</guid> <description>Hello,
When I create a jail with ezjai, I can not access usr/ports from my jail to install nginx;
jexec 2 cd /usr/ports/www/nginx &amp;&amp; make install clean
No such file or directory
It does not exist in fact, how can I link to my jail?
I&#039;m out of my jail and I am a &lt;b&gt;portsnap extract&lt;/b&gt; command
and then an &lt;b&gt;portsnap fetch update&lt;/b&gt;  command,  thinking I did not open the softwares worn.
it is present but with the letter &#039;l&#039; in front, preventing me from going there as a directory:
&lt;b&gt;lrwxr-xr-x 1 root wheel 19 Sep 5 11:12 ports -&gt; /basejail/usr/ports&lt;/b&gt;
Thanking you Sincerely Christophe</description> <content:encoded><![CDATA[<p>Hello,<br
/> When I create a jail with ezjai, I can not access usr/ports from my jail to install nginx;</p><p>jexec 2 cd /usr/ports/www/nginx &amp;&amp; make install clean<br
/> No such file or directory</p><p>It does not exist in fact, how can I link to my jail?<br
/> I&#8217;m out of my jail and I am a <b>portsnap extract</b> command<br
/> and then an <b>portsnap fetch update</b> command,  thinking I did not open the softwares worn.<br
/> it is present but with the letter &#8216;l&#8217; in front, preventing me from going there as a directory:</p><p><b>lrwxr-xr-x 1 root wheel 19 Sep 5 11:12 ports -&gt; /basejail/usr/ports</b></p><p>Thanking you Sincerely Christophe</p> ]]></content:encoded> </item> <item><title>By: Dhenin Jean-Jacques</title><link>http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/#comment-46543</link> <dc:creator>Dhenin Jean-Jacques</dc:creator> <pubDate>Mon, 22 Mar 2010 19:09:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4046#comment-46543</guid> <description>Appréciable. Merci beaucoup. Très utile.</description> <content:encoded><![CDATA[<p>Appréciable. Merci beaucoup. Très utile.</p> ]]></content:encoded> </item> <item><title>By: Shoaibi</title><link>http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/#comment-42096</link> <dc:creator>Shoaibi</dc:creator> <pubDate>Wed, 17 Jun 2009 13:41:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4046#comment-42096</guid> <description>@Vivek:
Good going...
@Valqk:
thanks, I was thinking to create one after reading the article...</description> <content:encoded><![CDATA[<p>@Vivek:<br
/> Good going&#8230;</p><p>@Valqk:<br
/> thanks, I was thinking to create one after reading the article&#8230;</p> ]]></content:encoded> </item> <item><title>By: Valqk</title><link>http://www.cyberciti.biz/faq/howto-setup-freebsd-jail-with-ezjail/#comment-42032</link> <dc:creator>Valqk</dc:creator> <pubDate>Fri, 12 Jun 2009 11:56:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4046#comment-42032</guid> <description>Just to share, I&#039;ve written a command called
jlog jailname. It makes jexec JID tcsh and logs you into the jail.
There it is:  &lt;a href=http://blog.valqk.com/archives/FreeBSD-jails-how-to-login-jexec-JID-SHELL-quickly-in-a-jail-by-name-jlog-command-20.html rel=&quot;nofollow&quot;&gt;Link&lt;/a&gt;
p.s. I didn&#039;t find my posts in mailing lists so I&#039;ve posted in my blog. pls. feel free to delete this comment if you consider this as spam or something.</description> <content:encoded><![CDATA[<p>Just to share, I&#8217;ve written a command called<br
/> jlog jailname. It makes jexec JID tcsh and logs you into the jail.<br
/> There it is: <a
href=http://blog.valqk.com/archives/FreeBSD-jails-how-to-login-jexec-JID-SHELL-quickly-in-a-jail-by-name-jlog-command-20.html rel="nofollow">Link</a></p><p>p.s. I didn&#8217;t find my posts in mailing lists so I&#8217;ve posted in my blog. pls. feel free to delete this comment if you consider this as spam or something.</p> ]]></content:encoded> </item> </channel> </rss>
