Lines Matching refs:LogWARN
215 log_Printf(LogWARN, "help: Cannot help without a prompt\n"); in HelpCommand()
273 log_Printf(LogWARN, "sendident: link has not reached LCP\n"); in SendIdentification()
306 log_Printf(LogWARN, "remove: Cannot delete links that aren't closed\n"); in RemoveCommand()
323 log_Printf(LogWARN, "%s -> %s: target name already exists\n", in RenameCommand()
339 log_Printf(LogWARN, "%s: %s\n", arg->argv[n], err); in LoadCommand()
349 log_Printf(LogWARN, "default: %s\n", err); in LoadCommand()
371 log_Printf(LogWARN, "Truncating log command to %d args\n", argc); in LogCommand()
386 log_Printf(LogWARN, "save command is not yet implemented.\n"); in SaveCommand()
398 log_Printf(LogWARN, "Manual dial is only available for auto and" in DialCommand()
626 log_Printf(LogWARN, "Can't start a shell from a network connection\n"); in ShellCommand()
633 log_Printf(LogWARN, "Can't start an interactive shell from" in ShellCommand()
637 log_Printf(LogWARN, "Can't start an interactive shell from" in ShellCommand()
641 log_Printf(LogWARN, "Can only start an interactive shell in" in ShellCommand()
679 log_Printf(LogWARN, "Truncating shell command to %d args\n", argc); in ShellCommand()
700 log_Printf(LogWARN, "exec() of %s failed: %s\n", in ShellCommand()
1091 log_Printf(LogWARN, "%s: Ambiguous command\n", in FindExec()
1099 log_Printf(LogWARN, "%s: No context (use the `link' command)\n", in FindExec()
1103 log_Printf(LogWARN, "%s: Redundant context (%s) ignored\n", in FindExec()
1118 log_Printf(LogWARN, "%s: Invalid command\n", in FindExec()
1122 log_Printf(LogWARN, "usage: %s\n", cmd->syntax); in FindExec()
1124 log_Printf(LogWARN, "%s: Failed %d\n", in FindExec()
1233 log_Printf(LogWARN, "show: Cannot show without a prompt\n"); in ShowCommand()
1247 log_Printf(LogWARN, "term: Need a prompt\n"); in TerminalCommand()
1290 log_Printf(LogWARN, "open lcp: You must specify a link\n"); in OpenCommand()
1296 log_Printf(LogWARN, "open: LCP must be open before opening CCP\n"); in OpenCommand()
1311 log_Printf(LogWARN, "open ipcp: You need not specify a link\n"); in OpenCommand()
1386 log_Printf(LogWARN, "SetModemSpeed: Too many arguments\n"); in SetModemSpeed()
1396 log_Printf(LogWARN, "SetModemSpeed: Bad argument \"%s\"", in SetModemSpeed()
1402 log_Printf(LogWARN, "%s: Invalid speed\n", arg->argv[arg->argn]); in SetModemSpeed()
1404 log_Printf(LogWARN, "SetModemSpeed: No speed specified\n"); in SetModemSpeed()
1447 log_Printf(LogWARN, "%s %s: %s: Invalid mask\n", in SetServer()
1462 log_Printf(LogWARN, "Failed to reopen server port\n"); in SetServer()
1465 log_Printf(LogWARN, "Cannot reopen unset server socket\n"); in SetServer()
1475 log_Printf(LogWARN, "Server socket not open\n"); in SetServer()
1515 log_Printf(LogWARN, "%s: Invalid port or service\n", port); in SetServer()
1612 log_Printf(LogWARN, "%ld: Invalid FSM retry period - min %d\n", in SetRetry()
1621 log_Printf(LogWARN, "%ld: Invalid FSM REQ tries - changed to 1\n", l); in SetRetry()
1629 log_Printf(LogWARN, "%ld: Invalid FSM TRM tries - changed to 1\n", l); in SetRetry()
1660 log_Printf(LogWARN, "set %s: No context (use the `link' command)\n", in SetVariable()
1664 log_Printf(LogWARN, "set %s: Redundant context (%s) ignored\n", in SetVariable()
1679 log_Printf(LogWARN, "Altering authname while at phase %s\n", in SetVariable()
1698 log_Printf(LogWARN, "autoload: %s: Invalid min percentage\n", in SetVariable()
1706 log_Printf(LogWARN, "autoload: %s: Invalid max percentage\n", in SetVariable()
1719 log_Printf(LogWARN, "autoload: %s: Invalid throughput period\n", in SetVariable()
1730 log_Printf(LogWARN, "Set autoload requires three arguments\n"); in SetVariable()
1750 log_Printf(LogWARN, "%d: Invalid outgoing window size\n", in SetVariable()
1758 log_Printf(LogWARN, "%d: Invalid incoming window size\n", in SetVariable()
1765 log_Printf(LogWARN, "No window size specified\n"); in SetVariable()
1789 log_Printf(LogWARN, "%s: Invalid bits value\n", argp); in SetVariable()
1803 log_Printf(LogWARN, "%s: Invalid state value\n", in SetVariable()
1826 log_Printf(LogWARN, "No accmap specified\n"); in SetVariable()
1834 log_Printf(LogWARN, "%s: Invalid mode\n", argp); in SetVariable()
1848 log_Printf(LogWARN, "mrru: Only changable before LCP negotiations\n"); in SetVariable()
1854 log_Printf(LogWARN, "mrru: Only changable at phase DEAD/ESTABLISH\n"); in SetVariable()
1862 log_Printf(LogWARN, "MRRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()
1866 log_Printf(LogWARN, "MRRU %ld: too big - max %d\n", long_val, MAX_MRU); in SetVariable()
1887 log_Printf(LogWARN, "MRU %ld: too large - max set to %d\n", long_val, in SetVariable()
1901 log_Printf(LogWARN, "MRU %ld: too large - maximum is %d\n", long_val, in SetVariable()
1917 log_Printf(LogWARN, "MRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()
1921 log_Printf(LogWARN, "MRU %ld: too big - max %d\n", long_val, MAX_MRU); in SetVariable()
1944 log_Printf(LogWARN, "MTU %ld: too large - max set to %d\n", long_val, in SetVariable()
1958 log_Printf(LogWARN, "MTU %ld: too large - maximum is %d\n", long_val, in SetVariable()
1973 log_Printf(LogWARN, "MTU %ld: too small - min %d\n", long_val, MIN_MTU); in SetVariable()
1977 log_Printf(LogWARN, "MTU %ld: too big - max %d\n", long_val, MAX_MTU); in SetVariable()
1993 log_Printf(LogWARN, "%s: Invalid openmode\n", argp); in SetVariable()
2021 log_Printf(LogWARN, "Too many idle timeout values\n"); in SetVariable()
2024 log_Printf(LogWARN, "Too few idle timeout values\n"); in SetVariable()
2040 log_Printf(LogWARN, "Too many RADIUS alive interval values\n"); in SetVariable()
2043 log_Printf(LogWARN, "Too few RADIUS alive interval values\n"); in SetVariable()
2048 log_Printf(LogWARN, "rad_alive requires radius to be configured\n"); in SetVariable()
2063 log_Printf(LogWARN, "%ld: Invalid lqr period - min %d\n", in SetVariable()
2151 log_Printf(LogWARN, "No E.164 arg (E.164 ignored) !\n"); in SetVariable()
2182 log_Printf(LogWARN, "%ld: Invalid CBCP FSM retry period - min %d\n", in SetVariable()
2212 log_Printf(LogWARN, "%s: %s\n", argp, strerror(errno)); in SetVariable()
2245 log_Printf(LogWARN, "Parity value must be odd, even or none\n"); in SetVariable()
2256 log_Printf(LogWARN, "RTS/CTS value must be on or off\n"); in SetVariable()
2310 log_Printf(LogWARN, "PPPoE standard value must be \"standard\" or \"3Com\"\n"); in SetVariable()
2326 log_Printf(LogWARN, in SetVariable()
2332 log_Printf(LogWARN, "rad_port_id requires radius to be configured\n"); in SetVariable()
2485 log_Printf(LogWARN, "set command must have arguments\n"); in SetCommand()
2542 log_Printf(LogWARN, "%s: Invalid destination address\n", in AddCommand()
2563 log_Printf(LogWARN, "%s: Invalid gateway address\n", in AddCommand()
2662 log_Printf(LogWARN, "nat not enabled\n"); in NatOption()
2668 log_Printf(LogWARN, "nat not enabled\n"); in NatOption()
2702 log_Printf(LogWARN, "link: %s: Invalid link name\n", name); in LinkCommand()
2714 log_Printf(LogWARN, "link: %s: Invalidated link name !\n", name); in LinkCommand()
2722 log_Printf(LogWARN, "usage: %s\n", arg->cmd->syntax); in LinkCommand()
2795 log_Printf(LogWARN, "IPv6 is not available on this machine\n"); in OptSet()
2803 log_Printf(LogWARN, in OptSet()
2825 log_Printf(LogWARN, "Cannot enable iface-alias without NAT\n"); in IfaceAliasOptSet()
2846 log_Printf(LogWARN, "%s %s: No context (use the `link' command)\n", in NegotiateSet()
2850 log_Printf(LogWARN, "%s %s: Redundant context (%s) ignored\n", in NegotiateSet()
2940 log_Printf(LogWARN, "shortseq: Only changable before" in NegotiateSet()
2946 log_Printf(LogWARN, "shortseq: Only changable at phase" in NegotiateSet()
3086 log_Printf(LogWARN, "%s command must have arguments\n", in NegotiateCommand()
3118 log_Printf(LogWARN, "A link must be specified for ``clear physical''\n"); in ClearCommand()
3160 log_Printf(LogWARN, "The alias command is deprecated\n"); in RunListCommand()
3171 log_Printf(LogWARN, "%s command must have arguments\n", cmd); in RunListCommand()
3213 log_Printf(LogWARN, "IfaceAddCommand: src and dst address families" in IfaceAddCommand()
3242 log_Printf(LogWARN, "%s: Cannot remove active interface address\n", in IfaceDeleteCommand()
3255 log_Printf(LogWARN, "%s: No such interface address\n", in IfaceDeleteCommand()
3302 log_Printf(LogWARN, "Truncating proc title to %d args\n", argc); in SetProcTitle()