[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HP 840 Share Problem



Alle 11:56, giovedì 23 gennaio 2003, Willem-Jan Meijer ha scritto:
> Hello again,
>
> I've got a problem with my HP840 printer. I shared the printer and he's
> accesible from Windoze XP buit when I want to print there happens nothing.
> When I look by print jobs there's said there's an error.
>
> What's going wrong?

What happens if you try to print from the client using the cups web interface?
(http://cups-server:631/printer/dj840 ... print_test_page)


-----------------------------------------------
this is my cupsd.conf: (cupsys 1.1.14-4.3)
(comments and ampty lines removed)
(my clients have address 192.168.1.*)
----------------------------------------------

ServerName localhost
ServerAdmin root@localhost

Classification none
DefaultCharset UTF-8
DefaultLanguage en
Printcap /etc/printcap.cups
PrintcapFormat BSD

RemoteRoot remroot
SystemGroup lpadmin
ServerCertificate /etc/cups/ssl/server.crt
ServerKey /etc/cups/ssl/server.key

<Location />
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.*
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From 127.0.0.1
</Location>

HostnameLookups Off
KeepAlive On
KeepAliveTimeout 60
MaxClients 100
MaxRequestSize 0m
Timeout 300

Listen *:631

AccessLog /var/log/cups/access_log
ErrorLog /var/log/cups/error_log
PageLog /var/log/cups/page_log
MaxLogSize 1m
LogLevel info
PreserveJobHistory On
PreserveJobFiles Off
AutoPurgeJobs No
MaxJobs 0
MaxJobsPerPrinter 0
MaxJobsPerUser 0
User lp
Group sys
RIPCache 8m
FilterLimit 0
DataDir /usr/share/cups
DocumentRoot /usr/share/cups/doc
RequestRoot /var/spool/cups
ServerBin /usr/lib/cups
ServerRoot /etc/cups
TempDir /var/spool/cups/tmp
Browsing On
BrowseProtocols CUPS
BrowsePort 631
BrowseInterval 30
BrowseTimeout 300
BrowseAddress 192.168.1.255
BrowseOrder allow,deny
ImplicitClasses On
ImplicitAnyClasses Off
HideImplicitMembers Yes
BrowseShortNames Yes
-----------------------------------------

P.S. I would like to know if my previous e-mail (the reply, not this one) was 
of some help ;-)



Reply to: