Author Topic: Service 'org.kde.kmail' does not exist.  (Read 711 times)

Offline Almost-retired

  • Sr. Member
  • ****
  • Posts: 252
    • What keeps Gene out of the bars
Service 'org.kde.kmail' does not exist.
« on: June 24, 2011, 09:55:13 AM »
And because of this, my email fetching scripts are all broken.

I have rebooted twice since the power failure that outlasted my ups yesterday, but so far no joy.

My logs are growing so fast that they have been rotated twice since the 22nd.

dbus complaints (other stuff cannot connect to it seems to be the common theme) seem to be at the root of my recent evils.

Help please.

Thanks.

No Cheer, Gene

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4037
Re: Service 'org.kde.kmail' does not exist.
« Reply #1 on: June 24, 2011, 04:52:40 PM »
Boot from the livecd, open a terminal, su to root and run fsck -f /dev/sdax where sdax is one of your pclos partitions. Repeat for all partitions except the swap.

Then try rebooting into your installed system.
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline Almost-retired

  • Sr. Member
  • ****
  • Posts: 252
    • What keeps Gene out of the bars
Re: Service 'org.kde.kmail' does not exist.
« Reply #2 on: June 24, 2011, 08:07:48 PM »
Thank you, that did seem to fix dbus.  The only filesystem it modified was /.  Everything else was clean.

Unforch, it didn't do much for udev, usb & bluetooth.

My logs are growing by the megabyte with:
Jun 24 21:40:16 coyote klogd: usb 1-1.1.4.4.4: usbfs: interface 0 claimed by usblp while 'usb' sets config #1
Jun 24 21:40:51 coyote last message repeated 7 times
Jun 24 21:41:56 coyote last message repeated 13 times
Jun 24 21:43:01 coyote last message repeated 13 times
Jun 24 21:44:02 coyote last message repeated 12 times
Jun 24 21:44:57 coyote last message repeated 11 times

Aha!!  I may have just now found that too.  It seems my Epson NX-515 MFP did not come back on after the power was restored, and there was a print job pending, last nights amanda report.
That thing  is worse than a laser since it takes about 4 minutes, wasting ink making sure it is well primed, before it will allow the print job to proceed.  It is turning into a PIMA..

That leaves the missing bluetooth...  Running blueman-manager returns:
Loading configuration plugins
**
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)
Aborted

A root:
[root@coyote rules.d]# ps -ea|grep blue
 4083 ?        00:00:00 blueman-applet
 6331 ?        00:00:00 bluetoothd
 6345 ?        00:00:00 bluedevil-helpe
15278 ?        00:00:00 bluedevil-monol

looks normal I think.  Or is it?  At BT stuff, I am a noob.

From an lsmod:
bluetooth              51698  9 rfcomm,sco,bnep,l2cap,btusb
rfkill                 12694  3 bluetooth

But no /dev/rfcomm0 has been created.  Anybody have a clue why not?

Thanks & Cheers, Gene