Nicolas Bock <[EMAIL PROTECTED]> wrote:
>
> I managed, using the NCD-X-Terminal mini-howto, to get the NCD to load
> the kernel file (I guess that's what you would call it, it's the first
> file that's loaded). It then reads the config file which also works.
I've used NCD's in a previous life, and configured them. Fun stuff.
The hard part is getting to the point you wanted above. The kernel is
usually loaded directly from the /tftpboot, and so is the config file.
At least, I think that's right.
> Now it wants a file called rgb.txt, which it can't find.
>
> It always tries to look for that file in /usr/lib/X11/ncd and I don't
> seem to be able to tell it to look somewhere else. I even created a
> directory like that but it seems that the NCD can't see it.
Once the config file is loaded, that will influence the behavior of the
NCD, and tell it how to get further information. That might include NFS
mounting in order to get files, or it might simply continue to retrieve
files via TFTP. In my old setup, we always used TFTP for everything,
since it's easy.
> tftp dgram udp wait nobody /usr/sbin/tcpd in.tftpd /tftpboot
In my experience, files are always retrieved relative to the /tftpboot
directory. That means that a retrieval of the file
/usr/lib/X11/ncd/rgb.txt
will be retrieved as
/tftpboot/usr/lib/X11/ncd/rgb.txt
You should make a symlink from there to the proper file, or something
like that. :)
--
[EMAIL PROTECTED] (Fuzzy Fox) || "Nothing takes the taste out of peanut
sometimes known as David DeSimone || butter quite like unrequited love."
http://www.dallas.net/~fox/ || -- Charlie Brown
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]