Another problem that I have had for a long time were disconnects from my Wifi network. After some time, Network manager would not reconnect anymore, and messages would fill up every seconds with the logging below.
sudo kill -s SIGSTOP `pidof udisks-daemon` fixed this behavior. As I nedded to access an USB stick, I had issued a sudo kill -s SIGCONT `pidof udisks-daemon` And alas, after some time my Wifi disconnected again, and the log file filled again with messsages. So now, I disabled the deamon again. sudo kill -s SIGSTOP `pidof udisks-daemon` Jun 20 20:50:56 his10 kernel: [852407.568068] Linking with his04,channel:1, qos:1, myHT:0, networkHT:0, mode:6 Jun 20 20:50:56 his10 kernel: [852407.568079] ===>ieee80211_associate_procedure_wq(), chan:1 Jun 20 20:50:56 his10 kernel: [852407.783933] =================>ieee80211_authentication_req():auth->algorithm is 0 Jun 20 20:50:56 his10 kernel: [852407.783940] softmac_mgmt_xmit():insert to waitqueue! Jun 20 20:50:59 his10 kernel: [852410.280061] Linking with his04,channel:1, qos:1, myHT:0, networkHT:0, mode:6 Jun 20 20:50:59 his10 kernel: [852410.280072] ===>ieee80211_associate_procedure_wq(), chan:1 Jun 20 20:50:59 his10 kernel: [852410.495898] =================>ieee80211_authentication_req():auth->algorithm is 0 Jun 20 20:50:59 his10 kernel: [852410.495905] softmac_mgmt_xmit():insert to waitqueue! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/587044 Title: udisks-daemon constantly burning about 10% CPU To manage notifications about this bug go to: https://bugs.launchpad.net/hal/+bug/587044/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
