Manoj, On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Can you please re-run this after editing /usr/bin/ucf?
Last three lines: +++ readlink /etc/alternatives/pager ++ type -a -p + my_pager= The problem was caused by files in /etc/alternatives -- I found that they were real files instead of symlinks. I don't know how this could happen, because it was not me who set up the PC. My guess is /etc/* was copied from other PC with the help of tool that can't handle symlinks, or with lack of proper options to the tool. I fixed this in the following way: cd /var/lib/dpkg/alternatives && for i in *; do update-alternatives --auto $i; done The information on the fix was found here: http://lists.debian.org/debian-user/2001/02/msg02507.html Sorry, for disturbing you with this stupid issue. -- ...Bye..Dmitry. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]