Bug 554724
| Summary: | service fails to start - Can't read lock file | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mads Kiilerich <mads> |
| Component: | abrt | Assignee: | Jiri Moskovcak <jmoskovc> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | anton, dfediuck, dvlasenk, iprikryl, jmoskovc, kklic, mnowak, npajkovs, sanjay.ankur |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-02-04 19:21:22 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: | |||
|
Description
Mads Kiilerich
2010-01-12 13:58:02 UTC
Please rm -rf /var/cache/abrt, it contains old-style lock files. Newer version of abrt doesn't understand old locks. Yes, removing just the lock file worked around the problem, but still, abrt shouldn't choke on old locks like that. (In reply to comment #2) > Yes, removing just the lock file worked around the problem, but still, abrt > shouldn't choke on old locks like that. hi, I was having the same issue almost [root@localhost abrt]# service abrtd restart Stopping abrt daemon: [FAILED] Starting abrt daemon: [ OK ] [root@localhost abrt]# service abrtd status abrt dead but pid file exists removing the /var/cache/abrt looks like it solved the problem. I got this in my /var/log/messages | grep abrtd Jan 31 20:45:48 localhost abrtd: Registered Analyzer plugin 'Python' Jan 31 20:45:48 localhost abrtd: Registered Action plugin 'KerneloopsScanner' Jan 31 20:45:48 localhost abrtd: Registered Reporter plugin 'Logger' Jan 31 20:45:48 localhost abrtd: Registered Analyzer plugin 'Kerneloops' Jan 31 20:45:48 localhost abrtd: Registered Reporter plugin 'KerneloopsReporter' Jan 31 20:45:48 localhost abrtd: warning: /proc/sys/kernel/core_pattern already contains |/usr/libexec/abrt-hook-ccpp /var/cache/abrt %p %s %u %c, did abrt daemon crash recently? Jan 31 20:45:48 localhost abrtd: Registered Analyzer plugin 'CCpp' Jan 31 20:45:48 localhost abrtd: Registered Reporter plugin 'Bugzilla' Jan 31 20:45:48 localhost abrtd: Registered Database plugin 'SQLite3' Jan 31 20:45:49 localhost abrtd: can't load '/usr/lib64/abrt/lib.so': /usr/lib64/abrt/lib.so: cannot open shared object file: No such file or directory There is no lib.so there.. i checked. regards, Ankur (In reply to comment #3) > I was having the same issue almost ... > Jan 31 20:45:49 localhost abrtd: can't load '/usr/lib64/abrt/lib.so': > /usr/lib64/abrt/lib.so: cannot open shared object file: No such file or > directory Ankur, that is probably a completely different problem - which just happens to trig the same error handling. I suggest you file a new bug and include the output of rpm -qa '*abrt*' rpm -qaV '*abrt*' > Jan 31 20:45:48 localhost abrtd: Registered Reporter plugin 'Bugzilla'
> Jan 31 20:45:48 localhost abrtd: Registered Database plugin 'SQLite3'
> Jan 31 20:45:49 localhost abrtd: can't load '/usr/lib64/abrt/lib.so':
> /usr/lib64/abrt/lib.so: cannot open shared object file: No such file or
> directory
Hi Ankur,
Did you build abrt from source (as opposed to installing a prebuilt rpm)? If yes, with which configure/make options did you do it?
(In reply to comment #5) > > Jan 31 20:45:48 localhost abrtd: Registered Reporter plugin 'Bugzilla' > > Jan 31 20:45:48 localhost abrtd: Registered Database plugin 'SQLite3' > > Jan 31 20:45:49 localhost abrtd: can't load '/usr/lib64/abrt/lib.so': > > /usr/lib64/abrt/lib.so: cannot open shared object file: No such file or > > directory > > Hi Ankur, > > Did you build abrt from source (as opposed to installing a prebuilt rpm)? If > yes, with which configure/make options did you do it? hi, i havent built any rpms myself for abrt. whatever is on my system came from regular updates from official fedora repos. Ive filed a new bug here https://bugzilla.redhat.com/show_bug.cgi?id=560642 regards, Ankur *** This bug has been marked as a duplicate of bug 560642 *** |