Difference between revisions of "Print monitor"

From SME Server
Jump to navigationJump to search
m (Administration category added)
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
== LPRng print queue manager ==
 
== LPRng print queue manager ==
 +
{{Level|easy}}
  
===Overview===
+
=== Version ===
 +
{{#smeversion:smeserver-print-monitor}}
  
The LPRng rpm will install a print queue manager panel in server manager.
+
===Installation===
  
The current download location for a sme7.x compatible rpm is
+
==== SME 8====
 +
Download the rpm and install with the command
 +
yum install smeserver-print-monitor --enablerepo=smecontribs
 +
==== SME 9====
  
http://www.saco-support.de/index.php?_m=downloads&_a=view&parentcategoryid=3&pcid=0&nav=0
+
Configure the [[SME9.0_Contribs_QA#Setup|sme8contribs]] repository before installing LPRng print queue monitor‎
  
and the current rpm is
+
install with the command
 +
yum install smeserver-print-monitor  --enablerepo=smecontribs
  
smeserver-lprng-monitor-0.0.7-1.noarch.rpm
+
*You should run this command
 +
signal-event console-save
 +
*or
 +
signal-event post-upgrade; signal-event reboot
  
 
+
==== Finish the installation ====
===Installation===
 
 
 
Download the rpm and install with the command
 
rpm -Uvh smeserver-lprng-monitor-0.0.7-1.noarch.rpm
 
  
 
The post upgrade event and reboot are not required.
 
The post upgrade event and reboot are not required.
 
  
 
===Usage===
 
===Usage===
Line 37: Line 41:
 
The usage of the panel is self explanatory.
 
The usage of the panel is self explanatory.
  
{{Note box|See related wiki article that allows non admin users to gain access:
+
It is also possible to configure the user manager contrib to have access to the print queue manager.
 
 
http://wiki.contribs.org/Print_queue_monitor_user_access
 
 
 
It is also possible to configure the user manager contrib to have access to the print queue manager using this method.}}
 
  
  
Line 47: Line 47:
  
 
Remove (uninstall) the rpm with the command
 
Remove (uninstall) the rpm with the command
  rpm -e smeserver-lprng-monitor
+
  rpm -e smeserver-print-monitor
  
 +
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi?product=SME%20Contribs bugzilla]
 +
and select the smeserver-print-monitorcomponent or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-print-monitor|title=this link}}.
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-print-monitor
 +
|noresultsmessage="No open bugs found."}}
  
===References===
 
  
http://wiki.contribs.org/Print_queue_monitor_user_access
+
===Changelog===
 +
Only released version in smecontrib are listed here.
  
 +
{{ #smechangelog: smeserver-print-monitor}}
  
 
----
 
----
 
[[Category:Contrib]]
 
[[Category:Contrib]]
[[Category:Administration]]
+
[[Category:Administration:Printing]]

Revision as of 17:29, 13 June 2016

LPRng print queue manager

PythonIcon.png Skill level: easy
The instructions on this page can be followed by a beginner.


Version

Contrib 10:
Contrib 9:
smeserver-print-monitor
The latest version of smeserver-print-monitor is available in the SME repository, click on the version number(s) for more information.


Installation

SME 8

Download the rpm and install with the command

yum install smeserver-print-monitor --enablerepo=smecontribs

SME 9

Configure the sme8contribs repository before installing LPRng print queue monitor‎

install with the command

yum install smeserver-print-monitor  --enablerepo=smecontribs 
  • You should run this command
signal-event console-save
  • or
signal-event post-upgrade; signal-event reboot

Finish the installation

The post upgrade event and reboot are not required.

Usage

The print queue manager will control the print queue for each installed printer. The default install only allows access by the admin user, either to the server manager panel or via web browser.

In server manager select the item Administration >> Printerqueue Admin

For web browser access use the URL

http://www.yourdomain/LPRng

In either case, you will be prompted for the admin username and password.

The usage of the panel is self explanatory.

It is also possible to configure the user manager contrib to have access to the print queue manager.


Removal

Remove (uninstall) the rpm with the command

rpm -e smeserver-print-monitor

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-print-monitorcomponent or use this link .

IDProductVersionStatusSummary
12126SME Contribs10.0CONFIRMEDrewriting externalSSLAccess


Changelog

Only released version in smecontrib are listed here.

smeserver-print-monitor Changelog: SME 10 (smecontribs)

2022/07/31 Jean-Philippe Pialasse 0.0.7-8.sme
- update to httpd 2.4 access syntax [SME: 12058]

removed compat sections, adding Requirement for e-smith-apache >= 2.6.0-19
2022/07/24 Jean-Philippe Pialasse 0.0.7-6.sme
- update to httpd 2.4 access syntax [SME: 12058]
2021/03/28 Brian Read 0.0.7-5.sme
- Add Update event to createlinks [SME: 11067]

2021/03/28 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,

by assuming the date is correct and changing the weekday.
2020/10/29 Brian Read 0.0.7-4.sme
- Initial import to SME10 [SME: 11067]