|
Bugzilla – Full Text Bug Listing |
| Summary: | ConsoleKit-0.2.10-4 syslog WARNING: Unable to open directory /usr/lib64/ConsoleKit/run-session.d | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Forgotten User aFJloKvMbR <forgotten_aFJloKvMbR> |
| Component: | Other | Assignee: | Holger Macht <hmacht> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | aj, deanjo, dmueller, forgotten_wbt-beX79k, kkaempf, kukuk |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Fixed package
ConsoleKit-x11 |
||
Uups.. I should think before I wrote. (SYSCONFDIR is ok it's /etc ), but should src/ck-session.c line 1245 use LIBEXECDIR instead of LIBDIR. At X86_64 LIBDIR is /usr/lib64 and LIBEXECDIR is /usr/lib ? I'm getting this message as well. I also got this and just made a symlink to make it go away but fixing it upstream would certainly be nice. Same problem here - raising severity since it will warn on every lib64 system. Created attachment 214700 [details]
Fixed package
I've attached a x86_64 rpm of a fixed package. Can someone please give it a shot?
I would like to test it bug need ConsoleKit-x11 as well:
error: Failed dependencies:
ConsoleKit = 0.2.10-6 is needed by (installed) ConsoleKit-x11-0.2.10-6.x86_64
Created attachment 215034 [details]
ConsoleKit-x11
My fault, sorry.
Seems to work for me, no more error messages are shown. Package submitted, thanks for testing. *** Bug 390636 has been marked as a duplicate of this bug. *** *** Bug 391251 has been marked as a duplicate of this bug. *** *** Bug 391979 has been marked as a duplicate of this bug. *** |
ConsoleKit-0.2.10-4 tries to open /usr/lib64/ConsoleKit/run-session.d when all scripts are installed on usr/lib/ConsoleKit/run-session.d This cosmetic issue can be fixed by removing or commenting line 1244 out from file src/ck-session.c Theres no need to look at ${SYSCONFDIR}/ConsoleKit/run-session if scripts are always in ${LIBDIR}/ConsoleKit/run-session.d