Re: How to check tftp server is running?
- From: Andrew Sackville-West <andrew@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Nov 2007 17:22:43 -0800
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
- Follow-Ups:
- Re: How to check tftp server is running?
- From: hce
- Re: How to check tftp server is running?
- References:
- How to check tftp server is running?
- From: hce
- Re: How to check tftp server is running?
- From: Jeff Grossman
- Re: How to check tftp server is running?
- From: hce
- Re: How to check tftp server is running?
- From: Andrew Sackville-West
- Re: How to check tftp server is running?
- From: hce
- Re: How to check tftp server is running?
- From: Andrew Sackville-West
- Re: How to check tftp server is running?
- From: hce
- Re: How to check tftp server is running?
- From: Andrew Sackville-West
- Re: How to check tftp server is running?
- From: hce
- How to check tftp server is running?
- Prev by Date: Re: question about mdadm + grub interaction
- Next by Date: Re: [OT] Scripting question: the length limit of a list?
- Previous by thread: Re: How to check tftp server is running?
- Next by thread: Re: How to check tftp server is running?
- Index(es):
Relevant Pages
|