Hi,
I can not reboot my machine either by shutdown -r now or reboot directly.
The symptom is that after power down the bios booted up , the machine logo is showing but no more FreeBSD menu. My machine is simply sit there with the top left blinking cursor.
for you informations, uname -a, is
and here is a diff of GENERIC and HARIPOONCHAI.
Additionally, I always got this message, RC_SUBR, during start up my machine a few weeks ago.
many thanks for any helps and hints.
I can not reboot my machine either by shutdown -r now or reboot directly.
The symptom is that after power down the bios booted up , the machine logo is showing but no more FreeBSD menu. My machine is simply sit there with the top left blinking cursor.
for you informations, uname -a, is
Code:
FreeBSD wmc.QAZZAQ.or.th 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Sun Jul 25 19:33:36 ICT 2010
[email]root@wmc.QAZZAQ.or.th[/email]:/usr/obj/usr/src/sys/HARIPOONCHAI i386
and here is a diff of GENERIC and HARIPOONCHAI.
Code:
[wmc] /sys/i386/conf# diff GENERIC HARIPOONCHAI
2c2
< # GENERIC -- Generic kernel configuration file for FreeBSD/i386
---
> # HARIPOONCHAI -- HARIPOONCHAI kernel configuration file for FreeBSD/i386
24c24
< ident GENERIC
---
> ident HARIPOONCHAI
35c35
< makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
---
> #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
79d78
<
89a89
> #
101a102,109
> device atapicam # ATAPI CDROM drives from nautilus-cd
> # burner
> ###
> #
> # change from ataisa to isa
> #
> device isa # ISA bus support
> #
203a212
> device puc
238d246
< device sge # Silicon Integrated Systems SiS190/191
297d304
< options USB_DEBUG # enable debug msgs
339a347,408
>
> ##
> # postgresql
> ##
> options SHMMAXPGS=65536
> options SEMMNI=40
> options SEMMNS=240
> options SEMUME=40
> options SEMMNU=120
>
>
> #
> # firewall, nat, transparent proxy
> #
>
> options IPFIREWALL
> options IPFIREWALL_VERBOSE
> options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
> options IPFIREWALL_FORWARD
> options IPFIREWALL_NAT #ipfw kernel nat support
>
> options IPDIVERT
>
> options IPFILTER #ipfilter support
> options IPFILTER_LOG #ipfilter logging
> options IPFILTER_LOOKUP #ipfilter pools
>
>
> # LIBALIAS. To build an ipfw kld with nat support enabled, add
> options LIBALIAS
>
> # Link aggregation interface.
> device lagg
>
> #options NETGRAPH # netgraph(4) system
> #options NETGRAPH_BLUETOOTH # ng_bluetooth(4)
> #options NETGRAPH_BLUETOOTH_SOCKET # ng_btsocket(4)
> #options NETGRAPH_BPF
> #options NETGRAPH_BRIDGE
>
> device sound
> device snd_hda
> device snd_ich
> options SC_HISTORY_SIZE=400 # number of history buffer lines
> device pass #CAM passthrough driver
[wmc] /sys/i386/conf#
Additionally, I always got this message, RC_SUBR, during start up my machine a few weeks ago.
Code:
Starting bsdstats.
Posting monthly OS statistics to rpt.bsdstats.org
.: Can't open %%RC_SUBR%%: No such file or directory
Starting avahi-daemon.
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.
many thanks for any helps and hints.