drakconf
systemctl status polkit.service
ps -ef | grep -v grep | grep polkit
mount
$ drakconf
Error executing command as another user: Not authorized
This incident has been reported.
$ systemctl status polkit.service
● polkit.service - Authorization Manager
Loaded: loaded (/usr/lib/systemd/system/polkit.service; static)
Active: active (running) since Mi 2015-09-16 12:08:59 CEST; 2h 0min ago
Docs: man:polkit(8)
Main PID: 5043 (polkitd)
CGroup: /system.slice/polkit.service
└─5043 /usr/lib/polkit-1/polkitd --no-debug
$ ps -ef | grep -v grep | grep polkit
polkitd 5043 1 0 12:08 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debug
mer 6091 1 0 12:09 ? 00:00:00 /usr/lib64/kde4/libexec/polkit-kde-authentication-agent-1
spm 6334 1 0 12:09 ? 00:00:00 /usr/lib64/kde4/libexec/polkit-kde-authentication-agent-1
mer 9950 1 0 13:49 ? 00:00:00 /usr/lib64/kde4/libexec/polkit-kde-authentication-agent-1
$
cat /run/systemd/users/$(id -u)
doktor5000 wrote:Also as root please provide the output of the following commands:
- Code: Select all
systemctl status polkit.service
ps -ef | grep -v grep | grep polkit
mount
When accessing SD cards and other removable media, is there any error message when mounting or accessing them? How do you try to access them? What filesystems are in use on those?
[root@localhost ~]# systemctl status polkit.service
● polkit.service - Authorization Manager
Loaded: loaded (/usr/lib/systemd/system/polkit.service; static)
Active: active (running) since Wed 2015-09-23 17:21:39 EDT; 2 days ago
Docs: man:polkit(8)
Main PID: 1274 (polkitd)
CGroup: /system.slice/polkit.service
└─1274 /usr/lib/polkit-1/polkitd --no-debug
Sep 23 17:21:39 localhost polkitd[1274]: Started polkitd version 0.113
Sep 23 17:21:39 localhost polkitd[1274]: Loading rules from directory /etc/p...d
Sep 23 17:21:39 localhost polkitd[1274]: Loading rules from directory /usr/s...d
Sep 23 17:21:39 localhost polkitd[1274]: Finished loading, compiling and exe...s
Sep 23 17:21:39 localhost polkitd[1274]: Acquired the name org.freedesktop.P...s
Sep 23 13:22:45 localhost polkitd[1274]: Registered Authentication Agent for...)
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost ~]# ps -ef | grep -v grep | grep polkit
polkitd 1274 1 0 Sep23 ? 00:00:02 /usr/lib/polkit-1/polkitd --no-debug
kuman 2499 1 0 Sep23 ? 00:00:00 /usr/libexec/polkit-mate-authentication-agent-1
[root@localhost ~]# mount
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=241692k,nr_inodes=60423,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
/dev/sdb5 on / type ext4 (rw,noatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime,mode=755)
tmpfs on /tmp type tmpfs (rw)
mqueue on /dev/mqueue type mqueue (rw,relatime)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=49652k,mode=700,uid=1000,gid=1000)
[root@localhost ~]
cat /run/systemd/users/$(id -u)
id
pkexec whoami
kuman wrote:Btw how do u delete text in a terminal other than the last command?
clear
Users browsing this forum: No registered users and 1 guest