Cups suddenly fails - Mate 19.1 (SOLVED)

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Cups suddenly fails - Mate 19.1 (SOLVED)

Post by Larry78723 »

I have tried to get a new printer (Xerox Phaser 3260) installed but can't. The printer is hard-wired to the router and has a static address. My laptop is connected via WiFi. When I try to print anything it doesn't. When I click Menu->Administration->Printers, I get a window that says....Printers - localhost. In that window is 2 buttons. One is "Start Service" and the other is "Connect". I cannot click on anything except the "Connect" button. When I click the "Connect" button it brings up another window called "Connect to CUPS server. That window has a box that says " /run/cups/cup.sock " and a button that says "Connect". This brings up another window called "CUPS server error". There was an error during the CUPS operation: 'failed to connect to server'. When I tried to use the "Printing Trouble Shooter", it says " CUPS Service Stopped " "The CUPS print spooler does not appear to be running. To correct this, choose System->Administration->Services from the main menu and look for the 'cups' service". Here are the things I've tried:

larry@larry-Satellite:~$ systemctl restart cups


larry@larry-Satellite:~$ systemctl status cups
● cups.service - CUPS Scheduler
Loaded: loaded (/lib/systemd/system/cups.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since Thu 2019-03-07 06:20:31 EST; 46s ago
Docs: man:cupsd(8)
Process: 7920 ExecStart=/usr/sbin/cupsd -l (code=killed, signal=TERM)
Main PID: 7920 (code=killed, signal=TERM)

Mar 07 06:20:31 larry-Satellite systemd[1]: cups.service: Service hold-off time over, scheduling res
Mar 07 06:20:31 larry-Satellite systemd[1]: cups.service: Scheduled restart job, restart counter is
Mar 07 06:20:31 larry-Satellite systemd[1]: Stopped CUPS Scheduler.
Mar 07 06:20:31 larry-Satellite systemd[1]: cups.service: Start request repeated too quickly.
Mar 07 06:20:31 larry-Satellite systemd[1]: cups.service: Failed with result 'start-limit-hit'.
Mar 07 06:20:31 larry-Satellite systemd[1]: Failed to start CUPS Scheduler.

larry@larry-Satellite:~$ driverless
ipp://HP705A0FC9A1DD.local:631/ipp/print



Can anyone provide some guidance on how to fix this? Thanks in advance.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Cups suddenly fails - Mate 19.1

Post by brian_p »

Does
journalctl
show anything more than what systemctl shows after restarting cupsd?

Please post
  • /lib/systemd/system/cups.service
--
Brian.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Cups suddenly fails - Mate 19.1

Post by Larry78723 »

Brian, contents of /lib/systemd/system/cups.service:

Code: Select all

[Unit]
Description=CUPS Scheduler
Documentation=man:cupsd(8)

[Service]
ExecStart=/usr/sbin/cupsd -l
Type=simple
Restart=always

[Install]
Also=cups.socket cups.path
WantedBy=printer.target
Systemctl reults after cups restart:

Code: Select all

larry@larry-Satellite:~$ systemctl restart cups
larry@larry-Satellite:~$ systemctl status cups
● cups.service - CUPS Scheduler
   Loaded: loaded (/lib/systemd/system/cups.service; enabled; vendor preset: enabled)
   Active: failed (Result: start-limit-hit) since Thu 2019-03-07 08:40:30 EST; 29s ago
     Docs: man:cupsd(8)
  Process: 17109 ExecStart=/usr/sbin/cupsd -l (code=killed, signal=TERM)
 Main PID: 17109 (code=killed, signal=TERM)

Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Service hold-off time over, scheduling restart.
Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Scheduled restart job, restart counter is at 5.
Mar 07 08:40:30 larry-Satellite systemd[1]: Stopped CUPS Scheduler.
Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Start request repeated too quickly.
Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Failed with result 'start-limit-hit'.
Mar 07 08:40:30 larry-Satellite systemd[1]: Failed to start CUPS Scheduler.
Entries from journalctl:

Code: Select all

Mar 07 08:40:29 larry-Satellite systemd[1]: Started CUPS Scheduler.
Mar 07 08:40:29 larry-Satellite polkitd(authority=local)[782]: Unregistered Authentication Agent for unix-process:17092:4178130 (system bus name :1.177, object path /org
Mar 07 08:40:29 larry-Satellite systemd[1]: cups.service: Service hold-off time over, scheduling restart.
Mar 07 08:40:29 larry-Satellite systemd[1]: cups.service: Scheduled restart job, restart counter is at 1.
Mar 07 08:40:29 larry-Satellite systemd[1]: Stopped CUPS Scheduler.
Mar 07 08:40:29 larry-Satellite systemd[1]: Started CUPS Scheduler.
Mar 07 08:40:29 larry-Satellite systemd[1]: cups.service: Service hold-off time over, scheduling restart.
Mar 07 08:40:29 larry-Satellite systemd[1]: cups.service: Scheduled restart job, restart counter is at 2.
Mar 07 08:40:29 larry-Satellite systemd[1]: Stopped CUPS Scheduler.
Mar 07 08:40:29 larry-Satellite systemd[1]: Started CUPS Scheduler.
Mar 07 08:40:29 larry-Satellite systemd[1]: cups.service: Service hold-off time over, scheduling restart.
Mar 07 08:40:29 larry-Satellite systemd[1]: cups.service: Scheduled restart job, restart counter is at 3.
Mar 07 08:40:29 larry-Satellite systemd[1]: Stopped CUPS Scheduler.
Mar 07 08:40:29 larry-Satellite systemd[1]: Started CUPS Scheduler.
Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Service hold-off time over, scheduling restart.
Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Scheduled restart job, restart counter is at 4.
Mar 07 08:40:30 larry-Satellite systemd[1]: Stopped CUPS Scheduler.
Mar 07 08:40:30 larry-Satellite systemd[1]: Started CUPS Scheduler.
Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Service hold-off time over, scheduling restart.
Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Scheduled restart job, restart counter is at 5.
Mar 07 08:40:30 larry-Satellite systemd[1]: Stopped CUPS Scheduler.
Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Start request repeated too quickly.
Mar 07 08:40:30 larry-Satellite systemd[1]: cups.service: Failed with result 'start-limit-hit'.
Mar 07 08:40:30 larry-Satellite systemd[1]: Failed to start CUPS Scheduler.
Thanks for taking the time to help
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Cups suddenly fails - Mate 19.1

Post by brian_p »

See how you go on when
  • Restart=always
is replaced with
  • Restart=on-failure
and

Code: Select all

systemctl daemon-reload
--
Brian.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Cups suddenly fails - Mate 19.1

Post by Larry78723 »

brian_p wrote: Thu Mar 07, 2019 10:11 am See how you go on when
  • Restart=always
is replaced with
  • Restart=on-failure
Where would I find that?

BTW - systemctl daemon-reload didn't help
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Cups suddenly fails - Mate 19.1

Post by brian_p »

It's in /lib/systemd/system/cups.service.
--
Brian.
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Cups suddenly fails - Mate 19.1

Post by brian_p »

In case I wasn't clear enough. Restart=on-failure replaces Restart=always in /lib/systemd/system/cups.service. The systemd service has to be restarted with the daemon-reload command because the file has changed.

Finally:

Code: Select all

systemctl restart cups
--
Brian.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Cups suddenly fails - Mate 19.1

Post by Larry78723 »

Did everything and rebooted. Still the same. It may be easier to just do a clean install.
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Cups suddenly fails - Mate 19.1

Post by brian_p »

Larry78723 wrote: Thu Mar 07, 2019 10:46 am Did everything and rebooted. Still the same. It may be easier to just do a clean install.
CUPS has shipped with
  • Restart=on-failure
in cups.service since version 2.2.8. The reason is at

https://github.com/apple/cups/issues/5263
--
Brian.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Cups suddenly fails - Mate 19.1

Post by Larry78723 »

Brian, decided it will be easier to do a fresh install. If that fixes the problem I'll come back and mark this solved.

Thanks for taking the time to try and fix this.


Larry
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Cups suddenly fails - Mate 19.1

Post by brian_p »

Larry78723 wrote: Thu Mar 07, 2019 11:01 am Brian, decided it will be easier to do a fresh install. If that fixes the problem I'll come back and mark this solved.
Ok. Good luck. Thanks for letting us know.

On reflection, the journal has:
polkitd(authority=local)[782]: Unregistered Authentication Agent for unix-process:17092:4178130 (system bus name :1.177, object path /org
and this could be the issue. I'm unsure what is going on here, but policykit is involved.
--
Brian.
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Cups suddenly fails - Mate 19.1

Post by brian_p »


On reflection, the journal has:
polkitd(authority=local)[782]: Unregistered Authentication Agent for unix-process:17092:4178130 (system bus name :1.177, object path /org
and this could be the issue. I'm unsure what is going on here, but policykit is involved.
Not to mislead future readers of this topic: after reading

https://stackoverflow.com/questions/255 ... tion-agent

and further reflection, I'll back away from seeing polkitd as a cause.
--
Brian.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Cups suddenly fails - Mate 19.1 (SOLVED)

Post by Larry78723 »

Brian, did a fresh install, now all OK.

Thanks again.
Larry
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
kschrock

Re: Cups suddenly fails - Mate 19.1 (SOLVED)

Post by kschrock »

I found this. Dated March 2019. I have the exact same problem. This was marked as solved, but the only way the user could get it to work was to reinstall the whole OS. That doesn't sound like a reasonable solution for most people to me. A week or so back, the updater did a repository refresh. It failed "couldn't find..." etc.. About the same time I had a cups update. Now no printers work. The system sees no printers. I get messages cups isn't running, or isn't installed.

hp-check gives me this

kschrock@kschrock-ThinkCentre-M58p:~$ hp-check
Saving output in log file: /home/kschrock/hp-check.log

HP Linux Imaging and Printing System (ver. 3.17.10)
Dependency/Version Check Utility ver. 15.1

Copyright (c) 2001-15 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIP supplied tarball (.tar.gz or .run) to determine if the proper
dependencies are installed to successfully compile HPLIP.
2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball has
the proper dependencies installed to successfully run.
3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the above cases (both compile- and run-time dependencies).

Check types:
a. EXTERNALDEP - External Dependencies
b. GENERALDEP - General Dependencies (required both at compile and run time)
c. COMPILEDEP - Compile time Dependencies
d. [All are run-time checks]
PYEXT SCANCONF QUEUES PERMISSION

Status Types:
OK
MISSING - Missing Dependency or Permission or Plug-in
INCOMPAT - Incompatible dependency-version or Plugin-version

warning: 22-19.1 version is not supported. Using 22-18.2 versions dependencies to verify and install...

---------------
| SYSTEM INFO |
---------------

Kernel: 4.15.0-62-generic #69-Ubuntu SMP Wed Sep 4 20:55:53 UTC 2019 GNU/Linux
Host: kschrock-ThinkCentre-M58p
Proc: 4.15.0-62-generic #69-Ubuntu SMP Wed Sep 4 20:55:53 UTC 2019 GNU/Linux
Distribution: 22 19.1
Bitness: 64 bit


-----------------------
| HPLIP CONFIGURATION |
-----------------------

HPLIP-Version: HPLIP 3.17.10
HPLIP-Home: /usr/share/hplip
warning: HPLIP-Installation: Auto installation is not supported for 22 distro 19.1 version

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf. Generated from hplip.conf.in by configure.

[hplip]
version=3.17.10

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hplip/HP
ppdbase=/usr/share/ppd/hplip
doc=/usr/share/doc/hplip
html=/usr/share/doc/hplip-doc
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv
bin=/usr/bin
apparmor=/etc/apparmor.d
# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
libusb01-build=no
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build=yes
dbus-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
hpijs-install=yes
foomatic-drv-install=yes
foomatic-ppd-install=yes
foomatic-rip-hplip-install=no
hpcups-install=yes
cups-drv-install=yes
cups-ppd-install=no
internal-tag=3.17.10
restricted-build=no
ui-toolkit=qt5
qt3=no
qt4=no
qt5=yes
policy-kit=yes
lite-build=no
udev_sysfs_rules=no
hpcups-only-build=no
hpijs-only-build=no
apparmor_build=no


Current contents of '/var/lib/hp/hplip.state' file:
Plugins are not installed. Could not access file: No such file or directory

Current contents of '~/.hplip/hplip.conf' file:
[installation]
date_time = 09/13/19 13:14:46
version = 3.17.10


<Package-name> <Package-Desc> <Required/Optional> <Min-Version> <Installed-Version> <Status> <Comment>

-------------------------
| External Dependencies |
-------------------------

error: cups CUPS - Common Unix Printing System REQUIRED 1.1 - MISSING 'CUPS may not be installed or not running'
gs GhostScript - PostScript and PDF language interpreter and previewer REQUIRED 7.05 9.26 OK -
error: xsane xsane - Graphical scanner frontend for SANE OPTIONAL 0.9 - MISSING 'xsane needs to be installed'
scanimage scanimage - Shell scanning program OPTIONAL 1.0 1.0.27 OK -
error: dbus DBus - Message bus system REQUIRED - 1.12.2 MISSING 'DBUS may not be installed or not running'
policykit PolicyKit - Administrative policy framework OPTIONAL - 0.105 OK -
network network -wget OPTIONAL - 1.19.4 OK -
avahi-utils avahi-utils OPTIONAL - 0.7 OK -

------------------------
| General Dependencies |
------------------------

error: libjpeg libjpeg - JPEG library REQUIRED - - MISSING 'libjpeg needs to be installed'
error: cups-devel CUPS devel- Common Unix Printing System development files REQUIRED - - MISSING 'cups-devel needs to be installed'
error: cups-image CUPS image - CUPS image development files REQUIRED - - MISSING 'cups-image needs to be installed'
libpthread libpthread - POSIX threads library REQUIRED - b'2.27' OK -
error: libusb libusb - USB library REQUIRED - 1.0 MISSING 'libusb needs to be installed'
sane SANE - Scanning library REQUIRED - - OK -
error: sane-devel SANE - Scanning library development files REQUIRED - - MISSING 'sane-devel needs to be installed'
error: libnetsnmp-devel libnetsnmp-devel - SNMP networking library development files REQUIRED 5.0.9 - MISSING 'libnetsnmp-devel needs to be installed'
error: libcrypto libcrypto - OpenSSL cryptographic library REQUIRED - 1.1.1 MISSING 'libcrypto needs to be installed'
python3X Python 2.2 or greater - Python programming language REQUIRED 2.2 3.6.8 OK -
error: python3-notify2 Python libnotify - Python bindings for the libnotify Desktop notifications OPTIONAL - - MISSING 'python3-notify2 needs to be installed'
error: python3-pyqt4-dbus PyQt 4 DBus - DBus Support for PyQt4 OPTIONAL 4.0 - MISSING 'python3-pyqt4-dbus needs to be installed'
error: python3-pyqt4 PyQt 4- Qt interface for Python (for Qt version 4.x) REQUIRED 4.0 - MISSING 'python3-pyqt4 needs to be installed'
python3-dbus Python DBus - Python bindings for DBus REQUIRED 0.80.0 1.2.6 OK -
python3-xml Python XML libraries REQUIRED - 2.2.5 OK -
error: python3-devel Python devel - Python development files REQUIRED 2.2 3.6.8 MISSING 'python3-devel needs to be installed'
python3-pil PIL - Python Imaging Library (required for commandline scanning with hp-scan) OPTIONAL - 1.1.7 OK -
python3-reportlab Reportlab - PDF library for Python OPTIONAL 2.0 3.4.0 OK -

--------------
| COMPILEDEP |
--------------

error: libtool libtool - Library building support services REQUIRED - - MISSING 'libtool needs to be installed'
error: gcc gcc - GNU Project C and C++ Compiler REQUIRED - 7.4.0 MISSING 'gcc needs to be installed'
make make - GNU make utility to maintain groups of programs REQUIRED 3.0 4.1 OK -

---------------------
| Python Extentions |
---------------------

cupsext CUPS-Extension REQUIRED - 3.17.10 OK -
hpmudext IO-Extension REQUIRED - 3.17.10 OK -

----------------------
| Scan Configuration |
----------------------

'/etc/sane.d/dll.d/hpaio' not found.
hpaio HPLIP-SANE-Backend REQUIRED - 3.17.10 OK 'hpaio found in /etc/sane.d/dll.conf'
scanext Scan-SANE-Extension REQUIRED - 3.17.10 OK -

------------------------------
| DISCOVERED SCANNER DEVICES |
------------------------------

device `hpaio:/usb/Deskjet_F2200_series?serial=CN8934R50105BT' is a Hewlett-Packard Deskjet_F2200_series all-in-one


--------------------------
| DISCOVERED USB DEVICES |
--------------------------

Device URI Model
-------------------------------------------------- --------------------------------
hp:/usb/Deskjet_F2200_series?serial=CN8934R50105BT HP Deskjet F2200 series

---------------------------------
| INSTALLED CUPS PRINTER QUEUES |
---------------------------------


lpstat
------
Type: Unknown
Device URI: Bad file descriptor


--------------
| PERMISSION |
--------------

USB None Required - - OK Node:'/dev/bus/usb/008/003' Perm:' root lp rw- rw- rw- rw- r--'

-----------
| SUMMARY |
-----------

Missing Required Dependencies
-----------------------------
error: 'libcups2' package is missing/incompatible
error: 'libdbus-1-dev' package is missing/incompatible
error: 'libjpeg8-dev' package is missing/incompatible
error: 'libcups2-dev' package is missing/incompatible
error: 'cups-bsd' package is missing/incompatible
error: 'cups-client' package is missing/incompatible
error: 'libcupsimage2-dev' package is missing/incompatible
error: 'libusb-1.0.0-dev' package is missing/incompatible
error: 'libsane-dev' package is missing/incompatible
error: 'libsnmp-dev' package is missing/incompatible
error: 'snmp-mibs-downloader' package is missing/incompatible
error: 'openssl' package is missing/incompatible
error: 'python3-pyqt4' package is missing/incompatible
error: 'python3-dev' package is missing/incompatible
error: 'libtool' package is missing/incompatible
error: 'libtool-bin' package is missing/incompatible
error: 'build-essential' package is missing/incompatible

Missing Optional Dependencies
-----------------------------
error: 'xsane' package is missing/incompatible
error: 'python3-notify2' package is missing/incompatible
error: 'mate-notification-daemon' package is missing/incompatible
error: 'python3-dbus.mainloop.qt' package is missing/incompatible

Total Errors: 16
Total Warnings: 0


Done.

systemctl status cups gives me this...

● cups.service - CUPS Scheduler
Loaded: loaded (/lib/systemd/system/cups.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since Fri 2019-09-13 12:42:21 EDT; 37min ago
Docs: man:cupsd(8)
Main PID: 17860 (code=killed, signal=TERM)

Sep 13 12:42:21 kschrock-ThinkCentre-M58p systemd[1]: cups.service: Service hold-off time over, scheduling restart.
Sep 13 12:42:21 kschrock-ThinkCentre-M58p systemd[1]: cups.service: Scheduled restart job, restart counter is at 5.
Sep 13 12:42:21 kschrock-ThinkCentre-M58p systemd[1]: Stopped CUPS Scheduler.
Sep 13 12:42:21 kschrock-ThinkCentre-M58p systemd[1]: cups.service: Start request repeated too quickly.
Sep 13 12:42:21 kschrock-ThinkCentre-M58p systemd[1]: cups.service: Failed with result 'start-limit-hit'.
Sep 13 12:42:21 kschrock-ThinkCentre-M58p systemd[1]: Failed to start CUPS Scheduler.

I followed all the suggestions here and none of them work.
I would really like to solve this current problem.
I am not going to reinstall the OS to do so.
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cups suddenly fails - Mate 19.1 (SOLVED)

Post by cliffcoggin »

The short term solution is simple: revert to a backup from before the problem began. You do have a backup don't you?
Cliff Coggin
kschrock

Re: Cups suddenly fails - Mate 19.1 (SOLVED)

Post by kschrock »

Backup of what? Mint? Cups? The entire hard drive?
An update caused this problem.
It should be easy to fix.
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cups suddenly fails - Mate 19.1 (SOLVED)

Post by cliffcoggin »

It is easy to fix temporarily. Linux Mint comes with Timeshift, a system restore application that lets you revert to an earlier version. Look for Timeshift in Administration and see if you have a snapshot from before the problem began and restore to it. That should get you going while you find a long term solution, preferably in a new topic rather than jumping on the back of a old one.

If you don't have a suitable snapshot or you didn't set up a schedule I can not help except to suggest re-installation of the OS.
Cliff Coggin
Locked

Return to “Printers & Scanners”