Re: The best way to upgrade my FreeBSD and its jails

2008-08-01 Thread Mikhail Goriachev
Redd Vinylene wrote: My dedicated server is mother, its two jails are camel and box. Is this the best way to upgrade all of them? We probably should keep this to freebsd-jail@ only. Had a look at http://pastie.org/245821 and have a few notes for you: 1.- As Miroslav already mentioned - it is

Re: The best way to upgrade my FreeBSD and its jails

2008-08-01 Thread Miroslav Lachman
Redd Vinylene wrote: My dedicated server is mother, its two jails are camel and box. Is this the best way to upgrade all of them? Pretty cool huh? - # FreeBSD/i386 mother.reddvinylene.no csup /etc/cvsupfile && \ cd /usr/src && \ make buildworld && \ make buildkernel && \ make installworl

Re: new multi-/no-ip4/v6 jail patches

2008-08-01 Thread Simon L. Nielsen
On 2008.07.27 17:48:26 +, Bjoern A. Zeeb wrote: > On Sun, 27 Jul 2008, Bjoern A. Zeeb wrote: > >> On Sun, 27 Jul 2008, Bjoern A. Zeeb wrote: >> >> Hi, >> >> there is a regression in there with unbound udp connects. I am >> investigating and the patches are gone for the moment. I'll let you >

The best way to upgrade my FreeBSD and its jails

2008-08-01 Thread Redd Vinylene
My dedicated server is mother, its two jails are camel and box. Is this the best way to upgrade all of them? Pretty cool huh? - # FreeBSD/i386 mother.reddvinylene.no csup /etc/cvsupfile && \ cd /usr/src && \ make buildworld && \ make buildkernel && \ make installworld && \ make installkern

The best way to upgrade my FreeBSD and its jails

2008-08-01 Thread Redd Vinylene
My dedicated server is mother, its two jails are camel and box. Is this the best way to upgrade all of them? Pretty cool huh? - # FreeBSD/i386 mother.reddvinylene.no csup /etc/cvsupfile && \ cd /usr/src && \ make buildworld && \ make buildkernel && \ make installworld && \ make installkern

Re: Multiple IPs

2008-08-01 Thread Bjoern A. Zeeb
On Fri, 1 Aug 2008, Redd Vinylene wrote: Hi, # patch -p6 < bz_jail7-20080727-11-at146062.diff could be that it needs to be -p7 Try with patch -C -p6/7 (with -C) first and check that it does not complain. Yeah that's more like it ;) On Fri, Aug 1, 2008 at 10:05 AM, Redd Vinylene <[EMAIL

Multiple IPs

2008-08-01 Thread Redd Vinylene
Big ups to Bjoern A. Zeeb for his multiple IP patch as well as his friendly support service ;) I'd just like to confirm, however, if this is how it's done? # cd /usr/src # wget http://people.freebsd.org/~bz/bz_jail7-20080727-11-at146062.diff # patch -p6 bz_jail7-20080727-11-at146062.diff # make b

Re: Multiple IPs

2008-08-01 Thread Redd Vinylene
Also, under jail_X_ip in rc.conf, must I enter the IPs one by one or can I specify an entire range? Much obliged! On Fri, Aug 1, 2008 at 10:17 AM, Redd Vinylene <[EMAIL PROTECTED]> wrote: > Whooops, > > # patch -p6 < bz_jail7-20080727-11-at146062.diff > > Yeah that's more like it ;) > > On Fri, A

Re: Multiple IPs

2008-08-01 Thread Redd Vinylene
Whooops, # patch -p6 < bz_jail7-20080727-11-at146062.diff Yeah that's more like it ;) On Fri, Aug 1, 2008 at 10:05 AM, Redd Vinylene <[EMAIL PROTECTED]> wrote: > Big ups to Bjoern A. Zeeb for his multiple IP patch as well as his > friendly support service ;) > > I'd just like to confirm, however