search for: reload_flag

Displaying 7 results from an estimated 7 matches for "reload_flag".

2023 Sep 23
1
Nut-upsdev Digest, Vol 206, Issue 5
...ver=... Network UPS Tools - Generic HID driver 0.52 (2.8.0-2557-g81fca30b2) USB communication driver (libusb 1.0) 0.46 ?? 0.000000??? [D3] main_arg: var='port' val='auto' ?? 0.000056??? [D6] testinfo_reloadable: var=port, infoname=driver.parameter.port, newval=auto, reloadable=0, reload_flag=0 ?? 0.000072??? [D6] testinfo_reloadable: verdict for (re)loading var=port value: 1 ?? 0.000101??? [D5] send_to_all: SETINFO driver.parameter.port "auto" ?? 0.000127??? [D3] main_arg: var='vendorid' val='...' ?? 0.000163??? [D5] send_to_all: SETINFO driver.parameter....
2023 Sep 23
1
Nut-upsdev Digest, Vol 206, Issue 5
...PS Tools - Generic HID driver 0.52 (2.8.0-2557-g81fca30b2) > USB communication driver (libusb 1.0) 0.46 > 0.000000 [D3] main_arg: var='port' val='auto' > 0.000056 [D6] testinfo_reloadable: var=port, > infoname=driver.parameter.port, newval=auto, reloadable=0, reload_flag=0 > 0.000072 [D6] testinfo_reloadable: verdict for (re)loading var=port > value: 1 > 0.000101 [D5] send_to_all: SETINFO driver.parameter.port "auto" > 0.000127 [D3] main_arg: var='vendorid' val='...' > 0.000163 [D5] send_to_all: SETIN...
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
Well, now that the `subdriver` option got added to `usbhid-ups` too, you can at least try that (by building again the current master). See command-line help for the subdrivers it would currently recognize, and copy e.g. the first word as the matching option, e.g.: ./drivers/usbhid-ups -DDDDDD -d1 -s test -x port=auto -x vendorid=... -x productid=... -x subdriver=... and try to lockpick your
2007 Jan 23
2
Re: [nut-commits] svn commit r731
...gt; /* cleanup client fds */ > tmpcli = firstclient; > @@ -681,22 +762,30 @@ > { > fd_set rfds; > struct timeval tv; > - int res, maxfd; > + int res, maxfd = -1; > ctype *tmpcli, *tmpnext; > upstype *utmp, *unext; > + stype *stmp, *snext; > > if (reload_flag) { > conf_reload(); > reload_flag = 0; > } > - > - FD_ZERO(&rfds); > - FD_SET(listenfd, &rfds); > > tv.tv_sec = 2; > tv.tv_usec = 0; > > - maxfd = listenfd; > + FD_ZERO(&rfds); > + > + /* scan through servers and add to FD_SET *...
2007 Jan 06
1
Re: [nut-commits] svn commit r710 - in trunk: . clients server
...uct in_addr listenaddr; > +#else > static char *listenaddr = NULL; > > /* AF_ */ > > static int opt_af = AF_UNSPEC; > +#endif > > /* signal handlers */ > static struct sigaction sa; > @@ -77,6 +81,7 @@ > /* set by signal handlers */ > static int reload_flag = 0, exit_flag = 0; > > +#ifdef HAVE_IPV6 > const char *inet_ntopW (struct sockaddr_storage *s) { > static char str[40]; > > @@ -90,6 +95,7 @@ > return NULL; > } > } > +#endif > > /* return a pointer to the named ups if possible */ > upstype *...
2007 Jan 06
3
Re: [nut-commits] svn commit r708 - in trunk: . clients server
...aces */ > -static struct in_addr listenaddr; > +static char *listenaddr = NULL; > + > +/* AF_ */ > + > +static int opt_af = AF_UNSPEC; > > /* signal handlers */ > static struct sigaction sa; > @@ -72,6 +77,20 @@ > /* set by signal handlers */ > static int reload_flag = 0, exit_flag = 0; > > +const char *inet_ntopW (struct sockaddr_storage *s) { > + static char str[40]; > + > + switch (s->ss_family) { > + case AF_INET: > + return inet_ntop (AF_INET, &(((struct sockaddr_in *)s)->sin_addr), str, 16); > + case AF_INET6: > +...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
Dear All, we're trying to implement R on the IBM p690 cluster "Jump" at the research centre in J?lich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly following the installation instructions. After ./configure we get the final message: ---------------- R is now configured for powerpc-ibm-aix5.2.0.0