Lines Matching refs:LogWARN

218     log_Printf(LogWARN, "help: Cannot help without a prompt\n");  in HelpCommand()
276 log_Printf(LogWARN, "sendident: link has not reached LCP\n"); in SendIdentification()
309 log_Printf(LogWARN, "remove: Cannot delete links that aren't closed\n"); in RemoveCommand()
326 log_Printf(LogWARN, "%s -> %s: target name already exists\n", in RenameCommand()
342 log_Printf(LogWARN, "%s: %s\n", arg->argv[n], err); in LoadCommand()
352 log_Printf(LogWARN, "default: %s\n", err); in LoadCommand()
374 log_Printf(LogWARN, "Truncating log command to %d args\n", argc); in LogCommand()
389 log_Printf(LogWARN, "save command is not yet implemented.\n"); in SaveCommand()
401 log_Printf(LogWARN, "Manual dial is only available for auto and" in DialCommand()
629 log_Printf(LogWARN, "Can't start a shell from a network connection\n"); in ShellCommand()
636 log_Printf(LogWARN, "Can't start an interactive shell from" in ShellCommand()
640 log_Printf(LogWARN, "Can't start an interactive shell from" in ShellCommand()
644 log_Printf(LogWARN, "Can only start an interactive shell in" in ShellCommand()
682 log_Printf(LogWARN, "Truncating shell command to %d args\n", argc); in ShellCommand()
703 log_Printf(LogWARN, "exec() of %s failed: %s\n", in ShellCommand()
1098 log_Printf(LogWARN, "%s: Ambiguous command\n", in FindExec()
1106 log_Printf(LogWARN, "%s: No context (use the `link' command)\n", in FindExec()
1110 log_Printf(LogWARN, "%s: Redundant context (%s) ignored\n", in FindExec()
1125 log_Printf(LogWARN, "%s: Invalid command\n", in FindExec()
1129 log_Printf(LogWARN, "usage: %s\n", cmd->syntax); in FindExec()
1131 log_Printf(LogWARN, "%s: Failed %d\n", in FindExec()
1240 log_Printf(LogWARN, "show: Cannot show without a prompt\n"); in ShowCommand()
1254 log_Printf(LogWARN, "term: Need a prompt\n"); in TerminalCommand()
1297 log_Printf(LogWARN, "open lcp: You must specify a link\n"); in OpenCommand()
1303 log_Printf(LogWARN, "open: LCP must be open before opening CCP\n"); in OpenCommand()
1318 log_Printf(LogWARN, "open ipcp: You need not specify a link\n"); in OpenCommand()
1393 log_Printf(LogWARN, "SetModemSpeed: Too many arguments\n"); in SetModemSpeed()
1403 log_Printf(LogWARN, "SetModemSpeed: Bad argument \"%s\"", in SetModemSpeed()
1409 log_Printf(LogWARN, "%s: Invalid speed\n", arg->argv[arg->argn]); in SetModemSpeed()
1411 log_Printf(LogWARN, "SetModemSpeed: No speed specified\n"); in SetModemSpeed()
1454 log_Printf(LogWARN, "%s %s: %s: Invalid mask\n", in SetServer()
1469 log_Printf(LogWARN, "Failed to reopen server port\n"); in SetServer()
1472 log_Printf(LogWARN, "Cannot reopen unset server socket\n"); in SetServer()
1482 log_Printf(LogWARN, "Server socket not open\n"); in SetServer()
1522 log_Printf(LogWARN, "%s: Invalid port or service\n", port); in SetServer()
1619 log_Printf(LogWARN, "%ld: Invalid FSM retry period - min %d\n", in SetRetry()
1628 log_Printf(LogWARN, "%ld: Invalid FSM REQ tries - changed to 1\n", l); in SetRetry()
1636 log_Printf(LogWARN, "%ld: Invalid FSM TRM tries - changed to 1\n", l); in SetRetry()
1667 log_Printf(LogWARN, "set %s: No context (use the `link' command)\n", in SetVariable()
1671 log_Printf(LogWARN, "set %s: Redundant context (%s) ignored\n", in SetVariable()
1686 log_Printf(LogWARN, "Altering authname while at phase %s\n", in SetVariable()
1705 log_Printf(LogWARN, "autoload: %s: Invalid min percentage\n", in SetVariable()
1713 log_Printf(LogWARN, "autoload: %s: Invalid max percentage\n", in SetVariable()
1726 log_Printf(LogWARN, "autoload: %s: Invalid throughput period\n", in SetVariable()
1737 log_Printf(LogWARN, "Set autoload requires three arguments\n"); in SetVariable()
1757 log_Printf(LogWARN, "%d: Invalid outgoing window size\n", in SetVariable()
1765 log_Printf(LogWARN, "%d: Invalid incoming window size\n", in SetVariable()
1772 log_Printf(LogWARN, "No window size specified\n"); in SetVariable()
1796 log_Printf(LogWARN, "%s: Invalid bits value\n", argp); in SetVariable()
1810 log_Printf(LogWARN, "%s: Invalid state value\n", in SetVariable()
1833 log_Printf(LogWARN, "No accmap specified\n"); in SetVariable()
1841 log_Printf(LogWARN, "%s: Invalid mode\n", argp); in SetVariable()
1855 log_Printf(LogWARN, "mrru: Only changeable before LCP negotiations\n"); in SetVariable()
1861 log_Printf(LogWARN, "mrru: Only changeable at phase DEAD/ESTABLISH\n"); in SetVariable()
1869 log_Printf(LogWARN, "MRRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()
1873 log_Printf(LogWARN, "MRRU %ld: too big - max %d\n", long_val, MAX_MRU); in SetVariable()
1894 log_Printf(LogWARN, "MRU %ld: too large - max set to %d\n", long_val, in SetVariable()
1908 log_Printf(LogWARN, "MRU %ld: too large - maximum is %d\n", long_val, in SetVariable()
1924 log_Printf(LogWARN, "MRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()
1928 log_Printf(LogWARN, "MRU %ld: too big - max %d\n", long_val, MAX_MRU); in SetVariable()
1951 log_Printf(LogWARN, "MTU %ld: too large - max set to %d\n", long_val, in SetVariable()
1965 log_Printf(LogWARN, "MTU %ld: too large - maximum is %d\n", long_val, in SetVariable()
1980 log_Printf(LogWARN, "MTU %ld: too small - min %d\n", long_val, MIN_MTU); in SetVariable()
1984 log_Printf(LogWARN, "MTU %ld: too big - max %d\n", long_val, MAX_MTU); in SetVariable()
2000 log_Printf(LogWARN, "%s: Invalid openmode\n", argp); in SetVariable()
2028 log_Printf(LogWARN, "Too many idle timeout values\n"); in SetVariable()
2031 log_Printf(LogWARN, "Too few idle timeout values\n"); in SetVariable()
2047 log_Printf(LogWARN, "Too many RADIUS alive interval values\n"); in SetVariable()
2050 log_Printf(LogWARN, "Too few RADIUS alive interval values\n"); in SetVariable()
2055 log_Printf(LogWARN, "rad_alive requires radius to be configured\n"); in SetVariable()
2070 log_Printf(LogWARN, "%ld: Invalid lqr period - min %d\n", in SetVariable()
2158 log_Printf(LogWARN, "No E.164 arg (E.164 ignored) !\n"); in SetVariable()
2189 log_Printf(LogWARN, "%ld: Invalid CBCP FSM retry period - min %d\n", in SetVariable()
2219 log_Printf(LogWARN, "%s: %s\n", argp, strerror(errno)); in SetVariable()
2252 log_Printf(LogWARN, "Parity value must be odd, even or none\n"); in SetVariable()
2263 log_Printf(LogWARN, "RTS/CTS value must be on or off\n"); in SetVariable()
2322 log_Printf(LogWARN, "PPPoE standard value must be \"standard\" or \"3Com\"\n"); in SetVariable()
2338 log_Printf(LogWARN, in SetVariable()
2344 log_Printf(LogWARN, "rad_port_id requires radius to be configured\n"); in SetVariable()
2497 log_Printf(LogWARN, "set command must have arguments\n"); in SetCommand()
2554 log_Printf(LogWARN, "%s: Invalid destination address\n", in AddCommand()
2575 log_Printf(LogWARN, "%s: Invalid gateway address\n", in AddCommand()
2674 log_Printf(LogWARN, "nat not enabled\n"); in NatOption()
2680 log_Printf(LogWARN, "nat not enabled\n"); in NatOption()
2714 log_Printf(LogWARN, "link: %s: Invalid link name\n", name); in LinkCommand()
2726 log_Printf(LogWARN, "link: %s: Invalidated link name !\n", name); in LinkCommand()
2734 log_Printf(LogWARN, "usage: %s\n", arg->cmd->syntax); in LinkCommand()
2807 log_Printf(LogWARN, "IPv6 is not available on this machine\n"); in OptSet()
2815 log_Printf(LogWARN, in OptSet()
2837 log_Printf(LogWARN, "Cannot enable iface-alias without NAT\n"); in IfaceAliasOptSet()
2858 log_Printf(LogWARN, "%s %s: No context (use the `link' command)\n", in NegotiateSet()
2862 log_Printf(LogWARN, "%s %s: Redundant context (%s) ignored\n", in NegotiateSet()
2952 log_Printf(LogWARN, "shortseq: Only changeable before" in NegotiateSet()
2958 log_Printf(LogWARN, "shortseq: Only changeable at phase" in NegotiateSet()
3098 log_Printf(LogWARN, "%s command must have arguments\n", in NegotiateCommand()
3130 log_Printf(LogWARN, "A link must be specified for ``clear physical''\n"); in ClearCommand()
3172 log_Printf(LogWARN, "The alias command is deprecated\n"); in RunListCommand()
3183 log_Printf(LogWARN, "%s command must have arguments\n", cmd); in RunListCommand()
3240 log_Printf(LogWARN, "IfaceAddCommand: src and dst address families" in IfaceAddCommand()
3269 log_Printf(LogWARN, "%s: Cannot remove active interface address\n", in IfaceDeleteCommand()
3282 log_Printf(LogWARN, "%s: No such interface address\n", in IfaceDeleteCommand()
3329 log_Printf(LogWARN, "Truncating proc title to %d args\n", argc); in SetProcTitle()