Base Jail: When populating the base Jail with world, some tools use the existing world on host, but handbook instructions are:
- Is the difference just that the latter would be a more current world?
- What is the difference between make distribution vs make installworld?
- I don't want man pages, games, etc in my Jail - how can I disable the build for those?
- Would it be unwise to disable the build of clang since I use gcc42 to build world - I have not seen anything using clang for build other than clang its self.
- What advantage does zfs' jailed setting offer?
- What do you use to manage your jails? I looked at warden & qjail but ezjail looks more promising.
Thinclinet/diskless: This is one of the uses I plan for the Jail structure with root, dhcp + nfs/tftp in separate jail.
- Do you prefer tftp or nfs for shared root - and why?
- I plan 3 more jails for webserver, mysql, simplegroupware on amd64 server, while clients need a 386 kernel and world. I therefore need to have 2 base jails, right? I am thinking of keeping the 386 jail in image format (as a file).
- I am planing "ultra-thin" clients with access to only a web browser. All office (spreadsheet, word), bookmarking and file sharing will be done from simplegroupware. Internet browsing? Well, the browser... The jail housing sgw will only have a browser, maybe 3-4 more apps installed (sgw pulls in java). What desktop do you suggest? Even e17 is too luxurious for this setup.
- How should I setup flash for the above? same jail as sgw I presume? What about lpd (printing)?
Long list, I know - and your input is appreciated.
# make buildworld installlworld DESTDIR:/wherever
- Is the difference just that the latter would be a more current world?
- What is the difference between make distribution vs make installworld?
- I don't want man pages, games, etc in my Jail - how can I disable the build for those?
- Would it be unwise to disable the build of clang since I use gcc42 to build world - I have not seen anything using clang for build other than clang its self.
- What advantage does zfs' jailed setting offer?
- What do you use to manage your jails? I looked at warden & qjail but ezjail looks more promising.
Thinclinet/diskless: This is one of the uses I plan for the Jail structure with root, dhcp + nfs/tftp in separate jail.
- Do you prefer tftp or nfs for shared root - and why?
- I plan 3 more jails for webserver, mysql, simplegroupware on amd64 server, while clients need a 386 kernel and world. I therefore need to have 2 base jails, right? I am thinking of keeping the 386 jail in image format (as a file).
- I am planing "ultra-thin" clients with access to only a web browser. All office (spreadsheet, word), bookmarking and file sharing will be done from simplegroupware. Internet browsing? Well, the browser... The jail housing sgw will only have a browser, maybe 3-4 more apps installed (sgw pulls in java). What desktop do you suggest? Even e17 is too luxurious for this setup.
- How should I setup flash for the above? same jail as sgw I presume? What about lpd (printing)?
Long list, I know - and your input is appreciated.