ONYX - 9.0 - KB - Le port map lpr n'écoute pas/en
Différence entre versions
De MappingDoc
(Page créée avec « ==map_lpr port is not listening== ») |
(Page créée avec « ===Classic messages=== <code>map_lpr</code> ERROR: The remote server did not respond or sent a NACK for queue selection. ») |
||
(7 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 3 : | Ligne 3 : | ||
==map_lpr port is not listening== | ==map_lpr port is not listening== | ||
− | === | + | ===Problem=== |
− | |||
− | + | Nothing prints. | |
− | + | ||
+ | The <code>map_lpr</code> log indicates a problem on the listening port. | ||
+ | |||
+ | |||
+ | The <code>map_lpr</code> service is started but is not listening on the default port. | ||
===Solution=== | ===Solution=== | ||
− | |||
− | # | + | Please follow the following steps to restore the listening port. |
− | # | + | |
− | # | + | |
+ | # Disable Windows Services lpd service | ||
+ | # Then, do a <code>netstat –ab > path.txt</code> to check that the port is listening | ||
+ | # If this is not the case, you must open the port to listen for the service in question in the Windows firewall configuration | ||
+ | |||
+ | |||
+ | The default listening port is '''515'''. | ||
− | |||
− | === | + | ===Classic messages=== |
<code>map_lpr</code> | <code>map_lpr</code> | ||
− | ERROR: | + | ERROR: The remote server did not respond or sent a NACK for queue selection. |
[[Category:FAQ]] | [[Category:FAQ]] | ||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] |
Version actuelle datée du 8 janvier 2025 à 08:26
map_lpr port is not listening
Problem
Nothing prints.
The map_lpr
log indicates a problem on the listening port.
The map_lpr
service is started but is not listening on the default port.
Solution
Please follow the following steps to restore the listening port.
- Disable Windows Services lpd service
- Then, do a
netstat –ab > path.txt
to check that the port is listening - If this is not the case, you must open the port to listen for the service in question in the Windows firewall configuration
The default listening port is 515.
Classic messages
map_lpr
ERROR: The remote server did not respond or sent a NACK for queue selection.