Hi guys, I'm trying to get my filesystem mounted via NFS, but I'm running into some strange console output after the boot process. I re-compiled the kernel with FS over NFS support and everything seems to boot OK. But as soon as the boot process is done, it looks like /var/log/messages is being sent to the console so logging in and working with the filesystem is impossible! Does anybody know why these messages are being exported to my console and how to suppress them? Thanks in advance...please see below. Matt.
Code:
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
eth0: link down
Sending DHCP requests .<6>eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
., OK
IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.168.0.39
IP-Config: Complete:
device=eth0, addr=192.168.0.39, mask=255.255.255.0, gw=192.168.0.1,
host=192.168.0.39, domain=, nis-domain=(none),
bootserver=0.0.0.0, rootserver=192.168.0.42, rootpath=
Looking up port of RPC 100003/2 on 192.168.0.42
Looking up port of RPC 100005/1 on 192.168.0.42
VFS: Mounted root (nfs filesystem).
Freeing init memory: 124K
Dec 31 17:00:09 at91sam9263ek syslog.info syslogd started: BusyBox v1.5.0
Dec 31 17:00:09 at91sam9263ek user.warn kernel: CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
Dec 31 17:00:09 at91sam9263ek user.warn kernel: Machine: Atmel AT91SAM9263-EK
Dec 31 17:00:09 at91sam9263ek user.warn kernel: Ignoring unrecognised tag 0x54410008
Dec 31 17:00:09 at91sam9263ek user.warn kernel: Memory policy: ECC disabled, Data cache writeback
Dec 31 17:00:09 at91sam9263ek user.debug kernel: On node 0 totalpages: 16384
Dec 31 17:00:09 at91sam9263ek user.debug kernel: DMA zone: 128 pages used for memmap
Dec 31 17:00:09 at91sam9263ek user.debug kernel: DMA zone: 0 pages reserved
Dec 31 17:00:09 at91sam9263ek user.debug kernel: DMA zone: 16256 pages, LIFO batch:3
Dec 31 17:00:09 at91sam9263ek user.debug kernel: Normal zone: 0 pages used for memmap
Dec 31 17:00:09 at91sam9263ek user.warn kernel: Clocks: CPU 199 MHz, master 99 MHz, main 16.367 MHz
Dec 31 17:00:09 at91sam9263ek user.warn kernel: CPU0: D VIVT write-back cache
Dec 31 17:00:09 at91sam9263ek user.warn kernel: CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
Dec 31 17:00:09 at91sam9263ek user.warn kernel: CPU0: D cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
Dec 31 17:00:09 at91sam9263ek user.warn kernel: Built 1 zonelists. Total pages: 16256
Dec 31 17:00:09 at91sam9263ek user.notice kernel: Kernel command line: mem=64M console=ttyS0,115200 root=/dev/nfs rw nfsroot=192.168.0.42:/usr/arm/buildroot-atmel/target_build_arm_small/at91sam9263ek/root ip=dhcp
Dec 31 17:00:09 at91sam9263ek user.info kernel: AT91: 160 gpio irqs in 5 banks
Dec 31 17:00:09 at91sam9263ek user.warn kernel: PID hash table entries: 256 (order: 8, 1024 bytes)
Dec 31 17:00:09 at91sam9263ek user.warn kernel: Console: colour dummy device 80x30
Dec 31 17:00:09 at91sam9263ek user.warn kernel: Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Dec 31 17:00:09 at91sam9263ek user.warn kernel: Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Dec 31 17:00:09 at91sam9263ek user.info kernel: Memory: 64MB = 64MB total
Dec 31 17:00:09 at91sam9263ek user.notice kernel: Memory: 61884KB available (2600K code, 251K data, 124K init)
Dec 31 17:00:09 at91sam9263ek user.debug kernel: Calibrating delay loop... 99.73 BogoMIPS (lpj=498688)
Dec 31 17:00:09 at91sam9263ek user.info kernel: Security Framework v1.0.0 initialized
Dec 31 17:00:09 at91sam9263ek user.info kernel: Capability LSM initialized
Dec 31 17:00:09 at91sam9263ek user.warn kernel: Mount-cache hash table entries: 512
Dec 31 17:00:09 at91sam9263ek user.info kernel: CPU: Testing write buffer coherency: ok
Dec 31 17:00:09 at91sam9263ek user.info kernel: NET: Registered protocol family 16
Dec 31 17:00:09 at91sam9263ek user.info kernel: Generic PHY: Registered new driver
Dec 31 17:00:09 at91sam9263ek user.notice kernel: SCSI subsystem initialized
...
...
...
...