hi, In a sudden changing manner, now if I try to update the system, using the command,
[fedorax@localhost ~]$ su - Password: [root@localhost ~]# yum update
It doesn't prompt me to type in 'y' or 'n' if some downloadable update is there unlike earlier when I used to type in 'yes' to download a particular package of some size and update the system. Not only in this command but in some other commands also, I have the same thing repeating when I am not being prompted for tying in 'y' or 'n' for the confirmation of download. Why could this happen all of a sudden? --
Regards, Parshwa Murdia
What is the output of "echo config assumeyes | yum shell" ?
On Mon, Aug 30, 2010 at 9:29 AM, Parshwa Murdia b330bkn@gmail.com wrote:
hi, In a sudden changing manner, now if I try to update the system, using the command,
[fedorax@localhost ~]$ su - Password: [root@localhost ~]# yum update
It doesn't prompt me to type in 'y' or 'n' if some downloadable update is there unlike earlier when I used to type in 'yes' to download a particular package of some size and update the system. Not only in this command but in some other commands also, I have the same thing repeating when I am not being prompted for tying in 'y' or 'n' for the confirmation of download. Why could this happen all of a sudden? --
Regards, Parshwa Murdia -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
On Tue, Aug 31, 2010 at 12:31 PM, John Saalwaechter saalwaechter@gmail.com wrote:
What is the output of "echo config assumeyes | yum shell" ?
Here is the output:
[fedorax@localhost ~]$ su - Password:
[root@localhost ~]# echo config assumeyes | yum shell
Loaded plugins: protectbase, refresh-packagekit Setting up Yum Shell
assumeyes: False Leaving Shell
Really ambiguous situation! Still it is a problem!
On Tue, Aug 31, 2010 at 3:50 PM, Parshwa Murdia b330bkn@gmail.com wrote:
On Tue, Aug 31, 2010 at 12:31 PM, John Saalwaechter saalwaechter@gmail.com wrote:
What is the output of "echo config assumeyes | yum shell" ?
Here is the output:
[fedorax@localhost ~]$ su - Password:
[root@localhost ~]# echo config assumeyes | yum shell
Loaded plugins: protectbase, refresh-packagekit Setting up Yum Shell
assumeyes: False Leaving Shell
--
Regards, Parshwa Murdia
On 31 August 2010 03:20, Parshwa Murdia b330bkn@gmail.com wrote:
On Tue, Aug 31, 2010 at 12:31 PM, John Saalwaechter saalwaechter@gmail.com wrote:
What is the output of "echo config assumeyes | yum shell" ?
Here is the output:
[fedorax@localhost ~]$ su - Password:
[root@localhost ~]# echo config assumeyes | yum shell
Loaded plugins: protectbase, refresh-packagekit Setting up Yum Shell
assumeyes: False Leaving Shell
Make sure `yum' is not aliased to `yum -y'. What does the following say?
# type yum
Regards, Parshwa Murdia
On Tue, Aug 31, 2010 at 10:50 PM, suvayu ali fatkasuvayu+linux@gmail.com wrote:
Make sure `yum' is not aliased to `yum -y'. What does the following say?
# type yum
[fedorax@localhost ~]$ type yum yum is /usr/bin/yum
But could you please be elaborating a little for a proper grasping. Thanks.
On 09/01/2010 03:24 PM, Parshwa Murdia wrote:
On Tue, Aug 31, 2010 at 10:50 PM, suvayu ali fatkasuvayu+linux@gmail.com wrote:
Make sure `yum' is not aliased to `yum -y'. What does the following say? # type yum
[fedorax@localhost ~]$ type yum yum is /usr/bin/yum
But could you please be elaborating a little for a proper grasping. Thanks.
It means "yum is yum"
Had it been aliased to "yum -y" it would have read something like...
yum is aliased to `yum -y'
On Wed, Sep 1, 2010 at 4:50 PM, Ed Greshko Ed.Greshko@greshko.com wrote:
It means "yum is yum"
Had it been aliased to "yum -y" it would have read something like...
yum is aliased to `yum -y'
So what I do now? Why that problem might have come so suddenly?
Hi Parshwa,
On 1 September 2010 04:20, Ed Greshko Ed.Greshko@greshko.com wrote:
On 09/01/2010 03:24 PM, Parshwa Murdia wrote:
On Tue, Aug 31, 2010 at 10:50 PM, suvayu ali fatkasuvayu+linux@gmail.com wrote:
Make sure `yum' is not aliased to `yum -y'. What does the following say? # type yum
[fedorax@localhost ~]$ type yum yum is /usr/bin/yum
But could you please be elaborating a little for a proper grasping. Thanks.
It means "yum is yum"
Had it been aliased to "yum -y" it would have read something like...
yum is aliased to `yum -y'
Could you post the output of an actual yum session? Maybe try to set the yum debug level to 10 and install something and post the output?
# yum --debuglevel=10 install <some_random_package>
On Wed, Sep 1, 2010 at 8:42 PM, suvayu ali <fatkasuvayu+linux@gmail.comfatkasuvayu%2Blinux@gmail.com
wrote:
Hi Parshwa,
Could you post the output of an actual yum session? Maybe try to set
the yum debug level to 10 and install something and post the output?
# yum --debuglevel=10 install <some_random_package>
Hi, How can I post the output of actual yum level? what I am intended to do for this? If you cannot give all the steps, there is no problem if you have some other sort of solution having a possibility!
On 1 September 2010 10:06, Parshwa Murdia b330bkn@gmail.com wrote:
On Wed, Sep 1, 2010 at 8:42 PM, suvayu ali fatkasuvayu+linux@gmail.com wrote:
Hi Parshwa,
Could you post the output of an actual yum session? Maybe try to set the yum debug level to 10 and install something and post the output?
# yum --debuglevel=10 install <some_random_package>
Hi, How can I post the output of actual yum level? what I am intended to do for this? If you cannot give all the steps, there is no problem if you have some other sort of solution having a possibility!
Just run the command I posted with the package of your choice instead of the "<some_random_package>". There are no secret steps behind it. :)
--
Regards, Parshwa Murdia
On Wed, Sep 1, 2010 at 11:56 PM, suvayu ali <fatkasuvayu+linux@gmail.comfatkasuvayu%2Blinux@gmail.com
wrote:
Just run the command I posted with the package of your choice instead
of the "<some_random_package>". There are no secret steps behind it.
Okay, I try that.