Bug 116324
Summary: | cupsd exits with signal 11. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mark Lane <mark> | ||||||
Component: | cups | Assignee: | Tim Waugh <twaugh> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | rawhide | CC: | michal | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 0.20-4 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2004-02-25 23:41:45 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 114961 | ||||||||
Attachments: |
|
Description
Mark Lane
2004-02-20 01:47:29 UTC
What version of dbus do you have? I thought I already added a comment but it doesn't seem to be here. dbus-0.20-2 I also tried to rebuild the cups-1.1.20-4 srpm but nroff hung when building the backend.1 man page. So groff seems to have a problem too but I haven't really looked at it yet. groff-1.18.1-30 First of all you need to match the dbus version to the cups version. For cups-1.1.20-4 you need dbus-0.20, for prior versions you need dbus-0.13. (The dependencies *ought* to sort this out, but since the dbus soname didn't change they might not.) Could you try ltrace -f on cupsd, so we can get a better idea of where the child process is having trouble? Thanks. Created attachment 97878 [details]
output of strace -f cupsd
Okay I figured this morning that I probably need to back out of dbus-0.20 as
well to go back to 1.1.19.
I ran this with cups-1.1.20-4 and dbus-0.20-2 installed.
It says that it's missing the following socket.
connect(5, {sa_family=AF_UNIX, path="/var/run/dbus/system_bus_socket"}, 110) =
-1 ENOENT (No such file or directory)
The strace output doesn't give much, except that it still looks very much like a mismatch between D-BUS ABIs. Any luck rebuilding the cups SRPM yet? If not could you file a bug against groff for the command line causing the hang? We can't really debug the cups/dbus problem any further without being able to rebuild it. (It rebuilds fine here.) I haven't rebuilt cups yet. I did submit a bug against groff though. I was however able to recompile dbus and messagebus doesn't load either and wasn't before the recompile. It was complaining about a missing config file though /etc/dbus-1/ exists and has two config files in and a system.d directory. When I get into work, I will attach a trace from the dbus daemon. Created attachment 98000 [details]
strace -f /usr/bin/dbus-daemon-1 >& dbus.trace
You have to run it with --system. But anyway I don't think strace is going to help here. Okay I tried that but it went a little farther and segfaulted. Okay, groff is fixed and I was able to recompile cups-1.1.20-4 but it still won't start and gives the same error about the missing dbus socket. Fixed in dbus-0.20-4. Yeah, I can build dbus-0.20-4, it hangs. I will open a dbus I guess. |