Is there a way to manually restart the cups service

Asked by zohar995

I understand the services tools have been removed from the admin Bug #437905. Is there a way I could restart the cups service?
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu cups Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
delance (olivier-delance) said :
#1

/etc/init.d/cupsd restart
to restart manualy

Revision history for this message
zohar995 (zohar995) said :
#2

This is what I got
zohar@zohar-desktop:~$ sudo /etc/init.d/cupsd restart
[sudo] password for zohar:
sudo: /etc/init.d/cupsd: command not found
zohar@zohar-desktop:~$ /etc/init.d/cupsd restart
bash: /etc/init.d/cupsd: No existe el archivo o directorio
Could you please tell me what is it that I do wrong?
Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

sudo service cups stop; sudo service cups start

should do it, users cannot stop / start services. It needs sudo. The method I stated is the new way to manage services.

Revision history for this message
zohar995 (zohar995) said :
#4

I followed the instructions and this is what I got
zohar@zohar-desktop:~$ sudo service cups stop
[sudo] password for zohar:
 * Stopping Common Unix Printing System: cupsd [ OK ]
zohar@zohar-desktop:~$ sudo service cups start
 * Starting Common Unix Printing System: cupsd
cupsd: Child exited on signal 15!

Went to administration and printers but it still says that the cups service has been stopped. It won't recognize the printer.
Any further suggestions?

Revision history for this message
Ted C (tedc) said :
#5

sudo /etc/init.d/ccpd restart

.. works for me

Other 'words' in place of 'restart' - stop, start or status (restart seems to do it all!).

Revision history for this message
zohar995 (zohar995) said :
#6

doesn't seem to work for me:
zohar@zohar-desktop:~$ sudo /etc/init.d/ccpd restart
[sudo] password for zohar:
sudo: /etc/init.d/ccpd: command not found
zohar@zohar-desktop:~$ sudo /etc/init.d/ccpd start
sudo: /etc/init.d/ccpd: command not found

Revision history for this message
delance (olivier-delance) said :
#7

"sudo service cups start" seems to be right command. The problem is why it fails.
Could you try:
   sudo service cups reload
   sudo service cups start
and report errors on "reload" if such ones occur.

Revision history for this message
zohar995 (zohar995) said :
#8

This is what I got for the reload:
zohar@zohar-desktop:~$ sudo service cups reload
[sudo] password for zohar:
 * Reloading Common Unix Printing System: cupsd [fail]

and then I tried the start again:
zohar@zohar-desktop:~$ sudo service cups start
 * Starting Common Unix Printing System: cupsd cupsd: Child exited on signal 15!

Revision history for this message
delance (olivier-delance) said :
#9

As I'm in hollydays, I don't work from Unix computer, so it's a little difficult to help.
You could retry again "sudo service cups reload" and just after have a look at end of files in "/var/log" to search related errors.

Revision history for this message
Wim (launchpad-xs4all) said :
#10

Zohar 995,

i am wondering if the program CUPS still correct is installed on your PC.
Try Re-installing it, using SynapticProgramManager: (menu path)

<Applications>,... <System>,... <SynapticPManager>,...
first [Reload] the package-descriptions using the button or by giving the key-combination <Ctrl-R>
then on the right pane, browse to CUPS, and choose Re-Install
select <ApplyChanges> or give the key-combination <Ctrl-P>

After that you can upgrade all programs to newest version, giving this sequence:
   <Ctrl-R> to reload again
   <Ctrl-G> to select newer programs for installation, replacing old versions
   <Ctrl-P> to aPply the desired changes

Close Synaptic, and reboot the PC (forcing cups the restart, if possible)

IF after reboot, cups still is not running, open a Terminal Window by the menu:
<Applications>,... <Accesoires>,... <Terminal>,...

give the command (will ask for your password)

   sudo /bin/bash

first try

   sudo /etc/init.d/cupsd restart

   sudo /etc/init.d/ccpd restart

Hope this works for you.

Revision history for this message
zohar995 (zohar995) said :
#11

Thank you for you advice. I reinstalled CUPS using the Synaptic Manager, rebooted and went back to the terminal with zohar@zohar-desktop:~$ sudo /bin/bash
[sudo] password for zohar:
root@zohar-desktop:~# sudo /etc/init.d/cupsd restart
sudo: /etc/init.d/cupsd: command not found
root@zohar-desktop:~# sudo /etc/init.d/ccpd restart
sudo: /etc/init.d/ccpd: command not found
root@zohar-desktop:~# sudo /etc/init.d/cupsd restart
sudo: /etc/init.d/cupsd: command not found

So no results as yet.

Still waiting for a solution to this problem

Revision history for this message
zohar995 (zohar995) said :
#12

Sorry, have pressed the wrong button. Problem not solved

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#13

if you have a root prompt you don't need sudo. Are you logging in as root or something?

