Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
Hi, I'm wondering if I can use the tftpd package as an regular tftp server and not use it as an server where something boots from this. If so, how ...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Posts
    15

    tftpd help

    Hi, I'm wondering if I can use the tftpd package as an regular tftp server and not use it as an server where something boots from this. If so, how can I start the server as I've already installed it.

    Thanks

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    tftpd should have installed an init script in /etc/init.d. Try running it, and see if that starts it.

  3. #3
    Just Joined!
    Join Date
    Nov 2005
    Posts
    15
    i couldn't find /etc/init.d but it was a directory and there also is a file called inetd.conf. inside the init.d directory were some files but none of which were tftpd

    thanks

  4. #4
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Try running tftpd as root then.

  5. #5
    Just Joined!
    Join Date
    Nov 2005
    Posts
    15
    it seems that it cannot find it. i always get command not found. I've checked in the package manager and it says it is installed

  6. #6
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Are you root?

  7. #7
    Just Joined!
    Join Date
    Nov 2005
    Posts
    15
    yes i am

  8. #8
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Code:
    updatedb && slocated tftp

  9. #9
    Just Joined!
    Join Date
    Nov 2005
    Posts
    15
    I get: bash: slocated: command not found

  10. #10
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    sorry
    Code:
    slocate

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •