Fog unrecognized service
-
Hello
When i try to start dchp-server to boot from network @FOG i get this message.
cisco@Cisco-PC:~$ sudo service isc-dchp-server start -sudo service tftpd-hpa start
isc-dchp-server: unrecognized service
cisco@Cisco-PC:~$Can any1 help me to solve this?
-
This post is deleted! -
Hello!
This is wrong written “isc-dchp-server”, change it to isc-dhcp-server and - as delimiter doesn’t work. You can use this to start boths services:
sudo service isc-dhcp-server start ; sudo service tftpd-hpa startGood luck,
Albatros -
This post is deleted! -
[quote=“dOR1n, post: 20814, member: 19492”]Same problem…[/quote]
d0R1n
Try these commands:
[code]sudo service isc-dhcp-server restart; sudo service tftpd-hpa restart[/code]
The - usually means to work from standard input (stdin) which isn’t supported with the service command to my knowledge.
To download my buildroot try:
[code]wget --no-check-certificate https://mastacontrola.com/buildroot-2013.11.tar.bz2[/code]
I just tested it and it downloads just fine. I’m not at home so it’s usually the same methods you would be using.
-
This post is deleted!