LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-05-2008, 06:46 AM   #1
Tobas
LQ Newbie
 
Registered: Dec 2003
Posts: 16

Rep: Reputation: 0
Printer share on Slackware 12.1 ( cups issue )


Hi there,

I am trying to share my Lexmark printer which is connected to my Slackware 12.1 server.

Everything works fine when i print test pages from my Slackbox, but i cant print from my vista and xp pc's.

I have tried several how-to's but nothing worked for me

problem :

pinter prints on slackware, but not from my other pc's

this is my cupsd.conf

Code:
#
# "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $"

#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See "man cupsd.conf" for a complete description of this
#   file.
#

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel debug

# Administrator user group...
SystemGroup sys root lp


# Only listen for connections from the local machine.
Listen Port 631
Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...
<Location />
  Order allow,deny
  Allow all
</Location>

# Restrict access to the admin pages...
<Location /admin>
  Encryption Required
  Order allow,deny
</Location>

# Restrict access to configuration files...
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>

# Set the default printer/job policies...
<Policy default>
  # Job-related operations must be done by the owner or an administrator...
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    Allow all
  </Limit>

  # All administration operations require an administrator to authenticate...
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>

  # All printer operations require a printer operator to authenticate...
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    Allow all
  </Limit>

  # Only the owner or an administrator can cancel or authenticate a job...
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    Allow all
  </Limit>

  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

#
# End of "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $".
#
and this is my error log :


