Re: Yumex problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 23.08.2013 20:07, Frank wrote:
> On 23/08/13 12:47 PM, Jim wrote:
>> On 08/23/2013 02:09 AM, g wrote:
>>>
>>> hello jim,
>>>
>>> "this tape will self destruct if yum quits"  ;=)
>>>
>>>
>>> On 08/22/2013 05:23 PM, Jim wrote:
>>>> fedora 18 / KDE
>>>>
>>>> I have problems starting Yumex, something about backend not running.
>>>>
>>>> Yum runs normal doing installs or updates
>>>
>>> i am not up on yum or yumex other than to say that
>>>
>>>    _yumex_ is the _front_end_ to _yum_ the _back_end_.
>>>
>>> therefore, have you looked at
>>>
>>>    /var/log/yum.log?
>>>
>>> when yumex gives problems
>>>
>>> > 15:21:08 : ERROR - ERROR: Fatal Error : backend-not-running
>>> > 15:21:08 : ERROR - ERROR: Backend not running as expected
>>>
>>> is telling you that _yum_ has stopped.
>>>
>>> not much to offer, but something to do because you do not mention
>>> if you have checked it. possibly something goes wrong when yum is
>>> run thru extender.
>>>
>>> hth until better help comes along. :=)
>>>
>>> much luck.
>>>
>>
>>
>> When running Yumex, and it Fails, nothing shows up in /var/log/yum.log.
>>
>> Nothing shows up about Yumex Failed in /var/log/messages.
> 
> 
>   Yumex runs yum  as a backend...so the yumex.conf file must have
> 
> use_sudo=1 in it. Its located on my 19 system as $HOME/.config/yumex
> 
> On my system sudo is configured to give root access without a password.
> YMMV.
> 
> 
> Regards
> 
> Frank


$ rpm -Vvv yumex
…

man 8 rpm

/etc/yumex.conf
[yumex]
autorefresh = 1
recentdays = 14
proxy =
exclude =
debug = 0
color_install = darkgreen
color_update = red
color_normal = black
color_obsolete = blue
plugins = 1
yumdebuglevel = 2

/etc/yumex.profiles.conf
[main]
lastprofile = yum-enabled

An authorization automatical,
/etc/polkit-1/rules.d/50-dk.yumex.backend.pkexec.run.rules:
polkit.addRule(function(action, subject) {
    if (action.id == "dk.yumex.backend.pkexec.run" &&
        subject.isInGroup("yumex")) {
        return polkit.Result.YES;
    }
});

# groupadd yumex
# gpasswd -a <USER> yumex
# newgrp yumex
# exit
$ yumex


poma


-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux