Remember, cupsd is a daemon that usually sits in the background doing nothing until it is time to print. Anytime it wants to say something it either talks to the client, the printer or writes it on any of its three logs (access, error, page).
When you start cupsd with the "-f" option, you are forcing it into the "foreground", meaning that any message it sends is written to the console where it is invoked from in addition to its normal working.
Therefore if you run cupsd -f, the expectation is that it will just sit there and do nothing and you would have to press CTRL-C to stop it.
In a few words, given that cupsd -f did not complain, and that systemctl start cups.service is working fine, I think you no longer have any problem with cups. Congratulations
On Sat, Jun 4, 2011 at 6:42 AM, Clyde E. Kunkel <clydekunkel7734@xxxxxxx> wrote:
cupsd -f just hangs. ÂHave to ctrl-c out. Can start with systemctl startOn 06/03/2011 11:50 AM, Tim Waugh wrote:
> On Fri, 2011-06-03 at 11:09 -0400, Clyde E. Kunkel wrote:
>> Just tried it and still failing. Should something else be updated
>> besides cups?
>
> What output do you get if you first stop cups, then run "cupsd -f" as
> root from the command line?
>
> Tim.
> */
>
>
cups.service
[kunkelc@P5K-EWIFI ~]$ uname -r
2.6.38.7-30.fc15.x86_64
[kunkelc@P5K-EWIFI ~]$ dmesg | grep -i fail
[ Â Â3.757734] failed to evaluate ATIF got AE_BAD_PARAMETER
[ Â 39.544143] dbus[1447]: [system] Activation via systemd failed for
unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to
load: No such file or directory. See system logs and 'systemctl status'
for details.
[kunkelc@P5K-EWIFI ~]$ systemctl status cups.service
cups.service - LSB: The CUPS scheduler    ÂActive: failed since Sat, 04 Jun 2011 07:17:37 -0400; 1min 27s ago
    ÂLoaded: loaded (/etc/rc.d/init.d/cups)
    Process: 1650 ExecStart=/etc/rc.d/init.d/cups start (code=exited,
status=1/FAILURE)[kunkelc@P5K-EWIFI ~]$ sudo systemctl stop cups.service
    ÂCGroup: name=systemd:/system/cups.service
[kunkelc@P5K-EWIFI ~]$ sudo cupsd -f
^C
[kunkelc@P5K-EWIFI ~]$ su -
Password:
[root@P5K-EWIFI ~]# cupsd -f
^C
[root@P5K-EWIFI ~]# systemctl start cups.service
[root@P5K-EWIFI ~]# systemctl status cups.service
cups.service - LSB: The CUPS scheduler    ÂActive: active (running) since Sat, 04 Jun 2011 07:37:52 -0400; 14s ago
    ÂLoaded: loaded (/etc/rc.d/init.d/cups)
    Process: 2886 ExecStart=/etc/rc.d/init.d/cups start (code=exited,
status=0/SUCCESS)
   ÂMain PID: 2893 (cupsd)
    ÂCGroup: name=systemd:/system/cups.service        Ââ 2893 cupsd -C /etc/cups/cupsd.conf
[root@P5K-EWIFI ~]# rpm -q cups
cups-1.4.6-19.fc15.x86_64
--
Regards,
OldFart
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
--
------------------------------
Â/\_/\ÂÂ
Â|O O|Â pepebuho@xxxxxxxxx
Â~~~~ Â Â Javier Perez
Â~~~~Â Â Â Â Â While the night runs
Â~~~~Â Â Â Â Â toward the day...
 m m   Pepebuho watches
     Â Â from his high perch.
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines