Re: [pfSense Support] WiKi question

2005-11-12 Thread Scott Ullrich
Uh, we are not doing a jail.   We are doing a chroot build
environment.  BIG DIFFERENCE!
On 11/12/05, Lists <[EMAIL PROTECTED]> wrote:
>
> D=/here/is/the/jail
>  cd /usr/src
>  mkdir -p $D
>  make world DESTDIR=$D
>  make distribution DESTDIR=$D
>  mount_devfs devfs $D/dev
>
> is a more correct way to build your environment prpoerly
>
> also look at /etc/defaults/rc.conf | grep jail for autostarting a proper
> jail environment
> _MY rc.conf___
> jail_enable="YES"# Set to YES to disable starting of any jails
> jail_list="pfsense"# Space separated list of names of jails
> jail_set_hostname_allow="YES" # Allow root user in a jail to change its
> hostname
> jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail
> jail_sysvipc_allow="YES" # Allow SystemV IPC use from within a jail
> jail_pfsense_rootdir="/usr/jails/pfsense"
> jail_pfsense_hostname="pfsense.devel.optimlabs.com"
> jail_pfsense_ip="192.168.2.13"
> jail_pfsense_devfs_enable="YES"
> jail_pfsense_mount_enable="YES"
> jail_pfsense_exec_start="/bin/sh /etc/rc"
> jail_pfsense_exec_stop="/bin/sh /etc/rc.shutdown"
> jail_pfsense_fdescfs_enable="YES"   # mount fdescfs in the
> jail
> jail_pfsense_flags="-l -U root"# flags for jail(8)
> jail_pfsense_procfs_enable="YES"# mount procfs in jail
>
>
> On Sat, 2005-11-12 at 10:50 +0300, Michael Lednev wrote:
> > Hello, Scott.
> >
> > On 12 ноября 2005 г., 10:03:24 you wrote:
> >
> > SU> Remove the rsync lines from the script.  One of the steps in the wiki
> > SU> replaces htis.
> >
> > And what about this situation?
> >
> > >>> Phase 0
> > >>> Phase 1
> > Welcome to FreeSBIE (Free System Burned In Economy)
> > Generating FreeSBIE filesystem... Please wait
> > ./dist missing (created)
> > ./scripts missing (created)
> > ./uzip missing (created)
> >  [DONE]
> > >>> Phase 2
> > Copying /etc files...
> > script: openpty: No such file or directory
> >
> > After this it just stops and waiting. Maybe this because I'm building
> > under screen or what?
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [pfSense Support] WiKi question

2005-11-12 Thread Lists

D=/here/is/the/jail
 cd /usr/src
 mkdir -p $D
 make world DESTDIR=$D
 make distribution DESTDIR=$D
 mount_devfs devfs $D/dev

is a more correct way to build your environment prpoerly

also look at /etc/defaults/rc.conf | grep jail for autostarting a proper
jail environment
_MY rc.conf___
jail_enable="YES"# Set to YES to disable starting of any jails
jail_list="pfsense"# Space separated list of names of jails
jail_set_hostname_allow="YES" # Allow root user in a jail to change its
hostname
jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail
jail_sysvipc_allow="YES" # Allow SystemV IPC use from within a jail
jail_pfsense_rootdir="/usr/jails/pfsense"
jail_pfsense_hostname="pfsense.devel.optimlabs.com"
jail_pfsense_ip="192.168.2.13"
jail_pfsense_devfs_enable="YES"
jail_pfsense_mount_enable="YES"
jail_pfsense_exec_start="/bin/sh /etc/rc"
jail_pfsense_exec_stop="/bin/sh /etc/rc.shutdown"
jail_pfsense_fdescfs_enable="YES"   # mount fdescfs in the
jail
jail_pfsense_flags="-l -U root"# flags for jail(8)
jail_pfsense_procfs_enable="YES"# mount procfs in jail


On Sat, 2005-11-12 at 10:50 +0300, Michael Lednev wrote:
> Hello, Scott.
> 
> On 12 ноября 2005 г., 10:03:24 you wrote:
> 
> SU> Remove the rsync lines from the script.  One of the steps in the wiki
> SU> replaces htis.
> 
> And what about this situation?
> 
> >>> Phase 0
> >>> Phase 1
> Welcome to FreeSBIE (Free System Burned In Economy)
> Generating FreeSBIE filesystem... Please wait
> ./dist missing (created)
> ./scripts missing (created)
> ./uzip missing (created)
>  [DONE]
> >>> Phase 2
> Copying /etc files...
> script: openpty: No such file or directory
> 
> After this it just stops and waiting. Maybe this because I'm building
> under screen or what?
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] WiKi question

2005-11-12 Thread Lists
its a requirement , you must mount in the jail for the deveice, see man
jail. the wiki is missing some stuff

fdescfs on /usr/jails/pfsense/dev/fd (fdescfs)
procfs on /usr/jails/pfsense/proc (procfs, local)
devfs on /usr/jails/freesbie/dev (devfs, local, multilabel)


On Sat, 2005-11-12 at 10:50 +0300, Michael Lednev wrote:
> openpty


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] WiKi question

2005-11-11 Thread Michael Lednev
Hello, Scott.

On 12 ноября 2005 г., 10:03:24 you wrote:

SU> Remove the rsync lines from the script.  One of the steps in the wiki
SU> replaces htis.

And what about this situation?

>>> Phase 0
>>> Phase 1
Welcome to FreeSBIE (Free System Burned In Economy)
Generating FreeSBIE filesystem... Please wait
./dist missing (created)
./scripts missing (created)
./uzip missing (created)
 [DONE]
>>> Phase 2
Copying /etc files...
script: openpty: No such file or directory

After this it just stops and waiting. Maybe this because I'm building
under screen or what?

-- 
Best regards,
 Michael  mailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] WiKi question

2005-11-11 Thread Scott Ullrich
Remove the rsync lines from the script.  One of the steps in the wiki
replaces htis.
On 11/12/05, Marc A. Volovic <[EMAIL PROTECTED]> wrote:
> Quoth Scott Ullrich:
>
> > It is brand new.   Corrections are very much welcome.
>
> Gladly. I am struggling through the thing, for a number of reasons. The
> `make world` is extremely expensive and I already goofed once with it,
> requiring a full world remake on my celeron 600 test machine. But that is
> learning curve, so ~10 hours on a spare machine is ok...
>
> The more sinificant problem is that ./build_* scripts in the tools subdir
> try to rsync with [EMAIL PROTECTED] and gets bumped off with
> "connection timed out" and failure. Is this your build machine?
>
> Marc
>
> > Scott
> >
> > On 11/12/05, Marc A. Volovic <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > >
> > > Is the http://wiki.pfsense.com/wikka.php?wakka=BuildingpFSense
> > > maintained or even in use? I am following it and there are obvious
> > > omissions and errors there. Some I have corrected, some I am struggling
> > > through and with. Should this be continued?
> > >
> > > Thanks.
> > >
> > > Marc
> > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> --
> ---MAV
> Marc A. Volovic [EMAIL PROTECTED]
> Swiftouch, LTD +972-544-676764
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] WiKi question

2005-11-11 Thread Marc A. Volovic
Quoth Lists:

> yeah its not 100% correct i experienced this last week and have been
> working on complete documentation

Well - I made a number of changes (and am continuing to so do) so please
bear with me.

There are trivial typos (corrected) and command invocation mistakes (also
corrected).

Less trivial are the directory misnames (~/CVSROOT - I _think_ this should
be /home/pfsense/cvsroot).

Also - I wonder whether the `make world` (which I _had_ to do in my case)
is required...

Marc

-- 
---MAV
Marc A. Volovic [EMAIL PROTECTED]
Swiftouch, LTD +972-544-676764

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] WiKi question

2005-11-11 Thread Marc A. Volovic
Quoth Scott Ullrich:

> It is brand new.   Corrections are very much welcome.

Gladly. I am struggling through the thing, for a number of reasons. The
`make world` is extremely expensive and I already goofed once with it,
requiring a full world remake on my celeron 600 test machine. But that is
learning curve, so ~10 hours on a spare machine is ok...

The more sinificant problem is that ./build_* scripts in the tools subdir
try to rsync with [EMAIL PROTECTED] and gets bumped off with
"connection timed out" and failure. Is this your build machine?

Marc

> Scott
> 
> On 11/12/05, Marc A. Volovic <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > Is the http://wiki.pfsense.com/wikka.php?wakka=BuildingpFSense
> > maintained or even in use? I am following it and there are obvious
> > omissions and errors there. Some I have corrected, some I am struggling
> > through and with. Should this be continued?
> >
> > Thanks.
> >
> > Marc
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
---MAV
Marc A. Volovic [EMAIL PROTECTED]
Swiftouch, LTD +972-544-676764

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] WiKi question

2005-11-11 Thread Lists
yeah its not 100% correct i experienced this last week and have been
working on complete documentation

On Sat, 2005-11-12 at 01:48 -0500, Scott Ullrich wrote:
> It is brand new.   Corrections are very much welcome.
> 
> Scott
> 
> On 11/12/05, Marc A. Volovic <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > Is the http://wiki.pfsense.com/wikka.php?wakka=BuildingpFSense
> > maintained or even in use? I am following it and there are obvious
> > omissions and errors there. Some I have corrected, some I am struggling
> > through and with. Should this be continued?
> >
> > Thanks.
> >
> > Marc
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] WiKi question

2005-11-11 Thread Scott Ullrich
It is brand new.   Corrections are very much welcome.

Scott

On 11/12/05, Marc A. Volovic <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Is the http://wiki.pfsense.com/wikka.php?wakka=BuildingpFSense
> maintained or even in use? I am following it and there are obvious
> omissions and errors there. Some I have corrected, some I am struggling
> through and with. Should this be continued?
>
> Thanks.
>
> Marc
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[pfSense Support] WiKi question

2005-11-11 Thread Marc A. Volovic
Hello,

Is the http://wiki.pfsense.com/wikka.php?wakka=BuildingpFSense
maintained or even in use? I am following it and there are obvious
omissions and errors there. Some I have corrected, some I am struggling
through and with. Should this be continued?

Thanks.

Marc



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]