Larry Baker wrote:
> I just finished installing dnprogs-2.27-1.SUSE.i586.rpm on a fresh SuSE
> Linux Professional 9.3 installation. After configuring linux-decnet the
> way it used to be on my previous system (SuSE Linux Professional 9.1
> with dnprogs-2.26-1.i386.rpm), I could not access FAL from a remote host
> (%SYSTEM-F-REJECT, connect to network object rejected). I looked in
> /var/log/messages, and found dnetd could not start fal because it was
> looking in /usr/local/sbin, but fal is in /usr/sbin now. Short of
> editing /etc/dnetd.conf to prefix every program name with /usr/sbin,
> what can I do?
>
It sounds like he package has been incorrectly configured. The default
${prefix} is /usr/local (which sounds like what you have there) - for
packages the prefix should be set to /usr (which is what you /did/ have!)
Unless you can rebuild the package with the correct prefix, moving the
programs is the only option really - or symlinking them from /usr/local
but that's a bit gross!
--
patrick
|