Hi,
my boot process hangs on "configuring syscons: blanktime."
I have read a lot of similar threads, but its still a problem for me -.-
my rc.conf:
my hosts:
my resolv.conf:
my hostname is : "qpai.bsd.hu"
my domain name is : "bsd.hu"
I'm using a router with the fallowing IP: "192.168.1.1"
I have dynamic PPPoE
I have tried a lot of modifications with /etc/hosts to make sendmail work, but I could not solve it.
Thanks in advance,
qpai
my boot process hangs on "configuring syscons: blanktime."
I have read a lot of similar threads, but its still a problem for me -.-
my rc.conf:
Code:
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
keyboard="/dev/ukbd0"
moused_port="/dev/psm0"
#sendmail_enable="YES"
usbd_enable="YES"
dbus_enable="YES"
hald_enable="YES"
fusefs_enable="YES"
font8x8="iso02-8x8"
font8x14="iso02-8x14"
font8x16="iso02-8x16"
scrnmap="NO"
keymap="hu.iso2.102keys"
# -- sysinstall generated deltas -- # Sun Aug 22 16:03:43 2010
ifconfig_re0="inet 192.168.1.111 netmask 255.255.255.0"
defaultrouter="192.168.1.1"
hostname="qpai.bsd.hu"
my hosts:
Code:
::1 localhost localhost.bsd.hu
127.0.0.1 localhost localhost.bsd.hu
192.168.1.111 qpai.bsd.hu
my resolv.conf:
Code:
domain bsd.hu
nameserver 192.168.1.1
my hostname is : "qpai.bsd.hu"
my domain name is : "bsd.hu"
I'm using a router with the fallowing IP: "192.168.1.1"
I have dynamic PPPoE
I have tried a lot of modifications with /etc/hosts to make sendmail work, but I could not solve it.
Thanks in advance,
qpai