Re: How to check tftp server is running?



On Tue, Nov 06, 2007 at 11:35:17AM +1100, hce wrote:
On 11/6/07, Andrew Sackville-West <andrew@xxxxxxxxxxxxxxxxxxxx> wrote:
...
please provide

dpkg -l tftpd

~$ dpkg -l tftpd
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
rc tftpd 0.17-15 Trivial file transfer protocol server

That command seems work.


rc means that it is not installed.

and

apt-cache policy tftpd

~$ apt-cache policy tftpd
tftpd:
Installed: 0.17-15
Candidate: 0.17-15
Version table:
*** 0.17-15 0
500 ftp://ftp.au.debian.org etch/main Packages
100 /var/lib/dpkg/status

That shows it was indeed installed.

yeah. you've got a problem there.

do

apt-get update
apt-get --reinstall install tftpd

and provide the output from the install command.
...

$ ls /etc/init.d/ | grep inet
openbsd-inetd

Is it normal that the Debian is running openbsd-inetd?

yes.


and then /etc/init.d/<results of above> start/stop/restart as
required.

I'll run /etc/init.d/openbsd-inetd restart when above question is confirmed.

right, but that won't help with tftpd until you get it installed
properly. see above.

A

Attachment: signature.asc
Description: Digital signature



Relevant Pages

  • Re: TFTP and RIS
    ... >To manually install the built-in tftpd service (without ... Start a command prompt and type "instsrv tftpd ... >>I want to run an TFTP server on my Win2K server. ... however I don't want to use RIS. ...
    (microsoft.public.win2000.setup_deployment)
  • Re: How to check tftp server is running?
    ... ~$ dpkg -l tftpd ... I did sudo apt-get --reinstall install tftpd ...
    (Debian-User)
  • Re: How to check tftp server is running?
    ... ~$ dpkg -l tftpd ... $ sudo apt-get --reinstall install tftpd ...
    (Debian-User)
  • Re: OpenBSD 3.5 on HP PA-RISC
    ... > to serve up tftpd, and the lif35.fs is available so that should work. ... > Be that as it may, I'd prefer to boot from a cd. ... Is that the cd boot segment for creating/burning an install ... LIF is a HP special archive format that can contain multiple member. ...
    (comp.unix.bsd.openbsd.misc)
  • Re: How to check tftp server is running?
    ... I've checked in /etc/init.d, there is no tftp, nor tftpd. ... looks like you probably did install the wrong package. ... will show you what files were installed by that package. ...
    (Debian-User)