Vista [client], Cups 1.3.7. [server]

Martyss mstrejc at quick.cz
Fri Sep 26 05:13:43 PDT 2008


Hello!
I have two PCs. Windows Vista [printclient] with IP 10.0.0.1 and Cups [printserver] with IP 10.0.0.3. I cant print from Vista to Cups. The are cupsd.conf, acces_log, error_log , if i try send print from 10.0.0.1 to 10.0.0.3. Whats wrong? Thaks o help.

cupsd.conf

listLogLevel info
SystemGroup sys root
# Allow remote access
Listen *:631
#Port 631
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
   # Allow shared printing...

Order allow,deny
 Allow from All
#Allow all
</Location>
<Location /admin>
  Encryption Required
  # Restrict access to the admin pages...
  Order allow,deny
Allow from All
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  # Restrict access to the configuration files...
  Order allow,deny
</Location>
<Policy default>
  <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
  </Limit>
  <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>
  <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
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>


acess_log
10.0.0.1 - root [26/Sep/2008:14:01:22 +0000] "GET /admin?op=config-server HTTP/1.1" 200 0 - -
10.0.0.1 - root [26/Sep/2008:14:01:22 +0000] "GET /admin?op=config-server HTTP/1.1" 200 8222 - -
10.0.0.1 - root [26/Sep/2008:14:01:32 +0000] "GET /admin/ HTTP/1.1" 200 0 - -
localhost - - [26/Sep/2008:14:01:32 +0000] "POST / HTTP/1.1" 200 104 Get-Subscriptions client-error-not-found
10.0.0.1 - root [26/Sep/2008:14:01:32 +0000] "GET /admin/ HTTP/1.1" 200 5887 - -
10.0.0.1 - root [26/Sep/2008:14:01:34 +0000] "GET /admin/log/access_log HTTP/1.1" 200 166462 - -
10.0.0.1 - root [26/Sep/2008:14:01:51 +0000] "GET /admin/log/error_log HTTP/1.1" 200 55646 - -
10.0.0.1 - root [26/Sep/2008:14:03:05 +0000] "GET /admin/log/access_log HTTP/1.1" 200 166654


error_log
E [26/Sep/2008:14:00:46 +0000] Unknown directive listLogLevel on line 1.
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "Set-Job" on line 33!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "Attributes" on line 33!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "Get" on line 33!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "Notifications" on line 33!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "CUPS-Move" on line 33!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "Job" on line 33!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "CUPS-Delete" on line 37!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "Class" on line 37!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "Pause-Printer-After" on line 42!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "Current-Job" on line 42!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "CUPS" on line 42!
E [26/Sep/2008:14:00:46 +0000] Bad IPP operation name "Accept-Jobs" on line 42!
E [26/Sep/2008:14:00:56 +0000] Unable to open listen socket for address :::631 - Address family not supported by protocol.













More information about the cups mailing list