LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-27-2006, 06:46 AM   #1
jhc53
LQ Newbie
 
Registered: Jul 2006
Posts: 3

Rep: Reputation: 0
CUPS scheduler fails at boot


I am relatively new to Linux and run Fedora Core 4.
I reinstalled CUPS yesterday, and at boot up I received the error message:

/usr/sbin/cupsd: symbol lookup error: /usr/sbin/cupsd: undefined symbol: cupsFileWrite
cups: unable to restart scheduler.

I receive the same error message whenever I try as root to restart cups:

[root@rlw46 cups]# /etc/init.d/cups restart
/usr/sbin/cupsd: symbol lookup error: /usr/sbin/cupsd: undefined symbol: cupsFileWrite
cups: unable to restart scheduler.

Any insight would be greatly appreciated.
 
Old 07-27-2006, 07:11 AM   #2
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Have you run yum update or yum upgrade?

The update option will check for, and install, any updates to your software that have been released. The upgrade option will, additionally, install newer kernel versions, and newer versions of your software. (The latest released FC4 kernel is 2.6.17-1.2142.)

My point is, of course, that you may have let your CUPS version get "out-of-sync" with your other software.

Note: Some Fedora kernel upgrades leave CUPS out of the automatic service startup list. Use the /sbin/chkconfig command to check after an upgrade.
 
Old 07-27-2006, 10:39 AM   #3
jhc53
LQ Newbie
 
Registered: Jul 2006
Posts: 3

Original Poster
Rep: Reputation: 0
yum update has conflict

So I ran yum upgrade and got about 150 packages (1 of which looked to be the new CUPS which is encouraging.)Unfortunately I got this conflict statement which prevented yum update from running:

--> Running transaction check
--> Processing Conflict: udev conflicts module-init-tools < 0:3.2-0.pre9.0.FC4.2--> Processing Dependency: wv for package: lyx
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package wv.i386 0:1.0.3-1.fc4 set to be updated
--> Running transaction check
--> Processing Conflict: udev conflicts module-init-tools < 0:3.2-0.pre9.0.FC4.2--> Finished Dependency Resolution
Error: udev conflicts with module-init-tools < 0:3.2-0.pre9.0.FC4.2


Ideas?
 
Old 07-27-2006, 12:59 PM   #4
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Remove the module-init-tools package, run the yum upgrade, and reinstall the module-init-tools.

I.e., something like this (as root):
Code:
# yum remove module-init-tools
# yum upgrade
# yum install module-init-tools
Edit: F.Y.I. - I just looked at my (FC5) system, and the version of module-init-tools I have loaded in my FC4 system is 3.2-0.pre9.0.FC4.4@i386, and I get no conflicts with udev.

It occures to me that you may not have all the repositories you need enabled.

Here's what some of my repsoitory settings look look:
Code:
$ cat /etc/yum.repos.d/fedora.repo
[base]
name=Fedora Core $releasever - $basearch - Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
$ cat /etc/yum.repos.d/fedora-extras.repo
[extras]
name=Fedora Extras $releasever - $basearch
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras
        ftp://limestone.uoregon.edu/fedora/extras/$releasever/$basearch
        ftp://fedora.bu.edu/extras/$releasever/$basearch
        ftp://mirrors.kernel.org/fedora/extras/$releasever/$basearch
        ftp://ftp.muug.mb.ca/pub/fedora/linux/extras/
        ftp://mirror.hiwaay.net/redhat/fedora/linux/extras/
        ftp://mirror.phy.olemiss.edu/fedora/extras/
        ftp://fedora.mirrors.tds.net/pub/fedora-core-extras/$releasever/$basearch
        ftp://mirror.cpsc.ucalgary.ca/mirror/fedora/linux/extras/
        ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/extras/
# http://limestone.uoregon.edu/fedora/extras/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-extras-$releasever
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
gpgcheck=1
$ cat /etc/yum.repos.d/fedora-updates.repo
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
$ cat /etc/yum.repos.d/livna.repo
[livna]
name=Livna for Fedora Core $releasever - $basearch - Base
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn/
#baseurl=http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.lvn/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

Last edited by PTrenholme; 07-27-2006 at 01:20 PM.
 
Old 07-27-2006, 02:00 PM   #5
jhc53
LQ Newbie
 
Registered: Jul 2006
Posts: 3

Original Poster
Rep: Reputation: 0
All fixed

I appreciate your help. I removed the module-init-tools file with:
[root@dhcp130132248061 thunderbird]# rpm -e module-init-tools-3.2-0.pre9.0.FC4.4

I had the 4 as well. yum upgrade ran very smoothly after that, and I can print now.

Much obliged.
 
  


Reply

Tags
chkconfig, cups



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cups Printing Service Fails to Start Harry Seldon Linux - Software 2 09-01-2005 04:04 PM
start CUPS on boot allelopath SUSE / openSUSE 4 12-09-2004 03:03 PM
Specifying IO scheduler at boot stonecrest Linux - General 3 11-28-2004 05:29 PM
GRUB dual boot with two diff kernels fails at boot mosquito_dk Linux - Software 3 09-06-2004 09:18 AM
RH 8.0 fails to boot Giggles of Doom Linux - Newbie 5 10-18-2002 09:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration