บริการการพิมพ์ไม่พร้อมใช้งาน


19

ขออภัยหากคำถามนี้ดูคุ้นเคย: ฉันลองใช้วิธีแก้ไขปัญหาที่เสนอโดยการค้นหาโดย Google แต่คำถามเหล่านี้ไม่ทำงานหรือมีปัญหาทางเทคนิคสำหรับฉัน

ฉันยุ่งกับถ้วยเมื่อไม่กี่วันที่ผ่านมาฉันจำไม่ได้ว่าทำไมและอย่างไร แต่ฉันก็ลบไฟล์ cup ได้

ฉันยังไม่ได้ติดตั้งและติดตั้งถ้วยอีกครั้งหลายครั้งผ่านทางศูนย์ซอฟต์แวร์และการใช้งานเทอร์มินัลและฉันได้ติดตั้ง Cups-daemon แล้ว แต่ไม่มีอะไรเปลี่ยนแปลง

เครื่องพิมพ์ท้องถิ่นของฉันไม่ทำงาน ฉันได้รับข้อความ "บริการการพิมพ์ไม่พร้อมใช้งานเริ่มบริการบนคอมพิวเตอร์เครื่องนี้หรือเชื่อมต่อกับเซิร์ฟเวอร์อื่น" ปุ่ม "เริ่มบริการ" คือ "greyd out" ป้อนคำอธิบายรูปภาพที่นี่

ฉันพยายามเริ่มบริการใหม่ผ่านเทอร์มินัลด้วย

sudo service cups restart

ซึ่งเชลล์ตอบกลับ:

cups stop/waiting

และจากนั้นไม่มีอะไรเกิดขึ้นราวกับว่าเปลือกหอยกำลัง“ รอ” เพื่อสิ่งที่เกิดขึ้น ฉันต้องทำ ctrl-c เพื่อให้ได้ข้อความตอบกลับ

ฉันลองคำแนะนำการแก้ไขปัญหาในเมนูช่วยเหลือและบอกว่า "ตัวจัดคิวการพิมพ์ CUPS ดูเหมือนจะไม่ทำงานหากต้องการแก้ไขสิ่งนี้ให้เลือก" ระบบ -> การดูแลระบบ -> บริการจากเมนูหลักและมองหาบริการ "ถ้วย" "

ฉันไม่รู้ว่า "System-> Administration-> Services" นี้อยู่ที่ไหนใน Ubuntu 14.04 lts

ฉันก็ลอง:

sudo /etc/init.d/cups start

ซึ่งให้ผล

cupsd: Child exited with status 1

คุณลองกู้คืนไฟล์ที่คุณลบออกจากถังขยะหรือสำรองข้อมูลหรือไม่?
Elder Geek

ไม่ แต่ไฟล์เหล่านี้อยู่ในโฟลเดอร์ Cups ดังนั้นฉันจึงสันนิษฐานว่าไฟล์นั้นถูกเขียนใหม่ด้วยการติดตั้งซ้ำ
frepie

นั่นจะเป็นวิธีการตรรกะแรกก่อนที่จะติดตั้งใหม่เพราะคุณรู้ว่าคุณลบพวกเขา คุณลองล้างถ้วยทั้งหมดก่อนติดตั้งใหม่หรือไม่?
Elder Geek

1
syslog:Jan 17 12:15:33 Inspiron-1501 cupsd: Unable to open "/etc/cups/cupsd.conf": No such file or directory Jan 17 12:15:33 Inspiron-1501 kernel: [80564.409920] init: cups main process (18868) terminated with status 1 Jan 17 12:15:33 Inspiron-1501 kernel: [80564.409977] init: cups main process ended, respawning
frepie

1
ไม่มี/etc/cups/cupsd.confโฟลเดอร์แม้ว่าฉันจะติดตั้งถ้วยหลายครั้ง
frepie

คำตอบ:


18

ฉันมีปัญหาที่คล้ายกัน (lubuntu 16.04) ด้วย 'บริการพิมพ์ไม่พร้อมใช้งาน' เงื่อนไขนี้ทำให้ระบบไม่สามารถแสดงรายการเครื่องพิมพ์ USB ภายในเครื่องสำหรับการเลือก นี่คือการเอาชนะการติดตั้ง CUPS:

sudo apt-get install cups

ถัดไปเด้งบริการ:

sudo /etc/init.d/cups restart

ในที่สุดรีสตาร์ทเครื่อง

ฉันไม่จำเป็นต้องติดตั้ง CUPS บนอินสแตนซ์ของ Ubuntu 16.04


5

ฉันพบวิธีแก้ปัญหา: ฉันพบเนื้อหาบริสุทธิ์ของ cupsd.conf บนฟอรัม ดังนั้นฉันจึงสร้างไฟล์ cupsd.conf ใหม่โดยทำ:

gksudo gedit /etc/cups/cupsd.conf

และคัดลอกเนื้อหาบริสุทธิ์ cupsd.conf ต่อไปนี้ด้านล่าง

#
#
# 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 localhost:631
Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing Off
BrowseOrder allow,deny
BrowseAllow all
BrowseLocalProtocols CUPS dnssd
BrowseAddress @LOCAL

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

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

# Restrict access to the admin pages...
<Location /admin>
  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>

#
#

ฉันบันทึกไว้จากนั้นรีสตาร์ทบริการด้วย

sudo service cups restart

และนั่นก็เป็นกลอุบาย


+1 ขอบคุณล้านสำหรับค่าเริ่มต้น cupsd.conf! ฉันแทนที่สำเนาเปล่าและเรียกคืนการตั้งค่าเครื่องพิมพ์ดั้งเดิมทั้งหมด ไม่มีความคิดวิธีที่ cupsd.conf นำเนื้อหามาเช็ดออก! เป็นการอัพเดท CUPS เมื่อเร็ว ๆ นี้ฉันสงสัยหรือไม่
user31301
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.