Description of problem: 'su -' takes a long time, it appears that PackageKit is refreshing the yum metadata to look up a missing command. How reproducible: Always Steps to Reproduce: 1. Bring up a terminal 2. su - Actual results: [jcollie@lt26923 ~]$ su - Password: -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: alias: Command: not found -bash: alias: not: not found -bash: alias: found.: not found -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: alias: Command: not found -bash: alias: not: not found -bash: alias: found.: not found [root@lt26923 ~]# Expected results: [jcollie@lt26923 ~]$ su - Password: [root@lt26923 ~]# Additional info:
What version PackageKit? Thanks.
[jcollie@lt26923 ~]$ rpm -qa | grep PackageKit | sort PackageKit-0.5.4-0.1.20091029git.fc12.x86_64 PackageKit-command-not-found-0.5.4-0.1.20091029git.fc12.x86_64 PackageKit-device-rebind-0.5.4-0.1.20091029git.fc12.x86_64 PackageKit-glib-0.5.4-0.1.20091029git.fc12.x86_64 PackageKit-gstreamer-plugin-0.5.4-0.1.20091029git.fc12.x86_64 PackageKit-gtk-module-0.5.4-0.1.20091029git.fc12.x86_64 PackageKit-yum-0.5.4-0.1.20091029git.fc12.x86_64 PackageKit-yum-plugin-0.5.4-0.1.20091029git.fc12.x86_64
After doing some more investigation, I found this: [root@lt26923 ~]# cd /etc/profile.d/ [root@lt26923 profile.d]# . elektra-elektraenv.sh -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: alias: Command: not found -bash: alias: not: not found -bash: alias: found.: not found -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: export: `found.': not a valid identifier -bash: alias: Command: not found -bash: alias: not: not found -bash: alias: found.: not found [root@lt26923 profile.d]# rpm -qf elektra-elektraenv.sh elektra-0.7.0-2.fc12.x86_64
Looking at /etc/profile.d/elektra-elektraenv.sh I see the following: if [ -z "$KDB" ]; then KDB=kdb fi The elekra package does not provide a binary called "kdb", instead it's called "elektra-kdb". /etc/profile.d/elektra-elektraenv.sh probably needs to be patched... Reassigning to elektra.
Made the following change and things are working now: --- elektra-elektraenv.sh~ 2008-10-16 13:53:35.000000000 -0500 +++ elektra-elektraenv.sh 2009-11-06 14:25:29.547304188 -0600 @@ -36,7 +36,7 @@ if [ -z "$KDB" ]; then - KDB=kdb + KDB=elektra-kdb fi FILE="`mktemp -t elektraenv.XXXXXXXXX`"
Thx for the report, for some reason, it didn't appeared earlier in F-11 Fixed in F-11 -> Rawhide
elektra-0.7.0-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/elektra-0.7.0-2.fc11
elektra-0.7.0-3.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/elektra-0.7.0-3.fc12
elektra-0.7.0-2.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update elektra'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-11299
elektra-0.7.0-3.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update elektra'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-11301
elektra-0.7.0-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.
elektra-0.7.0-3.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.