On 1/9/06, Angelo Turetta <[EMAIL PROTECTED]> wrote: > I noticed that if I run ./build_embedded.sh, the build stops - without any > visible error - after displaying: > > ---------------------------------------------- begin transcript > #### Installing world for i386 architecture #### > >>> Making hierarchy > >>> Installing everything > #### Installing kernel for i386 architecture #### > >>> Making hierarchy > >>> Installing kernel > Warning: Object directory not changed from original /usr/src/sbin/devd > install -s -o root -g wheel -m 555 devd /home/pfsense/pfSense/sbin > ---------------------------------------------- end transcript
This has been covered already in the last couple days. Run: cd /home/pfsense/freesbie2 && cvs up -d pkg_add -r ftp://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/lighttpd-1.4.8.tbz > > whereas if I run 'bash build_embedded.sh' the process continues. My shell > is bash. > > Another question: toward the end of the build process I get this on the > console: > > ---------------------------------------------- begin transcript > #### Building bootable UFS image #### > Initializing image... > 120836+0 records in > 120836+0 records out > 61868032 bytes transferred in 2.396916 secs (25811515 bytes/sec) > fstab: /etc/fstab:0: No such file or directory > /dev/md0a: 57.0MB (116724 sectors) block size 8192, fragment size 1024 > using 4 cylinder groups of 14.25MB, 1824 blks, 3648 inodes. > super-block backups (for fsck -b #) at: > 32, 29216, 58400, 87584 > fstab: /etc/fstab:0: No such file or directory > /dev/md0d: 2.0MB (4096 sectors) block size 8192, fragment size 1024 > using 4 cylinder groups of 0.51MB, 65 blks, 192 inodes. > super-block backups (for fsck -b #) at: > 32, 1072, 2112, 3152 > Writing files... > 90963 blocks > -rw-r--r-- 1 root wheel 59M Jan 9 21:51 /usr/obj.pfSense/pfSense.img > ---------------------------------------------- end transcript > > Are those two "fstab: /etc/fstab:0: No such file or directory" expected, > or does this mean the generated image is somewhat corrupted? Normal. > <rant-mode> > I really like this software, but the build process is really .... well, > tough. > </rant-mode> This is meant for developers. Feel free to submit patches to make it better, it works fine for us. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
