This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NFS Server Disconnecting Mid Root filesystem Boot

Other Parts Discussed in Thread: TLV320AIC23

I'm trying to boot a DM6446 board using TFTP/NFS. I'm successful in following the GSG in setting up the TFTP and NFS server and disable the firewall on my Fedora 10 based host computer using a (100/10T) ethernet card.  My DM6446 board is able to load the Linux kernel via TFTP and initially mount my root filesystem using NFS.  It appears that the board mounts the filesystem twice during the boot process, once when the following is outputted

VFS: Mounted root (nfs filesystem)

and a second when the following is outputted

Remounting root file system...

shortly after this stage the I get the following error message from the board

nfs: server 128.173.90.95 not responding, still trying

My current development setup is (Fedora PC (100/10T) -> Linksys 100/10 T Switch -> DM6446) I even connected the DM6446 to my PC directly via a crossover ethernet cable with no avail.  I've been using Wireshark to capture packet tracings between the DM6446 board and my computer, I can see that the TFTP communication is going through just fine and the NFS packets are initially going through and the DM6446 is actually downloading some root filesystem files, with a system init file being the first one.  The last part of my trace shows

From PC(100/10T) to DM6446 :   "NFS    V2 GET ATTR Reply" packet

From DM6446 to PC(100/10T) : "NFS    V2 GET ATTR Call" packet

From PC(100/10T) to DM6446:  "NFS    V2 GET ATTR Reply" packet

My serial prompt shows that the board is trying to communicate with the PC twice showing the following message

nfs: server 128.173.90.95 not responding, still trying

nfs: server 128.173.90.95 not responding, still trying

but Wireshark doesn't show the two attempts as received since the last packet in the trace is from PC->DM6446 board.

 

The following is my U-Boot args.  Thanks for your help and sorry for the long post !!

bootargs 'console=ttyS0,115200 noinitrd rw ip=128.173.90.91:128.173.90.95:128.173.88.1:255.255.252:0:::off root=/dev/nfs rootdelay=10 nfsroot=128.173.90.95:/home/afayez/workspace_fayez/filesystem,nolock mem=120M'

bootcmd=tftp;bootm

bootfile=uImage

 

the following is my board boot output

TFTP from server 128.173.90.95; our IP address is 128.173.90.91
Filename 'uImage'.
Load address: 0x80700000
Loading: *\0x08#################################################################
\0x09 #################################################################
\0x09 #################################################################
\0x09 #################################################################
\0x09 ###############
done
Bytes transferred = 1406420 (1575d4 hex)
## Booting image at 80700000 ...
   Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux............................................................................................ done, booting the kernel.
Linux version 2.6.27-davinci1 (afayez@localhost.localdomain) (gcc version 4.2.4) #1 PREEMPT Wed Sep 16 22:38:06 EDT 2009
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
Machine: DaVinci EVM
Memory policy: ECC disabled, Data cache writeback
DaVinci DM6446 variant 0x0
CPU0: D VIVT write-back cache
CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
CPU0: D cache: 8192 bytes, associativity 4, 32 byte lines, 64 sets
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 30480
Kernel command line: console=ttyS0,115200 noinitrd rw ip=128.173.90.91:128.173.90.95:128.173.88.1:255.255.252:0:::off root=/dev/nfs rootdelay=10 nfsroot=128.173.90.95:/home/afayez/workspace_fayez/filesystem,nolock mem=120M
PID hash table entries: 512 (order: 9, 2048 bytes)
Console: colour dummy device 80x30
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 120MB = 120MB total
Memory: 118640KB available (2612K code, 270K data, 112K init)
Calibrating delay loop... 46.89 BogoMIPS (lpj=234496)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 804 bytes
NET: Registered protocol family 16
WARNING: both IDE and NOR flash are enabled, but share pins.
\0x09 Disable IDE for NOR support.
DaVinci: 71 gpio irqs
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
NET: Registered protocol family 1
msgmni has been set to 232
io scheduler noop registered
io scheduler anticipatory registered (default)
Setting Up Clocks for DM420 OSD
Console: switching to colour frame buffer device 90x30
fb0: dm_osd0_fb frame buffer device
fb1: dm_vid0_fb frame buffer device
fb2: dm_osd1_fb frame buffer device
fb3: dm_vid1_fb frame buffer device
Serial: 8250/16550 driver2 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0x1c20000 (irq = 40) is a 16550A
console [ttyS0] enabled
brd: module loaded
TI DaVinci EMAC Linux v6.0 driver initialized
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
i2c /dev entries driver
at24 1-0050: 32768 byte 24c256 EEPROM (writable)
Read MAC addr from EEPROM: 00:0e:99:02:5c:3b
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
IP-Config: Complete:
     device=eth0, addr=128.173.90.91, mask=255.255.252.0, gw=128.173.88.1,
     host=0, domain=, nis-domain=(none),
     bootserver=128.173.90.95, rootserver=128.173.90.95, rootpath=
