Search:

Type: Posts; User: DavidA2011; Keyword(s):

Search: Search took 0.15 seconds.

  1. Replies
    4
    Views
    4,968

    Re: How to start tftpd-hpa at boot time?

    Turns out this is a known bug:

    https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/522509

    I changed the entry in rc.local to:

    sleep 30
    service tftpd-hpa restart

    and it now works.
  2. Replies
    4
    Views
    4,968

    Re: How to start tftpd-hpa at boot time?

    Thanks for your replies.

    I added:

    service tftpd-hpa restart

    to rc.local as suggested. After I reboot, the service is running as expected (verified by running status). However, the tftp...
  3. Replies
    4
    Views
    4,968

    How to start tftpd-hpa at boot time?

    Hi

    I am running Ubuntu 12.04 LTS. I have configured tftpd-hpa to provide a tftp server on this o/s. I start the service as follows:

    $ sudo service tftpd-hpa restart

    and the server works...
  4. Replies
    3
    Views
    2,883

    [ubuntu] Re: TFTP Very Slow

    Hi

    Did you find the reason for this? tftp was fine in Ubuntu 10.04LTS for me, but is very slow in Ubuntu 12.04LTS.

    David
  5. Re: Which version of libstdc++ is my app linking to?

    How would you do it exactly please?
  6. Re: Which version of libstdc++ is my app linking to?

    Thanks for your reply, I take your point entirely. However, I came across one of those 0.01% cases where the library behaviour really did change!

    I can't help thinking that it is a bit...
  7. Re: Which version of libstdc++ is my app linking to?

    Here's an update on my issue that will hopefully make it easy to answer.

    To recap, I installed g++ 4.1.3 by running:


    sudo apt-get install gcc-4.1

    I then confirmed that g++4.1.3 is the...
  8. Which version of libstdc++ is my app linking to?

    Hi

    I am running Ubuntu 10.04 and am developing a C++ application. I have experience
    of Centos but am new to Ubuntu. I am confused about which version of the
    libstdc++ library my application is...
Results 1 to 8 of 8