So basically X takes about a minute to start (using startx), and I didn't know why, after I shutdown the server, I got this error:
Not really an error, but something I am concerned about. I searched the web, and found out that other people have had this problem, and they solved it by editing /etc/hosts and /etc/rc.conf. Has to do with DNS settings. Well, when I was installing FreeBSD (which was actually 2 days ago) it asked some questions about networking. I told it to use IPv4 and DHCP since that is what my router supports and uses. Verifying by checking my router, I also noticed that the DNS IP address are sent to use from our ISP (I am not the administrator of the network, however I have that level of power) and are NOT static. When I had to enter my DNS settings, I didn't change anything, since we don't have static IP's for DNS. What was entered was 10.0.0.1 (The IP address of our router). So I let that be, and so far everything was working fine. Until I arrived at installing X. So I am wondering if I have my files configured correctly. If not, could you help me with fixing this problem? Here are my /etc/rc.conf and /etc/hosts:
rc.conf
/etc/hosts:
Also, is this the reason why my download speed is slow? I'm pretty sure it is, but I want to make sure.
1 more note, X lags a lot. I am using twm right now, and when I try to move a window, it just lags extremely badly.
Code:
xauth: (argv):1: bad display name "ashi:0" in "remove" command
rc.conf
Code:
hostname="ashi"
ifconfig_re0="DCHP"
sshd_enable="YES"
#Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
#Hardware recognition and management
hald_enable="YES"
dbus_enable="YES"
/etc/hosts:
Code:
::1 ashi ashi.my.domain
127.0.0.1 ashi ashi.my.domain
Also, is this the reason why my download speed is slow? I'm pretty sure it is, but I want to make sure.
1 more note, X lags a lot. I am using twm right now, and when I try to move a window, it just lags extremely badly.