Waiting 10sec before mounting root device...
Looking up port of RPC 100003/2 on 128.173.90.95
Looking up port of RPC 100005/1 on 128.173.90.95
VFS: Mounted root (nfs filesystem).
Freeing init memory: 112K
INIT: version 2.86 booting
Starting udev and populating dev cache
Remounting root file system...
root: mount: mount point /proc/bus/usb does not exist
ALSA: Restoring mixer settings...
Configuring network interfaces... /usr/sbin/alsactl: load_state:1616: No soundcards found...
nfs: server 128.173.90.95 not responding, still trying

nfs: server 128.173.90.95 not responding, still trying

  • Almohanad Fayez said:
    nfs: server 128.173.90.95 not responding, still trying

    I have seen this kind of message a few times over the years, though never continuously, it just seemed like a fluke network timeout issue of somesort.

    Almohanad Fayez said:
    Linux version 2.6.27-davinci1 (afayez@localhost.localdomain) (gcc version 4.2.4) #1 PREEMPT Wed Sep 16 22:38:06 EDT 2009

    The kernel version you have there seems a bit newer than I would have expected, the latest DVSDK for DM6446 is 2.0.0 is still using a MVL 5.0 Linux kernel which should be 2.6.18 as opposed to 2.6.27, did you get your kernel from the DVSDK? We can only really support the kernels that come from the PSP team and are included in the DVSDKs, as these are typically what we have loaded up and tested ourselves.

  • I figured out my issue a while back.  I'm actually using OpenEmbedded to target the board and not the Montavista kernel/filesystem that shipped with the board.  The problem was that the network settings in the filesystem was not getting updated with my U-Boot settings.  I was asking U-Boot to assign a static IP address which was working fine until the NFS starts booting the filesystem and executes a script that was re-initializing my network drivers.  I ended up hardcoding the IP address and netmask in the following file

    /<rootfs>/etc/network/interfaces

    I changed iface eth0 from auto to my static settings.  everything worked fine after that

  • Hi

     

    I know this post is very old. I am having the same exact problem. Can you tell me the exact steps to take here? I edited the file with auto eth0 and set the static IP address. But it doesn't seem to work. Do I need to rebuild the uImage after this?

     

    Thanks

     

    Tim

  • Answering old posts is my middle name :) Firstly, you don't need to rebuild uImage.  Secondly, in my case, I use openembedded to build my kernel and filesystem so when I set the static IP address through uBoot the setting was propagated to my system during the first kernel mount.  However, during the boot process the kernel is actually mounted twice and during the second time my system would grab the IP settings from the interface file and not from the u-boot setting.  The following is what I put in my interface file

    old setting

    iface eth0 inet dhcp

    new setting

    iface eth0 inet static
            address 192.168.1.100
            netmask 255.255.255.0

    I didn't face this issue when I used the montavista filesystem provided by TI ... I just really wanted to use openembedded.

  • This is happening to me with MontaVista. I have been stuck at this point for about 2 weeks... really need to get past this.  Here is my output:

     

    TFTP from server 192.168.0.50; our IP address is 192.168

    .0.100

    Filename 'uImage'.

    Load address: 0x80700000

    Loading: *\0x08

    ############################################################

    #####

    \0x09 ###################################################

    ##############

    \0x09 ##########################################

    #######################

    \0x09 #################################

    ################################

    \0x09 ########################

    #########################################

    \0x09 ###############

    ##################################################

    \0x09 ######

    #

    done

    Bytes transferred = 2028544 (1ef400 hex)

     

    ## Booting image at 80700000 ...

    Image Name: Linux-2.6.18_

    pro500-davinci_evm-

    Image Type: ARM Linux Kernel Image (uncompressed)

    Data Size: 2028480 Bytes = 1.9 MB

    Load Address: 80008000

    Entry Point: 80008000

    Verifying Checksum ...

    OK

     

    OK

     

    Starting kernel ...

     

    Uncompressing Linux............

    ............................................................

    ............................................................

    .. done, booting the kernel.

     

    Linux version 2.6.18_pro500-davinci_evm-arm_v5t_le (root@tim-dev) (gcc version 4.2.0 (Mo

    ntaVista 4.2.0-16.0.32.0801914 2008-08-30)) #1 PREEMPT Mon Dec 5 00:26:52 CST 2011

    CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177

    Machine: DaVinci EVM

    Memory policy: ECC disabled, Data cache writeback

    DaVinci DM6443 variant 0x1

    CPU0: D VIVT write-back cache

    CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets

    CPU0: D cache: 8192 bytes, associativity 4, 32 byte lines, 64 sets

    Built 1 zonelists. Total pages: 30208

    Kernel command line: video=davincifb:vid0=0,2500K:vid1=0,2500K:osd0=720x576x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=ntsc console=ttyS0,115200n8 noinitrd rw ip=192.168.0.100:192.168.0.50:192.168.0.1:255.255.255.0:::off eth=00:0e:99:02:51:54 root=/dev/nfs nfsroot=192.168.0.50:/home/tim/workdir/ruiva-dm6446-dvsdk2-v2/ruiva-dm6446-dvsdk2-rel/workdir/filesys,nolock rootdelay=5 mem=118M

    TI DaVinci EMAC: Kernel Boot params Eth address: 00:0e:99:02:51:54

    PID hash table entries: 512 (order: 9, 2048 bytes)

    Clock event device timer0_0 configured with caps set: 03

    Console: colour dummy device 80x30

    Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)

    Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)

    Memory: 118MB = 118MB total

    Memory: 115200KB available (3473K code, 694K data, 172K init)

    Security Framework v1.0.0 initialized

    Capability LSM initialized

    Mount-cache hash table entries: 512

    CPU: Testing write buffer coherency: ok

    NET: Registered protocol family 16

    DaVinci: 71 gpio irqs

    WARNING: both IDE and NOR flash are enabled, but share pins.

    \0x09Disable IDE for NOR support.

    WARNING: both NAND and NOR flash are enabled, but share pins.

    \0x09Disable NAND for NOR support.

    : failed to get UART2 clock

    ch0 default output "COMPOSITE", mode "NTSC"

    MUX: initialized LOEEN

    MUX: initialized LFLDEN

    VPBE Encoder Initialized

    LogicPD encoder initialized

    SCSI subsystem initialized

    usbcore: registered new driver usbfs

    usbcore: registered new driver hub

    NET: Registered protocol family 2

    IP route cache hash table entries: 1024 (order: 0, 4096 bytes)

    TCP established hash table entries: 4096 (order: 2, 16384 bytes)

    TCP bind hash table entries: 2048 (order: 1, 8192 bytes)

    TCP: Hash tables configured (established 4096 bind 2048)

    TCP reno registered

    Initializing DaVinci McBSP system

    MUX: initialized MCBSP

    davinci_spi_board_init: NO spi support

    VFS: Disk quotas dquot_6.5.1

    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

    squashfs: version 3.1 (2006/08/19) Phillip Lougher

    JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc.

    yaffs Dec 5 2011 00:33:41 Installing.

    SGI XFS with no debug enabled

    Initializing Cryptographic API

    io scheduler noop registered

    io scheduler anticipatory registered (default)

    LTT : ltt-facilities init

    LTT : ltt-facility-core init in kernel

    davincifb davincifb: dm_osd0_fb: Initial window configuration is invalid.

    davincifb davincifb: dm_osd0_fb: 720x576x16@0,0 with framebuffer size 2025KB

    davincifb davincifb: dm_vid0_fb: 0x0x16@0,0 with framebuffer size 2500KB

    davincifb davincifb: dm_osd1_fb: 720x480x4@0,0 with framebuffer size 675KB

    davincifb davincifb: dm_vid1_fb: 0x0x16@0,0 with framebuffer size 2500KB

    davincifb davincifb.0: dm_osd0_fb: Failed to obtain ownership of OSD window.

    DAVINCI-WDT: DaVinci Watchdog Timer: heartbeat 60 sec

    Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled

    serial8250.0: ttyS0 at MMIO map 0x1c20000 mem 0xfec20000 (irq = 40) is a 16550A

    serial8250.0: ttyS1 at MMIO map 0x1c20800 mem 0xfec20800 (irq = 42) is a 16550A

    RAMDISK driver initialized: 1 RAM disks of 32768K size 1024 blocksize

    netconsole: not configured, aborting

    TI DaVinci EMAC: MAC address is 00:0e:99:02:51:54

    TI DaVinci EMAC Linux version updated 4.0

    TI DaVinci EMAC: Installed 1 instances.

    Linux video capture interface: v2.00

    vpfe vpfe.1: DaVinci v4l2 capture driver V1.0 loaded

    Trying to register davinci display video device.

    layer=c0be2600,layer->video_dev=c0be2760

    Trying to register davinci display video device.

    layer=c0be2400,layer->video_dev=c0be25

    60

    davinci_init:DaVinci V4L2 Display Driver V1.0 loaded

    i2c /dev entries driver

    TLV320AIC23 I2C version 1.8 (10-Feb-2006)

    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2

    ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx

     

    ide0: MMIO-DMA , BIOS settings: hda:pio, hdb:pio

     

    Palm Chip BK3710 IDE Register Fail

    nand_davinci nand_davinci.0: Usi

    ng soft ECC

    NAND device: Manufacturer ID: 0xad, Chip ID: 0xda (Hynix NAND 256MiB 3,3V 8-bit)

    Scanning device for bad blocks

     

    Creating 4 MTD partitions on "nand_davinci.0":

    0x00000000-0x00040000 : "bootloa

    der"

    0x00040000-0x00060000 : "params"

    0x00060000-0x00460000 : "kernel"

    0x00460000-0x10000000 : "filesystem"

    nand_davinci nand_davinci.0: hardware revision: 2.1

    Initializing USB Mass Storage driver...

    usbcore: registered new driver usb-storage

    USB Mass Storage support registered.

    usbcore: registered new driver usbhid

    drivers/usb/input/hid-core.c: v2.6:USB HID core driver

    musb_hdrc: version 6.0, cppi-dma, host, debug=0

    musb_hdrc musb_hdrc: No DMA interrupt line

    musb_hdrc: USB Host mode controller at c7866000 using DMA, IRQ 12

    musb_hdrc musb_hdrc: MUSB HDRC host driver

    musb_hdrc musb_hdrc: new USB bus registered, assigned bus number 1

    usb usb1: configuration #1 chosen from 1 choice

    hub 1-0:1.0: USB hub found

    hub 1-0:1.0: 1 port detected

    mice: PS/2 mouse device common for all mice

    rtc_davinci_evm rtc_davinci_evm: rtc intf: proc

    rtc_davinci_evm rtc_davinci_evm: rtc intf: dev (254:0)

    rtc_davinci_evm rtc_davinci_evm: rtc core: registered rtc_davinci_evm as rtc0

    rtc0: hours 12-23 are misreported as duplicate hours 00-11

    davinci-mmc davinci-mmc.0: Supporting 4-bit mode

    davinci-mmc davinci-mmc.0: Using DMA mode

    aic33 mclk=27MHz

    davinci mcbsp&aic33 initializing...

     

    aic33:set left mic volume to: 50 set right mic volume to: 50

    set left

    volume to: 50 set right volume to: 50

    aic33: Enabling line in

    set left igain to:50 Set right igain to: 50

    set left ogain to: 100 Set right ogain to: 100

    aic33:set left mic volume to: 50 set right mic volume to: 50

    set left volume to: 50 set right volume to: 50

    aic33: Enabling line in

    set left igain to:50 Set right igain to: 50

    set left ogain to: 100 Set right ogain to: 100

    Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC).

    ASoC version 0.13.1

    AIC3X Audio Codec 0.1

    ALSA device list:

    No soundcards found.

    IPv4 over IPv4 tunneling driver

    TCP bic registered

    NET: Registered protocol family 1

    NET: Registered protocol family 17

    \0x08Time: timer0_1 clocksource has been installed.

    Clock event device timer0_0 configured with caps set: 08

    Switched to high resolution mode on CPU 0

    usb 1-1: new high speed USB device using musb_hdrc and address 2

    rtc_davinci_evm rtc_davinci_evm: hctosys: invalid date/time

    usb 1-1: configuration #1 chosen from 1 choice

    hub 1-1:1.0: USB hub found

    hub 1-1:1.0: 2 ports detected

     

    IP-Config: Complete:

    device=eth0, addr=192.168.0.100, mask=255.25

    5.255.0, gw=192.168.0.1,

    host=192.168.0.100, domain=, nis-domain=(none),

    bootserver=192.168.0.50, rootserver=192.168.0.50, rootpath=

    Waiting 5sec before mounting root device...

     

    Looking up port of RPC 100003/2 on 192.168.0.50

     

    Looking up port of RPC 100005/1 on 192.168.0.50

     

    VFS: Mounted root (nfs filesystem).

    Freeing init memory: 172K

     

     

    INIT: version 2.86 booting

     

     

     

    Starting the hotplug events dispatcher: udevd

    .

    Synthesizing the initial hotplug events...

    done.

     

    Waiting for /dev to be fully populated...

    done.

     

    Activating swap...

    done.

    Remounting root filesystem...done.

     

    Calculating module dependencies

     

    nfs: server 192.168.0.50 not responding, still trying

     

    nfs: server 192.168.0.50 not responding, still trying

     

    nfs: server 192.168.0.50 not responding, still trying

     

    Do you have any other pointers? I hopefully have attached a wireshark catpure. Maybe someone can look at that and determine what I am doing wrong. This is what I put for my interfaces file:

     

    # We always want the loopback interface.

    auto lo
    iface lo inet loopback

    # An example ethernet card setup: (broadcast and gateway are optional)
    #
    auto eth0
    iface eth0 inet static
    address 192.168.0.100
    network 192.168.0.0
    netmask 255.255.255.0
    broadcast 192.168.0.255
    gateway 192.168.0.1

     

     

     

    Thanks

     

    Tim

     

  • I don't see a wireshark trace, but something else you can look into is make sure that the firewall on your host machine is turned off ... you can add exceptions to all the necessary ports if you really want to but it's easier to turn off the firewall at least initially ... I'm willing to bet that that's your problem

  • Anyone else out there have any thoughts? Maybe someone from TI can shed some light on this?

     

    Firewall is stopped

    NFS is running and can mount the drive locally

    File system is exported correctly

    Seems that it mounts 2 times and on the second just stops after "Calculating module dependencies"

    Wireshark capture does not seem to show any "errors"

    filesystem has root ownership. root built file system.

    Data still being send from EVM to Host, but shows IP fragment not NFS.

    Tried Arago pre-built. root tar to directory, export directory. Same issue.

    Modified /etc/network/interfaces with

    auto eth0

    iface eth0 inet static and dhcp. Bot no go.

    DHCP gets and sets IP adderss to 192.168.0.100 (did this last night)

     

    Seems like after 2nd boot that the Linux Ethernet driver kicks in and looses the NFS for some reason?

     

    Been working on this for 2 weeks. Need some help or a work around to get going. Can I TFTP the filesystem using U-boot to flash and then run from there? How can I do this?

    Thanks

    Tim

  • Almonhanad,

     

    Can you send me a private email? timothy.bean@gmail.com

     

    Thanks

     

    Tim

  • 6825.nfs_capture.txt.tar.gz

     

    OK finally got wireshark capture uploaded. Apparently this forum does not like IE9 at all. Thanks to anyone that can look and give me any more pointers.

     

    Thanks

     

    Tim

  • ok making some progress here....

    in module-init-tools I comment out:

    local RET ERROR=
        local action=$1
        local actionName=
       
        case "$action" in
            "load")
                log_success_msg "Calculating module dependencies"
                # $APP1 -a > /dev/null <-- comment here
                log_success_msg "Loading modules: "
                ;;
            "unload")
                log_success_msg "Unloading modules: "
                ;;
            *)
                log_failure_message "Bad action specified"
                exit 1
                ;;   

    then I get:



    Activating swap...done.

    Remounting root filesystem...

    done.

    Calculating module dependencies

    Loading modules:


    Checking all file systems: fsck


    fsck 1.40 (29-Jun-2007)


    Mounting local filesystems: mount nothing was mounted


    umount.nfs: /dev/root: not found or not mounted


    Setting up networking ...

    .

    /etc/network/options is deprecated.


    Setting up IP spoofing protection: rp_filter done.

    Disabling IP

    v4 packet forwarding: done.


    Disabling TCP/IP Explicit Congestion Notification: done.

    Starting network interfaces:

    done.

    dhcpcd.exe: interface eth0 has been configured with old IP=192.168.0.100

    Starting hotplug subsystem:



     pci    


       pci      [success]

       usb    


       usb      [success]

       isapnp 

       isapnp   [success]

       ide    


       ide      [success]

       input  


       input    [success]

       scsi   


       scsi     [success]

    done.

    Starting portmap daemon...

    .


    Cleaning: /tmp

    /var/lock /var/run

    done.

    Updating /etc/motd...

    done.



    nfs: server 192.168.0.50 not responding, still trying

    nfs: server 192.

    168.0.50 not responding, still trying

     

    I edit bootmisc.sh and comment out line at end:

    echo "before logged to dmesg"
    #dmesg > /var/log/dmesg
    echo "logged to dmesg"

    to move forward but now I am here:

    I edited nfs-common and added in some debug here (this is where it freezes):

    echo " statd - debug"
        start-stop-daemon --start --oknodo --quiet \
            --exec $PREFIX/sbin/rpc.statd -- $STATDOPTS
        echo " statd - debug"


    Calculating module dependencies

    Loading modules:

    Checking all

     file systems: fsck

    fsck 1.40 (29-Jun-2007)


    Mounting local filesystems: mount nothing was mounted


    umount.nfs: /dev/root: not found or not mounted


    Setting up networking ...

    .

    /etc/network/options is deprecated.


    Setting up IP spoofing protection: rp_filter done.

    Disabling IPv4 packet forwarding: done.



    Disabling TCP/IP Explicit Congestion Notification: done.

    Starting network interfaces:

    dhcpcd.exe: interface eth0 has been configured with old IP=192.168.0.100

    done.



    Starting hotplug subsystem:

       pci    

       pci      [success]


       usb    


       usb      [success]

       isapnp 

       isapnp   [success]

       ide    


       ide      [success]

       input  


       input    [success]

       scsi   


       scsi     [success]

    done.

    Starting portmap daemon...

    .


    Cleaning: /tmp

    /var/lock /var/run

    done.

    Updating /etc/motd...

    done.

    before logged to dmesg

    logged to dmesg



    INIT: Entering runlevel: 3




    Starting system log daemon:

    syslogd

    NET: Registered protocol family 10

    6WIND/LSIIT IPv6 multicast forwarding 0.1 plus PIM-SM/SSM with *BSD API

    lo: Disa

    bled Privacy Extensions

    IPv6 over IPv4 tunneling driver


    Mobile IPv6


     

    klogd

    .


    Starting NFS common utilities: statd statd - debug



    nfs: server 192.168.0.50 not responding, still trying



    Dont know what to do anymore.

    Thanks