Antwort: Re: [proxy-suite] USER-WRN bad 'USER@' dest

"Frank Sackewitz" <[email protected]> Wed, 20 Nov 2002 14:31:21 +0100
Newsgroups gmane.linux.suse.proxy-suite
Message-ID <OF4CD63903.4109BD38-ONC1256C77.0049A1D2@LocalDomain>
--=_alternative 004A489CC1256C77_=
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,=20

I made the changes on the startscript as described below but the same=20
behavoir.

sordns:~ # ps -e |grep ftp
  673 ?        00:00:00 ftp-proxy

sordns:~ # less /proc/673/maps |grep /lib/libnsl -B2 -A2
4016c000-40175000 r-xp 00000000 08:02 21824 /usr/lib/liblber.so.2.0.15
40175000-40176000 rw-p 00008000 08:02 21824 /usr/lib/liblber.so.2.0.15
40176000-40188000 r-xp 00000000 08:02 9446       /lib/libnsl.so.1
40188000-4018a000 rw-p 00011000 08:02 9446       /lib/libnsl.so.1
4018a000-4018d000 rw-p 00000000 00:00 0
4018d000-4019a000 r-xp 00000000 08:02 9456       /lib/libresolv.so.2

The Library is there and is used.

--=20
Bye

Frank Sackewitz
EDM
HASCO-GERMANY




Marius Tomaschewski <[email protected]>
20.11.2002 13:44

=20
        An:     [email protected]
        Kopie:=20
        Thema:  Re: [proxy-suite] USER-WRN bad 'USER@' dest


On Wed, Nov 20, 2002 at 08:19:26AM +0100, Frank Sackewitz wrote:
> Hi folks,

Hi!

You are running the proxy in a chroot. I mean there is a library
missed - try to add the nsl-library to your script:

--- ftp-proxy/rc.script.in
+++ ftp-proxy/rc.script.in               2002/07/18 23:41:35
@@ -389,7 +360,7 @@
=20
   # copy/update nss libraries
   if [ -f /etc/nsswitch.conf ] ; then
-    LIBS=3D"/lib/libnss* /lib/libresolv* /lib/libdb*"
+    LIBS=3D"/lib/libnss* /lib/libnsl* /lib/libresolv* /lib/libdb*"
   fi
   [ -n "$LIBS" ] && for lib in $LIBS ; do
     if [ -n "$lib" ] && [ -x "$lib" ] ; then


Gruesse,
 Marius Tomaschewski <[email protected]>
--
 SuSE Linux AG, N=FCrnberg  --   Product Developement
 PGP public key on:   http://www.suse.de/~mt/mt.pgp
 DF17 271A AD15 006A 5BB9  6C96 CA2F F3F7 373A 1CC0

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




--=_alternative 004A489CC1256C77_=--