The name > org.freedesktop.PolicyKit1 was not provided by any .service files

Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When attempting to launch system-config-users from command line, I get the following warning, and the tool does not open. I'm using CentOS 7 with Mate 1.8.1.
WARNING **: Error enumerating actions:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.PolicyKit1 was not provided by any .service files
Error checking for authorization org.freedesktop.policykit.exec:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.PolicyKit1 was not provided by any .service files
yum list polkit*
Installed Packages
polkit.x86_64 0.112-5.el7 @anaconda
polkit-devel.x86_64 0.112-5.el7 @base
polkit-docs.noarch 0.112-5.el7 @base
polkit-gnome.x86_64 0.105-6.el7 @epel
polkit-pkla-compat.x86_64 0.1-4.el7 @anaconda
What is missing from my system to cause this error?
centos users polkit
|
show 7 more comments
When attempting to launch system-config-users from command line, I get the following warning, and the tool does not open. I'm using CentOS 7 with Mate 1.8.1.
WARNING **: Error enumerating actions:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.PolicyKit1 was not provided by any .service files
Error checking for authorization org.freedesktop.policykit.exec:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.PolicyKit1 was not provided by any .service files
yum list polkit*
Installed Packages
polkit.x86_64 0.112-5.el7 @anaconda
polkit-devel.x86_64 0.112-5.el7 @base
polkit-docs.noarch 0.112-5.el7 @base
polkit-gnome.x86_64 0.105-6.el7 @epel
polkit-pkla-compat.x86_64 0.1-4.el7 @anaconda
What is missing from my system to cause this error?
centos users polkit
Do you happen to be using XFCE?
– eyoung100
Sep 30 '14 at 19:14
I'm using Mate 1.8.1
– a coder
Sep 30 '14 at 19:21
Since I can't tell what services are being enumerated, I can't tell you which package to install. The error is not caused by policykit, but by one of the services policykit is attempting to load. XFCE has this issue withudisks
– eyoung100
Sep 30 '14 at 19:24
Is there a way to monitor what services policykit is using or attempting to use?
– a coder
Sep 30 '14 at 19:27
Not that I know of. Pre-systemd systems use policykit/consolekit in conjuction with Dbus to enforce login permissions. This leads to two possibilities. 1. The user you're logged in as is not a member ofsome group, andsome grouphas permission to access the missing service. 2. One of the services monitored bysystem-config-usersis not installed. As a hunch, search your package repo formate-polkit
– eyoung100
Sep 30 '14 at 19:41
|
show 7 more comments
When attempting to launch system-config-users from command line, I get the following warning, and the tool does not open. I'm using CentOS 7 with Mate 1.8.1.
WARNING **: Error enumerating actions:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.PolicyKit1 was not provided by any .service files
Error checking for authorization org.freedesktop.policykit.exec:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.PolicyKit1 was not provided by any .service files
yum list polkit*
Installed Packages
polkit.x86_64 0.112-5.el7 @anaconda
polkit-devel.x86_64 0.112-5.el7 @base
polkit-docs.noarch 0.112-5.el7 @base
polkit-gnome.x86_64 0.105-6.el7 @epel
polkit-pkla-compat.x86_64 0.1-4.el7 @anaconda
What is missing from my system to cause this error?
centos users polkit
When attempting to launch system-config-users from command line, I get the following warning, and the tool does not open. I'm using CentOS 7 with Mate 1.8.1.
WARNING **: Error enumerating actions:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.PolicyKit1 was not provided by any .service files
Error checking for authorization org.freedesktop.policykit.exec:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.PolicyKit1 was not provided by any .service files
yum list polkit*
Installed Packages
polkit.x86_64 0.112-5.el7 @anaconda
polkit-devel.x86_64 0.112-5.el7 @base
polkit-docs.noarch 0.112-5.el7 @base
polkit-gnome.x86_64 0.105-6.el7 @epel
polkit-pkla-compat.x86_64 0.1-4.el7 @anaconda
What is missing from my system to cause this error?
centos users polkit
centos users polkit
edited Sep 30 '14 at 19:25
a coder
asked Sep 30 '14 at 18:53
a codera coder
1,04972850
1,04972850
Do you happen to be using XFCE?
– eyoung100
Sep 30 '14 at 19:14
I'm using Mate 1.8.1
– a coder
Sep 30 '14 at 19:21
Since I can't tell what services are being enumerated, I can't tell you which package to install. The error is not caused by policykit, but by one of the services policykit is attempting to load. XFCE has this issue withudisks
– eyoung100
Sep 30 '14 at 19:24
Is there a way to monitor what services policykit is using or attempting to use?
– a coder
Sep 30 '14 at 19:27
Not that I know of. Pre-systemd systems use policykit/consolekit in conjuction with Dbus to enforce login permissions. This leads to two possibilities. 1. The user you're logged in as is not a member ofsome group, andsome grouphas permission to access the missing service. 2. One of the services monitored bysystem-config-usersis not installed. As a hunch, search your package repo formate-polkit
– eyoung100
Sep 30 '14 at 19:41
|
show 7 more comments
Do you happen to be using XFCE?
– eyoung100
Sep 30 '14 at 19:14
I'm using Mate 1.8.1
– a coder
Sep 30 '14 at 19:21
Since I can't tell what services are being enumerated, I can't tell you which package to install. The error is not caused by policykit, but by one of the services policykit is attempting to load. XFCE has this issue withudisks
– eyoung100
Sep 30 '14 at 19:24
Is there a way to monitor what services policykit is using or attempting to use?
– a coder
Sep 30 '14 at 19:27
Not that I know of. Pre-systemd systems use policykit/consolekit in conjuction with Dbus to enforce login permissions. This leads to two possibilities. 1. The user you're logged in as is not a member ofsome group, andsome grouphas permission to access the missing service. 2. One of the services monitored bysystem-config-usersis not installed. As a hunch, search your package repo formate-polkit
– eyoung100
Sep 30 '14 at 19:41
Do you happen to be using XFCE?
– eyoung100
Sep 30 '14 at 19:14
Do you happen to be using XFCE?
– eyoung100
Sep 30 '14 at 19:14
I'm using Mate 1.8.1
– a coder
Sep 30 '14 at 19:21
I'm using Mate 1.8.1
– a coder
Sep 30 '14 at 19:21
Since I can't tell what services are being enumerated, I can't tell you which package to install. The error is not caused by policykit, but by one of the services policykit is attempting to load. XFCE has this issue with
udisks– eyoung100
Sep 30 '14 at 19:24
Since I can't tell what services are being enumerated, I can't tell you which package to install. The error is not caused by policykit, but by one of the services policykit is attempting to load. XFCE has this issue with
udisks– eyoung100
Sep 30 '14 at 19:24
Is there a way to monitor what services policykit is using or attempting to use?
– a coder
Sep 30 '14 at 19:27
Is there a way to monitor what services policykit is using or attempting to use?
– a coder
Sep 30 '14 at 19:27
Not that I know of. Pre-systemd systems use policykit/consolekit in conjuction with Dbus to enforce login permissions. This leads to two possibilities. 1. The user you're logged in as is not a member of
some group, and some group has permission to access the missing service. 2. One of the services monitored by system-config-users is not installed. As a hunch, search your package repo for mate-polkit– eyoung100
Sep 30 '14 at 19:41
Not that I know of. Pre-systemd systems use policykit/consolekit in conjuction with Dbus to enforce login permissions. This leads to two possibilities. 1. The user you're logged in as is not a member of
some group, and some group has permission to access the missing service. 2. One of the services monitored by system-config-users is not installed. As a hunch, search your package repo for mate-polkit– eyoung100
Sep 30 '14 at 19:41
|
show 7 more comments
2 Answers
2
active
oldest
votes
I just had the same return when installing deluged on arch, I typed:
systemctl start deluged
I tried with sudo and it worked fine. Seems to be a group permissions issue.
All I did was enable permissions for my user account and then typed:
sudo systemctl start deluged
worked like a charm... hope this helps!
8
Really weird message, unlike *nix. Would never have thought this would be the solution! Thanks!
– Sufian
Aug 8 '15 at 8:32
9
Ah right, of course sudo. It would be really helpful if they had a system in place which would return an error like "root privileges required" or something a little more obvious.
– Mint
Mar 8 '16 at 7:51
19
Possibly the most counter-intuitive error ever.
– ffledgling
Feb 28 '17 at 13:20
2
It's probably complaining that you don't have Polkit set up which you would need to allow non-user systemctl without root privileges. Just a guess though
– Duncan X Simpson
Jul 11 '17 at 2:29
add a comment |
To clarify and summarize SNP22's post: You probably just forgot sudo.:
sudo systemctl [...]
Absolutely misleading warning ...
1
Probably join the list of bad error message reports github.com/systemd/systemd/labels/needs-better-log-message but I need to test it with the latest version first...
– Ben Creasy
Oct 5 '17 at 7:27
THIS!! when you try to do asystemctl daemon-reloadwithout root, it will report a weird error like this. Just check if it is missing thesudoor executing in the correct user or you enabled therootexecution (in ansible thebecome: true)
– higuita
Feb 23 '18 at 19:46
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f158494%2fthe-name-org-freedesktop-policykit1-was-not-provided-by-any-service-files%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I just had the same return when installing deluged on arch, I typed:
systemctl start deluged
I tried with sudo and it worked fine. Seems to be a group permissions issue.
All I did was enable permissions for my user account and then typed:
sudo systemctl start deluged
worked like a charm... hope this helps!
8
Really weird message, unlike *nix. Would never have thought this would be the solution! Thanks!
– Sufian
Aug 8 '15 at 8:32
9
Ah right, of course sudo. It would be really helpful if they had a system in place which would return an error like "root privileges required" or something a little more obvious.
– Mint
Mar 8 '16 at 7:51
19
Possibly the most counter-intuitive error ever.
– ffledgling
Feb 28 '17 at 13:20
2
It's probably complaining that you don't have Polkit set up which you would need to allow non-user systemctl without root privileges. Just a guess though
– Duncan X Simpson
Jul 11 '17 at 2:29
add a comment |
I just had the same return when installing deluged on arch, I typed:
systemctl start deluged
I tried with sudo and it worked fine. Seems to be a group permissions issue.
All I did was enable permissions for my user account and then typed:
sudo systemctl start deluged
worked like a charm... hope this helps!
8
Really weird message, unlike *nix. Would never have thought this would be the solution! Thanks!
– Sufian
Aug 8 '15 at 8:32
9
Ah right, of course sudo. It would be really helpful if they had a system in place which would return an error like "root privileges required" or something a little more obvious.
– Mint
Mar 8 '16 at 7:51
19
Possibly the most counter-intuitive error ever.
– ffledgling
Feb 28 '17 at 13:20
2
It's probably complaining that you don't have Polkit set up which you would need to allow non-user systemctl without root privileges. Just a guess though
– Duncan X Simpson
Jul 11 '17 at 2:29
add a comment |
I just had the same return when installing deluged on arch, I typed:
systemctl start deluged
I tried with sudo and it worked fine. Seems to be a group permissions issue.
All I did was enable permissions for my user account and then typed:
sudo systemctl start deluged
worked like a charm... hope this helps!
I just had the same return when installing deluged on arch, I typed:
systemctl start deluged
I tried with sudo and it worked fine. Seems to be a group permissions issue.
All I did was enable permissions for my user account and then typed:
sudo systemctl start deluged
worked like a charm... hope this helps!
answered Nov 8 '14 at 8:11
SNP22SNP22
1,276173
1,276173
8
Really weird message, unlike *nix. Would never have thought this would be the solution! Thanks!
– Sufian
Aug 8 '15 at 8:32
9
Ah right, of course sudo. It would be really helpful if they had a system in place which would return an error like "root privileges required" or something a little more obvious.
– Mint
Mar 8 '16 at 7:51
19
Possibly the most counter-intuitive error ever.
– ffledgling
Feb 28 '17 at 13:20
2
It's probably complaining that you don't have Polkit set up which you would need to allow non-user systemctl without root privileges. Just a guess though
– Duncan X Simpson
Jul 11 '17 at 2:29
add a comment |
8
Really weird message, unlike *nix. Would never have thought this would be the solution! Thanks!
– Sufian
Aug 8 '15 at 8:32
9
Ah right, of course sudo. It would be really helpful if they had a system in place which would return an error like "root privileges required" or something a little more obvious.
– Mint
Mar 8 '16 at 7:51
19
Possibly the most counter-intuitive error ever.
– ffledgling
Feb 28 '17 at 13:20
2
It's probably complaining that you don't have Polkit set up which you would need to allow non-user systemctl without root privileges. Just a guess though
– Duncan X Simpson
Jul 11 '17 at 2:29
8
8
Really weird message, unlike *nix. Would never have thought this would be the solution! Thanks!
– Sufian
Aug 8 '15 at 8:32
Really weird message, unlike *nix. Would never have thought this would be the solution! Thanks!
– Sufian
Aug 8 '15 at 8:32
9
9
Ah right, of course sudo. It would be really helpful if they had a system in place which would return an error like "root privileges required" or something a little more obvious.
– Mint
Mar 8 '16 at 7:51
Ah right, of course sudo. It would be really helpful if they had a system in place which would return an error like "root privileges required" or something a little more obvious.
– Mint
Mar 8 '16 at 7:51
19
19
Possibly the most counter-intuitive error ever.
– ffledgling
Feb 28 '17 at 13:20
Possibly the most counter-intuitive error ever.
– ffledgling
Feb 28 '17 at 13:20
2
2
It's probably complaining that you don't have Polkit set up which you would need to allow non-user systemctl without root privileges. Just a guess though
– Duncan X Simpson
Jul 11 '17 at 2:29
It's probably complaining that you don't have Polkit set up which you would need to allow non-user systemctl without root privileges. Just a guess though
– Duncan X Simpson
Jul 11 '17 at 2:29
add a comment |
To clarify and summarize SNP22's post: You probably just forgot sudo.:
sudo systemctl [...]
Absolutely misleading warning ...
1
Probably join the list of bad error message reports github.com/systemd/systemd/labels/needs-better-log-message but I need to test it with the latest version first...
– Ben Creasy
Oct 5 '17 at 7:27
THIS!! when you try to do asystemctl daemon-reloadwithout root, it will report a weird error like this. Just check if it is missing thesudoor executing in the correct user or you enabled therootexecution (in ansible thebecome: true)
– higuita
Feb 23 '18 at 19:46
add a comment |
To clarify and summarize SNP22's post: You probably just forgot sudo.:
sudo systemctl [...]
Absolutely misleading warning ...
1
Probably join the list of bad error message reports github.com/systemd/systemd/labels/needs-better-log-message but I need to test it with the latest version first...
– Ben Creasy
Oct 5 '17 at 7:27
THIS!! when you try to do asystemctl daemon-reloadwithout root, it will report a weird error like this. Just check if it is missing thesudoor executing in the correct user or you enabled therootexecution (in ansible thebecome: true)
– higuita
Feb 23 '18 at 19:46
add a comment |
To clarify and summarize SNP22's post: You probably just forgot sudo.:
sudo systemctl [...]
Absolutely misleading warning ...
To clarify and summarize SNP22's post: You probably just forgot sudo.:
sudo systemctl [...]
Absolutely misleading warning ...
answered Sep 28 '17 at 11:16
SuuuehgiSuuuehgi
565410
565410
1
Probably join the list of bad error message reports github.com/systemd/systemd/labels/needs-better-log-message but I need to test it with the latest version first...
– Ben Creasy
Oct 5 '17 at 7:27
THIS!! when you try to do asystemctl daemon-reloadwithout root, it will report a weird error like this. Just check if it is missing thesudoor executing in the correct user or you enabled therootexecution (in ansible thebecome: true)
– higuita
Feb 23 '18 at 19:46
add a comment |
1
Probably join the list of bad error message reports github.com/systemd/systemd/labels/needs-better-log-message but I need to test it with the latest version first...
– Ben Creasy
Oct 5 '17 at 7:27
THIS!! when you try to do asystemctl daemon-reloadwithout root, it will report a weird error like this. Just check if it is missing thesudoor executing in the correct user or you enabled therootexecution (in ansible thebecome: true)
– higuita
Feb 23 '18 at 19:46
1
1
Probably join the list of bad error message reports github.com/systemd/systemd/labels/needs-better-log-message but I need to test it with the latest version first...
– Ben Creasy
Oct 5 '17 at 7:27
Probably join the list of bad error message reports github.com/systemd/systemd/labels/needs-better-log-message but I need to test it with the latest version first...
– Ben Creasy
Oct 5 '17 at 7:27
THIS!! when you try to do a
systemctl daemon-reload without root, it will report a weird error like this. Just check if it is missing the sudo or executing in the correct user or you enabled the root execution (in ansible the become: true)– higuita
Feb 23 '18 at 19:46
THIS!! when you try to do a
systemctl daemon-reload without root, it will report a weird error like this. Just check if it is missing the sudo or executing in the correct user or you enabled the root execution (in ansible the become: true)– higuita
Feb 23 '18 at 19:46
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f158494%2fthe-name-org-freedesktop-policykit1-was-not-provided-by-any-service-files%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you happen to be using XFCE?
– eyoung100
Sep 30 '14 at 19:14
I'm using Mate 1.8.1
– a coder
Sep 30 '14 at 19:21
Since I can't tell what services are being enumerated, I can't tell you which package to install. The error is not caused by policykit, but by one of the services policykit is attempting to load. XFCE has this issue with
udisks– eyoung100
Sep 30 '14 at 19:24
Is there a way to monitor what services policykit is using or attempting to use?
– a coder
Sep 30 '14 at 19:27
Not that I know of. Pre-systemd systems use policykit/consolekit in conjuction with Dbus to enforce login permissions. This leads to two possibilities. 1. The user you're logged in as is not a member of
some group, andsome grouphas permission to access the missing service. 2. One of the services monitored bysystem-config-usersis not installed. As a hunch, search your package repo formate-polkit– eyoung100
Sep 30 '14 at 19:41