LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-05-2007, 04:18 PM   #1
petcherd
Member
 
Registered: Dec 2006
Location: Portland, OR - USA
Distribution: Formerly Slackware; now RH, SuSE, Debian/Ubuntu, & Asianux
Posts: 55

Rep: Reputation: 15
Slack 11 Network Print server - Do I really need CUPS?


I'm a total n00b setting-up a lightweight SlackWare 11 server to serve several networked HP printers for Windows NT and later clients. This server will replace a SW 8 box whose hardware has aged to the point where I'm getting nervous about it. The SW 8 box uses Samba and LPRng.

Did I mention that I'm setting-up a lightweight SlackWare 11 box? I'm not bothering with installing X.

When I look at the huge volumes of info on http://www.linuxprinting.org, it seems to spend a lot if time and effort telling me how to make a non-PostScript printer work via CUPS to print from a GUI-based application. My needs are much simpler than that.

Can anyone direct me how to configure a minimal network print spooler?
 
Old 02-05-2007, 05:23 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927
lprng is still supported in slack 11. Have a look in /pasture

As for the fiddling and farting around with CUPS. That will
heavily depend on your printer-model and can be eased by installing
the foomatic-stuff.


Cheers,
Tink
 
Old 02-05-2007, 08:33 PM   #3
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,273

Rep: Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707
I have file and print servers running Slack11 with Samba and CUPS on Pentium MMX boxes with 4GB hard drives. I did not install KDE, but use xfce4 as a GUI interface for file management and use Firefox as well as the command line tools for CUPS administration. This has been a very stable and hassle free setup. The best guides are the official Samba and CUPS manuals. HP printers are well supported by CUPS and in a network environment CUPS is definitely superior to lprng.
 
Old 02-06-2007, 09:55 AM   #4
petcherd
Member
 
Registered: Dec 2006
Location: Portland, OR - USA
Distribution: Formerly Slackware; now RH, SuSE, Debian/Ubuntu, & Asianux
Posts: 55

Original Poster
Rep: Reputation: 15
Question

Quote:
Originally Posted by allend
... and in a network environment CUPS is definitely superior to lprng.
OK, How is it superior? I realize that neither LRPng, nor CUPS, nor any third alternative (is there an alternative?) will heavily tax a Linux host, especially one that's doing nothing but print spooling.

When I say "light-weight" I'm concerned with keeping my task list small and minimizing the time and effort it will take me to set-up the system.

What I'd like to know to make my primary config decision is: What more functionality will CUPS give me for the effort of learning how to configure it properly. I don't need it to handle PostScript rasterization; the printers themselves are handling that chore. I don't need it to make PDFs; I've already got Adobe Acrobat Distiller on the network. I don't need print-to-fax; I've got a fax machine with a network jack already. What else can CUPS or some other print spooling systems do for me?

Thanx in advance,

-dP

Last edited by petcherd; 02-06-2007 at 09:57 AM.
 
Old 02-06-2007, 02:22 PM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Not sure, I guess you gotta read the manuals on each and see if they do what you want them to do.

Why not try lprng and see if it works alright, if not, use CUPS.
 
Old 02-07-2007, 01:11 AM   #6
theoffset
Member
 
Registered: Aug 2005
Location: Guadalajara, Jal, Mexico
Distribution: Slackware Linux
Posts: 211

Rep: Reputation: 31
Quote:
Originally Posted by petcherd
What else can CUPS or some other print spooling systems do for me?
One nice feature of CUPS which I really like is the ability to make a CUPS printing server's printer automagically appear in other CUPS-enabled computers (I understand that it includes Mac OSX). Of course, this feature can be turned off or limited to a(some) subnet(s)

Also there's a way to make Windos XP/2K use CUPS without the need to have Samba running (I don't remember exactly how, but you had to make Windos use IPP -which it DOES support out of the box-. You'll have to look it up in the internet, it wasn't that hard). So all your printing would go through IPP and file sharing through SMB.

CUPS has a huge bunch of (maybe useless) options. Some of these may actually make your job easier.

Last edited by theoffset; 02-07-2007 at 01:12 AM.
 
Old 02-07-2007, 07:37 PM   #7
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,273

Rep: Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707Reputation: 2707
Quote:
One nice feature of CUPS which I really like is the ability to make a CUPS printing server's printer automagically appear in other CUPS-enabled computers
Also you can have your CUPS server host the printer drivers so that they can be installed on demand by the Windows clients.
Samba is the tool for connecting Windows clients to Linux systems, and CUPS is the print spooler best supported by Samba.
 
Old 02-08-2007, 04:59 PM   #8
petcherd
Member
 
Registered: Dec 2006
Location: Portland, OR - USA
Distribution: Formerly Slackware; now RH, SuSE, Debian/Ubuntu, & Asianux
Posts: 55

Original Poster
Rep: Reputation: 15
OK, I've made my decision.

CUPS seems to be too intimately linked into the current Samba package, so I've implemented a CUPS-based print server.

Last edited by petcherd; 07-27-2007 at 06:06 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Print Queue Manager for Print Server Matir Linux - Software 11 03-30-2016 03:14 AM
CUPS Printer Refuses to Print from Network arew264 Linux - Networking 0 03-06-2006 10:33 PM
CUPS Print Server ProTrooper Linux - Networking 3 09-15-2005 12:16 AM
Slack 10; HP 3845; CUPS; Unable to print from command line chrisidaho Linux - Hardware 5 04-27-2005 02:21 AM
remote cups printing to a smb/cups print server? justanothergeek Linux - Networking 2 09-15-2004 09:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:21 AM.

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