1

Error_log file size from Var/Log/Cups/ is increasing so much (70GB+) and wont stop until i get the error saying i don't have enough space left.

***Error_log***



W [08/Jun/2017:18:59:48 +0530] Notifier for subscription 3 (dbus://) went away, retrying!

E [08/Jun/2017:18:59:48 +0530] File \"/usr/lib/cups/notifier/dbus\" has insecure permissions

These 2 errors are written constantly to the Error_Log. I think about 50 Megabytes/sec. Making system lag

Arun
  • 2,001
  • 11
  • 24

1 Answers1

-1

Try this:

sudo service cups stop
sudo rm /etc/cups/subscriptions.conf*
sudo rm -r /var/cache/cups
sudo service cups start
Arun
  • 2,001
  • 11
  • 24
  • 2
    This may assist the OP in keeping the system operational, but does not address his question of why CUPS is writing so much data – Charles Green Jun 08 '17 at 14:30