I was getting UDP Checksum errors until I unplugged the hard drive in the workstation



Mike O'Toole ([EMAIL PROTECTED]) wrote:
>
>Okay..I think I have determined that my TFTP server is now working
>correctly. On my R.H 9.0 server the xinetd.conf file has the tftp server
>configuration.
>
>But if I try to connect to the TFTP server using the following command:
>
>tftp 192.168.50.39 get vmlinuz-2.4.21-ltsp-1
>
>I get a connection timeout error.....I believe this is what is causing my
>clients to hang on download.
>
>What could be causing this??
>
>-----Original Message-----
>From: Mike O'Toole [mailto:[EMAIL PROTECTED]
>Sent: Friday, November 14, 2003 3:00 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [Ltsp-discuss] LTSP errors
>
>
>Okay...here is the latest update.
>
>I have tried all the different releases from www.rom-o-matic to no avail.
>
>It either crashes after a while with the "UDP Checksum error", or it just
>hangs. I am pulling my hair out here, cause it looks like it should be
>working.
>
>I am including my dhcpd.conf,lts.conf, and exports file to see if anyone can
>point out where I am going wrong here.
>
>#DHCPD configuration file#
>
>not authoritative;
>ddns-update-style none;
>default-lease-time 4800;
>max-lease-time 7200;
>
>option subnet-mask 255.255.255.0;
>option broadcast-address 192.168.50.255;
>
>option routers 192.168.50.3;
>option domain-name-servers 192.168.50.90, 199.212.134.2, 199.212.134.1;
>option domain-name Ventratech;
>
>option ip-forwarding off;
>
>option netbios-name-servers 192.168.50.90;
>option option-128 code 128 = string;
>option option-129 code 129 = text;
>
>subnet 192.168.50.0 netmask 255.255.255.0
>{
>       range 192.168.50.150  192.168.50.155;
>       }
>
>host ws1
>{
>              option root-path "192.168.50.39:/opt/ltsp/i386";
>              hardware ethernet 00:A0:C9:A4:79:D5;
>              option host-name "ws1";
>              fixed-address ws1.ventratech.com;
>              filename "/lts/vmlinuz-2.4.21-ltsp-1";
>             option option-128 e4:45:74:68:00:00;
>             option option-129 "NIC=eepro100";
>      }
>#END#
>----------------------------------------------------------------------------
>-----
>#LTS CONFIG#
># Config file for the Linux Terminal Server Project (www.ltsp.org)#
>#
>[Default]
>        SERVER             = 192.168.50.39
>        XSERVER            = auto
>        X_MOUSE_PROTOCOL   = "PS/2"
>        X_MOUSE_DEVICE     = "/dev/psaux"
>        X_MOUSE_RESOLUTION = 400
>        X_MOUSE_BUTTONS    = 3
>        USE_XFS            = N
>        LOCAL_APPS         = N
>        RUNLEVEL           = 5
>
>
>#
>[ws001]
>        XSERVER            = auto
>        LOCAL_APPS         = Y
>        USE_NFS_SWAP       = N
>        SWAPFILE_SIZE      = 48m
>        RUNLEVEL           = 5
>#END#
>----------------------------------------------------------------------------
>-----
>
>## LTS-begin ##
>## The lines between the 'LTS-begin' and the 'LTS-end' were added
># on: Mon Nov 10 11:51:31 EST 2003 by the ltsp installation script.
># For more information, visit the ltsp homepage
># at http://www.ltsp.org#
>
>/opt/ltsp/i386
>192.168.0.0/255.255.255.0(ro,no_root_squash,sync)
>/var/opt/ltsp/swapfiles
>192.168.0.0/255.255.255.0(rw,no_root_squash,async)
>
>
>## The following entries need to be uncommented if you want
># Local App support in ltsp#
>
>/home                  192.168.0.0/255.255.255.0(rw,no_root_squash,sync)
>
>
>## LTS-end ##
>
>----------------------------------------------------------------------------
>------
>
>Thanks for any idea's....
>-----Original Message-----
>From: Timothy Legge [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, November 12, 2003 4:56 PM
>To: 'Mike O'Toole'; [EMAIL PROTECTED]
>Subject: RE: [Ltsp-discuss] LTSP errors
>
>
>> gets assigned an IP address, sets the Server's IP addresss and the
>Gateway
>> IP.
>>
>> It then starts downloading the vmlinuz file....and it stays at this
>for
>> about 5 minutes...then errors out with the following message:
>>
>> UDP CheckSum error
>
>Which driver are you using from romomatic, which version?
>
>Tim
>
>
>-------------------------------------------------------
>This SF. Net email is sponsored by: GoToMyPC
>GoToMyPC is the fast, easy and secure way to access your computer from
>any Web browser or wireless device. Click here to Try it Free!
>https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
>_____________________________________________________________________
>Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>For additional LTSP help,   try #ltsp channel on irc.freenode.net
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: SF.net Giveback Program.
>Does SourceForge.net help you be more productive?  Does it
>help you create better code?  SHARE THE LOVE, and help us help
>YOU!  Click Here: http://sourceforge.net/donate/
>_____________________________________________________________________
>Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>For additional LTSP help,   try #ltsp channel on irc.freenode.net
>



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to