You are not logged in.

#1 2014-05-15 11:17:01

rea
Member
Registered: 2014-03-21
Posts: 21

Gnome 3.12 >> Sorry, The system printing service isn't available!

I've installed capt-src, but this is the situation on Gnome 3.12:

5NcFLck.png

Offline

#2 2014-05-15 11:32:37

okubax
Member
From: Kent, UK.
Registered: 2010-04-24
Posts: 210
Website

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

Have you started the cupsd systemd service or is it running?

 systemctl status cupsd.service 

Offline

#3 2014-05-15 21:04:02

rea
Member
Registered: 2014-03-21
Posts: 21

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

1.

systemctl status cupsd.service

cups.service - CUPS Printing Service
Loaded: loaded (/usr/lib/systemd/system/cups.service; disabled)
Active: inactive (dead)


2.

sudo systemctl enable cupsd.service

Failed to issue method call: No such file or directory


2.1.

sudo systemctl start cupsd.service

NO OUTPUT!


3.

systemctl status cupsd.service

cups.service - CUPS Printing Service
Loaded: loaded (/usr/lib/systemd/system/cups.service; disabled)
Active: failed (Result: exit-code) since Fri 2014-05-16 05:57:51 IRDT; 3min 15s ago
Process: 1120 ExecStart=/usr/bin/cupsd -f (code=exited, status=127)
Main PID: 1120 (code=exited, status=127)

May 16 05:57:51 REAPC systemd[1]: Started CUPS Printing Service.
May 16 05:57:51 REAPC cupsd[1120]: /usr/bin/cupsd: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
May 16 05:57:51 REAPC systemd[1]: cups.service: main process exited, code=exited, status=127/n/a
May 16 05:57:51 REAPC systemd[1]: Unit cups.service entered failed state.

Offline

#4 2014-05-16 02:44:25

Pse
Member
Registered: 2008-03-15
Posts: 413

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

Hmm, the service file in my system is cups.service, not cupsd.service. Have you tried

sudo systemctl start cups.service

instead?
Otherwise reinstall cups. Are you using the stable repos or testing?

Offline

#5 2014-05-16 02:49:30

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,604

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

rea wrote:

May 16 05:57:51 REAPC cupsd[1120]: /usr/bin/cupsd: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

That's a bit troubling, do you really not have /usr/lib/libsystemd.so.0?

Offline

#6 2014-05-16 05:18:20

rea
Member
Registered: 2014-03-21
Posts: 21

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

Pse wrote:

Hmm, the service file in my system is cups.service, not cupsd.service. Have you tried

sudo systemctl start cups.service

instead?

sudo systemctl status cups.service

cups.service - CUPS Printing Service
Loaded: loaded (/usr/lib/systemd/system/cups.service; disabled)
Active: failed (Result: exit-code) since Fri 2014-05-16 09:43:11 EGST; 25s ago
Process: 981 ExecStart=/usr/bin/cupsd -f (code=exited, status=127)
Main PID: 981 (code=exited, status=127)
May 16 09:43:11 REAPC systemd[1]: Started CUPS Printing Service.
May 16 09:43:11 REAPC cupsd[981]: /usr/bin/cupsd: error while loading shared l...ry
May 16 09:43:11 REAPC systemd[1]: cups.service: main process exited, code=exit.../a
May 16 09:43:11 REAPC systemd[1]: Unit cups.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.

Pse wrote:

Otherwise reinstall cups. Are you using the stable repos or testing?

2TJxUZI.png

Scimmia wrote:

That's a bit troubling, do you really not have /usr/lib/libsystemd.so.0?

sudo ls /usr/lib/libsystemd.so.0

ls: cannot access /usr/lib/libsystemd.so.0: No such file or directory

Last edited by rea (2014-05-16 05:18:57)

Offline

#7 2014-05-16 05:45:22

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,604

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

Yeah, you've got a serious problem. Make sure your system is completely up to date, then reinstall libsystemd. I'm surprised the system even boots successfully.

Last edited by Scimmia (2014-05-16 05:51:25)

Offline

#8 2014-07-25 09:37:04

rea
Member
Registered: 2014-03-21
Posts: 21

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

Scimmia wrote:

Yeah, you've got a serious problem. Make sure your system is completely up to date, then reinstall libsystemd. I'm surprised the system even boots successfully.

There's a conflict:
5g7qO.png

Offline

#9 2014-07-25 11:06:52

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

Really? I have systemd and libsystemd installed side-by-side just fine.

How about just using pacman, and not a wrapper?


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#10 2014-07-26 18:12:19

Pse
Member
Registered: 2008-03-15
Posts: 413

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

Something is seriously wrong with your installation. Both systemd and libsystemd need to be installed and they do not conflict with each other. As recommended above, try to use the command-line to sort this out.

Offline

#11 2015-11-03 15:13:08

kronig
Member
Registered: 2009-05-25
Posts: 22

Re: Gnome 3.12 >> Sorry, The system printing service isn't available!

The correct service name is

org.cups.cupsd.service

.
The following snippet solved the problem for me:

sudo systemctl start org.cups.cupsd.service

.

Offline

Board footer

Powered by FluxBB