in More Search Options

TFTP Service times out and will not start

Last post 04-14-2008 7:56 AM by juanmotime. 14 replies.
Page 1 of 1 (15 items)
Sort Posts:
  • 03-13-2008 5:23 PM

    TFTP Service times out and will not start

    I installed verion 9.2 of the Standard Toolset on my test system before deploting to 300+ fielded systems.

    The only problem I have (and it is a show stopper) is that the TFTP Server (version 9.2.0.47) never starts the TFTP Service.  The Windows System Log and the TFTP Server log both agree to that fact.

    As solution would be GREATLY appreiciated

    From the TFTP Server Log:

    2008-03-13 16:38:31,726 [Main UI Thread] INFO  TFTPServer.Instance - TFTP sevice: Start() function was invoked.
    2008-03-13 16:39:01,771 [Main UI Thread] ERROR TFTPServer.Instance - "Cannot start SolarWinds Internal TFTP Server"
    System.InvalidOperationException: Cannot start service SolarWinds TFTP Server on computer 'MPIW-JOE'. ---> System.ComponentModel.Win32Exception: The service did not respond to the start or control request in a timely fashion
       --- End of inner exception stack trace ---
       at System.ServiceProcess.ServiceController.Start(String[] args)
       at System.ServiceProcess.ServiceController.Start()
       at TFTPServer.Instance.StartService(ServiceController TFTPserviceController)
    2008-03-13 16:39:01,787 [Main UI Thread] INFO  TFTPServer.Instance - TFTP sevice was started

     

    From the Windows System Event Log:

    Event Type: Error
    Event Source: Service Control Manager
    Event Category: None
    Event ID: 7009
    Date:  3/13/2008
    Time:  4:39:01 PM
    User:  N/A
    Computer: MPIW-JOE
    Description:
    Timeout (30000 milliseconds) waiting for the SolarWinds TFTP Server service to connect.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

     

    Event Type: Error
    Event Source: Service Control Manager
    Event Category: None
    Event ID: 7000
    Date:  3/13/2008
    Time:  4:39:01 PM
    User:  N/A
    Computer: MPIW-JOE
    Description:
    The SolarWinds TFTP Server service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

    • Post Points: 3
  • 03-13-2008 5:32 PM In reply to

    Re: TFTP Service times out and will not start

    I forgot to mention, it is a Windows XP SP2 system with ALL security updates installed:

    Running the folowing software:

    Snare 3.0

    Symantec Antivirus Corportate 10.0.2.2000

    Kiwi Syslog Server 8.3.7

    Kiwi Log Viewer 2.0.11

    Open Office 2.3

    DWG TrueView 2008

    Ethereal 0.10.8

    There are NICs in the system

    Onboard NICwith multihomed addresses (1 WAN subnet and 15 private subnets)

    1 PCI NIC with no protocols assigned for ethereal use only

    • Post Points: 3
  • 03-13-2008 6:01 PM In reply to

    Re: TFTP Service times out and will not start

     Yuu might try some of davidmaltby's suggestion herehttp://thwack.com/forums/t/6726.aspx

     

    Mark Wiggans
    Thwack Moderator
    • Post Points: 3
  • 03-18-2008 10:20 AM In reply to

    Re: TFTP Service times out and will not start

    Thanks Mark,

    But that thread doesn't apply, as his first step is the assumption that the TFTP Service is running.

    My issue is that the TFTP Service will not start.  The older 2001 free version of the TFTP server worked just fine on these systems.  We are now installing the SolarWinds Toolset and have discovered that the new TFTP server will not start the service.  We will need the capabilities of the new TFTP server as the IOS for our 3825 routers are over 32MB in size and using some of the tools in the toolset use the integrated TFTP swerver and as of now are non functional.

    • Post Points: 3
  • 03-18-2008 11:15 AM In reply to

    Re: TFTP Service times out and will not start

     Hey Juan - (love the handle BTW...) There a couple of reasons that the TFTP server service (or any.NET service for that matter) might not start.

    First, we need to make sure that the user specified in the "log on" tab for the service properties has enough rights to do to run. If it is set to LocalSystem, that is fine. 

    Second, we need to make sure that all the .NET stuff is correctly installed, specifically the .NET 2.0 Runtime.  I have seen where this can get corrupted. A re-install / repair can rectify this.

    Third, we used to sign our services executables, and the OS will want to verify the Cert with a CRL.This would require internet access to a CRL server. If the server executable is signed, and we cannot reach a CRL server, then the SCM will timeout when trying to start the service.

    If none of these suggestions get you anywhere,  please contact support and create a ticket (reference this thread so we don't waste your time), and that will allow my team to dedicate some troubleshooting time with you.

     

    HTH,

    Greg
     

    Greg Newman
    SolarWinds Toolset
    • Post Points: 5
  • 03-18-2008 6:19 PM In reply to

    Re: TFTP Service times out and will not start

    FYI, I did find this thread where a user experienced issues with TFTP service experiencing a socket address conflict with a running process causing it to not start:   http://thwack.com/forums/t/6556.aspx

    If this doesn't help, then as Greg mentioned best bet is to contact support. 

     

    Chris LaPoint
    Sr. Product Manager
    NCM (Cirrus), ipMonitor, LANsurveyor
    SolarWinds
    Austin, TX
    • Post Points: 1
  • 03-19-2008 1:36 PM In reply to

    Re: TFTP Service times out and will not start

    Greg,

     

    The problem is the 3rd item

     "Third, we used to sign our services executables, and the OS will want to verify the Cert with a CRL.This would require internet access to a CRL server. If the server executable is signed, and we cannot reach a CRL server, then the SCM will timeout when trying to start the service."

    As I am in travel this week away from our test system sent him the tread to work on the issue.  His response is:

    "I attempted to start the service and saw some traffic on the NIC icon. He turned on ethereal and see a DNS request for CRL.THAWTE.COM followed by a web request to the IP 199.7.48.190. The request is repeated a couple times when it goes unanswered. At the end the start process for the service times out.

    I tried tweaking some stuff in the Internet settings under advanced->security that seemed applicable but no dice. I did some digging in the Solarwinds files but didn’t see anything yet.

    Is there a way to start the TFTP service without WEB access? You’d think it wouldn’t be a requirement."

    These system will NOT have internet access, so we will need a method of preventing the TFTP Service from attempting to access the internet.

     Larry

    • Post Points: 3
  • 03-19-2008 1:47 PM In reply to

    Re: TFTP Service times out and will not start

    From my counterpart working on the system:

    "OK

    I searched a bit more and found a solution someone had to the same issue with another product.

    It seems they only need to check the signing once(I Hope!)

    I went into internet options under connections->LAN settings and added a proxy server (x.x.x.x port 8080)

    Then opened up a dos window and typed “proxycfg –u”

    Then I was able to start the TFTP service. After it started the first time, I took out the proxy settings and rebooted.

    I was able to log in and start the TFTP server normally. Then I logged in to my domain account and it started OK as well.

    Hopefully this is a permanent fix even after we image this to another box."

    • Post Points: 1
  • 03-19-2008 1:55 PM In reply to

    Re: TFTP Service times out and will not start

    juanmotime - to prevent the DNS query from going out, you could place an entry in the hosts file...

     
    127.0.0.1 localhost
    127.0.0.1 CRL.THAWTE.COM

    We have since stopped signing our service executables for this reason. 

     HTH,

    Greg
     

     

    Greg Newman
    SolarWinds Toolset
    • Post Points: 3
  • 03-19-2008 4:04 PM In reply to

    Re: TFTP Service times out and will not start

    Greg,

    Is there an unsigned version available?

    • Post Points: 3
  • 03-19-2008 5:08 PM In reply to

    Re: TFTP Service times out and will not start

    juanmotime - Well, 9.2 should have not been signed, and I was checking to see if a release somehow got out that was.  All the testing I have done on 9.2 has been with aTFTP Server executable that is not signed.

    I hate to suggest it but, could you download the latest build and try that? Make sure you shutdown the TFTP server first :)

    HTH,

    Greg
     

    Greg Newman
    SolarWinds Toolset
    • Post Points: 3
  • 04-02-2008 8:04 AM In reply to

    • MWIsrael
    • Not Ranked
    • Joined on 04-02-2008
    • Asheville, NC
    • Posts 1
    • Points 1

    Re: TFTP Service times out and will not start

    Check your Services and see if it is set to start manually. Change it to automatic if you plan on using it for all your TFTP needs. Some Cisco products have their own built in TFTP service in which case you should stop the SolarWinds TFTP Service. Otherwise there is a conflict and the built in Cisco won't start becasue TFTP is already running.

    Also, you can stat and stop the SolarWinds TFTP in Windows by right clicking on the TFTP ICON in the taskbar.

     

    Are we there yet?
    • Post Points: 1
  • 04-09-2008 3:03 PM In reply to

    Re: TFTP Service times out and will not start

    I downloaded version 9.2 from our account's downloads section.  And moved to our toager PC via USB memory stick.  Then installed it.  The FTFP Server version is 9.2.0.47 ans appears to be signed as out sniffer trace shows it attempting to access verisign (199.7.54.190 ot 199.7.51.190) every time we tty to start the service.   I will call support to see about gettin toolset 9.2 without these signed files. 

     

    -Thanks

    Larry

    • Post Points: 3
  • 04-09-2008 3:17 PM In reply to

    Re: TFTP Service times out and will not start

    Larry - I did a little digging and the 9.2 TFTP server service is no longer being signed, *but* some of the libraries it uses are, which causes the CRL check you're seeing.

    Getting unsigned versions of this library would require a new build of the toolset (support can't help you on that).  Since these files are shared, I will have to get approval to release unsigned versions of these files. I will update this thread when those files are available.

     In the meantime, can you fake out the server address using the host file? 
     

    HTH,

    Greg 

    Greg Newman
    SolarWinds Toolset
    • Post Points: 3
  • 04-14-2008 7:56 AM In reply to

    Re: TFTP Service times out and will not start

    OK, we got the service running automatically now by temporarily allowing internet traffic during the first launch of the TFTP server by usong proxycfg -u to inport the proxy info into the registry.  Once that was done, we removed the proxy info with proxycfg -d and removed internet access and the TFTP service has been stable - Many Thanks....  Now on to my next major problem and a new thread.....

    • Post Points: 1
Page 1 of 1 (15 items)