Re: Jail on 2 interfaces?

2009-12-23 Thread Matthew Seaman
Mel Flynn wrote: Hi, I don't see this documented in jail(8) nor rc(8) nor defaults/rc.conf, so is it possible to have 2 IP's on 2 ethernet interfaces? And if so, is it settable for rc(8)? The usage case is to have the same jailed proxy server on two seperate internal networks. Ideally, the

Re: Jail on 2 interfaces?

2009-12-23 Thread Bjoern A. Zeeb
On Tue, 22 Dec 2009, Mel Flynn wrote: Hi, first of all this would find more people to help on freebsd-jail as it has nothing to do with hackers ;-) I don't see this documented in jail(8) nor rc(8) nor defaults/rc.conf, so is it possible to have 2 IP's on 2 ethernet interfaces? And if so, is it

Re: Jail on 2 interfaces?

2009-12-23 Thread Bjoern A. Zeeb
On Wed, 23 Dec 2009, Matthew Seaman wrote: Mel Flynn wrote: Hi, I don't see this documented in jail(8) nor rc(8) nor defaults/rc.conf, so is it possible to have 2 IP's on 2 ethernet interfaces? And if so, is it settable for rc(8)? The usage case is to have the same jailed proxy server on t

Re: Jail on 2 interfaces?

2009-12-23 Thread Mel Flynn
On Wednesday 23 December 2009 01:19:23 Bjoern A. Zeeb wrote: > On Tue, 22 Dec 2009, Mel Flynn wrote: > > Hi, > > first of all this would find more people to help on freebsd-jail as it > has nothing to do with hackers ;-) Yes, that was pretty braindead of me, especially since the intention was qu

Re: Jail on 2 interfaces?

2009-12-23 Thread Bjoern A. Zeeb
On Wed, 23 Dec 2009, Mel Flynn wrote: or later; no official FreeBSD version before had supported multiple-IPs with a jail. 8.0-p3, yes. ok What it did was what you were asking for. That's the problem. 1) either use ifconfig 2) or use jail + interfaces 3) but do not mix them (especially n

Re: Suggestion: rename "killall" to "fkill", but wait five years to phase the new name in

2009-12-23 Thread Daniel Tordable
Stephen Montgomery-Smith escribió: > I would like to introduce a program into the base called > "screw-the-whole-system." It would do something like this: > > while true; do \ > echo "Please wait while your system is being destroyed..." > sleep 10 > done > > ___

Renaming "killall" and forever symlinking the old name to the new name (was: Suggestion: rename ...)

2009-12-23 Thread Jason Spiro
Xin LI delphij.net> writes: > killall is used for instance, shutdown scripts. Yes you get the warning > message on your console but not the remote ssh. [snip] > It's way too late to say something a "mistake" after about 15 years. [snip] > FreeBSD users are already get used > with our killall b

why does _PATH_STDPATH contain the current directory?

2009-12-23 Thread Jilles Tjoelker
/usr/include/paths.h has: /* All standard utilities path. */ #define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:" The current directory appears to have been added accidentally years ago. Can I go ahead and take it out (the colon)? The paths for rescue already do not have the current directory