Re: Freesbie - pen drive

2005-04-12 Thread Dario Freni
mailing by Giardina Software ha scritto: Hello list, when start the file flashfreesbie.sh to install Freesbie version pen drive, it say me to be unable to load the correct path /dev/sda1. This is the real path of my pen drive plugged to port. flashfreesbie.sh is written only for FreeBSD.

Re: FreeSBIE next release

2005-04-30 Thread Dario Freni
, if you use a graphical package manager. We should invent an online ports' tree :) Bye, Dario -- Dario Freni ([EMAIL PROTECTED]) - satu on Azzurra Gruppo Utenti FreeBSD Italia (http://www.gufi.org) GPG Public key at http://www.saturnero.net/saturnero.asc pgpFk5uFCpbQy.pgp Description: PGP

Re: vidcontrol - not found

2005-05-12 Thread Dario Freni
. If you want a custom kernel _edit_ FREESBIE.i386 and _not_ GENERIC. Bye, Dario -- Dario Freni ([EMAIL PROTECTED]) - satu on Azzurra FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc pgpFXz4yvBEPA.pgp Description: PGP signature -- FreeSBIE

Re: FreeSBIE User management

2005-05-21 Thread Dario Freni
] Then build the iso. -- Dario Freni ([EMAIL PROTECTED]) - satu on Azzurra FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc pgp0oyikKIwrb.pgp Description: PGP signature -- FreeSBIE mailing list (http://www.freesbie.org)

Behaviour of mount_unionfs

2005-05-22 Thread Dario Freni
of permission. From the man page I cannot realize if this really is the expected behaviour. Bye, Dario -- Dario Freni ([EMAIL PROTECTED]) - satu on Azzurra FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc pgp2G2hd6CsFR.pgp Description: PGP

Re: Behaviour of mount_unionfs

2005-05-23 Thread Dario Freni
On Mon, May 23, 2005 at 08:34:59AM +0200, Davide D'Amico wrote: cupa:/mnt/freesbie# mount /dev/md3 unionvar/ cupa:/mnt/freesbie# mount_unionfs unionvar/ var/ what if mount_unionfs var/ unionvar/ ? It works correctly. Patching system ASAP. -- Dario Freni ([EMAIL PROTECTED]) - satu

[CVS Update of freesbie - M:1 A:0 R:0]

2005-05-23 Thread Dario Freni
Log Message: --- Many things. - Move all those annoying steps to create a compressed fs to a single uzip_dir() function. E.g.: uzip_dir $FREESBIEISODIR/var $FREESBIEISODIR/uzip/var.uzip - Use UFS instead of ISO9660 as compressed filesystem. In this way we can hold permission and

Re: [CVS Update of freesbie - M:1 A:0 R:0]

2005-05-23 Thread Dario Freni
On Tue, May 24, 2005 at 03:35:00AM +0200, Dario Freni wrote: [...] To be done: - Test if unionfs on /usr works properly, if yes remove Scott's changes. - Change the behaviour on PenBSD, i.e.: mount uzip stuff If $FOUNDUFS = yes create dir /FreeSBIE/.var if not exists and mount

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-09 Thread Dario Freni
Log Message: --- Revert to the former (and correct) way of mounting unionfs. There's a directory permission behaviour to be corrected: If a directory is found in the lower layer, and there is no entry in the upper layer, then a shadow directory will be created in the upper layer.

[CVS Update of freesbie - M:3 A:0 R:0]

2005-06-11 Thread Dario Freni
Log Message: --- Cleanup and adapting web_installer to new uzip's fs type Modified Files: -- freesbie/files/scripts: after_installation_routines.sh installer web_installer -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-12 Thread Dario Freni
Log Message: --- Speed up the clone+compressing phase Modified Files: -- freesbie: 8.preparefs.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-12 Thread Dario Freni
Log Message: --- Substituting Exit voice with a clearer Done Modified Files: -- freesbie/files/dialogs: dialog_config.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-12 Thread Dario Freni
Log Message: --- - Install web_installer script - Sanity check on $BATCH_MODE Modified Files: -- freesbie: 7.customuser.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:2 A:0 R:0]

