OK, I got it working! These are the steps I took to get gnome installed and running without Internet connection:
1. Install FreeBSD 8.0 from DVD ISO using the standard option and reboot.
2. Used 'sysinstall' to install all packages of Xorg and Gnome.
3. Entered the following commands(I typed them in this order):
Code:
#echo 'gnome_enable="YES"'>>/etc/rc.conf
Code:
#echo 'dbus_enable="YES"'>>/etc/rc.conf
Code:
#echo 'hald_enable="YES"'>>/etc/rc.conf
Code:
#/usr/local/etc/rc.d/gdm start
Code:
#/usr/local/etc/rc.d/dbus start
Code:
#/usr/local/etc/rc.d/hald start
4. Gnome started after this within seconds of the last command. Not sure if the code order above is correct but it worked for me. If gnome does not start, reboot your machine.
I still had an error after using the DVD iso when installing
both standard installation of FreeBSD
and the packages. I don't get the error if I use the CD ISO in combination with the DVD ISO(I used the CD for standard install and DVD ISO only for package installation). The error I received was the following:
Code:
Loading of dependent package gnome-screensaver-2.26.1_3 failed.
Code:
Loading of dependent package xscreensaver-gnome-hacks-5.10 failed
And of course this error would not allow me to select [/usr/ports/x11/gnome2] for install, but I still got it running somehow.