プリンターが[設定]-> [デバイスGUI]メニューに表示されなくなりました。代わりに、「申し訳ありません。システム印刷サービスは利用できないようです。」
ネットでアイデアを検索してみたところ、これらの端末コマンドを次の出力で実行しました。
john@john-max:~$ Sudo service cups restart
john@john-max:~$ 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 Mon 2018-08-13 15:07:46 EDT; 14s ago
Docs: man:cupsd(8)
Process: 3314 ExecStart=/usr/sbin/cupsd -l (code=killed, signal=TERM)
Main PID: 3314 (code=killed, signal=TERM)
Aug 13 15:07:46 john-max systemd[1]: cups.service: Service hold-off time over, scheduling restart.
Aug 13 15:07:46 john-max systemd[1]: cups.service: Scheduled restart job, restart counter is at 5.
Aug 13 15:07:46 john-max systemd[1]: Stopped CUPS Scheduler.
Aug 13 15:07:46 john-max systemd[1]: cups.service: Start request repeated too quickly.
Aug 13 15:07:46 john-max systemd[1]: cups.service: Failed with result 'start-limit-hit'.
Aug 13 15:07:46 john-max systemd[1]: Failed to start CUPS Scheduler.
john@john-max:~$ Sudo apt-get install cups
Reading package lists... Done
Building dependency tree
Reading state information... Done
cups is already the newest version (2.2.7-1ubuntu2.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
重要なことの1つとして、最近Startup Applicationsを開いて、そこにあるものを誤って過剰削除しましたが、それが何であるかわかりません。たぶん、プリンタサービス用のものがそこにあったのでしょうか?
また、プリンターのプリンタードライバーを再インストールしようとしましたが、既にインストールされていると表示されます。
Ubutnu Softwareと同様に
Sudo apt-get update && Sudo apt-get upgrade
ソフトウェアをすべて最新のものとして表示します。
私はかなり初心者ですので、できれば何をすべきかを教えてくれれば、実際の端末コマンドを教えてください。
同じ問題がありました。構成ファイルが誤って配置されています。このリンクの指示に従ってください。 https://ubuntu-mate.community/t/cups-service-stopped-um-18-04/17381
/usr/share/cups/cupsd.conf.default
にインストールする必要があるデフォルトの構成ファイルがあるので、実行しました:Sudo cp /usr/share/cups/cupsd.conf.default /etc/cups/cupsd.conf Sudo service cups restart
Ubuntu 18.04をアンインストールし、Ubuntu 16.04を再インストールすることで問題を修正しました。プリンターだけでなく、スキャナーも動作するようになりました。長期サポートがあります。