MSIR.0289 JANUS (subcmd) command does not apply to non-(type) port (portname): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
Line 1: Line 1:
This message indicates that a JANUS rule was issued against a port that is the wrong type of port. ''''Subcmd'''' indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. ''''Type'''' indicates the type of port that is required for the indicated ''''subcmd''''.  
This message indicates that a JANUS rule was issued against a port that is the wrong type of port. '''''subcmd''''' indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. '''''type''''' indicates the type of port that is required for the indicated '''''subcmd'''''.  


One common cause of this is using a wildcard portname that matches the name of ports of various types. For example, issuing a "JANUS WEB * ..." would cause the JANUS WEB command to be applied to any non-web-server ports. As long as the command is applied to the appropriate port or ports there is no harm done and this message should just be considered a nuisance; it is, however, a counting error message.
One common cause of this is using a wildcard port name that matches the name of ports of various types. For example, issuing a <code>JANUS WEB * ...</code> would cause the JANUS WEB command to be applied to any non-web-server ports. As long as the command is applied to the appropriate port or ports there is no harm done and this message should just be considered a nuisance; it is, however, a counting error message.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 00:03, 22 April 2014

This message indicates that a JANUS rule was issued against a port that is the wrong type of port. subcmd indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. type indicates the type of port that is required for the indicated subcmd.

One common cause of this is using a wildcard port name that matches the name of ports of various types. For example, issuing a JANUS WEB * ... would cause the JANUS WEB command to be applied to any non-web-server ports. As long as the command is applied to the appropriate port or ports there is no harm done and this message should just be considered a nuisance; it is, however, a counting error message.