Revision history for this message
delance (olivier-delance) said :
#14

Which version of Ubuntu do you use: 10.4.1 or 10.10 ?

Revision history for this message
zohar995 (zohar995) said :
#15

@actionparsnip I log in as administrator. Terminal always asks me for a password
@delance the version I use is Ubuntu 10.04 LTS

Revision history for this message
delance (olivier-delance) said :
#16

Hopefully, I have a virtual machine in 10.04.1. I get:

delance@delance-Lucid10041:~$ sudo /etc/init.d/cups restart
 * Restarting Common Unix Printing System: cupsd [ OK ]
delance@delance-Lucid10041:~$

replace cupsd by cups

If it works, please mark question solved.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#17

[andy@fileserver ~]$ sudo service cups restart
[sudo] password for andy:
 * Restarting Common Unix Printing System: cupsd [ OK ]
[andy@fileserver ~]$ uname -a
Linux fileserver 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 i686 GNU/Linux
[andy@fileserver ~]$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid

Works here....

Revision history for this message
zohar995 (zohar995) said :
#18

Sorry guys it keeps failing for me:
zohar@zohar-desktop:~$ sudo /etc/init.d/cups restart
[sudo] password for zohar:
 * Restarting Common Unix Printing System: cupsd cupsd: Child exited on signal 15!
                                                                         [fail]
zohar@zohar-desktop:~$ sudo service cups restart
 * Restarting Common Unix Printing System: cupsd cupsd: Child exited on signal 15!
                                                                         [fail]
Can anyone explain this child exited to me?
Thanks

Revision history for this message
delance (olivier-delance) said :
#19

SIGTERM 15 Software termination signal
It's usually send when a user log off, to properly close opened software (or at shutdown for system process). Looks strange!

Could you run following command:

delance@delance-Lucid10041:/var/log/cups$ cd /var/log/cups; echo "error_log"; tail error_log; echo "access_log"; tail -30 access_log
error_log
E [08/Jan/2011:00:07:00 +0100] Unable to remove temporary file "/var/spool/cups/tmp/.hplip" - Is a directory
E [08/Jan/2011:08:06:22 +0100] Unable to remove temporary file "/var/spool/cups/tmp/.hplip" - Is a directory
E [10/Jan/2011:19:58:44 +0100] Unable to remove temporary file "/var/spool/cups/tmp/.hplip" - Is a directory
E [10/Jan/2011:20:02:21 +0100] Unable to remove temporary file "/var/spool/cups/tmp/.hplip" - Is a directory
E [10/Jan/2011:21:08:10 +0100] Unable to remove temporary file "/var/spool/cups/tmp/.hplip" - Is a directory
access_log
delance@delance-Lucid10041:/var/log/cups$

Revision history for this message
delance (olivier-delance) said :
#20

Have a look at:
   http://ubuntuforums.org/showthread.php?t=1009140
and also at
   https://bbs.archlinux.org/viewtopic.php?id=21991
but looks less interesting

Check this bug report: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/436148
If you have same, please subscribe it.

Revision history for this message
zohar995 (zohar995) said :
#21

If I understood correctly
zohar@zohar-desktop:~$ /var/log/cups
bash: /var/log/cups: es un directorio
zohar@zohar-desktop:~$ /var/log/cups$
bash: /var/log/cups$: No existe el archivo o directorio
Will have a look at the forums. Thanks

Revision history for this message
delance (olivier-delance) said :
#22

Si. Son directorios. Va en directorio y mire error_log y access_log.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#23

What is the output of:

file /var/spool/cups/tmp/.hplip

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#24

sorry:

sudo file /var/spool/cups/tmp/.hplip

Revision history for this message
zohar995 (zohar995) said :
#25

zohar@zohar-desktop:~$ sudo file /var/spool/cups/tmp/.hplip
[sudo] password for zohar:
/var/spool/cups/tmp/.hplip: directory

Revision history for this message
delance (olivier-delance) said :
#26

Have a look at end of file in /var/log/cups.
Perhaps you could find error messages explaining problem.

Revision history for this message
zohar995 (zohar995) said :
#27

There is something not quite clear here. This is what I get:
zohar@zohar-desktop:~$ sudo /var/log/cups
[sudo] password for zohar:
sudo: /var/log/cups: command not found
zohar@zohar-desktop:~$ /var/log/cups
bash: /var/log/cups: es un directorio
It tells me its a directory, but there is nothing there no list and no error messages explaining the problem. Is there something I am missing?

Revision history for this message
Manfred Hampl (m-hampl) said :
#28

The conclusions I draw from reading the information exchange above is the following:

You have a directory file /var/spool/cups/tmp/.hplip
When cups wants to start it wants to remove the 'temporary _file_' /var/spool/cups/tmp/.hplip but can't because it is a directory.

