Can i update ports tree using SVN

2008-12-18 Thread Shaowei Wang (wsw)
Hi, Guys,
  i've updated the FreeBSD sources from svn.freebsd.org/ and it's speed is
very good. i want to know can i update the ports tree through some svn
server ?

Best Regards.

-wsw
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD update warns about 7.0 end of life

2008-12-11 Thread Shaowei Wang (wsw)
The FreeBSD-7.1 is coming soon and we should let 7.0 go ... [?]

On Wed, Dec 10, 2008 at 4:17 AM, Robert Huff [EMAIL PROTECTED] wrote:


 Joe S writes:

   When running freebsd-update on FreeBSD 7.0, I noticed this message:
 
   WARNING: FreeBSD 7.0-RELEASE is approaching its End-of-Life date.

 Key concept: RELEASE.



Robert Huff

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Can FreeBSD6.3 Generic Kernels Mount a Linux EXT3 FS?

2008-09-08 Thread wsw
The GENERIC kernel maybe have no ext2fs module. You can install it by:
cd /usr/src/sys/module/ext2fs  make  make install clean
and load the module
kldload ext2fs

If you do not have mount_ext2fs tool:
cd /usr/src/sbin/mount_ext2fs  make  make install clean

then, try to mount the ext2 partition.

On Tue, Sep 9, 2008 at 10:38 AM, Martin McCormick [EMAIL PROTECTED]
 wrote:

My thanks to a member of this list  who showed me what I was
 doing wrong. in an example, the command is

 mount -t ext2fs /dev/[yourstoragedevicename] /mnt

 I had originally been typing -t ext2 which equals nothing to
 FreeBSD.

 Martin McCormick
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]