SlideShare a Scribd company logo
1 of 8
Download to read offline
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help
Lubuntu 13.04 - CUPS fails to start on bootup
Hello Unregistered. The next UOS will take place between the 12th
and 14th November. More details to follow here
Thread: Lubuntu 13.04 - CUPS fails to start on bootup
Login with SSO Help
Activity Page Please read before SSO login
Quick Links Forum Community Ubuntu Community Other Support Social Media
Useful Links
Advanced Search
Results 1 to 10 of 27 Page 1 of 3 1 2 3 Last
6 people like this. Sign Up to see
what your friends like.
LikeLike
Thread Tools Display
April 26th, 2013
Join Date:
Jun 2007
Location:
Arizona U.S.A.
Beans:
1,481
Lubuntu 13.04 - CUPS fails to start on bootup
Lubuntu 13.04:
CUPS is not starting at boot-up. I discovered this when attempting to install the printer with this new
install. I then started CUPS from the terminal, was able to install the printer, and print. However, on
restarting the computer, the service again fails to start. How do I configure this service to always
automatically start on bootup?
There is a Desktop Sessions Settings dialog of automatically started applications, but CUPS is not
included there.
Last edited by Dennis N; April 30th, 2013 at 04:19 PM.
#1
Fresh Brewed Ubuntu
Dennis N
Adv Reply
April 27th, 2013
Join Date:
Dec 2009
Beans:
#2
Tea Glorious Tea!
Synoc
Forum
Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213...
1 of 8 10/04/2014 06:05 PM
319
Distro:
Ubuntu 12.04 Precise Pangolin
Re: CUPS fails to start on bootup
open a terminal and give me the output of
Code:
head /etc/init/cups.conf
I've not SEEN it configured wrong before, but I've never not not seen CUPS start on startup before
either
Adv Reply
April 27th, 2013
Join Date:
Jun 2007
Location:
Arizona U.S.A.
Beans:
1,481
Re: CUPS fails to start on bootup
Here is the output:
Code:
dn@Alexa:~$ head /etc/init/cups.conf
# cups - CUPS Printing spooler and server
description "CUPS printing spooler/server"
author "Michael Sweet <msweet@apple.com>"
start on (filesystem
and started avahi-daemon
and (started dbus or runlevel [2345]))
stop on runlevel [016]
#3
Fresh Brewed Ubuntu
Dennis N
Adv Reply
April 27th, 2013 #4
Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213...
2 of 8 10/04/2014 06:05 PM
Join Date:
Feb 2007
Location:
West Hills CA
Beans:
8,228
Distro:
Ubuntu 12.10 Quantal Quetzal
Re: CUPS fails to start on bootup
Look for clues in /var/log/cups.
-------------------------------------
Oooh Shiny: PopularPages
Unumquodque potest reparantur. Patientia sit virtus.
This space is currently for rent . .
tgalati4
Adv Reply
April 27th, 2013
Join Date:
Jun 2007
Location:
Arizona U.S.A.
Beans:
1,481
Re: CUPS fails to start on bootup
I'm looking at the output I gave, and I am not a coder, but it looks to me like for cupsd to start avahi-
daemon must be started first? Am I right or wrong?
#5
Fresh Brewed Ubuntu
Dennis N
Adv Reply
April 27th, 2013 #6
Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213...
3 of 8 10/04/2014 06:05 PM
Join Date:
Feb 2007
Location:
West Hills CA
Beans:
8,228
Distro:
Ubuntu 12.10 Quantal Quetzal
Re: CUPS fails to start on bootup
avahi simply advertises services--in this case shared printers. It should not cause cupsd to fail. CUPS
does not have a direct dependecy but "recommends" avahi-daemon, which means it should be able to
run without avahi-daemon.
If you are running 13.04, try the following:
Code:
sudo apt-get update
sudo apt-get upgrade
reboot
Then check your printers.
-------------------------------------
Oooh Shiny: PopularPages
Unumquodque potest reparantur. Patientia sit virtus.
This space is currently for rent . .
tgalati4
Adv Reply
April 27th, 2013
Join Date:
Jun 2007
Location:
Arizona U.S.A.
Beans:
1,481
Re: CUPS fails to start on bootup
#7
Fresh Brewed Ubuntu
Dennis N
Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213...
4 of 8 10/04/2014 06:05 PM
As to the cups log files, here is part of the error log, with output from a session earlier this afternoon:
Code:
W [26/Apr/2013:13:23:26 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The
W [26/Apr/2013:13:23:26 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The
W [26/Apr/2013:13:23:26 -0700] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The
E [26/Apr/2013:13:38:54 -0700] [cups-driverd] Bad driver information file "/usr/share/cups/drv/cup
W [26/Apr/2013:13:38:59 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The
W [26/Apr/2013:13:38:59 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The
W [26/Apr/2013:13:38:59 -0700] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The
W [26/Apr/2013:13:48:04 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The
W [26/Apr/2013:13:48:04 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The
W [26/Apr/2013:13:48:04 -0700] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The
Not sure these are that relevant to the cups-not-running problem - Lubuntu 12.10 on another
computer shows similar errors (except for the bad driver information file line) and it prints normally.
Thanks for pointing out the logs.
Originally Posted by tgalati4
Look for clues in /var/log/cups.
Adv Reply
April 27th, 2013
Join Date:
Jun 2007
Location:
Arizona U.S.A.
Beans:
1,481
Re: CUPS fails to start on bootup
#8
Fresh Brewed Ubuntu
Dennis N
Originally Posted by tgalati4
avahi simply advertises services--in this case shared printers. It should not cause cupsd to
fail. CUPS does not have a direct dependecy but "recommends" avahi-daemon, which
means it should be able to run without avahi-daemon.
If you are running 13.04, try the following:
Code:
sudo apt-get update
sudo apt-get upgrade
Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213...
5 of 8 10/04/2014 06:05 PM
I already tried this earlier. No effect.
Yes, cupsd does not need avahi-daemon, and can run without it, but from the structure of the code, it
appears to me that cupsd will not start unless avahi-daemon has been started first. Am I wrong on
that interpretation?
Next, I just found that avahi-daemon is not installed with Lubuntu 13.04:
Code:
dn@Alexa:~$ apt-cache policy avahi-daemon
avahi-daemon:
Installed: (none)
Candidate: 0.6.31-1ubuntu3
Version table:
0.6.31-1ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ raring/main i386 Packages
It's not installed on my Lubuntu 12.10 installation either, and Lubuntu 12.10 prints normally. But on
12.10, the cups.conf does not include any reference to avahi-daemon - here is the cups.conf from
Lubuntu 12.10:
Code:
dn@Roxanne:~$ head /etc/init/cups.conf
# cups - CUPS Printing spooler and server
description "CUPS printing spooler/server"
author "Michael Sweet <msweet@apple.com>"
start on (filesystem
and (started dbus or runlevel [2345]))
stop on runlevel [016]
respawn
I think I need to install avahi-daemon, or else change the code to remove reference to it.
Comment?
reboot
Then check your printers.
Adv Reply
April 27th, 2013 #9
Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213...
6 of 8 10/04/2014 06:05 PM
Join Date:
Jun 2007
Location:
Arizona U.S.A.
Beans:
1,481
Re: CUPS fails to start on bootup
Well, I edited cups.conf and removed the line referring to avahi-daemon. I was correct - this was
stopping cupsd from starting. Tested and confirmed this solution. Printing on Lubuntu 13.04 now
works.
Now, anyone who downloads and installs Lubuntu 13.04 from the same iso is going to be affected
by the same problem.
The iso is at:
http://cdimage.ubuntu.com/lubuntu/re...sktop-i386.iso
and has a misconfigured cups.conf that will prevent the cups-daemon from starting unless fixed.
The corrected cups.conf begins:
Code:
# cups - CUPS Printing spooler and server
description "CUPS printing spooler/server"
author "Michael Sweet <msweet@apple.com>"
start on (filesystem
and (started dbus or runlevel [2345]))
stop on runlevel [016]
respawn
Thanks to Synoc and tgalati4 for your input.
Fresh Brewed Ubuntu
Dennis N
Adv Reply
April 30th, 2013
Join Date:
Dec 2007
Beans:
1
#10
First Cup of Ubuntu
ViniNITRO
Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213...
7 of 8 10/04/2014 06:05 PM
-- Ubuntu vB4.x
« Previous Thread | Next Thread »
Ubuntu Forums Archive Top
All times are GMT +1. The time now is 01:32 PM.
vBulletin ©2000 - 2014, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop
Project.
User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 International License. For details
and our forum data attribution, retention and privacy policy, see here
Re: CUPS fails to start on bootup
thanks for the tip. Solved this issue for me too.
Adv Reply
Page 1 of 3 1 2 3 Last
Quick Navigation General Help Top
Digg
del.icio.us
StumbleUpon
Google
Bookmarks
You may not post new
threads
You may not post replies
You may not post
attachments
You may not edit your posts
Posting Permissions
BB code is On
Smilies are On
[IMG] code is On
[VIDEO] code is Off
HTML code is Off
Ubuntu Forums
Code of Conduct
Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213...
8 of 8 10/04/2014 06:05 PM

More Related Content

Viewers also liked (20)

New Jersey Since Kelo
New Jersey Since KeloNew Jersey Since Kelo
New Jersey Since Kelo
 
Shapirox x
Shapirox xShapirox x
Shapirox x
 
Ux2
Ux2Ux2
Ux2
 
Charles
CharlesCharles
Charles
 
Easyr Rider Lookbook - Summer 2015
Easyr Rider Lookbook - Summer 2015Easyr Rider Lookbook - Summer 2015
Easyr Rider Lookbook - Summer 2015
 
CHamber SLide Show
CHamber SLide ShowCHamber SLide Show
CHamber SLide Show
 
FAS The Teams Working for You Brochure
FAS The Teams Working for You BrochureFAS The Teams Working for You Brochure
FAS The Teams Working for You Brochure
 
Outbound Training blue wisdom
Outbound Training blue wisdomOutbound Training blue wisdom
Outbound Training blue wisdom
 
Nucl. Acids Res.-2014-Di Lorenzo-8297-309
Nucl. Acids Res.-2014-Di Lorenzo-8297-309Nucl. Acids Res.-2014-Di Lorenzo-8297-309
Nucl. Acids Res.-2014-Di Lorenzo-8297-309
 
A Clawdest Proposal
A Clawdest ProposalA Clawdest Proposal
A Clawdest Proposal
 
Opps... i got a speeding ticket
Opps... i got a speeding ticketOpps... i got a speeding ticket
Opps... i got a speeding ticket
 
Sudo is no longer enough
Sudo is no longer enoughSudo is no longer enough
Sudo is no longer enough
 
NASBE SXSWedu Application
NASBE SXSWedu ApplicationNASBE SXSWedu Application
NASBE SXSWedu Application
 
Vinny_Resume
Vinny_ResumeVinny_Resume
Vinny_Resume
 
Mini Cooper transmission
Mini Cooper transmission Mini Cooper transmission
Mini Cooper transmission
 
ReviewArginineMethylation
ReviewArginineMethylationReviewArginineMethylation
ReviewArginineMethylation
 
Made for Each Other
Made for Each OtherMade for Each Other
Made for Each Other
 
D-16 (1)
D-16 (1)D-16 (1)
D-16 (1)
 
ClipJointFirstDraft.docx
ClipJointFirstDraft.docxClipJointFirstDraft.docx
ClipJointFirstDraft.docx
 
GENESIS 49 COMMENTARY
GENESIS 49 COMMENTARYGENESIS 49 COMMENTARY
GENESIS 49 COMMENTARY
 

Similar to Cups start

Ubuntu alternate ubuntu installation
Ubuntu alternate ubuntu installationUbuntu alternate ubuntu installation
Ubuntu alternate ubuntu installationarunkumar sadhasivam
 
Day 6 ubuntu boot camp
Day 6 ubuntu boot campDay 6 ubuntu boot camp
Day 6 ubuntu boot campDarlene Parker
 
Guide to dual booting
Guide to dual bootingGuide to dual booting
Guide to dual bootingMahfud Saja
 
Install ubuntu
Install ubuntuInstall ubuntu
Install ubuntupramoddps
 
Day 5 ubuntu boot camp
Day 5 ubuntu boot campDay 5 ubuntu boot camp
Day 5 ubuntu boot campDarlene Parker
 
Como criar um repositório Ubuntu
Como criar um repositório UbuntuComo criar um repositório Ubuntu
Como criar um repositório UbuntuCarlos Eduardo
 
CentOS 6 to CentOS 7 Upgrade Procedure
CentOS 6 to CentOS 7 Upgrade ProcedureCentOS 6 to CentOS 7 Upgrade Procedure
CentOS 6 to CentOS 7 Upgrade ProcedureVEXXHOST Private Cloud
 
Linux Desktop: From OS Install through Running the Applications
Linux Desktop: From OS Install through Running the ApplicationsLinux Desktop: From OS Install through Running the Applications
Linux Desktop: From OS Install through Running the ApplicationsJoe Litton
 

Similar to Cups start (20)

Koha Installation Manual in Ubuntu 14.04 Alongwith Windows
Koha Installation Manual in Ubuntu 14.04 Alongwith WindowsKoha Installation Manual in Ubuntu 14.04 Alongwith Windows
Koha Installation Manual in Ubuntu 14.04 Alongwith Windows
 
Ubuntu alternate ubuntu installation
Ubuntu alternate ubuntu installationUbuntu alternate ubuntu installation
Ubuntu alternate ubuntu installation
 
How to compile a kernel suse 3
How to compile a kernel   suse 3How to compile a kernel   suse 3
How to compile a kernel suse 3
 
Ubuntu server guide
Ubuntu server guideUbuntu server guide
Ubuntu server guide
 
Day 6 ubuntu boot camp
Day 6 ubuntu boot campDay 6 ubuntu boot camp
Day 6 ubuntu boot camp
 
Dspace Installation Manual in Ubuntu 14.04 Alongwith Windows
Dspace Installation Manual in Ubuntu 14.04 Alongwith WindowsDspace Installation Manual in Ubuntu 14.04 Alongwith Windows
Dspace Installation Manual in Ubuntu 14.04 Alongwith Windows
 
Guide to dual booting
Guide to dual bootingGuide to dual booting
Guide to dual booting
 
Install ubuntu
Install ubuntuInstall ubuntu
Install ubuntu
 
Day 5 ubuntu boot camp
Day 5 ubuntu boot campDay 5 ubuntu boot camp
Day 5 ubuntu boot camp
 
Arraque dual "open suse y windows"
Arraque dual "open suse y windows"Arraque dual "open suse y windows"
Arraque dual "open suse y windows"
 
Como criar um repositório Ubuntu
Como criar um repositório UbuntuComo criar um repositório Ubuntu
Como criar um repositório Ubuntu
 
cs506_linux
cs506_linuxcs506_linux
cs506_linux
 
Srgoc linux
Srgoc linuxSrgoc linux
Srgoc linux
 
Sayoo odoo open_erp
Sayoo odoo open_erpSayoo odoo open_erp
Sayoo odoo open_erp
 
CentOS 6 to CentOS 7 Upgrade Procedure
CentOS 6 to CentOS 7 Upgrade ProcedureCentOS 6 to CentOS 7 Upgrade Procedure
CentOS 6 to CentOS 7 Upgrade Procedure
 
step by step to install the ubuntu
step by step to install the ubuntustep by step to install the ubuntu
step by step to install the ubuntu
 
Mush ubuntu
Mush ubuntu  Mush ubuntu
Mush ubuntu
 
Mush ubuntu
Mush ubuntu  Mush ubuntu
Mush ubuntu
 
Mush Ubuntu
Mush UbuntuMush Ubuntu
Mush Ubuntu
 
Linux Desktop: From OS Install through Running the Applications
Linux Desktop: From OS Install through Running the ApplicationsLinux Desktop: From OS Install through Running the Applications
Linux Desktop: From OS Install through Running the Applications
 

Recently uploaded

FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfPondicherry University
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
PANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxPANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxakanksha16arora
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of PlayPooky Knightsmith
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonhttgc7rh9c
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesSHIVANANDaRV
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSAnaAcapella
 
Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Celine George
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsNbelano25
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfstareducators107
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningMarc Dusseiller Dusjagr
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17Celine George
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 

Recently uploaded (20)

FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
PANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxPANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptx
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of Play
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food Additives
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdf
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 

Cups start

  • 1. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help Lubuntu 13.04 - CUPS fails to start on bootup Hello Unregistered. The next UOS will take place between the 12th and 14th November. More details to follow here Thread: Lubuntu 13.04 - CUPS fails to start on bootup Login with SSO Help Activity Page Please read before SSO login Quick Links Forum Community Ubuntu Community Other Support Social Media Useful Links Advanced Search Results 1 to 10 of 27 Page 1 of 3 1 2 3 Last 6 people like this. Sign Up to see what your friends like. LikeLike Thread Tools Display April 26th, 2013 Join Date: Jun 2007 Location: Arizona U.S.A. Beans: 1,481 Lubuntu 13.04 - CUPS fails to start on bootup Lubuntu 13.04: CUPS is not starting at boot-up. I discovered this when attempting to install the printer with this new install. I then started CUPS from the terminal, was able to install the printer, and print. However, on restarting the computer, the service again fails to start. How do I configure this service to always automatically start on bootup? There is a Desktop Sessions Settings dialog of automatically started applications, but CUPS is not included there. Last edited by Dennis N; April 30th, 2013 at 04:19 PM. #1 Fresh Brewed Ubuntu Dennis N Adv Reply April 27th, 2013 Join Date: Dec 2009 Beans: #2 Tea Glorious Tea! Synoc Forum Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213... 1 of 8 10/04/2014 06:05 PM
  • 2. 319 Distro: Ubuntu 12.04 Precise Pangolin Re: CUPS fails to start on bootup open a terminal and give me the output of Code: head /etc/init/cups.conf I've not SEEN it configured wrong before, but I've never not not seen CUPS start on startup before either Adv Reply April 27th, 2013 Join Date: Jun 2007 Location: Arizona U.S.A. Beans: 1,481 Re: CUPS fails to start on bootup Here is the output: Code: dn@Alexa:~$ head /etc/init/cups.conf # cups - CUPS Printing spooler and server description "CUPS printing spooler/server" author "Michael Sweet <msweet@apple.com>" start on (filesystem and started avahi-daemon and (started dbus or runlevel [2345])) stop on runlevel [016] #3 Fresh Brewed Ubuntu Dennis N Adv Reply April 27th, 2013 #4 Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213... 2 of 8 10/04/2014 06:05 PM
  • 3. Join Date: Feb 2007 Location: West Hills CA Beans: 8,228 Distro: Ubuntu 12.10 Quantal Quetzal Re: CUPS fails to start on bootup Look for clues in /var/log/cups. ------------------------------------- Oooh Shiny: PopularPages Unumquodque potest reparantur. Patientia sit virtus. This space is currently for rent . . tgalati4 Adv Reply April 27th, 2013 Join Date: Jun 2007 Location: Arizona U.S.A. Beans: 1,481 Re: CUPS fails to start on bootup I'm looking at the output I gave, and I am not a coder, but it looks to me like for cupsd to start avahi- daemon must be started first? Am I right or wrong? #5 Fresh Brewed Ubuntu Dennis N Adv Reply April 27th, 2013 #6 Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213... 3 of 8 10/04/2014 06:05 PM
  • 4. Join Date: Feb 2007 Location: West Hills CA Beans: 8,228 Distro: Ubuntu 12.10 Quantal Quetzal Re: CUPS fails to start on bootup avahi simply advertises services--in this case shared printers. It should not cause cupsd to fail. CUPS does not have a direct dependecy but "recommends" avahi-daemon, which means it should be able to run without avahi-daemon. If you are running 13.04, try the following: Code: sudo apt-get update sudo apt-get upgrade reboot Then check your printers. ------------------------------------- Oooh Shiny: PopularPages Unumquodque potest reparantur. Patientia sit virtus. This space is currently for rent . . tgalati4 Adv Reply April 27th, 2013 Join Date: Jun 2007 Location: Arizona U.S.A. Beans: 1,481 Re: CUPS fails to start on bootup #7 Fresh Brewed Ubuntu Dennis N Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213... 4 of 8 10/04/2014 06:05 PM
  • 5. As to the cups log files, here is part of the error log, with output from a session earlier this afternoon: Code: W [26/Apr/2013:13:23:26 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The W [26/Apr/2013:13:23:26 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The W [26/Apr/2013:13:23:26 -0700] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The E [26/Apr/2013:13:38:54 -0700] [cups-driverd] Bad driver information file "/usr/share/cups/drv/cup W [26/Apr/2013:13:38:59 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The W [26/Apr/2013:13:38:59 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The W [26/Apr/2013:13:38:59 -0700] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The W [26/Apr/2013:13:48:04 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The W [26/Apr/2013:13:48:04 -0700] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The W [26/Apr/2013:13:48:04 -0700] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The Not sure these are that relevant to the cups-not-running problem - Lubuntu 12.10 on another computer shows similar errors (except for the bad driver information file line) and it prints normally. Thanks for pointing out the logs. Originally Posted by tgalati4 Look for clues in /var/log/cups. Adv Reply April 27th, 2013 Join Date: Jun 2007 Location: Arizona U.S.A. Beans: 1,481 Re: CUPS fails to start on bootup #8 Fresh Brewed Ubuntu Dennis N Originally Posted by tgalati4 avahi simply advertises services--in this case shared printers. It should not cause cupsd to fail. CUPS does not have a direct dependecy but "recommends" avahi-daemon, which means it should be able to run without avahi-daemon. If you are running 13.04, try the following: Code: sudo apt-get update sudo apt-get upgrade Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213... 5 of 8 10/04/2014 06:05 PM
  • 6. I already tried this earlier. No effect. Yes, cupsd does not need avahi-daemon, and can run without it, but from the structure of the code, it appears to me that cupsd will not start unless avahi-daemon has been started first. Am I wrong on that interpretation? Next, I just found that avahi-daemon is not installed with Lubuntu 13.04: Code: dn@Alexa:~$ apt-cache policy avahi-daemon avahi-daemon: Installed: (none) Candidate: 0.6.31-1ubuntu3 Version table: 0.6.31-1ubuntu3 0 500 http://us.archive.ubuntu.com/ubuntu/ raring/main i386 Packages It's not installed on my Lubuntu 12.10 installation either, and Lubuntu 12.10 prints normally. But on 12.10, the cups.conf does not include any reference to avahi-daemon - here is the cups.conf from Lubuntu 12.10: Code: dn@Roxanne:~$ head /etc/init/cups.conf # cups - CUPS Printing spooler and server description "CUPS printing spooler/server" author "Michael Sweet <msweet@apple.com>" start on (filesystem and (started dbus or runlevel [2345])) stop on runlevel [016] respawn I think I need to install avahi-daemon, or else change the code to remove reference to it. Comment? reboot Then check your printers. Adv Reply April 27th, 2013 #9 Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213... 6 of 8 10/04/2014 06:05 PM
  • 7. Join Date: Jun 2007 Location: Arizona U.S.A. Beans: 1,481 Re: CUPS fails to start on bootup Well, I edited cups.conf and removed the line referring to avahi-daemon. I was correct - this was stopping cupsd from starting. Tested and confirmed this solution. Printing on Lubuntu 13.04 now works. Now, anyone who downloads and installs Lubuntu 13.04 from the same iso is going to be affected by the same problem. The iso is at: http://cdimage.ubuntu.com/lubuntu/re...sktop-i386.iso and has a misconfigured cups.conf that will prevent the cups-daemon from starting unless fixed. The corrected cups.conf begins: Code: # cups - CUPS Printing spooler and server description "CUPS printing spooler/server" author "Michael Sweet <msweet@apple.com>" start on (filesystem and (started dbus or runlevel [2345])) stop on runlevel [016] respawn Thanks to Synoc and tgalati4 for your input. Fresh Brewed Ubuntu Dennis N Adv Reply April 30th, 2013 Join Date: Dec 2007 Beans: 1 #10 First Cup of Ubuntu ViniNITRO Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213... 7 of 8 10/04/2014 06:05 PM
  • 8. -- Ubuntu vB4.x « Previous Thread | Next Thread » Ubuntu Forums Archive Top All times are GMT +1. The time now is 01:32 PM. vBulletin ©2000 - 2014, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 International License. For details and our forum data attribution, retention and privacy policy, see here Re: CUPS fails to start on bootup thanks for the tip. Solved this issue for me too. Adv Reply Page 1 of 3 1 2 3 Last Quick Navigation General Help Top Digg del.icio.us StumbleUpon Google Bookmarks You may not post new threads You may not post replies You may not post attachments You may not edit your posts Posting Permissions BB code is On Smilies are On [IMG] code is On [VIDEO] code is Off HTML code is Off Ubuntu Forums Code of Conduct Lubuntu 13.04 - CUPS fails to start on bootup http://ubuntuforums.org/showthread.php?t=213... 8 of 8 10/04/2014 06:05 PM