spinalsc
(usa Red Hat)
Enviado em 23/02/2015 - 13:45h
Boa tarde kruspemsv
O seu entendimento foi correto. Executando o comando que você me enviou, obtive o seguinte resultado:
root@srv-faturamento1:~# lpstat -v fat_mat
device for fat_mat: parallel:/dev/lp0
root@srv-faturamento1:~# grep -A15 fat_mat /etc/cups/printers.conf
<Printer fat_mat>
UUID urn:uuid:3fbf57d3-0b9d-32b9-5779-860d7e99b73d
Info Faturamento Epson FX2190
DeviceURI parallel:/dev/lp0
State Idle
StateTime 1421061640
Type 4
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>
Arquivo cupsd.conf
# 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
# Only listen for connections from the local machine.
Listen *:631
Listen /var/run/cups/cups.sock
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseLocalProtocols CUPS dnssd
# Default authentication type, when authentication is required...
DefaultAuthType Basic
# Web interface setting...
WebInterface Yes
# Restrict access to the server...
<Location />
Order allow,deny
allow all
</Location>
# Restrict access to the admin pages...
<Location /admin>
Order allow,deny:
allow all
</Location>
Obrigado pela atenção!