View Single Post
  #2   (View Single Post)  
Old 24th November 2018
johnR johnR is offline
Fdisk Soldier
 
Join Date: Nov 2017
Posts: 57
Default

Quote:
D-Bus not compiled with backtrace support so unable to print a backtrace
This just means D-Bus was compiled without debugging symbols, which is normal. To get a meaningful backtrace from it you'd have to recompile it with debugging symbols.

What happens if you just turn D-Bus off? I have D-Bus installed as a dependency but I've never bothered to switch it on. Scanning, usually with xsane here, works fine.

To switch off D-Bus:
Code:
# /etc/rc.d/messagebus -f stop
To start it again (without rebooting):
Code:
# /etc/rc.d/messagebus start
Reply With Quote