The questions for me are:
Who created that directory?
What are the contents?
Can it be removed without disturbing anything?
Will cups start if it is removed?

Please give the output of the following commands
sudo ls -la /var/spool/cups
sudo ls -la /var/spool/cups/tmp
sudo ls -la /var/spool/cups/tmp/.hplip

Depending on the output of these commands the next step might be a command like
sudo rmdir /var/spool/cups/tmp/.hplip

Revision history for this message
zohar995 (zohar995) said :
#29

Output for first:
zohar@zohar-desktop:~$ sudo ls -la /var/spool/cups
[sudo] password for zohar:
total 1476
drwx--x--- 3 root lp 12288 2010-12-19 19:21 .
drwxr-xr-x 7 root root 4096 2010-04-29 14:22 ..
-rw------- 1 root lp 781 2010-05-01 22:55 c00001
-rw------- 1 root lp 790 2010-05-03 16:49 c00002
-rw------- 1 root lp 790 2010-05-09 17:45 c00003
-rw------- 1 root lp 790 2010-05-09 17:48 c00004
-rw------- 1 root lp 790 2010-05-09 17:51 c00005
-rw------- 1 root lp 798 2010-05-14 14:07 c00006
-rw------- 1 root lp 713 2010-05-14 14:31 c00007
-rw------- 1 root lp 734 2010-05-14 21:56 c00008
-rw------- 1 root lp 735 2010-05-19 17:21 c00009
-rw------- 1 root lp 735 2010-05-19 17:26 c00010
-rw------- 1 root lp 719 2010-05-19 17:45 c00011
-rw------- 1 root lp 717 2010-05-19 19:26 c00012
-rw------- 1 root lp 724 2010-05-19 20:01 c00013
-rw------- 1 root lp 724 2010-05-19 20:15 c00014
-rw------- 1 root lp 721 2010-10-27 07:47 c00015
-rw------- 1 root lp 721 2010-05-19 20:51 c00016
-rw------- 1 root lp 721 2010-05-19 20:56 c00017
-rw------- 1 root lp 721 2010-05-19 21:00 c00018
-rw------- 1 root lp 721 2010-10-27 07:47 c00019
-rw------- 1 root lp 721 2010-05-19 21:04 c00020
-rw------- 1 root lp 717 2010-05-19 23:10 c00021
-rw------- 1 root lp 780 2010-05-20 01:28 c00022
-rw------- 1 root lp 712 2010-05-20 18:36 c00023
-rw------- 1 root lp 712 2010-05-20 18:43 c00024
-rw------- 1 root lp 712 2010-05-20 18:54 c00025
-rw------- 1 root lp 712 2010-05-20 18:58 c00026
-rw------- 1 root lp 712 2010-05-20 19:01 c00027
-rw------- 1 root lp 712 2010-05-20 19:01 c00028
-rw------- 1 root lp 712 2010-05-20 19:05 c00029
-rw------- 1 root lp 729 2010-05-21 01:51 c00030
-rw------- 1 root lp 724 2010-05-22 15:39 c00031
-rw------- 1 root lp 813 2010-05-26 20:52 c00032
-rw------- 1 root lp 813 2010-05-26 20:54 c00033
-rw------- 1 root lp 818 2010-05-26 21:00 c00034
-rw------- 1 root lp 719 2010-05-27 16:24 c00035
-rw------- 1 root lp 719 2010-05-27 16:26 c00036
-rw------- 1 root lp 709 2010-05-27 16:30 c00037
-rw------- 1 root lp 787 2010-05-28 22:20 c00038
-rw------- 1 root lp 769 2010-05-28 22:20 c00039
-rw------- 1 root lp 719 2010-05-28 22:20 c00040
-rw------- 1 root lp 719 2010-05-28 22:20 c00041
-rw------- 1 root lp 721 2010-06-01 16:13 c00042
-rw------- 1 root lp 721 2010-06-01 16:14 c00043
-rw------- 1 root lp 873 2010-06-01 16:21 c00044
-rw------- 1 root lp 867 2010-06-03 13:27 c00045
-rw------- 1 root lp 781 2010-06-03 16:42 c00046
-rw------- 1 root lp 781 2010-06-03 17:02 c00047
-rw------- 1 root lp 781 2010-06-03 17:08 c00048
-rw------- 1 root lp 717 2010-06-04 11:24 c00049
-rw------- 1 root lp 729 2010-06-06 15:16 c00050
-rw------- 1 root lp 846 2010-06-09 21:45 c00051
-rw------- 1 root lp 812 2010-06-09 23:23 c00052
-rw------- 1 root lp 760 2010-06-10 13:21 c00053
-rw------- 1 root lp 692 2010-06-10 13:20 c00054
-rw------- 1 root lp 760 2010-06-10 13:21 c00055
-rw------- 1 root lp 760 2010-06-10 13:31 c00056
-rw------- 1 root lp 798 2010-06-10 13:32 c00057
-rw------- 1 root lp 692 2010-06-10 13:32 c00058
-rw------- 1 root lp 773 2010-06-10 13:34 c00059
-rw------- 1 root lp 760 2010-06-10 13:38 c00060
-rw------- 1 root lp 760 2010-06-10 13:38 c00061
-rw------- 1 root lp 760 2010-06-10 13:41 c00062
-rw------- 1 root lp 760 2010-06-10 13:43 c00063
-rw------- 1 root lp 790 2010-06-10 14:22 c00064
-rw------- 1 root lp 790 2010-06-10 14:30 c00065
-rw------- 1 root lp 790 2010-06-10 14:32 c00066
-rw------- 1 root lp 790 2010-06-10 14:33 c00067
-rw------- 1 root lp 840 2010-06-13 13:54 c00068
-rw------- 1 root lp 799 2010-06-13 22:30 c00069
-rw------- 1 root lp 717 2010-06-13 23:16 c00070
-rw------- 1 root lp 858 2010-06-17 13:23 c00071
-rw------- 1 root lp 790 2010-06-18 14:40 c00072
-rw------- 1 root lp 729 2010-06-19 16:25 c00073
-rw------- 1 root lp 790 2010-06-19 21:03 c00074
-rw------- 1 root lp 787 2010-06-19 21:05 c00075
-rw------- 1 root lp 788 2010-06-19 21:07 c00076
-rw------- 1 root lp 787 2010-06-19 21:08 c00077
-rw------- 1 root lp 870 2010-06-19 23:04 c00078
-rw------- 1 root lp 803 2010-06-19 23:04 c00079
-rw------- 1 root lp 713 2010-06-22 17:01 c00080
-rw------- 1 root lp 786 2010-06-24 19:10 c00081
-rw------- 1 root lp 786 2010-06-24 19:11 c00082
-rw------- 1 root lp 786 2010-06-24 19:14 c00083
-rw------- 1 root lp 786 2010-06-24 19:16 c00084
-rw------- 1 root lp 786 2010-06-24 19:17 c00085
-rw------- 1 root lp 786 2010-06-24 19:20 c00086
-rw------- 1 root lp 786 2010-06-24 19:21 c00087
-rw------- 1 root lp 786 2010-06-24 19:24 c00088
-rw------- 1 root lp 786 2010-06-24 19:27 c00089
-rw------- 1 root lp 804 2010-06-24 19:30 c00090
-rw------- 1 root lp 786 2010-06-24 19:31 c00091
-rw------- 1 root lp 786 2010-06-24 19:33 c00092
-rw------- 1 root lp 786 2010-06-24 19:35 c00093
-rw------- 1 root lp 786 2010-06-24 19:37 c00094
-rw------- 1 root lp 786 2010-06-24 19:38 c00095
-rw------- 1 root lp 786 2010-06-24 19:38 c00096
-rw------- 1 root lp 786 2010-06-24 19:40 c00097
-rw------- 1 root lp 786 2010-06-24 19:43 c00098
-rw------- 1 root lp 786 2010-06-24 19:44 c00099
-rw------- 1 root lp 786 2010-06-24 19:45 c00100
-rw------- 1 root lp 804 2010-06-24 19:47 c00101
-rw------- 1 root lp 787 2010-06-25 15:42 c00102
-rw------- 1 root lp 717 2010-06-30 20:48 c00103
-rw------- 1 root lp 813 2010-07-01 00:27 c00104
-rw------- 1 root lp 776 2010-10-27 07:47 c00105
-rw------- 1 root lp 785 2010-07-01 00:46 c00106
-rw------- 1 root lp 796 2010-07-08 22:03 c00107
-rw------- 1 root lp 792 2010-07-08 22:03 c00108
-rw------- 1 root lp 796 2010-07-08 22:07 c00109
-rw------- 1 root lp 796 2010-07-08 22:09 c00110
-rw------- 1 root lp 796 2010-07-08 22:11 c00111
-rw------- 1 root lp 792 2010-07-08 22:12 c00112
-rw------- 1 root lp 792 2010-07-08 22:12 c00113
-rw------- 1 root lp 792 2010-07-08 22:13 c00114
-rw------- 1 root lp 784 2010-07-10 02:03 c00115
-rw------- 1 root lp 795 2010-07-10 02:09 c00116
-rw------- 1 root lp 776 2010-07-13 12:24 c00117
-rw------- 1 root lp 791 2010-07-14 20:45 c00118
-rw------- 1 root lp 722 2010-07-18 20:58 c00119
-rw------- 1 root lp 790 2010-07-18 22:07 c00120
-rw------- 1 root lp 790 2010-07-18 22:09 c00121
-rw------- 1 root lp 790 2010-07-18 22:13 c00122
-rw------- 1 root lp 814 2010-10-27 07:47 c00123
-rw------- 1 root lp 814 2010-10-27 07:47 c00124
-rw------- 1 root lp 814 2010-07-22 23:08 c00125
-rw------- 1 root lp 792 2010-07-23 21:19 c00126
-rw------- 1 root lp 792 2010-07-23 21:20 c00127
-rw------- 1 root lp 792 2010-07-23 21:21 c00128
-rw------- 1 root lp 792 2010-07-23 21:23 c00129
-rw------- 1 root lp 791 2010-07-24 00:17 c00130
-rw------- 1 root lp 723 2010-10-27 07:47 c00131
-rw------- 1 root lp 723 2010-10-27 07:47 c00132
-rw------- 1 root lp 791 2010-07-24 00:19 c00133
-rw------- 1 root lp 791 2010-10-27 07:47 c00134
-rw------- 1 root lp 791 2010-10-27 07:47 c00135
-rw------- 1 root lp 724 2010-07-24 14:24 c00136
-rw------- 1 root lp 724 2010-07-24 14:26 c00137
-rw------- 1 root lp 724 2010-07-24 14:29 c00138
-rw------- 1 root lp 724 2010-07-24 14:31 c00139
-rw------- 1 root lp 758 2010-07-26 02:28 c00140
-rw------- 1 root lp 722 2010-07-26 16:09 c00141
-rw------- 1 root lp 756 2010-07-27 21:06 c00142
-rw------- 1 root lp 719 2010-07-31 20:00 c00143
-rw------- 1 root lp 806 2010-08-09 13:49 c00144
-rw------- 1 root lp 784 2010-08-09 13:53 c00145
-rw------- 1 root lp 784 2010-08-09 13:54 c00146
-rw------- 1 root lp 780 2010-08-09 13:55 c00147
-rw------- 1 root lp 780 2010-08-09 13:57 c00148
-rw------- 1 root lp 780 2010-08-09 14:04 c00149
-rw------- 1 root lp 799 2010-08-09 14:06 c00150
-rw------- 1 root lp 780 2010-08-09 14:09 c00151
-rw------- 1 root lp 759 2010-08-14 16:48 c00152
-rw------- 1 root lp 819 2010-08-14 22:15 c00153
-rw------- 1 root lp 794 2010-08-14 22:17 c00154
-rw------- 1 root lp 790 2010-08-15 23:05 c00155
-rw------- 1 root lp 828 2010-08-15 23:28 c00156
-rw------- 1 root lp 818 2010-08-16 00:16 c00157
-rw------- 1 root lp 818 2010-08-16 00:17 c00158
-rw------- 1 root lp 818 2010-08-16 00:21 c00159
-rw------- 1 root lp 818 2010-08-16 00:27 c00160
-rw------- 1 root lp 818 2010-08-16 00:32 c00161
-rw------- 1 root lp 818 2010-08-16 00:34 c00162
-rw------- 1 root lp 843 2010-08-16 00:47 c00163
-rw------- 1 root lp 824 2010-08-16 00:57 c00164
-rw------- 1 root lp 824 2010-08-16 00:59 c00165
-rw------- 1 root lp 824 2010-08-16 01:06 c00166
-rw------- 1 root lp 824 2010-08-16 01:09 c00167
-rw------- 1 root lp 824 2010-08-16 01:11 c00168
-rw------- 1 root lp 734 2010-08-16 01:17 c00169
-rw------- 1 root lp 790 2010-08-21 13:58 c00170
-rw------- 1 root lp 794 2010-08-21 14:23 c00171
-rw------- 1 root lp 790 2010-08-21 14:32 c00172
-rw------- 1 root lp 827 2010-08-25 22:20 c00173
-rw------- 1 root lp 740 2010-08-27 23:18 c00174
-rw------- 1 root lp 776 2010-08-28 21:31 c00175
-rw------- 1 root lp 810 2010-08-28 22:51 c00176
-rw------- 1 root lp 819 2010-08-28 22:57 c00177
-rw------- 1 root lp 710 2010-09-03 11:38 c00178
-rw------- 1 root lp 717 2010-09-05 21:25 c00179
-rw------- 1 root lp 709 2010-09-09 17:26 c00180
-rw------- 1 root lp 742 2010-09-09 20:59 c00181
-rw------- 1 root lp 766 2010-09-11 07:18 c00182
-rw------- 1 root lp 717 2010-09-12 18:20 c00183
-rw------- 1 root lp 813 2010-09-13 10:48 c00184
-rw------- 1 root lp 717 2010-09-15 21:30 c00185
-rw------- 1 root lp 725 2010-09-15 23:24 c00186
-rw------- 1 root lp 725 2010-09-15 23:26 c00187
-rw------- 1 root lp 725 2010-09-15 23:30 c00188
-rw------- 1 root lp 826 2010-10-27 07:47 c00189
-rw------- 1 root lp 758 2010-09-19 15:41 c00190
-rw------- 1 root lp 826 2010-09-19 15:43 c00191
-rw------- 1 root lp 791 2010-09-19 19:08 c00192
-rw------- 1 root lp 854 2010-10-27 07:47 c00193
-rw------- 1 root lp 791 2010-10-27 07:47 c00194
-rw------- 1 root lp 791 2010-10-27 07:47 c00195
-rw------- 1 root lp 791 2010-09-19 19:32 c00196
-rw------- 1 root lp 717 2010-09-24 16:05 c00197
-rw------- 1 root lp 729 2010-09-27 13:53 c00198
-rw------- 1 root lp 720 2010-09-27 14:00 c00199
-rw------- 1 root lp 722 2010-09-30 12:34 c00200
-rw------- 1 root lp 721 2010-09-30 12:37 c00201
-rw------- 1 root lp 862 2010-09-30 13:55 c00202
-rw------- 1 root lp 862 2010-09-30 14:00 c00203
-rw------- 1 root lp 816 2010-10-27 07:47 c00204
-rw------- 1 root lp 756 2010-09-30 20:40 c00205
-rw------- 1 root lp 821 2010-09-30 20:43 c00206
-rw------- 1 root lp 816 2010-09-30 20:45 c00207
-rw------- 1 root lp 862 2010-10-02 17:36 c00208
-rw------- 1 root lp 717 2010-10-02 20:09 c00209
-rw------- 1 root lp 731 2010-10-05 21:17 c00210
-rw------- 1 root lp 808 2010-10-07 19:25 c00211
-rw------- 1 root lp 787 2010-10-07 19:45 c00212
-rw------- 1 root lp 787 2010-10-07 19:53 c00213
-rw------- 1 root lp 790 2010-10-07 20:46 c00214
-rw------- 1 root lp 716 2010-10-07 22:48 c00215
-rw------- 1 root lp 718 2010-10-07 22:55 c00216
-rw------- 1 root lp 772 2010-10-08 19:05 c00217
-rw------- 1 root lp 786 2010-10-08 19:08 c00218
-rw------- 1 root lp 717 2010-10-08 19:13 c00219
-rw------- 1 root lp 719 2010-10-08 20:17 c00220
-rw------- 1 root lp 720 2010-10-09 01:54 c00221
-rw------- 1 root lp 720 2010-10-09 01:57 c00222
-rw------- 1 root lp 862 2010-10-09 13:59 c00223
-rw------- 1 root lp 779 2010-10-11 19:18 c00224
-rw------- 1 root lp 802 2010-10-11 20:27 c00225
-rw------- 1 root lp 717 2010-10-11 20:28 c00226
-rw------- 1 root lp 722 2010-10-14 14:34 c00227
-rw------- 1 root lp 717 2010-10-14 17:04 c00228
-rw------- 1 root lp 717 2010-10-14 17:16 c00229
-rw------- 1 root lp 715 2010-10-14 17:19 c00230
-rw------- 1 root lp 817 2010-10-16 00:50 c00231
-rw------- 1 root lp 717 2010-10-21 12:32 c00232
-rw------- 1 root lp 738 2010-10-22 17:39 c00233
-rw------- 1 root lp 738 2010-10-22 17:42 c00234
-rw------- 1 root lp 738 2010-10-22 17:46 c00235
-rw------- 1 root lp 738 2010-10-22 17:51 c00236
-rw------- 1 root lp 738 2010-10-22 17:54 c00237
-rw------- 1 root lp 738 2010-10-22 18:00 c00238
-rw------- 1 root lp 751 2010-10-22 18:02 c00239
-rw------- 1 root lp 670 2010-10-22 18:01 c00240
-rw------- 1 root lp 738 2010-10-22 18:03 c00241
-rw------- 1 root lp 751 2010-10-22 18:05 c00242
-rw------- 1 root lp 738 2010-10-22 18:08 c00243
-rw------- 1 root lp 738 2010-10-22 18:11 c00244
-rw------- 1 root lp 738 2010-10-22 18:16 c00245
-rw------- 1 root lp 738 2010-10-22 18:18 c00246
-rw------- 1 root lp 717 2010-10-22 19:58 c00247
-rw------- 1 root lp 738 2010-10-24 21:12 c00248
-rw------- 1 root lp 738 2010-10-24 21:16 c00249
-rw------- 1 root lp 738 2010-10-24 21:20 c00250
-rw------- 1 root lp 738 2010-10-24 21:23 c00251
-rw------- 1 root lp 824 2010-12-14 12:37 c00252
-rw------- 1 root lp 701 2010-10-26 18:21 c00253
-rw------- 1 root lp 786 2010-12-09 08:01 c00254
-rw------- 1 root lp 717 2010-10-29 21:58 c00255
-rw------- 1 root lp 717 2010-10-29 22:00 c00256
-rw------- 1 root lp 792 2010-11-02 09:41 c00257
-rw------- 1 root lp 806 2010-11-02 09:43 c00258
-rw------- 1 root lp 737 2010-12-09 08:01 c00259
-rw------- 1 root lp 645 2010-12-09 08:01 c00260
-rw------- 1 root lp 649 2010-12-09 08:01 c00261
-rw------- 1 root lp 649 2010-12-09 08:01 c00262
-rw------- 1 root lp 717 2010-11-02 21:32 c00263
-rw------- 1 root lp 823 2010-11-03 16:38 c00264
-rw------- 1 root lp 823 2010-11-03 16:39 c00265
-rw------- 1 root lp 769 2010-11-03 16:42 c00266
-rw------- 1 root lp 717 2010-11-04 16:20 c00267
-rw------- 1 root lp 717 2010-11-04 16:26 c00268
-rw------- 1 root lp 719 2010-11-06 01:01 c00269
-rw------- 1 root lp 717 2010-11-07 20:39 c00270
-rw------- 1 root lp 717 2010-11-07 20:41 c00271
-rw------- 1 root lp 722 2010-11-09 14:20 c00272
-rw------- 1 root lp 797 2010-11-10 18:51 c00273
-rw------- 1 root lp 797 2010-11-10 18:53 c00274
-rw------- 1 root lp 862 2010-11-10 20:18 c00275
-rw------- 1 root lp 717 2010-11-11 22:21 c00276
-rw------- 1 root lp 717 2010-11-11 22:24 c00277
-rw------- 1 root lp 730 2010-11-11 22:26 c00278
-rw------- 1 root lp 649 2010-11-11 22:26 c00279
-rw------- 1 root lp 649 2010-11-11 22:26 c00280
-rw------- 1 root lp 663 2010-12-09 08:01 c00281
-rw------- 1 root lp 731 2010-11-12 15:44 c00282
-rw------- 1 root lp 731 2010-11-12 15:57 c00283
-rw------- 1 root lp 731 2010-11-12 15:58 c00284
-rw------- 1 root lp 731 2010-11-12 16:00 c00285
-rw------- 1 root lp 731 2010-11-12 16:01 c00286
-rw------- 1 root lp 785 2010-11-13 11:20 c00287
-rw------- 1 root lp 708 2010-11-13 15:05 c00288
-rw------- 1 root lp 856 2010-11-14 14:22 c00289
-rw------- 1 root lp 717 2010-11-14 20:40 c00290
-rw------- 1 root lp 717 2010-11-14 21:00 c00291
-rw------- 1 root lp 717 2010-11-17 16:06 c00292
-rw------- 1 root lp 717 2010-11-17 16:39 c00293
-rw------- 1 root lp 681 2010-12-09 08:01 c00294
-rw------- 1 root lp 717 2010-11-17 16:40 c00295
-rw------- 1 root lp 717 2010-11-17 16:41 c00296
-rw------- 1 root lp 717 2010-11-18 16:11 c00297
-rw------- 1 root lp 834 2010-11-18 17:31 c00298
-rw------- 1 root lp 717 2010-11-18 19:40 c00299
-rw------- 1 root lp 717 2010-11-18 19:45 c00300
-rw------- 1 root lp 719 2010-11-18 19:47 c00301
-rw------- 1 root lp 719 2010-11-18 19:49 c00302
-rw------- 1 root lp 749 2010-11-18 20:49 c00303
-rw------- 1 root lp 749 2010-11-18 20:51 c00304
-rw------- 1 root lp 749 2010-11-18 20:52 c00305
-rw------- 1 root lp 749 2010-11-18 20:53 c00306
-rw------- 1 root lp 749 2010-11-18 20:55 c00307
-rw------- 1 root lp 776 2010-11-19 17:50 c00308
-rw------- 1 root lp 776 2010-11-19 17:54 c00309
-rw------- 1 root lp 776 2010-11-19 17:55 c00310
-rw------- 1 root lp 776 2010-12-09 08:01 c00311
-rw------- 1 root lp 708 2010-12-09 08:01 c00312
-rw------- 1 root lp 708 2010-12-09 08:01 c00313
-rw------- 1 root lp 749 2010-11-20 16:33 c00314
-rw------- 1 root lp 749 2010-11-20 16:35 c00315
-rw------- 1 root lp 717 2010-11-20 23:19 c00316
-rw------- 1 root lp 717 2010-11-20 23:28 c00317
-rw------- 1 root lp 717 2010-11-21 11:09 c00318
-rw------- 1 root lp 717 2010-11-21 17:27 c00319
-rw------- 1 root lp 717 2010-11-21 17:41 c00320
-rw------- 1 root lp 717 2010-11-21 17:45 c00321
-rw------- 1 root lp 717 2010-11-21 17:51 c00322
-rw------- 1 root lp 719 2010-11-21 21:48 c00323
-rw------- 1 root lp 730 2010-11-24 23:52 c00324
-rw------- 1 root lp 808 2010-11-25 01:19 c00325
-rw------- 1 root lp 807 2010-11-25 01:22 c00326
-rw------- 1 root lp 1107 2010-11-26 20:42 c00327
-rw------- 1 root lp 794 2010-11-27 19:42 c00328
-rw------- 1 root lp 795 2010-11-27 19:43 c00329
-rw------- 1 root lp 797 2010-11-27 19:49 c00330
-rw------- 1 root lp 715 2010-12-01 17:25 c00331
-rw------- 1 root lp 784 2010-12-01 17:28 c00332
-rw------- 1 root lp 713 2010-12-02 17:27 c00333
-rw------- 1 root lp 728 2010-12-03 11:42 c00334
-rw------- 1 root lp 735 2010-12-04 23:42 c00335
-rw------- 1 root lp 734 2010-12-04 23:43 c00336
-rw------- 1 root lp 776 2010-12-05 22:11 c00337
-rw------- 1 root lp 831 2010-12-07 00:13 c00338
-rw------- 1 root lp 776 2010-12-08 13:42 c00339
-rw------- 1 root lp 841 2010-12-08 17:20 c00340
-rw------- 1 root lp 862 2010-12-08 17:23 c00341
-rw------- 1 root lp 791 2010-12-08 17:26 c00342
-rw------- 1 root lp 837 2010-12-08 21:27 c00343
-rw------- 1 root lp 731 2010-12-09 17:47 c00344
-rw------- 1 root lp 818 2010-12-10 14:42 c00345
-rw------- 1 root lp 812 2010-12-10 14:44 c00346
-rw------- 1 root lp 790 2010-12-10 15:21 c00347
-rw------- 1 root lp 808 2010-12-13 23:31 c00348
-rw------- 1 root lp 789 2010-12-14 00:44 c00349
-rw------- 1 root lp 731 2010-12-14 12:43 c00350
-rw------- 1 root lp 733 2010-12-14 12:44 c00351
-rw------- 1 root lp 729 2010-12-14 12:47 c00352
-rw------- 1 root lp 718 2010-12-14 12:52 c00353
-rw------- 1 root lp 716 2010-12-14 13:12 c00354
-rw------- 1 root lp 790 2010-12-18 13:22 c00355
-rw------- 1 root lp 722 2010-12-18 13:22 c00356
-rw------- 1 root lp 790 2010-12-18 13:25 c00357
-rw------- 1 root lp 717 2010-12-18 16:34 c00358
-rw------- 1 root lp 782 2010-12-18 18:54 c00359
-rw------- 1 root lp 782 2010-12-18 18:54 c00360
-rw------- 1 root lp 782 2010-12-18 18:58 c00361
-rw------- 1 root lp 875 2010-12-19 19:19 c00362
-rw------- 1 root lp 875 2010-12-19 19:19 c00363
-rw------- 1 root lp 874 2010-12-19 19:20 c00364
drwxrwx--T 3 root lp 4096 2010-12-18 18:58 tmp
Output for second
zohar@zohar-desktop:~$ sudo ls -la /var/spool/cups/tmp
total 180
drwxrwx--T 3 root lp 4096 2010-12-18 18:58 .
drwx--x--- 3 root lp 12288 2010-12-19 19:21 ..
-rw------- 1 lp lp 162331 2010-12-18 13:18 foomatic-PgOnsp
drwxr----- 2 lp lp 4096 2010-05-01 12:17 .hplip
Output of third
zohar@zohar-desktop:~$ sudo ls -la /var/spool/cups/tmp/.hplip
total 8
drwxr----- 2 lp lp 4096 2010-05-01 12:17 .
drwxrwx--T 3 root lp 4096 2010-12-18 18:58 ..
-rw-r----- 1 lp lp 0 2010-05-01 12:17 hplip.conf
Hope this gives the information needed to solve this problem (still can't say I understand any of it, but at least something comes up) Thanks.

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#30

OK, that confirms my assumptions.

I see that there is an empty hplip.conf configuration file in the /var/spool/cups/tmp/.hplip directory.
Although I am not sure where it is from, I suppose it can be deleted without harm.

Please issue the following commands:

sudo rm /var/spool/cups/tmp/.hplip/hplip.conf
sudo rmdir /var/spool/cups/tmp/.hplip

an try to restart cups.

sudo service cups start

Let's see what the result is.

Revision history for this message
zohar995 (zohar995) said :
#31

Thank you very much. The printer is back on the list.