When I try to run etc-update gentoo says the following error localhost /etc# etc-update etc-update: Command not found Here is my etc-update.conf file # edit the lines below to your liking # $Header: /var/cvsroot/gentoo-src/portage/cnf/etc-update.conf,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $ # mode - 0 for text, 1 for menu (support incomplete) # note that you need dev-util/dialog installed mode="0" # Whether trivial/comment changes should be automerged eu_automerge="yes" # arguments used whenever rm is called rm_opts="-i" # arguments used whenever mv is called mv_opts="-i" # arguments used whenever cp is called cp_opts="-i" # pager for use with diff commands (see NOTE_2) pager="less" #pager="" # vim-users: you CAN use vimdiff for diff_command. (see NOTE_1) diff_command="diff -uN %file1 %file2" using_editor=0 #diff_command="vim -d %file1 %file2" #using_editor=1 # vim-users: don't use vimdiff for merging (see NOTE_1) merge_command="sdiff -s -o %merged %orig %new" Reproducible: Always Steps to Reproduce: 1.etc-update into console 2. 3. Actual Results: etc-update: command not found Expected Results: etc-update should have run My system is Athlon XP 3200+ 512MB RAM PC3200 nvidia nforce 2
does /usr/lib/portage/bin/etc-update exist?
Yes it does
does /usr/sbin/etc-update exist ? did you `su` or `su -` ?
1 week on this one...
Closing due to old age