मुद्रण सेवा उपलब्ध नहीं है


19

क्षमा करें यदि यह प्रश्न परिचित लगता है: मैंने Google खोजों द्वारा प्रस्तावित समाधानों की कोशिश की, लेकिन वे या तो काम नहीं कर रहे हैं या मेरे लिए बहुत तकनीकी हैं।

मैंने कुछ दिनों पहले कप के साथ खिलवाड़ किया, मुझे ठीक-ठीक याद नहीं है कि कैसे और क्यों लेकिन मैंने कुछ कप फाइलों को हटा दिया।

मेरे पास कई बार अन-इंस्टॉल्ड और री-इंस्टॉल किए गए कप हैं, सॉफ्टवेयर सेंटर के माध्यम से और टर्मिनल का उपयोग करके और मैंने कप-डेमॉन को फिर से इंस्टॉल किया।

अब, मेरा स्थानीय प्रिंटर काम नहीं करेगा। मुझे संदेश "मुद्रण सेवा उपलब्ध नहीं है। इस कंप्यूटर पर सेवा शुरू करें या किसी अन्य सर्वर से कनेक्ट करें"। "स्टार्ट सर्विस" बटन "ग्रीड आउट" है यहाँ छवि विवरण दर्ज करें

मैंने टर्मिनल के माध्यम से सेवा को फिर से शुरू करने की कोशिश की

sudo service cups restart

जिस पर शेल जवाब देता है:

cups stop/waiting

और तब कुछ भी नहीं होता है, जैसे कि शेल कुछ होने के लिए "इंतजार" कर रहा था। मुझे शीघ्र वापस पाने के लिए ctrl-c करना होगा।

मैंने हेल्प मेनू में निर्देशों के निवारण का प्रयास किया और यह कहता है कि "CUPS प्रिंट स्पूलर नहीं चल रहा है। इसे ठीक करने के लिए, मुख्य मेनू से" सिस्टम-> प्रशासन-> सेवाएं चुनें और "कप" सेवा देखें। "

मुझे नहीं पता कि यह "सिस्टम-> प्रशासन-> सेवाएं" उबंटू 14.04 एलटीएस में कहां है

मैंने भी कोशिश की:

sudo /etc/init.d/cups start

जो उपज गया

cupsd: Child exited with status 1

क्या आपने कचरा या आपके बैकअप से हटाई गई फ़ाइलों को पुनर्स्थापित करने का प्रयास किया है?
एल्डर गीक

नहीं, लेकिन ये फाइलें कप फोल्डर में थीं, इसलिए मैंने यह मान लिया था कि उन्हें फिर से इंस्टॉल के साथ लिखा गया है।
19

जब से आपको पता चला कि आपने उन्हें डिलीट किया है, तब से री-इंस्टॉलेशन से पहले यह तार्किक पहला तरीका होगा। क्या आपने पुन: स्थापित करने से पहले कप को पूरी तरह से शुद्ध करने की कोशिश की?
एल्डर गीक

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
फ्रीपी

1
कोई है /etc/cups/cupsd.confफ़ोल्डर, के बावजूद है कि मैं कप स्थापित कई बार
frepie

जवाबों:


18

मुझे भी इसी तरह की समस्या थी (लुबंटू 16.04) जिसमें 'मुद्रण सेवाएँ अनुपलब्ध हैं'। इस शर्त ने सिस्टम को चयन के लिए स्थानीय USB प्रिंटर को सूचीबद्ध करने से रोक दिया। यह सीयूपीएस स्थापित करने से दूर हो गया था :

sudo apt-get install cups

अगला बाउंस सेवा:

sudo /etc/init.d/cups restart

अंत में, मशीन को पुनरारंभ करें।

मुझे Ubuntu 16.04 के मेरे उदाहरण पर CUPS स्थापित करने की आवश्यकता नहीं थी।


5

मुझे एक समाधान मिला: मुझे एक मंच पर cupd.conf की एक कुंवारी सामग्री मिली। इसलिए मैंने एक नया cupd.conf फ़ाइल बनाकर किया:

gksudo gedit /etc/cups/cupsd.conf

और नीचे दिए गए cupd.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 डिफ़ॉल्ट cupd.conf के लिए एक लाख धन्यवाद! मैंने अपनी रिक्त प्रति बदल दी और इसने सभी मूल प्रिंटर सेटिंग्स को पुनर्स्थापित कर दिया। कोई पता नहीं कैसे cupd.conf अपनी सामग्री मिटा दिया गया है! क्या यह हालिया सीयूपीएस अपडेट था, मुझे आश्चर्य है?
user31301
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.