Date: Sat, 26 Jul 2008 01:50:07 GMT From: =?UTF-8?B?R3VpZG8gJ2xlbml4JyBCw7ZobQ==?= <g.boehm@lenix.de> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/125860: ppp rc.d script depends on libintl / ldconfig Message-ID: <200807260150.m6Q1o7Gg064207@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/125860; it has been noted by GNATS. From: =?UTF-8?B?R3VpZG8gJ2xlbml4JyBCw7ZobQ==?= <g.boehm@lenix.de> To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/125860: ppp rc.d script depends on libintl / ldconfig Date: Sat, 26 Jul 2008 03:27:16 +0200 Hi Kris, i finally figured out what was causing this error, although the message was a bit misleading. I changed my root-shell to "/usr/local/bin/bash", so it was not "su" that was linked to "libintl.so.8", but bash. /etc/rc.d/ppp tried to run su -m root -c "/usr/sbin/ppp -quiet -ddial -nat dsl" which in turn required the shell of my $ppp_user "root". kind regards, -- Guido Boehm | _/ | website: http://lenix.de/ Voigtstr. 8 | _/ | contact: http://lenix.de/contact/ 20257 DE/HH | _/ | my card: http://lenix.de/contact/vcard.vcf 01738099196 | _/_/_/ | sweet<3: http://xichen.de/ :]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807260150.m6Q1o7Gg064207>