CUPS not listed in Services - not started- printer unrecognisedin 8.10

Bug #297787 reported by lonestarbuilderscenter@consolidated.net
4
Affects Status Importance Assigned to Milestone
cups (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Recently upgraded to 8.10 and now my Brother MFC420Cn printer that worked in 8.04 does not work. Tried to add printer. Admin says that CUPS is not started. Go to Services and CUPS is not listed as a service that can be started. Uninstalled CUPS and reinstalled. No change. Web updated today listed an upgrade to CUPS but no change.

Ran 8.04 from CD and it found and installed printer with no problem. Went back to 8.10 and no luck.
System > About Ubuntu does not list the release info.

Revision history for this message
Pascal De Vuyst (pascal-devuyst) wrote :

> Go to Services and CUPS is not listed as a service that can be started
This bug has already been reported as bug #283327 and has nothing to do with the fact that cups is not started on your machine.

Did you get errors during the distribution upgrade? Please add the log files from '/var/log/dist-upgrade/'
to this bug report as attachments?

What happens when you run the following commands on a terminal:
sudo /etc/init.d/cups status
sudo /etc/init.d/cups restart
lsb_release -a

Changed in cups:
assignee: nobody → pascal-devuyst
status: New → Incomplete
Revision history for this message
lightning_user (rob3377) wrote :

Same has happened to me.
8.04 worked fine. 8.10 worked initially, and then (2months ago?) it stopped working!
CUPS service is not listed in services and is reported as stopped when trying to print.
i read the other bug, but that just tells me that it's not being listed as an error. how
does one exactly print from a ubuntu machine then?

lsusb picks up my printers ID, ubuntu fails to set it up.

sudo /etc/init.d/cups status
Status of Common Unix Printing System: cupsd is not running.

sudo /etc/init.d/cups restart
 * Restarting Common Unix Printing System: cupsd cupsd: Child exited with status 1!

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.10
Release: 8.10
Codename: intrepid

Revision history for this message
Paul Dufresne (paulduf) wrote :

Thank you lightning_user!
By the way, we are still waiting your answer, Lonestarbuilderscenter.

I know that if I move or erase my /etc/cups/cupsd.conf, then I also get:
cupsd: Child exited with status 1!

So could you please "ls -lh /etc/cups" and copy the result here, Lightning?

Revision history for this message
lonestarbuilderscenter@consolidated.net (lonestarbuilderscenter) wrote : Re: [Bug 297787] Re: CUPS not listed in Services - not started- printer unrecognisedin 8.10

Paul Dufresne wrote:
> Thank you lightning_user!
> By the way, we are still waiting your answer, Lonestarbuilderscenter.
>
> I know that if I move or erase my /etc/cups/cupsd.conf, then I also get:
> cupsd: Child exited with status 1!
>
> So could you please "ls -lh /etc/cups" and copy the result here,
> Lightning?
>
>
n9159s@Hanger-01:/$ ls -lh /etc/cups
total 80K
-rw-r--r-- 1 root root 1.3K 2008-04-21 15:15 acroread.conf
-rw------- 1 root lp 82 2008-12-15 15:28 classes.conf
-rw-r--r-- 1 root root 1.6K 2008-12-15 16:04 cupsd.conf
-rw-r--r-- 1 root root 2.5K 2008-04-21 15:17 cupsd.conf.default
-rw-r--r-- 1 root root 2.4K 2008-04-21 15:17 cupsd.conf.O
-rw-r--r-- 1 root root 8.7K 2008-01-24 06:47 cups-pdf.conf
-rw-r--r-- 1 root root 4.4K 2008-04-21 15:17 mime.convs
-rw-r--r-- 1 root root 6.1K 2008-04-21 15:17 mime.types
-rw-r--r-- 1 root root 1.6K 2008-04-21 15:15 pdftops.conf
drwxr-xr-x 2 root lp 4.0K 2008-12-15 15:43 ppd
-rw------- 1 root lp 751 2009-01-17 14:17 printers.conf
-rw------- 1 root lp 791 2009-01-17 13:04 printers.conf.O
-rw-r--r-- 1 root root 242 2008-04-22 12:51 raw.convs
-rw-r--r-- 1 root root 213 2008-04-22 12:51 raw.types
-rw-r--r-- 1 root root 186 2008-04-21 15:17 snmp.conf
drwx------ 2 root lp 4.0K 2008-04-22 12:51 ssl
n9159s@Hanger-01:/$

Revision history for this message
Paul Dufresne (paulduf) wrote :

Well, you have a cupsd.conf file, but it is not the default one.
It looks like on december 15 2008, it was replaced by a new one, and the old one was saved.

I really would like to know what this current cupsd.conf file has in it.
Could you please attach your current /etc/cups/cupsd.conf to this bug report (by using Include an attachment, at the bottom of this web page).

After that, it could be good to test if the old one works fine by doing:
cd /etc/cups
sudo /etc/init.d/cups stop <--- Will probably fail... just to be sure it is stop
sudo cp cupsd.conf cupsd.conf.bad
sudo cp cupsd.conf.0 cupsd.conf
sudo /etc/init.d/cups start

And tell us if the last command, resulted in fail or by Ok.

Revision history for this message
Paul Dufresne (paulduf) wrote :

Newer comments should tell if bug #309599 is a duplicate.

Revision history for this message
lonestarbuilderscenter@consolidated.net (lonestarbuilderscenter) wrote :

Paul

The current cups is working fine in 8.04

It was when I tried to load 8.10 that the problem surfaced. I reloaded
8.04 and went back to work.

I do not have 8.10 loaded now and do not see what my current working
configuration has to do with the problem with 8.10.

If you still want the info from my system, then I will get it for you.

Regards
Larry

Paul Dufresne wrote:
> Well, you have a cupsd.conf file, but it is not the default one.
> It looks like on december 15 2008, it was replaced by a new one, and the old one was saved.
>
> I really would like to know what this current cupsd.conf file has in it.
> Could you please attach your current /etc/cups/cupsd.conf to this bug report (by using Include an attachment, at the bottom of this web page).
>
> After that, it could be good to test if the old one works fine by doing:
> cd /etc/cups
> sudo /etc/init.d/cups stop <--- Will probably fail... just to be sure it is stop
> sudo cp cupsd.conf cupsd.conf.bad
> sudo cp cupsd.conf.0 cupsd.conf
> sudo /etc/init.d/cups start
>
> And tell us if the last command, resulted in fail or by Ok.
>
>

Revision history for this message
Pascal De Vuyst (pascal-devuyst) wrote :

lonestarvuilderscenter,

Did you get errors during the distribution upgrade from 8.04 to 8.10? Please add the log files from '/var/log/dist-upgrade/'
to this bug report as attachments?

What happens when you run the following commands on a terminal:
sudo /etc/init.d/cups status
sudo /etc/init.d/cups restart
lsb_release -a

Changed in cups (Ubuntu):
assignee: Pascal De Vuyst (pascal-devuyst) → nobody
Revision history for this message
lonestarbuilderscenter@consolidated.net (lonestarbuilderscenter) wrote :

Pascal De Vuyst wrote:
> lonestarvuilderscenter,
>
> Did you get errors during the distribution upgrade from 8.04 to 8.10? Please add the log files from '/var/log/dist-upgrade/'
> to this bug report as attachments?
>
> What happens when you run the following commands on a terminal:
> sudo /etc/init.d/cups status
> sudo /etc/init.d/cups restart
> lsb_release -a
>
> ** Changed in: cups (Ubuntu)
> Assignee: Pascal De Vuyst (pascal-devuyst) => (unassigned)
>
>
Not an issue now. Have upgraded to latest version 9.x

Revision history for this message
Pascal De Vuyst (pascal-devuyst) wrote :

We are closing this bug report because it lacks the information described in the previous comments and you indicated that is not an issue anymore with Ubuntu 9.x

Changed in cups (Ubuntu):
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.