Okay, so I'm running FreeBSD on Virtualbox. Since I'm a windows noob, using the command line to navigate around my FreeBSD operating system is pretty hard and annoying.
I'm trying to install a GUI since its easier for me to navigate around (and since I'm so used to Microsoft Windows)
Now, I'm following the FreeBSD handbook guide here on installing FreeBSD:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html
Now, I remember reading from another forum that if you try to install Xorg from "Ports Collection" or by using the first command:
It may crash my FreeBSD server since its too big (the user from another forum said it burned his laptop chip since its too big)
Having no desire to take big risks like that, he told me the second method which is:
Knowing this will fetch and install (instead of compiling and install), I did that command. This is what always happens to me (yea, I tried this many times on different VB's)
http://i.imgur.com/8arcA.png
http://i.imgur.com/iFgA1.png
http://i.imgur.com/Gu9CW.png
http://i.imgur.com/MQmTZ.png
http://i.imgur.com/AwzRk.png
http://i.imgur.com/I1FB4.png
So its like a never-ending errors. I have no idea why. I don't have much installed on it already (other than PHP + Apache + phpMyAdmin + MySQL) and its connected to the internet for sure.
Any reason why its failing?
I'm trying to install a GUI since its easier for me to navigate around (and since I'm so used to Microsoft Windows)
Now, I'm following the FreeBSD handbook guide here on installing FreeBSD:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html
Now, I remember reading from another forum that if you try to install Xorg from "Ports Collection" or by using the first command:
Code:
# cd /usr/ports/x11/xorg
# make install clean
It may crash my FreeBSD server since its too big (the user from another forum said it burned his laptop chip since its too big)
Having no desire to take big risks like that, he told me the second method which is:
Code:
# pkg_add -r xorg
Knowing this will fetch and install (instead of compiling and install), I did that command. This is what always happens to me (yea, I tried this many times on different VB's)
http://i.imgur.com/8arcA.png
http://i.imgur.com/iFgA1.png
http://i.imgur.com/Gu9CW.png
http://i.imgur.com/MQmTZ.png
http://i.imgur.com/AwzRk.png
http://i.imgur.com/I1FB4.png
So its like a never-ending errors. I have no idea why. I don't have much installed on it already (other than PHP + Apache + phpMyAdmin + MySQL) and its connected to the internet for sure.
Any reason why its failing?