Two PCs one CUPS...

Gruß Thomas!

Grand Admiral Special
Mitglied seit
27.03.2008
Beiträge
2.027
Renomée
118
Standort
Bayreuth
  • Docking@Home
So, da ich jetzt eure Aufmerksamkeit hab, bräuchte ich eure Hilfe ;D.

Also: Ich hab bereits einen funktionierenden Samba Fileserver mit Ubuntu 10.10 Server Edition am Laufen. Der Drucker geht auch schon soweit, dass ich Testseiten drucken kann und die CUPS Verwaltung am Firefox mag auch schonmal. Jetzt ist nur das Problem, dass ich CUPS nicht richtig eingestellt bekomm... Der Drucker erscheint mittlerweile nicht mehr im Netzwerk, bzw. nur sporadisch und wenn dann kann ich nicht mit ihm connecten und es heißt dass das nicht geklappt hätte...

PHP:
#
#
# Sample configuration file for the CUPS scheduler.  See "man cupsd.conf" for a
# complete description of this file.
#

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

# Deactivate CUPS' internal logrotating, as we provide a better one, especially
# LogLevel debug2 gets usable now
MaxLogSize 0

# Administrator user group...
SystemGroup lpadmin

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

# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseLocalProtocols CUPS dnssd
BrowseAddress 192.168.2.255:631
BrowseAddress 255.255.255.255:631

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

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

# Restrict access to the admin pages...
<Location /admin>
  Allow localhost
  Allow 192.168.2.35 
  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 CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </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 CUPS-Get-Devices>
    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
  </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
  </Limit>

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

# Set the authenticated printer/job policies...
<Policy authenticated>
  # Job-related operations must be done by the owner or an administrator...
  <Limit Create-Job Print-Job Print-URI>
    AuthType Default
    Order deny,allow
  </Limit>

  <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 CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
  </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
  </Limit>

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

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

#
#

Und noch die error_log:

PHP:
E [19/Nov/2010:15:13:21 +0100] Unable to bind socket for address 192.168.2.50:631 - Cannot assign requested address.
E [19/Nov/2010:15:17:04 +0100] Unable to bind socket for address 192.168.2.50:631 - Cannot assign requested address.
E [19/Nov/2010:15:40:17 +0100] cupsdAuthorize: Empty Basic password!
E [19/Nov/2010:15:44:35 +0100] Unable to bind socket for address 192.168.2.50:631 - Cannot assign requested address.
E [19/Nov/2010:15:53:29 +0100] cupsdAuthorize: pam_authenticate() returned 7 (Authentication failure)!
W [19/Nov/2010:15:57:40 +0100] [Job 1] changing executable pstops from "/usr/lib/cups/filter/pstops" to "/usr/bin/pstops"
W [19/Nov/2010:15:57:45 +0100] [Job 1] *** glibc detected *** /usr/bin/alc900.filter: double free or corruption (!prev): 0x09446008 ***
W [19/Nov/2010:15:57:45 +0100] [Job 1] ======= Backtrace: =========
W [19/Nov/2010:15:57:45 +0100] [Job 1] /lib/libc.so.6(+0x6c501)[0xb76f0501]
W [19/Nov/2010:15:57:45 +0100] [Job 1] /lib/libc.so.6(+0x6dd70)[0xb76f1d70]
W [19/Nov/2010:15:57:45 +0100] [Job 1] /lib/libc.so.6(cfree+0x6d)[0xb76f4e5d]
W [19/Nov/2010:15:57:45 +0100] [Job 1] /usr/bin/alc900.filter[0x804a8e7]
W [19/Nov/2010:15:57:45 +0100] [Job 1] /usr/bin/alc900.filter[0x804a80a]
W [19/Nov/2010:15:57:45 +0100] [Job 1] /lib/libc.so.6(__libc_start_main+0xe7)[0xb769ace7]
W [19/Nov/2010:15:57:45 +0100] [Job 1] /usr/bin/alc900.filter(geteuid+0x41)[0x8049881]
W [19/Nov/2010:15:57:45 +0100] [Job 1] ======= Memory map: ========
W [19/Nov/2010:15:57:45 +0100] [Job 1] 08048000-080bb000 r-xp 00000000 08:05 347811     /usr/bin/alc900.filter
W [19/Nov/2010:15:57:45 +0100] [Job 1] 080bb000-080bc000 rwxp 00073000 08:05 347811     /usr/bin/alc900.filter
W [19/Nov/2010:15:57:45 +0100] [Job 1] 09446000-09493000 rwxp 00000000 00:00 0          [heap]
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7100000-b7121000 rwxp 00000000 00:00 0 
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7121000-b7200000 ---p 00000000 00:00 0 
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7257000-b7271000 r-xp 00000000 08:05 203660     /lib/libgcc_s.so.1
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7271000-b7272000 r-xp 00019000 08:05 203660     /lib/libgcc_s.so.1
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7272000-b7273000 rwxp 0001a000 08:05 203660     /lib/libgcc_s.so.1
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7277000-b764c000 rwxp 00000000 00:00 0 
W [19/Nov/2010:15:57:45 +0100] [Job 1] b764c000-b7656000 r-xp 00000000 08:05 203913     /lib/libnss_files-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7656000-b7657000 r-xp 00009000 08:05 203913     /lib/libnss_files-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7657000-b7658000 rwxp 0000a000 08:05 203913     /lib/libnss_files-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7658000-b7661000 r-xp 00000000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7661000-b7662000 r-xp 00008000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7662000-b7663000 rwxp 00009000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7663000-b7676000 r-xp 00000000 08:05 203910     /lib/libnsl-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7676000-b7677000 r-xp 00012000 08:05 203910     /lib/libnsl-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7677000-b7678000 rwxp 00013000 08:05 203910     /lib/libnsl-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7678000-b767a000 rwxp 00000000 00:00 0 
W [19/Nov/2010:15:57:45 +0100] [Job 1] b767a000-b7680000 r-xp 00000000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7680000-b7681000 r-xp 00006000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7681000-b7682000 rwxp 00007000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7682000-b7684000 rwxp 00000000 00:00 0 
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7684000-b77db000 r-xp 00000000 08:05 203900     /lib/libc-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77db000-b77dc000 ---p 00157000 08:05 203900     /lib/libc-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77dc000-b77de000 r-xp 00157000 08:05 203900     /lib/libc-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77de000-b77df000 rwxp 00159000 08:05 203900     /lib/libc-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77df000-b77e2000 rwxp 00000000 00:00 0 
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77e2000-b77f7000 r-xp 00000000 08:05 203920     /lib/libpthread-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77f7000-b77f8000 ---p 00015000 08:05 203920     /lib/libpthread-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77f8000-b77f9000 r-xp 00015000 08:05 203920     /lib/libpthread-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77f9000-b77fa000 rwxp 00016000 08:05 203920     /lib/libpthread-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77fa000-b77fc000 rwxp 00000000 00:00 0 
W [19/Nov/2010:15:57:45 +0100] [Job 1] b77ff000-b7802000 rwxp 00000000 00:00 0 
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7802000-b7803000 r-xp 00000000 00:00 0          [vdso]
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7803000-b781f000 r-xp 00000000 08:05 203897     /lib/ld-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b781f000-b7820000 r-xp 0001b000 08:05 203897     /lib/ld-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] b7820000-b7821000 rwxp 0001c000 08:05 203897     /lib/ld-2.12.1.so
W [19/Nov/2010:15:57:45 +0100] [Job 1] bf857000-bf878000 rwxp 00000000 00:00 0          [stack]
W [19/Nov/2010:15:57:45 +0100] [Job 1] ============================
W [19/Nov/2010:15:57:45 +0100] [Job 1] render-return-code 134
W [19/Nov/2010:15:57:45 +0100] [Job 1] this is a known error of "/usr/bin/alc900.filter"
W [19/Nov/2010:15:57:45 +0100] [Job 1] and not critical, continuing ...
E [19/Nov/2010:18:16:53 +0100] Hostname lookup for "192.168.2.*" failed!
E [19/Nov/2010:18:16:53 +0100] Bad Listen address 192.168.2.* at line 20.
E [19/Nov/2010:18:34:31 +0100] cupsdAuthorize: pam_authenticate() returned 7 (Authentication failure)!
E [19/Nov/2010:18:46:49 +0100] Unknown directive encrypt on line 18.
E [19/Nov/2010:18:47:23 +0100] Unknown directive encrypt on line 18.
E [19/Nov/2010:19:10:19 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/EPSON_AL-C900) from localhost
W [19/Nov/2010:19:10:26 +0100] [Job 4] changing executable pstops from "/usr/lib/cups/filter/pstops" to "/usr/bin/pstops"
W [19/Nov/2010:19:10:32 +0100] [Job 4] *** glibc detected *** /usr/bin/alc900.filter: double free or corruption (!prev): 0x0a04a008 ***
W [19/Nov/2010:19:10:32 +0100] [Job 4] ======= Backtrace: =========
W [19/Nov/2010:19:10:32 +0100] [Job 4] /lib/libc.so.6(+0x6c501)[0xb7796501]
W [19/Nov/2010:19:10:32 +0100] [Job 4] /lib/libc.so.6(+0x6dd70)[0xb7797d70]
W [19/Nov/2010:19:10:32 +0100] [Job 4] /lib/libc.so.6(cfree+0x6d)[0xb779ae5d]
W [19/Nov/2010:19:10:32 +0100] [Job 4] /usr/bin/alc900.filter[0x804a8e7]
W [19/Nov/2010:19:10:32 +0100] [Job 4] /usr/bin/alc900.filter[0x804a80a]
W [19/Nov/2010:19:10:32 +0100] [Job 4] /lib/libc.so.6(__libc_start_main+0xe7)[0xb7740ce7]
W [19/Nov/2010:19:10:32 +0100] [Job 4] /usr/bin/alc900.filter(geteuid+0x41)[0x8049881]
W [19/Nov/2010:19:10:32 +0100] [Job 4] ======= Memory map: ========
W [19/Nov/2010:19:10:32 +0100] [Job 4] 08048000-080bb000 r-xp 00000000 08:05 347811     /usr/bin/alc900.filter
W [19/Nov/2010:19:10:32 +0100] [Job 4] 080bb000-080bc000 rwxp 00073000 08:05 347811     /usr/bin/alc900.filter
W [19/Nov/2010:19:10:32 +0100] [Job 4] 0a04a000-0a097000 rwxp 00000000 00:00 0          [heap]
W [19/Nov/2010:19:10:32 +0100] [Job 4] b71e4000-b71fe000 r-xp 00000000 08:05 203660     /lib/libgcc_s.so.1
W [19/Nov/2010:19:10:32 +0100] [Job 4] b71fe000-b71ff000 r-xp 00019000 08:05 203660     /lib/libgcc_s.so.1
W [19/Nov/2010:19:10:32 +0100] [Job 4] b71ff000-b7200000 rwxp 0001a000 08:05 203660     /lib/libgcc_s.so.1
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7200000-b7221000 rwxp 00000000 00:00 0 
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7221000-b7300000 ---p 00000000 00:00 0 
W [19/Nov/2010:19:10:32 +0100] [Job 4] b731d000-b76f2000 rwxp 00000000 00:00 0 
W [19/Nov/2010:19:10:32 +0100] [Job 4] b76f2000-b76fc000 r-xp 00000000 08:05 203913     /lib/libnss_files-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b76fc000-b76fd000 r-xp 00009000 08:05 203913     /lib/libnss_files-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b76fd000-b76fe000 rwxp 0000a000 08:05 203913     /lib/libnss_files-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b76fe000-b7707000 r-xp 00000000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7707000-b7708000 r-xp 00008000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7708000-b7709000 rwxp 00009000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7709000-b771c000 r-xp 00000000 08:05 203910     /lib/libnsl-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b771c000-b771d000 r-xp 00012000 08:05 203910     /lib/libnsl-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b771d000-b771e000 rwxp 00013000 08:05 203910     /lib/libnsl-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b771e000-b7720000 rwxp 00000000 00:00 0 
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7720000-b7726000 r-xp 00000000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7726000-b7727000 r-xp 00006000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7727000-b7728000 rwxp 00007000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7728000-b772a000 rwxp 00000000 00:00 0 
W [19/Nov/2010:19:10:32 +0100] [Job 4] b772a000-b7881000 r-xp 00000000 08:05 203900     /lib/libc-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7881000-b7882000 ---p 00157000 08:05 203900     /lib/libc-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7882000-b7884000 r-xp 00157000 08:05 203900     /lib/libc-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7884000-b7885000 rwxp 00159000 08:05 203900     /lib/libc-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7885000-b7888000 rwxp 00000000 00:00 0 
W [19/Nov/2010:19:10:32 +0100] [Job 4] b7888000-b789d000 r-xp 00000000 08:05 203920     /lib/libpthread-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b789d000-b789e000 ---p 00015000 08:05 203920     /lib/libpthread-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b789e000-b789f000 r-xp 00015000 08:05 203920     /lib/libpthread-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b789f000-b78a0000 rwxp 00016000 08:05 203920     /lib/libpthread-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b78a0000-b78a2000 rwxp 00000000 00:00 0 
W [19/Nov/2010:19:10:32 +0100] [Job 4] b78a5000-b78a8000 rwxp 00000000 00:00 0 
W [19/Nov/2010:19:10:32 +0100] [Job 4] b78a8000-b78a9000 r-xp 00000000 00:00 0          [vdso]
W [19/Nov/2010:19:10:32 +0100] [Job 4] b78a9000-b78c5000 r-xp 00000000 08:05 203897     /lib/ld-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b78c5000-b78c6000 r-xp 0001b000 08:05 203897     /lib/ld-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] b78c6000-b78c7000 rwxp 0001c000 08:05 203897     /lib/ld-2.12.1.so
W [19/Nov/2010:19:10:32 +0100] [Job 4] bf899000-bf8ba000 rwxp 00000000 00:00 0          [stack]
W [19/Nov/2010:19:10:32 +0100] [Job 4] ============================
W [19/Nov/2010:19:10:32 +0100] [Job 4] render-return-code 134
W [19/Nov/2010:19:10:32 +0100] [Job 4] this is a known error of "/usr/bin/alc900.filter"
W [19/Nov/2010:19:10:32 +0100] [Job 4] and not critical, continuing ...
E [20/Nov/2010:13:25:51 +0100] Unknown directive encrypt on line 18.
E [20/Nov/2010:13:29:49 +0100] Unknown directive encrypt on line 18.
E [20/Nov/2010:13:29:49 +0100] Unable to bind socket for address 192.168.2.40:631 - Address already in use.
E [20/Nov/2010:13:29:49 +0100] Unable to bind socket for address ::1:631 - Address already in use.
E [20/Nov/2010:13:29:49 +0100] Unable to bind socket for address 127.0.0.1:631 - Address already in use.
E [20/Nov/2010:13:29:49 +0100] Unable to bind broadcast socket - Address already in use.
E [20/Nov/2010:13:33:00 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:00 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:00 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:05 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:05 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:05 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:15 +0100] cupsdAuthorize: pam_authenticate() returned 7 (Authentication failure)!
E [20/Nov/2010:13:33:25 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:25 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:25 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:39 +0100] cupsdAuthorize: pam_authenticate() returned 7 (Authentication failure)!
E [20/Nov/2010:13:33:43 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:43 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:33:43 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:34:39 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:34:39 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:34:39 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:35:10 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/EPSON_AL-C900) from localhost
W [20/Nov/2010:13:35:21 +0100] [Job 6] changing executable pstops from "/usr/lib/cups/filter/pstops" to "/usr/bin/pstops"
W [20/Nov/2010:13:35:26 +0100] [Job 6] *** glibc detected *** /usr/bin/alc900.filter: double free or corruption (!prev): 0x08e87008 ***
W [20/Nov/2010:13:35:26 +0100] [Job 6] ======= Backtrace: =========
W [20/Nov/2010:13:35:26 +0100] [Job 6] /lib/libc.so.6(+0x6c501)[0xb76d0501]
W [20/Nov/2010:13:35:26 +0100] [Job 6] /lib/libc.so.6(+0x6dd70)[0xb76d1d70]
W [20/Nov/2010:13:35:26 +0100] [Job 6] /lib/libc.so.6(cfree+0x6d)[0xb76d4e5d]
W [20/Nov/2010:13:35:26 +0100] [Job 6] /usr/bin/alc900.filter[0x804a8e7]
W [20/Nov/2010:13:35:26 +0100] [Job 6] /usr/bin/alc900.filter[0x804a80a]
W [20/Nov/2010:13:35:26 +0100] [Job 6] /lib/libc.so.6(__libc_start_main+0xe7)[0xb767ace7]
W [20/Nov/2010:13:35:26 +0100] [Job 6] /usr/bin/alc900.filter(geteuid+0x41)[0x8049881]
W [20/Nov/2010:13:35:26 +0100] [Job 6] ======= Memory map: ========
W [20/Nov/2010:13:35:26 +0100] [Job 6] 08048000-080bb000 r-xp 00000000 08:05 347811     /usr/bin/alc900.filter
W [20/Nov/2010:13:35:26 +0100] [Job 6] 080bb000-080bc000 rwxp 00073000 08:05 347811     /usr/bin/alc900.filter
W [20/Nov/2010:13:35:26 +0100] [Job 6] 08e87000-08ed4000 rwxp 00000000 00:00 0          [heap]
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7100000-b7121000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7121000-b7200000 ---p 00000000 00:00 0 
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7237000-b7251000 r-xp 00000000 08:05 203660     /lib/libgcc_s.so.1
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7251000-b7252000 r-xp 00019000 08:05 203660     /lib/libgcc_s.so.1
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7252000-b7253000 rwxp 0001a000 08:05 203660     /lib/libgcc_s.so.1
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7257000-b762c000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:35:26 +0100] [Job 6] b762c000-b7636000 r-xp 00000000 08:05 203913     /lib/libnss_files-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7636000-b7637000 r-xp 00009000 08:05 203913     /lib/libnss_files-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7637000-b7638000 rwxp 0000a000 08:05 203913     /lib/libnss_files-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7638000-b7641000 r-xp 00000000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7641000-b7642000 r-xp 00008000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7642000-b7643000 rwxp 00009000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7643000-b7656000 r-xp 00000000 08:05 203910     /lib/libnsl-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7656000-b7657000 r-xp 00012000 08:05 203910     /lib/libnsl-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7657000-b7658000 rwxp 00013000 08:05 203910     /lib/libnsl-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7658000-b765a000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:35:26 +0100] [Job 6] b765a000-b7660000 r-xp 00000000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7660000-b7661000 r-xp 00006000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7661000-b7662000 rwxp 00007000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7662000-b7664000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7664000-b77bb000 r-xp 00000000 08:05 203900     /lib/libc-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77bb000-b77bc000 ---p 00157000 08:05 203900     /lib/libc-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77bc000-b77be000 r-xp 00157000 08:05 203900     /lib/libc-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77be000-b77bf000 rwxp 00159000 08:05 203900     /lib/libc-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77bf000-b77c2000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77c2000-b77d7000 r-xp 00000000 08:05 203920     /lib/libpthread-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77d7000-b77d8000 ---p 00015000 08:05 203920     /lib/libpthread-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77d8000-b77d9000 r-xp 00015000 08:05 203920     /lib/libpthread-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77d9000-b77da000 rwxp 00016000 08:05 203920     /lib/libpthread-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77da000-b77dc000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77df000-b77e2000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77e2000-b77e3000 r-xp 00000000 00:00 0          [vdso]
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77e3000-b77ff000 r-xp 00000000 08:05 203897     /lib/ld-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b77ff000-b7800000 r-xp 0001b000 08:05 203897     /lib/ld-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] b7800000-b7801000 rwxp 0001c000 08:05 203897     /lib/ld-2.12.1.so
W [20/Nov/2010:13:35:26 +0100] [Job 6] bff11000-bff32000 rwxp 00000000 00:00 0          [stack]
W [20/Nov/2010:13:35:26 +0100] [Job 6] ============================
W [20/Nov/2010:13:35:26 +0100] [Job 6] render-return-code 134
W [20/Nov/2010:13:35:26 +0100] [Job 6] this is a known error of "/usr/bin/alc900.filter"
W [20/Nov/2010:13:35:26 +0100] [Job 6] and not critical, continuing ...
E [20/Nov/2010:13:35:35 +0100] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/6) from localhost
E [20/Nov/2010:13:41:31 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/EPSON_AL-C900) from localhost
W [20/Nov/2010:13:41:38 +0100] [Job 8] changing executable pstops from "/usr/lib/cups/filter/pstops" to "/usr/bin/pstops"
W [20/Nov/2010:13:41:43 +0100] [Job 8] *** glibc detected *** /usr/bin/alc900.filter: double free or corruption (!prev): 0x08da6008 ***
W [20/Nov/2010:13:41:43 +0100] [Job 8] ======= Backtrace: =========
W [20/Nov/2010:13:41:43 +0100] [Job 8] /lib/libc.so.6(+0x6c501)[0xb7681501]
W [20/Nov/2010:13:41:43 +0100] [Job 8] /lib/libc.so.6(+0x6dd70)[0xb7682d70]
W [20/Nov/2010:13:41:43 +0100] [Job 8] /lib/libc.so.6(cfree+0x6d)[0xb7685e5d]
W [20/Nov/2010:13:41:43 +0100] [Job 8] /usr/bin/alc900.filter[0x804a8e7]
W [20/Nov/2010:13:41:43 +0100] [Job 8] /usr/bin/alc900.filter[0x804a80a]
W [20/Nov/2010:13:41:43 +0100] [Job 8] /lib/libc.so.6(__libc_start_main+0xe7)[0xb762bce7]
W [20/Nov/2010:13:41:43 +0100] [Job 8] /usr/bin/alc900.filter(geteuid+0x41)[0x8049881]
W [20/Nov/2010:13:41:43 +0100] [Job 8] ======= Memory map: ========
W [20/Nov/2010:13:41:43 +0100] [Job 8] 08048000-080bb000 r-xp 00000000 08:05 347811     /usr/bin/alc900.filter
W [20/Nov/2010:13:41:43 +0100] [Job 8] 080bb000-080bc000 rwxp 00073000 08:05 347811     /usr/bin/alc900.filter
W [20/Nov/2010:13:41:43 +0100] [Job 8] 08da6000-08df3000 rwxp 00000000 00:00 0          [heap]
W [20/Nov/2010:13:41:43 +0100] [Job 8] b70e4000-b70fe000 r-xp 00000000 08:05 203660     /lib/libgcc_s.so.1
W [20/Nov/2010:13:41:43 +0100] [Job 8] b70fe000-b70ff000 r-xp 00019000 08:05 203660     /lib/libgcc_s.so.1
W [20/Nov/2010:13:41:43 +0100] [Job 8] b70ff000-b7100000 rwxp 0001a000 08:05 203660     /lib/libgcc_s.so.1
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7100000-b7121000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7121000-b7200000 ---p 00000000 00:00 0 
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7208000-b75dd000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:41:43 +0100] [Job 8] b75dd000-b75e7000 r-xp 00000000 08:05 203913     /lib/libnss_files-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b75e7000-b75e8000 r-xp 00009000 08:05 203913     /lib/libnss_files-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b75e8000-b75e9000 rwxp 0000a000 08:05 203913     /lib/libnss_files-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b75e9000-b75f2000 r-xp 00000000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b75f2000-b75f3000 r-xp 00008000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b75f3000-b75f4000 rwxp 00009000 08:05 203916     /lib/libnss_nis-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b75f4000-b7607000 r-xp 00000000 08:05 203910     /lib/libnsl-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7607000-b7608000 r-xp 00012000 08:05 203910     /lib/libnsl-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7608000-b7609000 rwxp 00013000 08:05 203910     /lib/libnsl-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7609000-b760b000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:41:43 +0100] [Job 8] b760b000-b7611000 r-xp 00000000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7611000-b7612000 r-xp 00006000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7612000-b7613000 rwxp 00007000 08:05 203911     /lib/libnss_compat-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7613000-b7615000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7615000-b776c000 r-xp 00000000 08:05 203900     /lib/libc-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b776c000-b776d000 ---p 00157000 08:05 203900     /lib/libc-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b776d000-b776f000 r-xp 00157000 08:05 203900     /lib/libc-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b776f000-b7770000 rwxp 00159000 08:05 203900     /lib/libc-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7770000-b7773000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7773000-b7788000 r-xp 00000000 08:05 203920     /lib/libpthread-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7788000-b7789000 ---p 00015000 08:05 203920     /lib/libpthread-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7789000-b778a000 r-xp 00015000 08:05 203920     /lib/libpthread-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b778a000-b778b000 rwxp 00016000 08:05 203920     /lib/libpthread-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b778b000-b778d000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7790000-b7793000 rwxp 00000000 00:00 0 
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7793000-b7794000 r-xp 00000000 00:00 0          [vdso]
W [20/Nov/2010:13:41:43 +0100] [Job 8] b7794000-b77b0000 r-xp 00000000 08:05 203897     /lib/ld-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b77b0000-b77b1000 r-xp 0001b000 08:05 203897     /lib/ld-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] b77b1000-b77b2000 rwxp 0001c000 08:05 203897     /lib/ld-2.12.1.so
W [20/Nov/2010:13:41:43 +0100] [Job 8] bff9a000-bffbb000 rwxp 00000000 00:00 0          [stack]
W [20/Nov/2010:13:41:43 +0100] [Job 8] ============================
W [20/Nov/2010:13:41:43 +0100] [Job 8] render-return-code 134
W [20/Nov/2010:13:41:43 +0100] [Job 8] this is a known error of "/usr/bin/alc900.filter"
W [20/Nov/2010:13:41:43 +0100] [Job 8] and not critical, continuing ...
E [20/Nov/2010:13:45:25 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:45:25 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:45:25 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:45:59 +0100] cupsdAuthorize: Empty Basic password!
E [20/Nov/2010:13:46:02 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:02 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:02 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:06 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:06 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:06 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:07 +0100] cupsdAuthorize: Empty Basic username!
E [20/Nov/2010:13:46:07 +0100] cupsdAuthorize: Empty Basic username!
E [20/Nov/2010:13:46:08 +0100] cupsdAuthorize: Empty Basic username!
E [20/Nov/2010:13:46:08 +0100] cupsdAuthorize: Empty Basic username!
E [20/Nov/2010:13:46:39 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:39 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:39 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:44 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:44 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:44 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:49 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:49 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:46:49 +0100] cupsdAuthorize: Local authentication certificate not found!
E [20/Nov/2010:13:49:58 +0100] Unknown directive encrypt on line 18.
W [20/Nov/2010:13:49:58 +0100] Duplicate listen address "192.168.2.40" ignored!
E [20/Nov/2010:13:50:18 +0100] Unknown directive encrypt on line 18.
W [20/Nov/2010:13:50:18 +0100] Duplicate listen address "192.168.2.40" ignored!
E [20/Nov/2010:13:52:38 +0100] Unknown directive encrypt on line 18.
W [20/Nov/2010:13:52:38 +0100] Duplicate listen address "192.168.2.40" ignored!
W [20/Nov/2010:13:52:38 +0100] Duplicate listen address "192.168.2.40" ignored!
E [20/Nov/2010:13:53:45 +0100] Unknown directive encrypt on line 18.
W [20/Nov/2010:13:53:45 +0100] Duplicate listen address "192.168.2.40" ignored!
W [20/Nov/2010:13:53:45 +0100] Duplicate listen address "192.168.2.40" ignored!
E [20/Nov/2010:13:54:41 +0100] Unknown directive encrypt on line 18.
W [20/Nov/2010:13:54:41 +0100] Duplicate listen address "192.168.2.40" ignored!

Was muss ich einstellen, dass es läuft?
.
EDIT :
.

Also:

Das Drucken unter Linux geht schonmal. Was muss ich dann jetzt für XP noch machen?
 
Zuletzt bearbeitet:
Hostname lookup for "192.168.2.*" failed!

wird wahrscheinlich bedeutetn, dass er mit der art wildcard die du gesetzt hast nicht klarkommt.

<Location />
Order allow,deny
Allow 192.168.2.*
Allow localhost
</Location>

Ich würde mal schätzen dass cups eher sowas annimmt:

192.168.2.0/24
 
Ich hab das so verstanden, dass mit der IP Angabe das Interface angesprochen wird. Kann das sein?
.
EDIT :
.

Ich hab gerade eben einen Druckauftrag erfolgreich abgesandt, aber im Log File steht der Benutzer auf dem Server (network2), den ich auch für meinen Netzwerkdatenträger nehme. Ich müsste mich also so irgendwie verbinden, bloß wie?
 
Listen 192.168.2.40
Listen localhost:631

Glaube das ist eins zuviel

Das passt schon, da er, wie ja schon richtig erkannt, damit an die Interfaces bindet. Ich parse gerade mal die config. Vielleicht sehe ich den Fehler fix. Aber cups kann ein richtiges Biest sein.

PS: Oh sehe gerade, Linux ist schon gefixt.
 
Zuletzt bearbeitet:
Naja nicht so ganz... Das geht irgendwie nur an meinem Laptop, der meines Bruders mag nicht so... Aber das schein eine Einstellungssache bei ihm sein...
 
Ich glaub das Problem ist jetzt erst mal zweitrangig, mein Linux Laptop hat sich gestern verabschiedet... Jetzt muss erstmal der wieder gehen... :(
 
Das ist ein und dasselbe Interface ;)

Siehe auch:
[20/Nov/2010:13:49:58 +0100] Duplicate listen address "192.168.2.40" ignored!
 
Es sollten normal zwei Adressen sein. Ich hab da auch zwei Adressen stehen (localhost und IP im Netzwerk), nur kommt bei mir zuerst localhost. Vielleicht liegt es auch einfach nur an der Reihenfolge und/oder an der /etc/hosts. *noahnung*

Einen Drucker unter XP richtest du über das hinzufügen eines Netzwerkdruckers ein. Im wesentlichen steht als Beispiel darunter, was du eingeben musst:

http://server:631/printers/<Name der Queue>

Soweit ich es im Kopf habe. Je nach dem, wie du die Drucker eingerichtet hast (RAW oder Treiber in CUPS) musst du einen passenden Treiber wählen (RAW den des Druckers, Treiber in CUPS den Apple Color Laserwriter oder einen anderen Treiber, der PS ausgibt).

Bei mir funktioniert das Browsen von Druckern unter Windwos nicht, jeder Linux-Rechner im LAN hat aber ohne das eingreifen einer Person automatisch Zugang zum Drucker.

Ich hoffe ich konnte dir weiterhelfen.

Gruß
 
Okay, das werd ich heute ausprobieren, hofftl hilfts was :)
 
Wieso sollte das Blödsinn sein? Das eine ist ein nur auf dem Rechner existierendes Netzwerk (http://localhost:631, Administration und Drucken nur lokal) und das andere ist das eigentliche Netzwerk. Über dieses soll ja schließlich gedruckt werden. Und 127.0.0.1 existiert unabhängig von einer eingebauten Netzwerkkarte egal welche Variante (WLAN, Ethernet, Firewire, USB, ...). 127.0.0.1 ist eben nicht das selbe wie jegliche andere Adresse außerhalb von der 127.x.y.z.

Edit:
Nimm einen Rechner mit zwei Netzwerkkarten in zwei verschiedenen Netzwerken. Hier würde man normal in der cupsd.conf alle beiden Netzwerke und auch localhost angeben. Localhost ist zwar nicht dringend notwendig, kann aber in cupsd.conf so verwendet werden, dass man nur über localhost auf das Web-Management zugreifen kann. Die beiden Netzwerkkarten von oben können auch durch eine ersetzt werden, die beiden unterschiedlichen Netzwerke werden dann mit Hilfe von VLAN konfiguriert.
 
Zuletzt bearbeitet:
Weil nunmal beides auf die selbe Hardware (das ist dein Interface) verweist und es ist IMHO Blödsinn da was doppelt einzutragen.

Quark, die 127.0.0.1 (also das loopback) hat mit der reellen Hardware gar nichts zu tun. Die existiert immer (bei IP), selbst wenn überhaupt keine Netzwerkhardware verbaut ist. Kann es sein, dass du hier etwas fundamental missverstehst?
 
Zuletzt bearbeitet:
Naja um das ganze hier mal abzubremsen... Sobald ich das "doppelte" rausnehme, kann ich nicht mal mehr ins Webinterface... Und außerdem gehts jetzt... :) Danke an fst für den Tipp mit den URLs, sowas hatte meine Nachbarin auch gesagt, die hatte aber leider keine Zeit, mir das weiter zu erklären :P
 
