Page 1 of 1

"PolicyKit1" asks for root password upon launching

PostPosted: Jun 7th, '16, 01:46
by janpihlgren
I'm running Mageia 5.
After the last update of the system I get this annoying message asking for rootpassword.
Why?
It makes me a little terrified.

PolicyKit2-KDE.png
PolicyKit2-KDE.png (38.48 KiB) Viewed 800 times


Is this a correct message?
As this link says https://bbs.archlinux.org/viewtopic.php?id=201662 its baloo that does this.
My version of baloo is 4.14.3 1.1.mga5 x86_64

Re: "PolicyKit1" asks for root password upon launching

PostPosted: Jun 7th, '16, 12:53
by ozky
Jiml8 asked help to this same problem but newer got any answers from him did it help or not.
viewtopic.php?f=7&t=10842

Re: "PolicyKit1" asks for root password upon launching

PostPosted: Jun 7th, '16, 15:52
by janpihlgren
I have hoped that anyone int the maintenensgroup does know if this is an OK program.
The program doesn't present it self. Hmmm

Re: "PolicyKit1" asks for root password upon launching

PostPosted: Jun 7th, '16, 16:38
by AstorBG
Yes, its annoying. It happened to me as well.

Re: "PolicyKit1" asks for root password upon launching

PostPosted: Jun 7th, '16, 17:53
by ozky
janpihlgren wrote:I have hoped that anyone int the maintenensgroup does know if this is an OK program.
The program doesn't present it self. Hmmm


Problem is inotify has been over it's watch limit so you may need to raise it to bit bigger value.
Paste that vim command as root in terminal and then paste that down one inside that file,reboot your system it should be fixed if everything goes like in movies.

Code: Select all
vim /etc/sysctl.d/50-max_user_watches.conf
fs.inotify.max_user_watches=16384

Re: "PolicyKit1" asks for root password upon launching

PostPosted: Jun 7th, '16, 18:49
by doktor5000
janpihlgren wrote:I have hoped that anyone int the maintenensgroup does know if this is an OK program.
The program doesn't present it self.

Yes it does, in the lower left corner below Application it mentions for which application those priviledges are requested.
For more information see the link provided by ozky for further information.

[Closed] "PolicyKit1" asks for root password upon launching

PostPosted: Jun 8th, '16, 01:44
by janpihlgren
ozky
Problem is inotify has been over it's watch limit so you may need to raise it to bit bigger value.
Paste that vim command as root in terminal and then paste that down one inside that file,reboot your system it should be fixed if everything goes like in movies.

Code: Select all
vim /etc/sysctl.d/50-max_user_watches.conf
fs.inotify.max_user_watches=16384

This didn't help. :cry:
I had to give the root password and reboot. The message doesn't appear again.
I hope this wasn't a malware.

For me it looks like to be a bad policy to have a program asking for rootpassword before it present what it's going to do.

Re: [Closed] "PolicyKit1" asks for root password upon launch

PostPosted: Jun 8th, '16, 18:29
by doktor5000
janpihlgren wrote:I hope this wasn't a malware.

For me it looks like to be a bad policy to have a program asking for rootpassword before it present what it's going to do.


Seems you didn't actually read the information in this thread that has been provided when you asked.