Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Failed to start LSB: HPA's tftp server

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
tam_nhan
Posts: 1
Joined: 2017-11-30 05:02

Failed to start LSB: HPA's tftp server

#1 Post by tam_nhan »

Hi

I tried to install the tftp-hpa on Debian9-Stretch and I got the error like this on my console:

root@HP-Pavilion-G6:~# systemctl status tftpd-hpa
● tftpd-hpa.service - LSB: HPA's tftp server
Loaded: loaded (/etc/init.d/tftpd-hpa; generated; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2017-11-29 19:09:10 PST; 49min ago
Docs: man:systemd-sysv-generator(8)

Process: 825 ExecStart=/etc/init.d/tftpd-hpa start (code=exited, status=71)

Nov 29 19:09:10 HP-Pavilion-G6 systemd[1]: Starting LSB: HPA's tftp server...
Nov 29 19:09:10 HP-Pavilion-G6 tftpd-hpa[825]: Starting HPA's tftpd: in.tftpd
Nov 29 19:09:10 HP-Pavilion-G6 systemd[1]: tftpd-hpa.service: Control process exited, code=exited status=71
Nov 29 19:09:10 HP-Pavilion-G6 systemd[1]:
Failed to start LSB: HPA's tftp server.
Nov 29 19:09:10 HP-Pavilion-G6 systemd[1]: tftpd-hpa.service: Unit entered failed state.
Nov 29 19:09:10 HP-Pavilion-G6 systemd[1]: tftpd-hpa.service: Failed with result 'exit-code'.

On my computer, I have 2 NICs: the Wireless for Home Internet and the Wired is for the local network.

root@HP-Pavilion-G6:~# ifconfig -a
enp6s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::7ae3:b5ff:fe5e:3374 prefixlen 64 scopeid 0x20<link>
ether 78:e3:b5:5e:33:74 txqueuelen 1000 (Ethernet)
RX packets 124 bytes 13351 (13.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 228 bytes 32458 (31.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 8384 bytes 685184 (669.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 8384 bytes 685184 (669.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlo1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.0.205 netmask 255.255.255.0 broadcast 10.0.0.255
inet6 2601:641:c000:6c65:b3cd:4b5f:e0c8:1c4b prefixlen 64 scopeid 0x0<global>
inet6 2601:641:c000:6c65::d9ea prefixlen 128 scopeid 0x0<global>
inet6 fe80::5736:76df:cceb:c7f prefixlen 64 scopeid 0x20<link>
ether ac:81:12:cd:af:22 txqueuelen 1000 (Ethernet)
RX packets 7962 bytes 4616013 (4.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 6126 bytes 1198057 (1.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

root@HP-Pavilion-G6:~#


Can you guys help me out?
Thanks
Tam

Post Reply