Naja um das ganze hier mal abzubremsen... Sobald ich das "doppelte" rausnehme, kann ich nicht mal mehr ins Webinterface...
Logisch. Wenn du es raus nimmst (die 192.168.2.40), bindet sich cups nicht mehr ans externe Interface. Dann ist er von außen natürlich auch nicht mehr zu erreichen. Du kannst an sich das localhost raus nehmen, aber damit machst du es cups unnötig kompliziert, weil dann alles über das reale Interface gehen muss.
 
Quark, die 127.0.0.1 (also das loopback) hat mit der reellen Hardware gar nichts zu tun. Die existiert immer (bei IP), selbst wenn überhaupt keine Netzwerkhardware verbaut ist. Kann es sein, dass du hier etwas fundamental missverstehst?

Schätzelein weiß ich doch, mir war nur nicht klar was das bringt da zusätzlich localhost einzutragen aber es ist ja jetzt geklärt. Das hat insofern mit der Hardware zu tun als das es der letzte Punkt am Ende der Kette ist.

Listen *:631 wäre auch gegangen für beide
 
Schätzelein weiß ich doch, mir war nur nicht klar was das bringt da zusätzlich localhost einzutragen aber es ist ja jetzt geklärt. Das hat insofern mit der Hardware zu tun als das es der letzte Punkt am Ende der Kette ist.
Den verstehe ich jetzt auch wieder nicht. Welche Hardware, welche Kette?

Listen *:631 wäre auch gegangen für beide
In diesem Fall wäre das gleich gewesen. Normal sollte man so etwas aber nicht machen, wenn man sich nicht unnötig Sicherheitslöcher bauen will. Dienste sollten immer, nicht nur der cups, an Interfaces und Ports gebunden werden, wo sie wirklich gebraucht werden.
 
Loopback ist doch auch nur Teil vom IP Stack. Jetzt ist aber langsam gut, mag nicht Seitenweise drüber diskutieren...
 
Zurück
Oben Unten