LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-03-2011, 08:11 AM   #1
Phorize
Member
 
Registered: Sep 2005
Location: UK
Distribution: Slackware
Posts: 226

Rep: Reputation: 29
kmail crashes


Hello. I'm running Alien Bob's kde 4.7 packages, which have turned out to be pretty sweet

The only downside is that kmail crashes on start up-just can't get it to run. Terminal output is below. Has anyone else had this problem?


Code:
~$ kmail
kmail2(27426)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
~$ kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)" 
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection." 
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)" 
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection." 
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)" 
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)" 
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection." 
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)" 
Plugin paths:  ("/usr/lib64/qt/plugins", "/home/kristian/.kde/lib64/", "/usr/lib64/") 
Trying to load Attica plugin:  "/usr/lib64/qt/plugins/attica_kde.so" 
Trying to load Attica plugin:  "/home/kristian/.kde/lib64//attica_kde.so" 
Trying to load Attica plugin:  "/usr/lib64//attica_kde.so" 
Using Attica with KDE support 
Adding provider "https://api.opendesktop.org/v1/" 
OCS Request:  QUrl( "https://api.opendesktop.org/v1/content/categories" )  
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)" 
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection." 
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)" 
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)" 
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection."                                                                                                                                                       
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"                                                                                                                                                                                
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"         
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection." 
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
 
Old 08-03-2011, 09:58 AM   #2
MrRtd
LQ Newbie
 
Registered: Jun 2008
Location: Canada
Distribution: Manjaro
Posts: 25

Rep: Reputation: 3
Question Affects me too

From what I've seen, my terminal output is pretty much identical. Hopefully someone here will have an answer.
 
Old 08-03-2011, 04:28 PM   #3
bosth
Member
 
Registered: Apr 2011
Location: British Columbia, Canada
Posts: 304

Rep: Reputation: 127Reputation: 127
Kmail works fine for me under 4.7. Have you installed all the dependencies? It looks like attica_kde.so is missing, so you could use slackpkg to search which package attica is in and make sure you have it installed.
 
1 members found this post helpful.
Old 08-04-2011, 03:07 PM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
... and have you removed all the deprecated packages too? Like the old "kdebase-runtime" package which no longer exists in KDE 4.7.0 - and it contains a copy of this library.

See my README for KDE 4.7.0 where I also list all the removepkg commands you need (and which I forgot to include initially):
Code:
  # removepkg polkit-kde-1
  # removepkg kdebase-runtime
  # removepkg kdebase-workspace
  # removepkg kdebindings
  # removepkg kdeedu
  # removepkg konq-plugins
Eric
 
1 members found this post helpful.
Old 08-05-2011, 03:44 PM   #5
Phorize
Member
 
Registered: Sep 2005
Location: UK
Distribution: Slackware
Posts: 226

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by Alien Bob View Post
... and have you removed all the deprecated packages too? Like the old "kdebase-runtime" package which no longer exists in KDE 4.7.0 - and it contains a copy of this library.

See my README for KDE 4.7.0 where I also list all the removepkg commands you need (and which I forgot to include initially):
Code:
  # removepkg polkit-kde-1
  # removepkg kdebase-runtime
  # removepkg kdebase-workspace
  # removepkg kdebindings
  # removepkg kdeedu
  # removepkg konq-plugins
Eric
I missed removepkg konq-plugins. This didn't solve it though. I was thinking about running current anyway, so I did a clean install of 13.37 and upgraded to current, then installed kde 4.7. It's working well now-kmail is fine. Not a very scientific way of solving it but hey ho.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
plasma desktop crashes, nepomuk crashes, after loggin in fm_clau SUSE / openSUSE 2 09-02-2009 10:14 AM
Cannot import old PC KMail files into new KMail engineerwell Linux - General 1 03-11-2006 05:20 PM
Cannot import old PC KMail files into new KMail engineerwell Linux - General 1 03-11-2006 05:21 AM
Kmail crashes when deleted mail is deleted dufferin Slackware 0 03-21-2005 03:23 PM
KMail crashes repeatedly with SIGSEGV .. GulfXray Linux - Newbie 3 10-28-2001 01:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration