[ATrpms-users] mldonkey doesn't start

Christian Schuermann huor.carnesir at arcor.de
Fri Aug 24 15:47:49 CEST 2007


Axel Thimm schrieb:
> On Sun, Aug 19, 2007 at 07:58:23PM +0200, Christian Schuermann wrote:
[problem with mldonkey]
> 
> It's a known bug that I haven't yet come around to fix by
> rebuilding. See the below paths for what needs fixing, and if you like
> please bugzilla this, so I remember to do the rebuild in the next
> days, thanks!
> 
> --- mldonkey.init.in~     2007-04-01 15:44:16.000000000 +0200
> +++ mldonkey.init.in      2007-08-12 13:53:52.000000000 +0200
> @@ -26,9 +26,10 @@
>    for file in "$@"; do
>      mkdir -m 755 -p $ML_ROOT`dirname $file`
>      # -R needed for /dev/log (???)
> -    /bin/cp -pR $file $ML_ROOT$file > /dev/null 2>&1
>      if test -L "$file"; then
>        /bin/cp -pRL $file $ML_ROOT$file > /dev/null 2>&1
> +    else
> +      /bin/cp -pR $file $ML_ROOT$file > /dev/null 2>&1
>      fi
>    done
>  }
> @@ -37,7 +38,7 @@
>    copy_files_aux /etc/localtime /dev/null /dev/log /dev/urandom \
>      /etc/resolv.conf /etc/hosts \
>      /@lib@/libnss_files.so.* /@lib@/libnss_dns.so.* \
> -    /usr/@lib@/mldonkey/mlnet @_x_libraries@/libX11.so.* /bin/sh \
> +    /usr/@lib@/mldonkey/mlnet @_x_libraries@/libX11.so.* /bin/sh /bin/bash \
>      /@lib@/ld-* \
>      /usr/share/file/* \
>      /bin/su


Perfect! Thanks a lot. I have also bugzillad ->
http://bugzilla.atrpms.net/show_bug.cgi?id=1268

Regards, Chris



More information about the atrpms-users mailing list