On 4.7.2012 4:44, Bruce Dubbs wrote: > Armin K. wrote: >> >> Search the -support for the same problem. It is D-Bus that is problem, >> not ConsoleKit. And it is a bad thing recommending consolekit, since >> polkit is recommended for consolekit. It would be catch-22 situation. >> You can pass test without consolekit running, but not without d-bus running. >> >> Error getting system bus: Could not connect: No such file or directory. >> is the actual problem. > > I was away when that was posted. I usually read everything in -support, > but I just missed that. I'm still running into a problem though even > with consolekit installed and dbus running: > > Passed 9 tests. > PASS: mocklibc-test > ============= > 1 test passed > ============= > > PASS: polkitidentitytest > ================== > All 4 tests passed > ================== > > make[3]: Entering directory `/tmp/polkit/polkit-0.106/test/polkitbackend' > /PolkitBackendJsAuthority/get_admin_identities: Error loading > /var/run/ConsoleKit/database: Error statting file > /var/run/ConsoleKit/database: No such file or directory21:14:15.982: > Loading rules from directory > /tmp/polkit/polkit-0.106/test/data/etc/polkit-1/rules.d > > I don't know how /var/run/ConsoleKit/database ever gets created. > /var/run is a tmpfs created at boot. However the directory is there but > empty.
Test has passed. That error is not fatal one since consolekit won't be running anywhere. That directory is created upon console-kit-daemon startup. I don't know how is it started on non-pam systems, but where pam is used, pam_ck_connector starts the daemon if not running and adds proper entries into /var/run/ConsoleKit/database > > 21:14:15.982: Loading rules from directory > /tmp/polkit/polkit-0.106/test/data/usr/share/polkit-1/rules.d > 21:14:15.984: Finished loading, compiling and executing 4 rules > > At this point the process hangs. ^C terminates with: > > Cmake[3]: *** wait: No child processes. Stop. > make[3]: *** Waiting for unfinished jobs.... > make[3]: *** wait: No child processes. Stop. > make[2]: *** wait: No child processes. Stop. > make[2]: *** Waiting for unfinished jobs.... > make[2]: *** wait: No child processes. Stop. > make[1]: *** wait: No child processes. Stop. > make[1]: *** Waiting for unfinished jobs.... > make[1]: *** wait: No child processes. Stop. > make: *** wait: No child processes. Stop. > make: *** Waiting for unfinished jobs.... > make: *** wait: No child processes. Stop. > > What do the test results look like for you? > > -- Bruce > > I don't remember. I never actualy run test suites, neither I care about them. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
