Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
freebsd:installation [2010/03/05 20:30]
Toni Corvera Re-wrote error parts
freebsd:installation [2010/03/07 03:14]
Toni Corvera Enabling fuse
Line 2: Line 2:
  
 To test [[http://​p.outlyer.net|my programs]] against a POSIX system I use both a VM and a local installation of FreeBSD. To test [[http://​p.outlyer.net|my programs]] against a POSIX system I use both a VM and a local installation of FreeBSD.
 +
 +===== VM install notes =====
 +
 +**Don'​t use ne2k_pci as network card**, at least on my system (with ''​kvm''​) it produced lots of //"nic memory corrupt"//​ errors and network performance is painfully slow (network install is like going back to the modem days :-P) (Inside FreeBSD they'​re named ''​edX''​)
 +\\
 +HVM default (rtl8139?) works fine (Inside FreeBSD named ''​reX''​)
  
 ===== Real hardware install ===== ===== Real hardware install =====
Line 84: Line 90:
   * Reboot:   * Reboot:
     * fdisk, disklabel, User, FTP, main site... and now it works. :?     * fdisk, disklabel, User, FTP, main site... and now it works. :?
- 
 ===== System configuration ===== ===== System configuration =====
  
Line 103: Line 108:
   * Small tricks:   * Small tricks:
     * Fix arrow keys in vim: <​code>​$ touch ~/.vimrc # The existance of ~/.vimrc is equivalent to ":set nocompatible"</​code>​     * Fix arrow keys in vim: <​code>​$ touch ~/.vimrc # The existance of ~/.vimrc is equivalent to ":set nocompatible"</​code>​
-    * Common tools not installed by default: <​code>#​ pkg_add -r ImageMagick wget vim fusefs-kmod fusefs-sshfs</​code>​. ​Eable fuse FIXME ((''#​kldload /​usr/​local/​modules/​fuse.ko''​))+    * Common tools not installed by default: <​code>#​ pkg_add -r ImageMagick wget vim fusefs-kmod fusefs-sshfs</​code>​. 
 +    * Enable ​fuse((''#​kldload /​usr/​local/​modules/​fuse.ko''​)) ​and allow normal users to mount 
 +      * <​code>#​ echo fusefs_enable="​YES"​ >> /​etc/​rc.conf 
 +        # sysctl vfs.usermount=1 
 +        </​code>​ 
 + 
 +===== Upgrading ===== 
 + 
 +**untested yet** 
 + 
 +FIXME: Is there any safe way of live-upgrading?​ Is ''/​sbin/​sysinstall''​ + Config -> Options -> Release name change discouraged?​ 
 + 
 +  * Download bootonly ISO 
 +  * Keep note of partitioning scheme, will be needed 
 +  * Boot into bootonly ISO's ''​sysinstall''​ 
 +  * Run upgrade
freebsd/installation.txt · Last modified: 2010/03/10 02:37 by Toni Corvera
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki