0

Possible Duplicate:
Ubuntu won't suspend anymore, but it did upon install

I am trying to put system into suspend from terminal with the command provided by the source but i am getting the following error

raja@badfox:~/Documents$ pmi action suspend
Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Hal was not provided by any .service files
Raja G
  • 102,391
  • 106
  • 255
  • 328

1 Answers1

0

@kubahaha & other Friends Ok this is how i have fixed the issue ,

Open your terminal and do this

sudo apt-get install hal 

then do as pmi action suspend

Issue won't arise again . Hope that helps .

Raja G
  • 102,391
  • 106
  • 255
  • 328