Advertisement
Guest User

Untitled

a guest
Apr 10th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.64 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "secure.py", line 165, in <module>
  3.     sys.exit(main())
  4.   File "secure.py", line 159, in main
  5.     scan_var_log_secure()
  6.   File "secure.py", line 144, in scan_var_log_secure
  7.     check_for_failed_password(list_of_readlines)
  8.   File "secure.py", line 129, in check_for_failed_password
  9.     database_operations(date, message)
  10.   File "secure.py", line 119, in database_operations
  11.     insert_into_db(data)
  12.   File "secure.py", line 86, in insert_into_db
  13.     raise e
  14. glib.GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement