i did not have a /etc/nsswitch.conf file on my root fs. i copied one
over from another machine and tried my tftp client again. it still fails
with the same error:
tftp: tftp/udp: unknown service, faking it...
is there something special within the nsswitch.conf file that i need to
set? my nsswitch.conf file looks like the following (excluding comments)
passwd: files nisplus
shadow: files nisplus
group: files nisplus
hosts: files nisplus dns
bootparams: nisplus [NOTFOUND=return] files
ethers: files
netmasks: files
networks: files
protocols: files nisplus
rpc: files
services: files nisplus
netgroup: files nisplus
publickey: nisplus
automount: files nisplus
aliases: files nisplus
On Mon, 2003-02-24 at 13:41, H. Peter Anvin wrote:> richard turner wrote:
> > i have a very trimmed down client that was booted over the network
> > (pxelinux) and has a root filessystem mounted that was also copied
over
> > the network (tftp).
> >
> > i have brought up the network on the client and would like to get some
> > files from the tftp server. however when i run my tftp client on the
> > network booted client i get the following error:
> >
> > bash-2.05#/usr/bin/tftp 192.168.1.123
> > tftp: tftp/udp: unknown service, faking it...
> >
> > my /etc/services on the client has entries for tftp:
> > tftp 69/tcp
> > tftp 69/udp
> > tftp-mcast 1758/tcp
> > tftp-mcast 1758/udp
> >
>
> Check your /etc/nsswitch.conf.
>
> > i know my tftp server is up and i know i am able to connect to it from
> > other machines with the same tftp client program.
> >
> > anyone have any ideas on how to get the tftp program on my network
> > booted client to connect to my tftp server?
> >
>
> _______________________________________________
> SYSLINUX mailing list
> Submissions to SYSLINUX at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
> Please do not send private replies to mailing list traffic.
>