Lines Matching refs:LogWARN

220     log_Printf(LogWARN, "help: Cannot help without a prompt\n");  in HelpCommand()
278 log_Printf(LogWARN, "sendident: link has not reached LCP\n"); in SendIdentification()
311 log_Printf(LogWARN, "remove: Cannot delete links that aren't closed\n"); in RemoveCommand()
328 log_Printf(LogWARN, "%s -> %s: target name already exists\n", in RenameCommand()
344 log_Printf(LogWARN, "%s: %s\n", arg->argv[n], err); in LoadCommand()
354 log_Printf(LogWARN, "default: %s\n", err); in LoadCommand()
376 log_Printf(LogWARN, "Truncating log command to %d args\n", argc); in LogCommand()
391 log_Printf(LogWARN, "save command is not yet implemented.\n"); in SaveCommand()
403 log_Printf(LogWARN, "Manual dial is only available for auto and" in DialCommand()
631 log_Printf(LogWARN, "Can't start a shell from a network connection\n"); in ShellCommand()
638 log_Printf(LogWARN, "Can't start an interactive shell from" in ShellCommand()
642 log_Printf(LogWARN, "Can't start an interactive shell from" in ShellCommand()
646 log_Printf(LogWARN, "Can only start an interactive shell in" in ShellCommand()
684 log_Printf(LogWARN, "Truncating shell command to %d args\n", argc); in ShellCommand()
705 log_Printf(LogWARN, "exec() of %s failed: %s\n", in ShellCommand()
1100 log_Printf(LogWARN, "%s: Ambiguous command\n", in FindExec()
1108 log_Printf(LogWARN, "%s: No context (use the `link' command)\n", in FindExec()
1112 log_Printf(LogWARN, "%s: Redundant context (%s) ignored\n", in FindExec()
1127 log_Printf(LogWARN, "%s: Invalid command\n", in FindExec()
1131 log_Printf(LogWARN, "usage: %s\n", cmd->syntax); in FindExec()
1133 log_Printf(LogWARN, "%s: Failed %d\n", in FindExec()
1242 log_Printf(LogWARN, "show: Cannot show without a prompt\n"); in ShowCommand()
1256 log_Printf(LogWARN, "term: Need a prompt\n"); in TerminalCommand()
1299 log_Printf(LogWARN, "open lcp: You must specify a link\n"); in OpenCommand()
1305 log_Printf(LogWARN, "open: LCP must be open before opening CCP\n"); in OpenCommand()
1320 log_Printf(LogWARN, "open ipcp: You need not specify a link\n"); in OpenCommand()
1395 log_Printf(LogWARN, "SetModemSpeed: Too many arguments\n"); in SetModemSpeed()
1405 log_Printf(LogWARN, "SetModemSpeed: Bad argument \"%s\"", in SetModemSpeed()
1411 log_Printf(LogWARN, "%s: Invalid speed\n", arg->argv[arg->argn]); in SetModemSpeed()
1413 log_Printf(LogWARN, "SetModemSpeed: No speed specified\n"); in SetModemSpeed()
1456 log_Printf(LogWARN, "%s %s: %s: Invalid mask\n", in SetServer()
1471 log_Printf(LogWARN, "Failed to reopen server port\n"); in SetServer()
1474 log_Printf(LogWARN, "Cannot reopen unset server socket\n"); in SetServer()
1484 log_Printf(LogWARN, "Server socket not open\n"); in SetServer()
1524 log_Printf(LogWARN, "%s: Invalid port or service\n", port); in SetServer()
1621 log_Printf(LogWARN, "%ld: Invalid FSM retry period - min %d\n", in SetRetry()
1630 log_Printf(LogWARN, "%ld: Invalid FSM REQ tries - changed to 1\n", l); in SetRetry()
1638 log_Printf(LogWARN, "%ld: Invalid FSM TRM tries - changed to 1\n", l); in SetRetry()
1669 log_Printf(LogWARN, "set %s: No context (use the `link' command)\n", in SetVariable()
1673 log_Printf(LogWARN, "set %s: Redundant context (%s) ignored\n", in SetVariable()
1688 log_Printf(LogWARN, "Altering authname while at phase %s\n", in SetVariable()
1707 log_Printf(LogWARN, "autoload: %s: Invalid min percentage\n", in SetVariable()
1715 log_Printf(LogWARN, "autoload: %s: Invalid max percentage\n", in SetVariable()
1728 log_Printf(LogWARN, "autoload: %s: Invalid throughput period\n", in SetVariable()
1739 log_Printf(LogWARN, "Set autoload requires three arguments\n"); in SetVariable()
1759 log_Printf(LogWARN, "%d: Invalid outgoing window size\n", in SetVariable()
1767 log_Printf(LogWARN, "%d: Invalid incoming window size\n", in SetVariable()
1774 log_Printf(LogWARN, "No window size specified\n"); in SetVariable()
1798 log_Printf(LogWARN, "%s: Invalid bits value\n", argp); in SetVariable()
1812 log_Printf(LogWARN, "%s: Invalid state value\n", in SetVariable()
1835 log_Printf(LogWARN, "No accmap specified\n"); in SetVariable()
1843 log_Printf(LogWARN, "%s: Invalid mode\n", argp); in SetVariable()
1857 log_Printf(LogWARN, "mrru: Only changeable before LCP negotiations\n"); in SetVariable()
1863 log_Printf(LogWARN, "mrru: Only changeable at phase DEAD/ESTABLISH\n"); in SetVariable()
1871 log_Printf(LogWARN, "MRRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()
1875 log_Printf(LogWARN, "MRRU %ld: too big - max %d\n", long_val, MAX_MRU); in SetVariable()
1896 log_Printf(LogWARN, "MRU %ld: too large - max set to %d\n", long_val, in SetVariable()
1910 log_Printf(LogWARN, "MRU %ld: too large - maximum is %d\n", long_val, in SetVariable()
1926 log_Printf(LogWARN, "MRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()
1930 log_Printf(LogWARN, "MRU %ld: too big - max %d\n", long_val, MAX_MRU); in SetVariable()
1953 log_Printf(LogWARN, "MTU %ld: too large - max set to %d\n", long_val, in SetVariable()
1967 log_Printf(LogWARN, "MTU %ld: too large - maximum is %d\n", long_val, in SetVariable()
1982 log_Printf(LogWARN, "MTU %ld: too small - min %d\n", long_val, MIN_MTU); in SetVariable()
1986 log_Printf(LogWARN, "MTU %ld: too big - max %d\n", long_val, MAX_MTU); in SetVariable()
2002 log_Printf(LogWARN, "%s: Invalid openmode\n", argp); in SetVariable()
2030 log_Printf(LogWARN, "Too many idle timeout values\n"); in SetVariable()
2033 log_Printf(LogWARN, "Too few idle timeout values\n"); in SetVariable()
2049 log_Printf(LogWARN, "Too many RADIUS alive interval values\n"); in SetVariable()
2052 log_Printf(LogWARN, "Too few RADIUS alive interval values\n"); in SetVariable()
2057 log_Printf(LogWARN, "rad_alive requires radius to be configured\n"); in SetVariable()
2072 log_Printf(LogWARN, "%ld: Invalid lqr period - min %d\n", in SetVariable()
2160 log_Printf(LogWARN, "No E.164 arg (E.164 ignored) !\n"); in SetVariable()
2191 log_Printf(LogWARN, "%ld: Invalid CBCP FSM retry period - min %d\n", in SetVariable()
2221 log_Printf(LogWARN, "%s: %s\n", argp, strerror(errno)); in SetVariable()
2254 log_Printf(LogWARN, "Parity value must be odd, even or none\n"); in SetVariable()
2265 log_Printf(LogWARN, "RTS/CTS value must be on or off\n"); in SetVariable()
2324 log_Printf(LogWARN, "PPPoE standard value must be \"standard\" or \"3Com\"\n"); in SetVariable()
2340 log_Printf(LogWARN, in SetVariable()
2346 log_Printf(LogWARN, "rad_port_id requires radius to be configured\n"); in SetVariable()
2499 log_Printf(LogWARN, "set command must have arguments\n"); in SetCommand()
2556 log_Printf(LogWARN, "%s: Invalid destination address\n", in AddCommand()
2577 log_Printf(LogWARN, "%s: Invalid gateway address\n", in AddCommand()
2676 log_Printf(LogWARN, "nat not enabled\n"); in NatOption()
2682 log_Printf(LogWARN, "nat not enabled\n"); in NatOption()
2716 log_Printf(LogWARN, "link: %s: Invalid link name\n", name); in LinkCommand()
2728 log_Printf(LogWARN, "link: %s: Invalidated link name !\n", name); in LinkCommand()
2736 log_Printf(LogWARN, "usage: %s\n", arg->cmd->syntax); in LinkCommand()
2809 log_Printf(LogWARN, "IPv6 is not available on this machine\n"); in OptSet()
2817 log_Printf(LogWARN, in OptSet()
2839 log_Printf(LogWARN, "Cannot enable iface-alias without NAT\n"); in IfaceAliasOptSet()
2860 log_Printf(LogWARN, "%s %s: No context (use the `link' command)\n", in NegotiateSet()
2864 log_Printf(LogWARN, "%s %s: Redundant context (%s) ignored\n", in NegotiateSet()
2954 log_Printf(LogWARN, "shortseq: Only changeable before" in NegotiateSet()
2960 log_Printf(LogWARN, "shortseq: Only changeable at phase" in NegotiateSet()
3100 log_Printf(LogWARN, "%s command must have arguments\n", in NegotiateCommand()
3132 log_Printf(LogWARN, "A link must be specified for ``clear physical''\n"); in ClearCommand()
3174 log_Printf(LogWARN, "The alias command is deprecated\n"); in RunListCommand()
3185 log_Printf(LogWARN, "%s command must have arguments\n", cmd); in RunListCommand()
3242 log_Printf(LogWARN, "IfaceAddCommand: src and dst address families" in IfaceAddCommand()
3271 log_Printf(LogWARN, "%s: Cannot remove active interface address\n", in IfaceDeleteCommand()
3284 log_Printf(LogWARN, "%s: No such interface address\n", in IfaceDeleteCommand()
3331 log_Printf(LogWARN, "Truncating proc title to %d args\n", argc); in SetProcTitle()