Embedded epiphany

2003-08-22 Thread mbaki
Hi all, I have 2 servers runnig freebsd 4.8, however the other server is running freebsd on a 256MB flashcard. I installed epiphany from ports on the first server, and I need to know how can I copy all the necessary files over to the flashcard. I used "ldd epiphany-bin" to get all required librar

mfs

2003-08-14 Thread mbaki
Hi all, I'm trying to setup /var on a mermory file system on Freebsd 5.1, any good documents that will help me, it's my first time. Thx ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, s

cvsup question

2003-08-07 Thread mbaki
Hi all, I'm running Freebsd 5.1 and I noticed in the Freebsd ftp website, current has some new port versions. I modified my cvs-supfile based on what I read in the handbook: src-all ports-all cvs-root all *default tag=. *default host=cvsup16.FreeBSD.org *default base=/usr *default prefix=/home/

dd syntax

2003-07-24 Thread mbaki
Hi all, I have a freebsd 5.1 machine with 2 harddrives ad0 and ad2. I need to duplicate ad2 to a 3rd hardrive so what I did is the following: dd if=/dev/ad2 of=freebsd5.1.bin Now when I'm done dd'ing, I can replace ad2 with the harddrive and issue the command dd if=freebsd5.1.bin of=/dev/ad2