Code:
D [05/Jun/2008:11:58:20 +0200] cupsdAcceptClient: 5 from localhost (Domain)
D [05/Jun/2008:11:58:20 +0200] cupsdReadClient: 5 POST / HTTP/1.1
D [05/Jun/2008:11:58:20 +0200] cupsdAuthorize: No authentication data provided.
D [05/Jun/2008:11:58:20 +0200] Get-Printer-Attributes ipp:///printers/LexmarkZ65
D [05/Jun/2008:11:58:20 +0200] cupsdProcessIPPRequest: 5 status_code=0 (successful-ok)
D [05/Jun/2008:11:58:20 +0200] cupsdCloseClient: 5
D [05/Jun/2008:11:58:20 +0200] cupsdAcceptClient: 5 from localhost (Domain)
D [05/Jun/2008:11:58:20 +0200] cupsdAcceptClient: 7 from localhost (Domain)
D [05/Jun/2008:11:58:20 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [05/Jun/2008:11:58:20 +0200] cupsdAuthorize: No authentication data provided.
D [05/Jun/2008:11:58:20 +0200] Get-Jobs ipp://localhost/printers/LexmarkZ65
D [05/Jun/2008:11:58:20 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [05/Jun/2008:11:58:20 +0200] cupsdReadClient: 5 POST / HTTP/1.1
D [05/Jun/2008:11:58:20 +0200] cupsdAuthorize: No authentication data provided.
D [05/Jun/2008:11:58:20 +0200] Get-Printer-Attributes ipp:///printers/LexmarkZ65
D [05/Jun/2008:11:58:20 +0200] cupsdProcessIPPRequest: 5 status_code=0 (successful-ok)
D [05/Jun/2008:11:58:20 +0200] cupsdReadClient: 7 POST / HTTP/1.1

I hope someone can help me

Tobas


P.s. Alienbob im sorry but my other post contains a wrong error log
 
Old 06-05-2008, 09:24 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,209

Rep: Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845
I would bet this is a Samba server issue. Were you able to add the Lexmark Z65 printer to any of your windoze clients? Would you post your smb.conf file?
 
Old 06-05-2008, 11:30 AM   #3
Tobas
LQ Newbie
 
Registered: Dec 2003
Posts: 16

Original Poster
Rep: Reputation: 0
Yes,

I can add my lexmark on my windows clients

and here is my smb.conf

Code:
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# For a step to step guide on installing, configuring and using samba, 
# read the Samba HOWTO Collection.
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors. 
#
#======================= Global Settings =====================================
[global]
	log file = /var/log/samba.%m
	dns proxy = no 
	load printers = yes
	netbios name = SERVER
                printcapname = cups
	printing = cups
	server string = Samba Server
	socket options = TCP_NODELAY 
	workgroup = WERKGROUP
	os level = 20
	hosts allow = 192.168.1. 192.168.2. 127.
	encrypt passwords = Yes
	security = user
	max log size = 50

# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2

# server string is the equivalent of the NT Description field

# Security mode. Defines in which mode Samba will operate. Possible 
# values are share, user, server, domain and ads. Most people will want 
# user level security. See the HOWTO Collection for details.

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this

# you may wish to override the location of the printcap file
;   printcap name = /etc/printcap

# on SystemV system setting printcap name to lpstat should allow
# you to automatically obtain a printer list from the SystemV spool
# system
;   printcap name = lpstat

# It should not be necessary to specify the print system type unless
# it is non-standard. Currently supported print systems include:
# bsd, cups, sysv, plp, lprng, aix, hpux, qnx
   printing = cups

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
;  guest account = pcguest

# this tells Samba to use a separate log file for each machine
# that connects

# Put a capping on the size of the log files (in Kb).

# Use password server option only with security = server
# The argument list may include:
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
#   password server = *
;   password server = <NT-Server-Name>

# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
;   realm = MY_REALM

# Backend to store user information in. New installations should 
# use either tdbsam or ldapsam. smbpasswd is available for backwards 
# compatibility. tdbsam requires no further configuration.
;   passdb backend = tdbsam

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting.
# Note: Consider carefully the location in the configuration file of
#       this line.  The included file is read at that point.
;   include = /usr/local/samba/lib/smb.conf.%m

# Most people will find that this option gives better performance.
# See the chapter 'Samba performance issues' in the Samba HOWTO Collection
# and the manual pages for details.
# You may want to add the following on a Linux system:
#         SO_RCVBUF=8192 SO_SNDBUF=8192

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 192.168.12.2/24 192.168.13.2/24 

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
;   local master = no

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
;   domain master = yes 

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
;   preferred master = yes

# Enable this if you want Samba to be a domain logon server for 
# Windows95 workstations. 
;   domain logons = yes

# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat

# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [Profiles] share below
;   logon path = \\%L\Profiles\%U

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
;   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
#	Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one	WINS Server on the network. The default is NO.
;   wins proxy = yes

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.

# These scripts are used on a domain controller or stand-alone 
# machine to add or delete corresponding unix accounts
;  add user script = /usr/sbin/useradd %u
;  add group script = /usr/sbin/groupadd %g
;  add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
;  delete user script = /usr/sbin/userdel %u
;  delete user from group script = /usr/sbin/deluser %u %g
;  delete group script = /usr/sbin/groupdel %g


#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes


# NOTE: If you have a BSD-style print system there is no need to 
# specifically define each individual printer
[LexmarkZ65]
	printer = LexmarkZ65
	comment = All Printers
	browseable = yes
	valid users = tobas,julian,@users
	printable = yes
	create mode = 0777
	path = /var/spool/samba
	use client driver = yes
# Set public = yes to allow user 'guest account' to print




[Vault]
	revalidate = yes
	force user = tobas
	delete readonly = yes
	writeable = yes
	valid users = tobas,@users
	path = /home/vault
	force group = users

[Queue]
	writeable = yes
	valid users = tobas,julian,@users
	path = /home/tobas/hellanzb/nzb/daemon.queue

Last edited by Tobas; 06-05-2008 at 11:32 AM.
 
Old 06-05-2008, 03:52 PM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,209

Rep: Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845
The way samba is set up, your users will have to log in as a user before they can print. Do you have each user set up as samba users? Have you logged it before you tried printing?

Another thing, are these windoze machines on the subnets defined in the global section?
 
Old 06-06-2008, 05:10 AM   #5
Tobas
LQ Newbie
 
Registered: Dec 2003
Posts: 16

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by camorri View Post
The way samba is set up, your users will have to log in as a user before they can print. Do you have each user set up as samba users? Have you logged it before you tried printing?

Another thing, are these windoze machines on the subnets defined in the global section?
I logged in to acces the shares before i tried to print.
And yes that are windoze machines

Tobas
 
Old 06-11-2008, 02:39 AM   #6
Tobas
LQ Newbie
 
Registered: Dec 2003
Posts: 16

Original Poster
Rep: Reputation: 0
No one ??????????
 
Old 06-11-2008, 04:10 AM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8105Reputation: 8105Reputation: 8105Reputation: 8105Reputation: 8105Reputation: 8105Reputation: 8105Reputation: 8105Reputation: 8105Reputation: 8105Reputation: 8105
Does this link help you any further? http://alien.slackbook.org/dokuwiki/...slackware:cups
Look at the [printers] section in smb.conf which is missing from your story.

Eric
 
Old 06-11-2008, 12:11 PM   #8
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,209

Rep: Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845
Sorry for not posting sooner. The mail notifications seem slow...

Anyway, here is what my [printers] section looks like, yours seems to be missing, as Alien Bob pointed out.

[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
guest ok = Yes
printable = Yes
print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers.
use client driver = Yes
browseable = No
 
Old 07-14-2008, 07:09 PM   #9
enyawix
Member
 
Registered: Sep 2003
Location: ky
Distribution: gentoo
Posts: 409

Rep: Reputation: 32
I hope this is of help to you.

Quote:
Originally Posted by camorri View Post
I would bet this is a Samba server issue. Were you able to add the Lexmark Z65 printer to any of your windoze clients? Would you post your smb.conf file?
No this a a vista issue. I have the same issue. my samba server works just fine for window$ XP, and other Linux boxes.

Check if the vista box can create a file on the samba box. If not you need to hack the window$ registry.

run regedit from the vista console.

go to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

change LmCompatibilityLevel to 1

I can file share but my printer is not supported by vista.

I hope this is of help to you.

Vista SUCKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
Old 07-14-2008, 08:15 PM   #10
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by enyawix
Vista SUCKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
It's not really Vista that sucks, but the driver developers. I've never been a fan of Windows, but the Vista-bashing is very exaggerated. XP was quite insecure, and that allowed driver developers (and application developers) to mildly exploit holes to gain higher priveleges and interface with the hardware. If they had written their drivers properly without exploiting security holes, they would probably (though not always) work with Vista (or maybe requiring only a little bit of modification), but they didn't because it was so darn easy and effective to hack away at XP.

The second Microsoft actually tries to implement any sort of security beyond a surface-based spyware detector, people think the OS is crap. I have news for you. My Lexmark printer is almost, thought not quite, a paperweight in Linux. It's terrible. Do I blame Linux? No, I blame Lexmark for writing crappy 1995 drivers and never updating them. They have some open-source kit, but it was released far too late and I think I'm the only one left with this piece of crap Z23 which actually worked very well in Windows (though I haven't tried in Vista). I'm forced to live with black-and-white and only being able to print one page at a time (literally) when it works at all -- or I can print using Windows in a VM. Both choices suck.

[/tangent]
 
Old 07-14-2008, 09:14 PM   #11
enyawix
Member
 
Registered: Sep 2003
Location: ky
Distribution: gentoo
Posts: 409

Rep: Reputation: 32
Before we get to far off topic; Did my post fix your printing?


I also have a fix for vista boxes behind linux firewalls. It appears Micro $oft did several things in the networking code for vista, To make Linux and Unix servers look bad. The samba team as other have their hands full this time.
 
Old 07-15-2008, 07:35 AM   #12
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,357

Rep: Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739
The OP states that there is no printing from XP boxen, so this is not just a Vista issue.
The OP error log shows:
Quote:
cupsdAuthorize: No authentication data provided.
Looks more like a user authorisation problem to me.
 
Old 07-15-2008, 08:25 AM   #13
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,209

Rep: Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845
To get around the authentication problem, could you add the following to your global section.

Quote:
guest account = guest
If you look at the Printers section I posted earlier, you will see 'guest ok = yes'. When you turn on guest account, any smbuser should have access
to any share you add guest ok = yes to. Anyone on the lan without a smbuser still should not be able to print.

I believe you could make an allow, deny lists of users, if you needed to restrict printing to specific users.

I have XP systems, and 1 vista system printing to my linux printer share. I didn't have to do any hacks on any system to get the printing going. I just
added the guest account.

Hope this helps.
 
  


Reply

Tags
fix, samba, vista


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
Printer share on Slackware 12.1 ( cups issue ) Tobas Linux - Networking 1 06-03-2008 03:52 PM
Cant share printer with cups The slayer Ubuntu 2 11-25-2007 07:58 AM
CUPS printer will not share to windows client - printer does not have correct drivers Hotchips Linux - Server 2 07-22-2007 02:56 AM
Do you need more than CUPS to share printer? Akhran Linux - Newbie 4 02-14-2006 09:05 AM
Virtual Printer / CUPS-PDF Printer Issue in SuSE 10 jlstratton42 SUSE / openSUSE 0 12-21-2005 11:04 AM

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

All times are GMT -5. The time now is 05:16 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