Results 1 to 10 of 18
How do I get cups to start at boot or when my default user logs on?
This is from my /etc/rc.d/rc.M file and it looks like its already set.
# ...
- 12-01-2004 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 25
How do I get cups to start at boot?
How do I get cups to start at boot or when my default user logs on?
This is from my /etc/rc.d/rc.M file and it looks like its already set.
# Start the print spooling system. This will usually be LPRng (lpd) or CUPS.
if [ -x /etc/rc.d/rc.cups ]; then
# Start CUPS:
/etc/rc.d/rc.cups start
elif [ -x /etc/rc.d/rc.lprng ]; then
# Start LPRng (lpd):
. /etc/rc.d/rc.lprng start
fi
Thanks for any help.
- 12-01-2004 #2
chmod +x /etc/rc.d/rc.cups
- 12-02-2004 #3Just Joined!
- Join Date
- Nov 2004
- Posts
- 25
Thanks.
- 12-03-2004 #4Just Joined!
- Join Date
- Nov 2004
- Posts
- 25
OOPS! That didnt work. Where is it that I place that?
- 12-03-2004 #5
command line
su -
passwd
cd
cd /etc/rc.d
chmod +x rc.cups
Let me know
Mike
- 12-04-2004 #6Just Joined!
- Join Date
- Nov 2004
- Posts
- 25
Thats not working
Thats exactly what I did like 3 times the other day and just now I tried it again exactly how you typed it, Rebooted and cups is still not starting up. Is there another way?
If i do
cd /etc/rc.d
./rc.cups
I can start it up manually but I dont want to do that every time I want to print something.
Thanks for the help.
- 12-04-2004 #7Just Joined!
- Join Date
- Aug 2004
- Posts
- 19
try sysVinit and try adding it in early runlevels
- 12-04-2004 #8Just Joined!
- Join Date
- Nov 2004
- Posts
- 25
Where is sysVinit? I know, I should know that. LOL
- 12-04-2004 #9Just Joined!
- Join Date
- Nov 2004
- Posts
- 25
Does hotplug need to be running or started at boot for the cups daemon to start?
- 12-05-2004 #10No, it doesn't . hotplug is used to monitor if you plug in any USB devices or other pcmcia cards.
Originally Posted by Hammer
What distro are you using ?
To enable cups using your graphical interface (gnome)
to go->System Settings-> Server Settings->Services
and turn it on there.
Be sure you check it on both runlevel 3 as 5.
If you use the terminal type use: chkconfig---[ MS09-99896 - Vulnerability in All MS Windows OS ; Using Windows Could Allow Remote Code Execution. ]---
Hardware: Asus P4P800, 1GB, P4-3Ghz, Asus V9950, Maxtor ATA HD\'s, 3Com GBit lan, Audigy ZS Plat.


Reply With Quote