2005-06-13 Thread Dario Freni
Log Message: --- Remount /.var under /FreeSBIE/var as unionfs before launching the installer backend, as it needs /var/run/dmesg.boot. Modified Files: -- freesbie/files/scripts: installer web_installer -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:9 A:0 R:0]

2005-06-13 Thread Dario Freni
Log Message: --- - Uniformed and tested BATCH_MODE - Added PKG_FILE variable (optional) in config.sh, honoured by 6.packages - Inserted if statements before every dialog to honour the batch mode Modified Files: -- freesbie: 0.rmdir.sh 1.mkdir.sh

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-13 Thread Dario Freni
Log Message: --- We need devfs! Modified Files: -- freesbie/files/scripts: web_installer -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-14 Thread Dario Freni
Log Message: --- BATCH_MODE variable doesn't need to be set here Modified Files: -- freesbie/files/dialogs: dialog_config.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:9 A:0 R:0]

2005-06-15 Thread Dario Freni
Log Message: --- - Changed every ${BATCH_MODE} entry to ${BATCH_MODE:-} and removed the ugly set +u - Introducing a new optional value NO_BUILDWORLD. If set, in batch mode 2.buildworld is skipped [1] [1] Suggested by: GeekGod Modified Files: -- freesbie:

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-17 Thread Dario Freni
Log Message: --- Despite on batch mode or not, NO_BUILDWORLD has effect. Modified Files: -- freesbie: 2.buildworld.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-17 Thread Dario Freni
Log Message: --- Double-check existence of freesbie user each time. Needed if passwd files are overridden by those in files/custom dir. Modified Files: -- freesbie: 7.customuser.sh -- FreeSBIE mailing list (http://www.freesbie.org)

Re: ToDo list on the wiki.

2005-06-18 Thread Dario Freni
Matteo Riondato ha scritto: On Fri, Jun 17, 2005 at 07:46:07PM +0200, Dario Freni wrote: If somebody want to help us, take a look on http://wiki.freesbie.org/todo and send us patches. At the moment they're only small works, you can add your own feature request in it (better if you add

[CVS Update of freesbie - M:0 A:1 R:0]

2005-06-30 Thread Dario Freni
Log Message: --- Adding Kernel configuration file for powerpc arch Added Files: --- freesbie/files: FREESBIE.powerpc -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-30 Thread Dario Freni
Log Message: --- Don't build acpi if $ARCH is powerpc Modified Files: -- freesbie: 4.kernel.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-30 Thread Dario Freni
Log Message: --- Don'use md0c for MFSroot. Use md0 instead. Modified Files: -- freesbie: 8.preparefs.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-30 Thread Dario Freni
Log Message: --- Different mkisofs parameter list for powerpc arch. Needs testing. Modified Files: -- freesbie: 81.mkiso.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-06-30 Thread Dario Freni
Log Message: --- Added gem to the network devices list Modified Files: -- freesbie/files: rc.conf -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie - M:1 A:0 R:0]

2005-07-01 Thread Dario Freni
Log Message: --- Do not install scripts if $ARCH = powerpc (temporary) Modified Files: -- freesbie: 5.patchfiles.sh -- FreeSBIE mailing list (http://www.freesbie.org)

Re: [CVS Update of freesbie - M:1 A:0 R:0]

2005-07-01 Thread Dario Freni
On Fri, Jul 01, 2005 at 09:55:44PM +0200, Dario Freni wrote: Log Message: --- Do not increase FSSIZE for mfsroot. Modified Files: -- freesbie: 8.preparefs.sh -- FreeSBIE mailing list (http://www.freesbie.org) Under ppc loader fails to handle

[CVS Update of freesbie - M:2 A:0 R:0]

2005-07-01 Thread Dario Freni
Log Message: --- use tmpmfs=YES in rc.conf instead of create it in freesbie_1st Modified Files: -- freesbie/files: freesbie_1st rc.conf -- FreeSBIE mailing list (http://www.freesbie.org)

Re: temperature monitor

2005-07-17 Thread Dario Freni
freebsd install to show the same thing ? Nothing. I use gkrellm since FreeBSD 4.something :) -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc signature.asc Description: OpenPGP digital signature -- FreeSBIE

FreeSBIE 2 toolkit, developers' preview

2005-08-30 Thread Dario Freni
and suggestions are greatly appreciated. Many thanks to Google for this wonderful opportunity, as well as FreeBSD release engeering members (particularly Murray Stokely) for mentoring, Peter Grehan and many FreeBSD developers for being so nice and responsive. Bye everybody, Dario -- Dario Freni ([EMAIL

FreeSBIE 2 now on our cvs

2005-09-07 Thread Dario Freni
-- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc signature.asc Description: OpenPGP digital signature -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:2 A:0 R:0]

2005-09-08 Thread Dario Freni
Log Message: --- Correct the fstab entry to read-only. Set the LABEL variable in powerpc script and honour it in mkisofs. Modified Files: -- freesbie2/scripts: iso.sh freesbie2/scripts/powerpc: iso.sh -- FreeSBIE mailing list (http://www.freesbie.org)

Re: FreeSBIE2

2005-09-08 Thread Dario Freni
Dingo wrote: testing 6.0 build with FreeSBIE2 now anything i need to be aware of ?, well i got a bare 6.0 build to boot ok and can login, now for an attempt at adding packages/xorg/kde and other things. If you aren't using cvs sources but the snapshot and you are using an i386 machine,

[CVS Update of freesbie2 - M:0 A:2 R:0]

2005-09-12 Thread Dario Freni
Log Message: --- Adding customroot plugin, see README for its meaning Added Files: --- freesbie2/extra: customroot.sh freesbie2/extra/customroot: README -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:3 A:0 R:0]

2005-09-12 Thread Dario Freni
Log Message: --- Merge from Perforce: Added $FreeBSD$ Modified Files: -- freesbie2/conf/amd64: FREESBIE freesbie2/conf/i386: FREESBIE freesbie2/conf/powerpc: FREESBIE -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:0 A:2 R:0]

2005-09-12 Thread Dario Freni
Log Message: --- Adding etcmfs plugin. This installs a rcNG script that creates a memory-mapped filesystem, clones /etc directory content in it, and remount it on /etc. This is useful when /etc is read-only (e.g. diskless environment) and stops annoying error messages from nsswitch, motd

[POLL] Software you want in the next FreeSBIE iso

2005-09-24 Thread Dario Freni
and better with your support. -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc pgptG4bsEiTIy.pgp Description: PGP signature -- FreeSBIE mailing list (http://www.freesbie.org)

Re: FreeSBIE FreeBSD 6.0

2005-09-26 Thread Dario Freni
Dingo wrote: Does FreeSBIE actually build 6.0 images now?? it was broken at one point. Take a look at FreeSBIE 2: http://wiki.freesbie.org/freesbie2 Just download it from CVS, module freesbie2. And give feedback :) -- FreeSBIE mailing list (http://www.freesbie.org)

Re: freesbie2 comment

2005-09-27 Thread Dario Freni
Omer Faruk Sen wrote: Hi, To try out I have downloaded and started a fresh iso image creation. But I think it should be better if you present user a page that user can select which packages will be installed on iso image. Just like you did on FreeSBIE1. There can be a variable on default like

Re: freesbie2

2005-10-01 Thread Dario Freni
:-) Yes, you can also build DVD iso. Docs and PRs are welcome :P Thank you again, Dario -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc signature.asc Description: OpenPGP digital signature -- FreeSBIE mailing

Re: Freesbie2 FYI

2005-10-01 Thread Dario Freni
Dingo ha scritto: FYI 6.0 freesbie builds still broken I'm just developing some plugins with freesbie2 (see '2'. download freesbie2 from cvs) without any problems. Bye -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-10-01 Thread Dario Freni
Log Message: --- - Corrected EXTRA sample declaration - Added $Id$ Modified Files: -- freesbie2/conf: freesbie.defaults.conf -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:1 A:1 R:0]

2005-10-01 Thread Dario Freni
Log Message: --- - Changed DEBUG environment variable to FREESBIE_DEBUG in order to avoid conflicts with buildkernel - Added check for existence of target scripts under scripts/custom directory. This directory can contain customised scripts, without having to patch the existent ones.

[CVS Update of freesbie2 - M:25 A:0 R:0]

2005-10-01 Thread Dario Freni
Log Message: --- Added $Id$ Modified Files: -- freesbie2: COPYING Makefile freesbie2/conf: make.conf make.conf.minimal freesbie2/conf/amd64: FREESBIE freesbie2/conf/i386: FREESBIE freesbie2/conf/powerpc:

Re: I can't rsync.freesbie.org

2005-10-09 Thread Dario Freni
-lines.net/ -- Our main ftp (as well as rsync) server is moving to another datacenter. Don't know when it will be available again :/ Max? -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-10-30 Thread Dario Freni
Log Message: --- Clarify that freesbie.conf should reside under conf/ or an environment variable with the absolute path must be set. Modified Files: -- freesbie2/conf: freesbie.defaults.conf -- FreeSBIE mailing list (http://www.freesbie.org)

Re: Custom FreeSBIE2 Question (adding packages)

2005-11-03 Thread Dario Freni
Ben Pratt wrote: OK, so I figured out how to get my own custom freesbie.conf working, and I thank you for your help on that, but I've come across something else... I am now trying to use the FILE_LIST variable inside of that freesbie.conf so that I may specify packages to be installed. When

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-11-05 Thread Dario Freni
Log Message: --- Estimate the md vnode size by adding a percentage of the directory size instead of a fixed value (formerly 64000). Needs testing. Can be backported to freesbie1 Discussed with: stucchi, drizzt Modified Files: -- freesbie2/scripts: clonefs.sh --

Re: [CVS Update of freesbie2 - M:2 A:0 R:0]

2005-11-15 Thread Dario Freni
Dario Freni wrote: Log Message: --- Rename LABEL to FREESBIE_LABEL and take it from the environment if it exists. This is an hidden variable to be able to change the final filesystem variable comfortably from configuration file. s/variable/label -- Dario Freni

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-11-15 Thread Dario Freni
Log Message: --- Whoops! Remove set -x Modified Files: -- freesbie2/extra: buildmodules.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-11-15 Thread Dario Freni
Log Message: --- Make all the default variables overridable by environment variables Modified Files: -- freesbie2/conf: freesbie.defaults.conf -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-11-16 Thread Dario Freni
Log Message: --- Use FREESBIE_LABEL Modified Files: -- freesbie2/scripts: img.sh -- FreeSBIE mailing list (http://www.freesbie.org)

Re: Custom CD Build Error

2005-11-18 Thread Dario Freni
Dario Freni ha scritto: On Thu, Nov 17, 2005 at 09:53:43PM -0600, Ben wrote: /mnt/backup/freesbie-clone/usr: write failed, filesystem is full This is a loopfile filesystem. Try this patch: Index: scripts/clonefs.sh

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-11-18 Thread Dario Freni
Log Message: --- Unset -e flag before make distribution. Under unknown circumstances, grep could exit with non-zero status and make the script exit. Found by: Cristiano Deana [EMAIL PROTECTED] (bro) Modified Files: -- freesbie2/scripts: installworld.sh --

[CVS Update of freesbie2 - M:0 A:2 R:0]

2005-11-18 Thread Dario Freni
Log Message: --- First user-contributed plugin for freesbie2. Customscripts plugin allow you to launch scripts inside the build directory (with chroot) before packing the iso. This is useful e.g. to create users or to edit internal files automatically at every build. Submitted by:

[CVS Update of freesbie2 - M:0 A:1 R:0]

2005-11-19 Thread Dario Freni
Log Message: --- Adding comconsole plugin. Enabling this one allows you to automatically enable serial console and video console. If you set SERIAL_ONLY variable only serial console will be available. Added Files: --- freesbie2/extra: comconsole.sh -- FreeSBIE mailing

[CVS Update of freesbie2 - M:0 A:2 R:0]

2005-11-20 Thread Dario Freni
Log Message: --- Adding adduser plugin for testing. Added Files: --- freesbie2/extra: adduser.sh freesbie2/extra/adduser: homemfs.rc -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-11-27 Thread Dario Freni
Log Message: --- When looking for mkisofs, grep could fail. set +e then. Modified Files: -- freesbie2/scripts: iso.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-11-27 Thread Dario Freni
Log Message: --- Significantly speed up of pkginstall phase. Less disk required during copy (O(1)). New pseudo-algorithm: - Sort packages by dependencies (to be improved) - Foreach package listed - create uncompressed package - install it on the freesbie-fs - remove it Modified

Re: [CVS Update of freesbie2 - M:1 A:0 R:0]

2005-11-27 Thread Dario Freni
Dario Freni wrote: Log Message: --- Significantly speed up of pkginstall phase. Less disk required during copy (O(1)). New pseudo-algorithm: - Sort packages by dependencies (to be improved) - Foreach package listed - create uncompressed package - install it on the freesbie-fs

[CVS Update of freesbie2 - M:0 A:1 R:0]

2005-11-29 Thread Dario Freni
Log Message: --- Add a pointer to http://wiki.freesbie.org/freesbie2 Added Files: --- freesbie2: README -- FreeSBIE mailing list (http://www.freesbie.org)

Re: Next Version

2005-12-01 Thread Dario Freni
the answer is quite well, but for being average-user ready we still have to port some fashion things we had on old FreeSBIE (one for all, autodetect) Bye, D. -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc

[CVS Update of freesbie2 - M:0 A:7 R:0]

2005-12-01 Thread Dario Freni
Log Message: --- Adding X auto configuration ported from FreeSBIE 1 toolkit. - xconfig.sh provides card detection and it is copied on $BASEDIR/usr/local/etc/rc.d - xkbdlayout is copied to $BASEDIR/usr/local/sbin as it is an interactive script, so if you want to call it automatically on

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-12-02 Thread Dario Freni
Log Message: --- Suppress output of pkg_create Modified Files: -- freesbie2/scripts: pkginstall.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-12-08 Thread Dario Freni
Log Message: --- Ensure $BASEDIR/usr/local/etc/rc.d is created before copying. Modified Files: -- freesbie2/extra: xconfig.sh -- FreeSBIE mailing list (http://www.freesbie.org)

Re: Xorg Problem w/ Custom CD

2005-12-10 Thread Dario Freni
to add etcmfs plugin, because /etc is read-only atm. etcmfs will be a mandatory plugin until we have a functional unionfs on FreeBSD. Bye, Dario -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-12-11 Thread Dario Freni
Log Message: --- Introduce hidden variable SCRIPTS_OVERRIDE. You can put your custom scripts (which previously were on ${LOCALDIR}/scripts/custom) wherever you want and set this variable pointing to the right directory path. Modified Files: -- freesbie2/scripts:

[CVS Update of freesbie2 - M:1 A:0 R:0]

2005-12-15 Thread Dario Freni
Log Message: --- More reliable check: if no origins are found, exit this phase. Modified Files: -- freesbie2/scripts: pkginstall.sh -- FreeSBIE mailing list (http://www.freesbie.org)

Re: OOo startup time

2005-12-17 Thread Dario Freni
, in that version we have only unionfs enabled on ram filesystem. All files are read from the compressed filesystem. Thanks for your help, and BTW, Freesbie is really neat. Keep up the good work! Thank you, I hope you will help us testing our upcoming beta of the next version :) Bye, Dario -- Dario

New FreeSBIE beta releases (Was: OOo startup time)

2005-12-18 Thread Dario Freni
-- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc pgpUxtzzzKGkJ.pgp Description: PGP signature -- FreeSBIE mailing list (http://www.freesbie.org)

Re: FreeSBIE Digest, Vol 21, Issue 17

2005-12-19 Thread Dario Freni
for the iso image? I'm down to my last CDR. md5 is not needed with torrent, as the checksum is verified on the fly. builder md5 FreeSBIE-default-i386-20051218.iso MD5 (FreeSBIE-default-i386-20051218.iso) = 9084c9005bf5f7d0a6c79e8e9cfd4308 -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http

Re: New FreeSBIE beta releases (Was: OOo startup time)

2005-12-19 Thread Dario Freni
to a graphical environment, nor does allow to change the keyboard mapping at boot. Run xkbdlayout.sh, it's under /usr/local/sbin. As I said, we've not prepared all those fancy automatisms yet. Bye and thanks for the report, Dario -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http

Re: FreeSBIE Digest, Vol 21, Issue 17

2005-12-19 Thread Dario Freni
utility, which you can configure editing /etc/ppp/ppp.conf and run from a terminal. See this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html and all the chapter about PPP on the FreeBSD handbook. Bye, Dario -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http

[CVS Update of freesbie2 - M:0 A:1 R:0]

2005-12-20 Thread Dario Freni
Log Message: --- Adding installports plugin. This installs a list of ports defined in the INSTALL_PORTS variable in the usual category/portname format by mounting /usr/ports and /usr/src in the chroot via nullfs. This is particularily useful with ports building kernel modules such as

[CVS Update of freesbie2 - M:0 A:2 R:0]

2005-12-26 Thread Dario Freni
Log Message: --- Adding varmfs plugin. It creates a /var mfs partition at boot time. The only difference from FreeBSD's rc.d/var script is that the mfs partition is populated with the actual content of /var, instead of being empty every boot. Default size is 32m. Do not use this plugin

[CVS Update of freesbie2 - M:4 A:0 R:0]

2006-01-02 Thread Dario Freni
Log Message: --- Unbreak the boot phase after recent changes in FreeBSD's rcNG system. Modified Files: -- freesbie2/extra/adduser: homemfs.rc freesbie2/extra/etcmfs: etcmfs.rc freesbie2/extra/rootmfs: rootmfs.rc freesbie2/extra/varmfs:

[CVS Update of freesbie2 - M:6 A:0 R:0]

2006-01-04 Thread Dario Freni
Log Message: --- Add support for MAKEOBJDIRPREFIX variable. Submitted by: Marco Molteni molterattin.it Modified Files: -- freesbie2/conf: freesbie.defaults.conf freesbie2/scripts: buildkernel.sh buildworld.sh installkernel.sh

[CVS Update of freesbie2 - M:1 A:0 R:0]

2006-01-04 Thread Dario Freni
Log Message: --- MAKEOBJDIRPREFIX is not set by default, so use ${MAKEOBJDIRPREFIX:-} notation Modified Files: -- freesbie2/scripts: launch.sh -- FreeSBIE mailing list (http://www.freesbie.org)

[CVS Update of freesbie2 - M:2 A:0 R:0]

2006-01-05 Thread Dario Freni
Log Message: --- - Improve unionfs support, use transparent mode [1] - Memory filesystem size is now calculated from the total ram available on the system. The actual size is hw.usermem/2 [2] NO_UNIONFS is still set by default, if you want to give it a test just add the unset

[CVS Update of freesbie2 - M:2 A:0 R:0]

2006-01-10 Thread Dario Freni
Log Message: --- Now that unionfs transparent copymode works, use mtree only with /etc and /root by default to recover permissions lost with the iso filesystem conversion. /usr and /var don't need (by default) any permission recovery because they're compressed ufs filesystems. Any user

Re: Problem while compiling pfSense using freesbie2

2006-01-30 Thread Dario Freni
Rajkumar S writes: Does any one get this error? I am stuck at this place for past 2 days. Is there any switch I can turn on which shows what is the exact error I get where it prints 1 error? Is it possible to do the make from this point onwads with out starting all over again? try to set the

Re: New website launched

2006-02-07 Thread Dario Freni
Marco Molteni ha scritto: On Tue, 07 Feb 2006 17:57:21 +0100 Dario Freni [EMAIL PROTECTED] wrote: after almost an year of freeze, I updated www.freesbie.org site. Very good idea indeed. May I suggest to replace: We also develop a nice toolkit with something like: We also develop

Re: Creating a 7.x freesbie img on a 6.x host

2006-05-25 Thread Dario Freni
Paolo Pisati wrote: Hi guys, did anyone recently build/install a 7.x system on a 6.x host? Dominique Goncalves did. Try the patch attached and see if it works. Bye, Dario -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http

Re: memory issues with freesbie 2.0

2006-05-26 Thread Dario Freni
on solving this problem? Do I need to tweak the conf file? Thanks in advance, Steve. Can you exactly report the output of the error? What FreeBSD version are you using? Bye, Dario -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http

Re: Project using Freesbie (autologin on FreeBSD using gettytab)

2006-06-01 Thread Dario Freni
.cshrc, you can do the same depending on your chosen shell. I added a row: [ $?DISPLAY = 0] [ $?SSH_CLIENT = 0 ] startx Bye, Dario -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc signature.asc

Re: How to install pkg which need answer

2006-06-02 Thread Dario Freni
tried to modify the pkginstall.sh using the yes command without success. Or is there a way to add package diffently during the process ? Set the PACKAGE_BUILDING environment variable to something. I'm going to include it in the pkginstall.sh script. Bye, Dario -- Dario Freni ([EMAIL PROTECTED

Re: [CVS Update of freesbie2 - M:0 A:2 R:0]

2006-06-03 Thread Dario Freni
. The only thing that needs to be changed, imho, is removing pf_enable=YES row and using forcestart to start pf. -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE project is looking for a new builder machine! Check http://www.freesbie.org/donations.html signature.asc Description: OpenPGP digital

Re: 2 problems with make iso

2006-06-05 Thread Dario Freni
[EMAIL PROTECTED] wrote: I am having 2 progblems when I do a make iso. I am running FreeBSD 6.1 Are you compiling a 7.0-CURRENT iso? -- Dario Freni ([EMAIL PROTECTED]) FreeSBIE project is looking for a new builder machine! Check http://www.freesbie.org/donations.html signature.asc

Re: About md panic

2006-08-25 Thread Dario Freni
Il giorno 25/ago/06, alle ore 16:47, Matteo Riondato ha scritto: On Fri, Aug 25, 2006 at 04:32:53PM +0200, Dominique Goncalves wrote: Hi, I added -o reserve where there is the -a option used with mdconfig but without luck. My change are avalaible at

Re: Brighton Chilli - new Freesbie based LiveCD

2006-09-06 Thread Dario Freni
I've rolled a new Freesbie based on FreeBSD 6.1, it comes with everything needed to run a chillispot based managed wifi hotspot. (lighttpd, chillispot freeradius). http://brightonchilli.geeklan.co.uk.nyud.net:8080/ Sevan / Venture37 It seems really interesting! I've started seeding it

Re: customroot.sh plugin

2006-12-18 Thread Dario Freni
Hi Koen, Koen Martens ([EMAIL PROTECTED]) wrote: I've been working on a customized freesbie2-RC1 cd, and found what i think is a small bug in the customroot plugin. If you put a master.passwd file in the customroot's etc directory, a new master.passwd.db is built, but no pwd.db and spwd.db.

Re: [CVS Update of freesbie2 - M:1 A:0 R:0]

2007-01-08 Thread Dario Freni
On 08/gen/07, at 19:31, [EMAIL PROTECTED] wrote: Log Message: --- Install RC script under /etc. Why not /usr/local/etc/rc.d ? -- FreeSBIE mailing list (http://www.freesbie.org)

Re: freesbie2 building errors

2007-01-20 Thread Dario Freni
On 20/gen/07, at 17:15, Gergely CZUCZY wrote: hello while i was building a self-made freesbie2 i had experienced some errors. precisely, at installworld stage the executables install and touch were not found: mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist -p /

Re: Problems adding some packages to ISO

2007-01-24 Thread Dario Freni
On 24/gen/07, at 17:24, Ben wrote: Koen Martens wrote: Ben wrote: Ben wrote: I have attached my build info, including a view of pkg_info.txt, which shows that 51 packages appear to be added to the ISO but only 34 packages are listed in pkg_info.txt. Any help would be greatly