Home
last modified time | relevance | path

Searched refs:LOG_ERR (Results 1 – 25 of 219) sorted by relevance

123456789

/dragonfly/sbin/slattach/
HDslattach.c238 syslog(LOG_ERR, "ioctl(TIOCSETD): %m"); in acquire_line()
250 syslog(LOG_ERR, "daemon(0,0): %m"); in acquire_line()
271 syslog(LOG_ERR, "uu_lock: %s", uu_lockerr(res)); in acquire_line()
272 syslog(LOG_ERR, "can't lock %s", dev); in acquire_line()
279 syslog(LOG_ERR, "open(%s) %m", dev); in acquire_line()
284 syslog(LOG_ERR, "fcntl(F_GETFL) failed: %m"); in acquire_line()
288 syslog(LOG_ERR, "fcntl(F_SETFL) failed: %m"); in acquire_line()
300 syslog(LOG_ERR,"ioctl(TIOCSCTTY): %m"); in acquire_line()
320 syslog(LOG_ERR, "tcsetattr(TCSAFLUSH): %m"); in setup_line()
325 syslog(LOG_ERR, "ioctl(TIOCSDTR): %m"); in setup_line()
[all …]
/dragonfly/libexec/bootpd/
HDgetether.c51 report(LOG_ERR, "getether: socket(INET,DGRAM) failed");
55 report(LOG_ERR, "getether: ioctl SIOCRPHYSADDR failed");
89 report(LOG_ERR, "getether: open /dev/nit: %s",
95 report(LOG_ERR, "getether: NIOCBIND on nit");
99 report(LOG_ERR, "getether: SIOCGIFADDR on nit");
137 report(LOG_ERR, "getether: socket %s: %s", ifname, get_errmsg()); in getether()
144 report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg()); in getether()
213 report(LOG_ERR, "getether: open %s: %s",
233 report(LOG_ERR, "getether: attach: putmsg: %s", get_errmsg());
241 report(LOG_ERR, "getether: attach: getmsg: %s", get_errmsg());
[all …]
HDbootpd.c214 report(LOG_ERR, "malloc failed"); in main()
240 report(LOG_ERR, "getsockname: not an INET socket"); in main()
251 report(LOG_ERR, "bootpd: can't get hostname\n"); in main()
274 report(LOG_ERR, in main()
297 report(LOG_ERR, in main()
313 report(LOG_ERR, in main()
337 report(LOG_ERR, in main()
351 report(LOG_ERR, "%s: unknown switch: -%c\n", in main()
374 report(LOG_ERR, "Can not get my IP address\n"); in main()
411 report(LOG_ERR, "%s: chdir failed", chdir_path); in main()
[all …]
/dragonfly/usr.sbin/sliplogin/
HDsliplogin.c155 syslog(LOG_ERR, "%s: %m\n", _PATH_ACCESS); in findid()
167 syslog(LOG_ERR, "%s: wrong format\n", _PATH_ACCESS); in findid()
197 syslog(LOG_ERR, in findid()
215 syslog(LOG_ERR, "%s: %m\n", slparmsfile); in findid()
227 … syslog(LOG_ERR, "%s: wrong format\n", slparmsfile); in findid()
239 syslog(LOG_ERR, "SLIP access denied for %s\n", name); in findid()
327 syslog(LOG_ERR, "socket: %m"); in line_flags()
334 syslog(LOG_ERR, "ioctl (SIOCGIFFLAGS): %m"); in line_flags()
343 syslog(LOG_ERR, "ioctl (SIOCSIFFLAGS): %m"); in line_flags()
378 syslog(LOG_ERR, "daemon(1, 1): %m"); in main()
[all …]
/dragonfly/sbin/nos-tun/
HDnos-tun.c98 syslog(LOG_ERR,"unknown host %s", addr); in Set_address()
116 syslog(LOG_ERR,"can't open %s - %m",tun_dev); in tun_open()
127 syslog(LOG_ERR,"can't get tun interface name - %m"); in tun_open()
134 syslog(LOG_ERR,"can't open socket - %m"); in tun_open()
146 syslog(LOG_ERR,"SIOCDIFADDR - %m"); in tun_open()
161 syslog(LOG_ERR,"bad destination address: %s",theiraddr); in tun_open()
167 syslog(LOG_ERR,"can't set interface address - %m"); in tun_open()
175 syslog(LOG_ERR,"can't get interface flags - %m"); in tun_open()
184 syslog(LOG_ERR,"can't set interface UP - %m"); in tun_open()
204 syslog(LOG_ERR,"can't open socket - %m"); in Finish()
[all …]
/dragonfly/usr.sbin/authpf/
HDauthpf.c95 syslog(LOG_ERR, "cannot open %s (%m)", PATH_CONFFILE); in main()
100 syslog(LOG_ERR, "non-interactive session connection for authpf"); in main()
105 syslog(LOG_ERR, "cannot determine connection source"); in main()
110 syslog(LOG_ERR, "SSH_CLIENT variable too long"); in main()
115 syslog(LOG_ERR, "corrupt SSH_CLIENT variable %s", ipsrc); in main()
121 syslog(LOG_ERR, in main()
128 syslog(LOG_ERR, "cannot open packet filter device (%m)"); in main()
135 syslog(LOG_ERR, "cannot find user for uid %u", uid); in main()
148 syslog(LOG_ERR, "wrong shell for user %s, uid %u", in main()
161 syslog(LOG_ERR, "username too long: %s", pw->pw_name); in main()
[all …]
/dragonfly/sbin/nfsd/
HDnfsd.c331 syslog(LOG_ERR, "fork: %m"); in main()
366 syslog(LOG_ERR, in main()
372 syslog(LOG_ERR, in main()
382 syslog(LOG_ERR, "can't Add UDP socket"); in main()
396 syslog(LOG_ERR, "getaddrinfo udp: %s", in main()
427 syslog(LOG_ERR, in main()
433 syslog(LOG_ERR, in main()
440 syslog(LOG_ERR, in main()
450 syslog(LOG_ERR, in main()
465 syslog(LOG_ERR, "getaddrinfo udp6: %s", in main()
[all …]
/dragonfly/sbin/startslip/
HDstartslip.c83 #undef LOG_ERR
86 #define LOG_ERR stderr macro
257 syslog(LOG_ERR, "%s: exiting login after %d tries", username, tries); in main()
272 syslog(LOG_ERR, "%s: daemon: %m", username); in main()
287 syslog(LOG_ERR, "uu_lock: %s", uu_lockerr(res)); in main()
288 syslog(LOG_ERR, "%s: can't lock %s", username, devicename); in main()
294 syslog(LOG_ERR, "%s: open %s: %m", username, devicename); in main()
307 syslog(LOG_ERR, "%s: ioctl (TIOCSCTTY): %m", username); in main()
311 syslog(LOG_ERR, "%s: tcsetpgrp failed: %m", username); in main()
316 syslog(LOG_ERR, "%s: tcgetattr(%s): %m", username, devicename); in main()
[all …]
/dragonfly/usr.sbin/rtsold/
HDrtsol.c93 warnmsg(LOG_ERR, __func__, in sockopen()
98 warnmsg(LOG_ERR, __func__, in sockopen()
107 warnmsg(LOG_ERR, __func__, "inet_pton failed for %s", in sockopen()
113 warnmsg(LOG_ERR, __func__, "socket: %s", strerror(errno)); in sockopen()
122 warnmsg(LOG_ERR, __func__, "IPV6_RECVPKTINFO: %s", in sockopen()
129 warnmsg(LOG_ERR, __func__, "IPV6_PKTINFO: %s", in sockopen()
140 warnmsg(LOG_ERR, __func__, "IPV6_RECVHOPLIMIT: %s", in sockopen()
147 warnmsg(LOG_ERR, __func__, "IPV6_HOPLIMIT: %s", in sockopen()
158 warnmsg(LOG_ERR, __func__, "setsockopt(ICMP6_FILTER): %s", in sockopen()
226 warnmsg(LOG_ERR, __func__, "sendmsg on %s: %s", in sendpacket()
[all …]
HDprobe.c77 warnmsg(LOG_ERR, __func__, "malloc failed"); in probe_init()
82 warnmsg(LOG_ERR, __func__, "socket: %s", strerror(errno)); in probe_init()
88 warnmsg(LOG_ERR, __func__, "shutdown: %s", strerror(errno)); in probe_init()
113 warnmsg(LOG_ERR, __func__, "socket: %s", strerror(errno)); in defrouter_probe()
119 warnmsg(LOG_ERR, __func__, "ioctl(SIOCGDRLST_IN6): %s", in defrouter_probe()
128 warnmsg(LOG_ERR, __func__, in defrouter_probe()
188 warnmsg(LOG_ERR, __func__, "sendmsg on %s: %s", in sendprobe()
/dragonfly/usr.sbin/rpcbind/
HDrpcbind.c145 syslog(LOG_ERR, "could not read /etc/netconfig"); in main()
157 syslog(LOG_ERR, "%s: can't find local transport\n", argv[0]); in main()
203 syslog(LOG_ERR, "cannot get uid of daemon: %m"); in main()
207 syslog(LOG_ERR, "setuid to daemon failed: %m"); in main()
215 syslog(LOG_ERR, "svc_run returned unexpectedly"); in main()
275 syslog(non_fatal?LOG_DEBUG:LOG_ERR, "cannot create socket for %s", in init_transport()
282 syslog(LOG_ERR, "cannot get information for %s", in init_transport()
340 syslog(non_fatal ? LOG_DEBUG : LOG_ERR, in init_transport()
376 syslog(LOG_ERR, in init_transport()
395 syslog(LOG_ERR, in init_transport()
[all …]
/dragonfly/sbin/savecore/
HDsavecore.c189 syslog(LOG_ERR, "%s: %m", savedir); in check_space()
245 syslog(LOG_ERR, "%m"); in DoFile()
255 syslog(LOG_ERR, "%s: %m", device); in DoFile()
262 syslog(LOG_ERR, in DoFile()
278 syslog(LOG_ERR, in DoFile()
299 syslog(LOG_ERR, "unable to force dump - bad magic"); in DoFile()
304 syslog(LOG_ERR, in DoFile()
318 syslog(LOG_ERR, in DoFile()
330 syslog(LOG_ERR, in DoFile()
347 syslog(LOG_ERR, in DoFile()
[all …]
/dragonfly/usr.sbin/inetd/
HDinetd.c267 syslog(LOG_ERR, whine, arg); in getvalue()
361 syslog(LOG_ERR, in main()
381 syslog(LOG_ERR, "-a %s: %s", hostname, gai_strerror(error)); in main()
383 syslog(LOG_ERR, "%s", strerror(errno)); in main()
388 syslog(LOG_ERR, "-a %s: getaddrinfo failed", hostname); in main()
423 syslog(LOG_ERR, "-a %s: unknown address family", hostname); in main()
492 syslog(LOG_ERR, "pipe2 (O_CLOEXEC): %m"); in main()
510 syslog(LOG_ERR, "%s: nsock=0", __func__); in main()
526 syslog(LOG_ERR, "ioctl: %m"); in main()
532 syslog(LOG_ERR, "read: %m"); in main()
[all …]
/dragonfly/usr.sbin/rarpd/
HDrarpd.c178 logmsg(LOG_ERR, "cannot fork"); in main()
229 logmsg(LOG_ERR, "malloc: %m"); in init_one()
246 logmsg(LOG_ERR, "malloc: %m"); in init_one()
288 logmsg(LOG_ERR, "getifaddrs: %m"); in init()
356 logmsg(LOG_ERR, "%s: %m", device); in bpf_open()
394 logmsg(LOG_ERR, "BIOCIMMEDIATE: %m"); in rarp_open()
399 logmsg(LOG_ERR, "BIOCSETIF: %m"); in rarp_open()
407 logmsg(LOG_ERR, "BIOCGDLT: %m"); in rarp_open()
411 logmsg(LOG_ERR, "%s is not an ethernet", device); in rarp_open()
418 logmsg(LOG_ERR, "BIOCSETF: %m"); in rarp_open()
[all …]
/dragonfly/libexec/rbootd/
HDbpf.c92 syslog(LOG_ERR, "bpf: no available devices: %m"); in BpfOpen()
102 syslog(LOG_ERR, "bpf: ioctl(BIOCSETIF,%s): %m", IntfName); in BpfOpen()
110 syslog(LOG_ERR, "bpf: ioctl(BIOCGDLT): %m"); in BpfOpen()
114 syslog(LOG_ERR,"bpf: %s: data-link type %d unsupported", in BpfOpen()
124 syslog(LOG_ERR, "bpf: ioctl(BIOCIMMEDIATE): %m"); in BpfOpen()
140 syslog(LOG_ERR, "bpf: can't set promiscuous mode: %m"); in BpfOpen()
148 syslog(LOG_ERR, "bpf: ioctl(BIOCGBLEN): %m"); in BpfOpen()
155 syslog(LOG_ERR, "bpf: out of memory (%u bytes for bpfpkt)", in BpfOpen()
182 syslog(LOG_ERR, "bpf: ioctl(BIOCSETF): %m"); in BpfOpen()
299 syslog(LOG_ERR, "bpf: read: %m"); in BpfRead()
[all …]
/dragonfly/usr.sbin/bthcid/
HDparser.y81 syslog(LOG_ERR, "Could not allocate new " \
91 syslog(LOG_ERR, "Ignoring duplicated entry " \
115 syslog(LOG_ERR, "Could not parse BD_ADDR " \
129 syslog(LOG_ERR, "Could not allocate new " \
145 syslog(LOG_ERR, "Could not allocate new " \
175 syslog(LOG_ERR, "Could not allocate new " \
195 syslog(LOG_ERR, "%s in line %d", message, yylineno);
203 syslog(LOG_ERR, "Unknown config file name!"); in read_config_file()
208 syslog(LOG_ERR, "Could not open config file '%s'. %s (%d)", in read_config_file()
215 syslog(LOG_ERR, "Could not parse config file '%s'",config_file); in read_config_file()
[all …]
/dragonfly/usr.sbin/rrenumd/
HDrrenumd.c131 syslog(LOG_ERR, "<%s> inet_pton failed(library bug?)",
138 syslog(LOG_ERR, "<%s> ifname %s should be invalid: %s",
145 syslog(LOG_ERR, "<%s> IPV6_JOIN_GROUP on %s: %s",
175 syslog(LOG_ERR, "<%s>: malloc failed", __func__); in init_globals()
188 syslog(LOG_ERR, "<%s>: malloc failed", __func__); in init_globals()
204 syslog(LOG_ERR, "<%s> parse failed", __func__); in config()
248 syslog(LOG_ERR, "<%s> socket(v6): %s", __func__, in sock6_open()
266 syslog(LOG_ERR, "<%s> IICMP6_FILTER: %s", in sock6_open()
275 syslog(LOG_ERR, "<%s> IPV6_PKTINFO: %s", in sock6_open()
289 syslog(LOG_ERR, "<%s> socket(v4): %s", __func__, in sock4_open()
[all …]
/dragonfly/usr.sbin/pflogd/
HDpflogd.c232 logmsg(LOG_ERR, "Failed to initialize: %s", errbuf); in init_pcap()
237 logmsg(LOG_ERR, "Invalid datalink type"); in init_pcap()
253 logmsg(LOG_ERR, "BIOCLOCK: %s", strerror(errno)); in init_pcap()
321 logmsg(LOG_ERR, "Error: %s: %s", filename, strerror(errno)); in try_reset_dump()
326 logmsg(LOG_ERR, "Error: %s: %s", filename, strerror(errno)); in try_reset_dump()
333 logmsg(LOG_ERR, "Failed to set output buffers"); in try_reset_dump()
363 logmsg(LOG_ERR, in try_reset_dump()
396 logmsg(LOG_ERR, "Short file header"); in scan_dump()
442 logmsg(LOG_ERR, "Corrupted log file."); in scan_dump()
469 logmsg(LOG_ERR, "Write failed, corrupted logfile!"); in dump_packet_nobuf()
[all …]
/dragonfly/usr.sbin/rtadvd/
HDconfig.c171 syslog(LOG_ERR, in loadconfig_ifname()
178 syslog(LOG_ERR, in loadconfig_ifname()
195 syslog(LOG_ERR, "<%s>: ifinfo not found (idx=%d)", in rm_ifinfo_index()
381 syslog(LOG_ERR, in getconfig()
393 syslog(LOG_ERR, in getconfig()
404 syslog(LOG_ERR, in getconfig()
426 syslog(LOG_ERR, "<%s> the \'h\' and \'l\'" in getconfig()
443 syslog(LOG_ERR, "<%s> invalid router preference (%02x) on %s", in getconfig()
451 syslog(LOG_ERR, in getconfig()
462 syslog(LOG_ERR, in getconfig()
[all …]
HDcontrol.c85 syslog(LOG_ERR, "<%s> poll error: %s", in cm_recv()
141 syslog(LOG_ERR, "<%s> poll error: %s", in cm_recv()
267 syslog(LOG_ERR, "<%s> listen failed", __func__); in csock_listen()
271 syslog(LOG_ERR, "<%s> listen failed", __func__); in csock_listen()
286 syslog(LOG_ERR, "<%s> internal error.", __func__); in csock_open()
293 syslog(LOG_ERR, in csock_open()
304 syslog(LOG_ERR, in csock_open()
311 syslog(LOG_ERR, in csock_open()
319 syslog(LOG_ERR, in csock_open()
324 syslog(LOG_ERR, in csock_open()
[all …]
HDcontrol_server.c176 syslog(LOG_ERR, "<%s> %s not found", __func__, in cm_getprop_ifi()
212 syslog(LOG_ERR, "<%s> %s not found", __func__, in cm_getprop_rai()
217 syslog(LOG_ERR, "<%s> %s has no rainfo", __func__, in cm_getprop_rai()
254 syslog(LOG_ERR, "<%s> %s not found", __func__, in cm_getprop_ifi_ra_timer()
259 syslog(LOG_ERR, "<%s> %s has no rainfo", __func__, in cm_getprop_ifi_ra_timer()
264 syslog(LOG_ERR, "<%s> %s has no ifi_ra_timer", __func__, in cm_getprop_ifi_ra_timer()
301 syslog(LOG_ERR, "<%s> %s not found", __func__, in cm_getprop_rti()
306 syslog(LOG_ERR, "<%s> %s has no rainfo", __func__, in cm_getprop_rti()
350 syslog(LOG_ERR, "<%s> %s not found", __func__, in cm_getprop_pfx()
355 syslog(LOG_ERR, "<%s> %s has no rainfo", __func__, in cm_getprop_pfx()
[all …]
/dragonfly/usr.sbin/lpr/lpd/
HDprintjob.c154 syslog(LOG_ERR, "%s: open(%s): %m", pp->printer, in printjob()
178 syslog(LOG_ERR, "%s: chdir(%s): %m", pp->printer, in printjob()
189 syslog(LOG_ERR, "%s: open(%s): %m", pp->printer, in printjob()
195 syslog(LOG_ERR, "%s: fcntl(%s): %m", pp->printer, in printjob()
206 syslog(LOG_ERR, "%s: write(%s): %m", pp->printer, in printjob()
214 syslog(LOG_ERR, "%s: can't scan %s", pp->printer, in printjob()
222 syslog(LOG_ERR, "%s: fchmod(%s): %m", pp->printer, in printjob()
228 syslog(LOG_ERR, "%s: mkstemp(%s): %m", pp->printer, in printjob()
233 syslog(LOG_ERR, "%s: fchmod(%s): %m", pp->printer, in printjob()
257 syslog(LOG_ERR, "%s: write(%s): %m", pp->printer, in printjob()
[all …]
/dragonfly/sbin/adjkerntz/
HDadjkerntz.c125 syslog(LOG_ERR, "daemon: %m"); in main()
149 syslog(LOG_ERR, "sysctl(get_offset): %m"); in main()
157 syslog(LOG_ERR, "gettimeofday: %m"); in main()
285 syslog(LOG_ERR, "sysctl(get_disrtcset): %m"); in main()
292 syslog(LOG_ERR, "sysctl(set_disrtcset): %m"); in main()
310 syslog(LOG_ERR, "gettimeofday: %m"); in main()
317 syslog(LOG_ERR, "settimeofday: %m"); in main()
332 syslog(LOG_ERR, "sysctl(update_offset): %m"); in main()
341 syslog(LOG_ERR, "sysctl(put_wallclock): %m"); in main()
352 syslog(LOG_ERR, "sysctl(restore_disrtcset): %m"); in main()
/dragonfly/sbin/mountd/
HDmountd.c372 syslog(LOG_ERR, "sysctl: %m"); in main()
430 syslog(LOG_ERR, "could not create any services"); in main()
449 syslog(LOG_ERR, "mountd died: select: %m"); in main()
490 syslog(LOG_ERR, "cannot get information for %s", in create_service()
517 syslog(non_fatal ? LOG_DEBUG : LOG_ERR, in create_service()
560 syslog(LOG_ERR, in create_service()
610 syslog(LOG_ERR, in create_service()
620 syslog(LOG_ERR, in create_service()
659 syslog(LOG_ERR, "bindresvport_sa: %m proto %s port %d", in create_service()
676 syslog(LOG_ERR, in create_service()
[all …]
/dragonfly/libexec/rpc.rstatd/
HDrstat_proc.c188 syslog(LOG_ERR, "sysctl(kern.clockrate): %m"); in updatestat()
194 syslog(LOG_ERR, "rstat: can't read cp_time from kmem"); in updatestat()
212 syslog(LOG_ERR, "sysctl(kern.boottime): %m"); in updatestat()
226 syslog(LOG_ERR, "sysctlbyname: vm.vmmeter"); in updatestat()
249 syslog(LOG_ERR, "sysctl(net.link.generic.system.ifcount): %m"); in updatestat()
264 syslog(LOG_ERR, "sysctl(net.link.ifdata.%d.general)" in updatestat()
290 syslog(LOG_ERR, "rstatd: can't get number of devices: %s", in haveadisk()
296 syslog(LOG_ERR, "rstatd: %s", devstat_errbuf); in haveadisk()
304 syslog(LOG_ERR, "rstatd: can't get device list: %s", in haveadisk()
334 syslog(LOG_ERR, "rstatd: can't get number of devices: %s", in updatexfers()
[all …]

123456789