Package: buildd.debian.org
Severity: normal
Tags: patch

Dear Maintainer,
Debian buster have a strange problem at the momment!

DPKG cant find ldconfig path and it gives error 2!

The solution is to edit /etc/profile
Bugged version :

if [ "`id -u`" -eq 0 ]; then
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else
PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
fi

___________
Solution: /Sbin is missing after games and needs an patch for solution.

Temporary fix is to edit like this:

if [ "`id -u`" -eq 0 ]; then
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else
PATH="/usr/local/bin:/usr/bin:/bin:/usr/games/sbin"
fi

and then
source /etc/profile

If someone could please make this permanent fix for the system on an next
update would be great!



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash

Reply via email to