LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   getting update list failed (https://www.linuxquestions.org/questions/fedora-35/getting-update-list-failed-689170/)

RudraB 12-08-2008 03:44 PM

getting update list failed
 
what is it meant and how can i solve it?
i am using FC9
Quote:

A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.PackageKit.Transaction" member "GetUpdates" error name "(unset)" destination "org.freedesktop.PackageKit")

RudraB 12-08-2008 04:17 PM

i get another error while trying add/remove software:
it prompts
Quote:

The search could not be completed
failed to get a TID: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.PackageKit.Transaction" member "SetLocale" error name "(unset)" destination "org.freedesktop.PackageKit") (0)

JulianTosh 12-09-2008 02:19 AM

I'm having the same problem, except I'm using a fresh install of FC10.

dpawson 12-09-2008 07:03 AM

Same problem, after FC10 install, Unable to add/remove software.

I disabled SELinux and the same error still shows.

SQUARE_EDEN 12-09-2008 02:54 PM

edit /etc/dbus-1/system.d/org.freedesktop.PackageKit.conf

and add right after <policy context="default">

Code:

<allow send_interface="org.freedesktop.PackageKit.Transaction"/>
So the entire snippet should look like...

Code:

<policy context=”default”>
<allow send_interface=”org.freedesktop.PackageKit”/>
<allow send_interface=”org.freedesktop.PackageKit.Transaction”/>
</policy>

Worked for me.

twitchski 12-09-2008 03:45 PM

I was able to get this working using the same code that SQUARE_EDEN posted above.


-- twitchski

JulianTosh 12-09-2008 04:11 PM

Quote:

Originally Posted by SQUARE_EDEN (Post 3369542)
Worked for me.

SQUARE_EDEN is a BAMF. Just curious, how did you figure that out?

SQUARE_EDEN 12-09-2008 05:44 PM

Problems been out for the past couple of days... I think I saw it in some bug report, don't remember. I'm sure a simple google search could have yielded the same results though...

twitchski 12-10-2008 07:46 AM

Just an update on this particular bug.

The news on fedoraforum is that an update was pushed into stable for Fedora 10. REFERENCE: fedoraforum

If you follow through, you can see that the Fedora 9 fix is currently in Testing stages REFERENCE: PackageKit-0.3.12-1.fc9


I'm sure it'll make it's way to Stable shortly.

--- twitchski

Pipje 12-10-2008 09:41 AM

i got rid of the problem by using an alternative update method. from a console type

yum update

yum update generates a similar error message as posted above, but after a
reboot the problem seems gone and i can use add/remove programs and system update again

this worked for me on two seperate fedora 9 machines

Regards, Pipje

debpu06 12-10-2008 08:57 PM

I tried to use Square_Eden's method to fix mine on Fedora 9 but it won't let me save telling me that I don't have permission. Can anyone help? Thanks

twitchski 12-11-2008 08:06 AM

Quote:

Originally Posted by debpu06 (Post 3371182)
I tried to use Square_Eden's method to fix mine on Fedora 9 but it won't let me save telling me that I don't have permission. Can anyone help? Thanks

You need to have root / admin access to edit the file.

--- twitchski

twitchski 12-11-2008 08:22 AM

Quote:

Originally Posted by Pipje (Post 3370497)
i got rid of the problem by using an alternative update method. from a console type

yum update

yum update generates a similar error message as posted above, but after a
reboot the problem seems gone and i can use add/remove programs and system update again

this worked for me on two seperate fedora 9 machines

Regards, Pipje



yum update, runs packagekit-refresh.
reboot
and all my bug-fixes and updates are working again.

note: state for fedora9 fix was moved into stable as well.

--- twitchski

debpu06 12-11-2008 02:36 PM

Sry I am still fairly new to linux, the only way I know how to access /etc/dbus-1/system.d/org.freedesktop.PackageKit.conf is with a text editor and I dont know how to sign in as root from there. Thanks for any help

Kratosaurion7 12-11-2008 07:15 PM

debpu06

Do like Pipje said, just open the Terminal. Use the command su (This command logs you in as a SuperUser that means you got every right) and enter your root password. Then type in yum update and let the magic do its job. Then everything should be fine.


All times are GMT -5. The time now is 06:35 PM.