search for: unrecorded

Displaying 13 results from an estimated 13 matches for "unrecorded".

Did you mean: recorded
2014 Dec 09
3
Tiny suggestion for upslog.c
...g.c. It adds a signal handler for the USR1 signal, which simply triggers it to abort the current sleep and log the requested now. I find it useful because my upssched-cmd can then killall -USR1 upslog to ensure that there is an entry in the log for brief power dropouts which would otherwise be unrecorded (because the power is only off for a few seconds). I think that the patch is still valid against the latest source in GIT but was originally coded against 2.2.x. thanks Andy --- nut-2.6.5/clients/upslog.c 2014-12-08 23:23:33.274059582 +0000 +++ nut-2.6.5/clients/upslog.c 2014-12-08 23:2...
2014 Dec 10
0
Tiny suggestion for upslog.c
...n all systems, but for what it's worth, the code looks good to me. Is it correct to assume that you are using this on Linux? > I find it useful because my upssched-cmd can then killall -USR1 upslog to ensure that there is an entry in the log for brief power dropouts which would otherwise be unrecorded (because the power is only off for a few seconds). Agreed, that sounds very useful. I don't think we have a standard format for documenting the signals that the various NUT components respond to. However, I wouldn't want this feature to remain undocumented. Would you mind writing up a par...
2021 May 28
2
Proposal: "experimental" namespace for non-standard NUT variables
On Fri, 28 May 2021, Jim Klimov via Nut-upsdev wrote: > ? Looking at NUT pull request (PR) history on GitHub, I see that we have > had a non-trivial number of stalled driver contributions sharing a prominent > similarity: proposed names for some of the variables did not fit into the list > defined at https://github.com/networkupstools/nut/blob/master/docs/nut-names.txt > ? I
2021 May 28
2
Proposal: "experimental" namespace for non-standard NUT variables
On Fri, 28 May 2021, Jim Klimov via Nut-upsdev wrote: > ? Looking at NUT pull request (PR) history on GitHub, I see that we have > had a non-trivial number of stalled driver contributions sharing a prominent > similarity: proposed names for some of the variables did not fit into the list > defined at https://github.com/networkupstools/nut/blob/master/docs/nut-names.txt > ? I
2009 May 01
3
adding zeros to dataframe
Greetings, I am new to R and am hoping to get some tips from experienced R-programmers. I have a dataset that I've read into R as a dataframe. There are 5 columns: Plot location,species name, a species number code (unique to each species name), abundance, and treatment. There are 272 plots in each treatment, but only the plots in which the species was recorded have an abundance value. For
2004 Jun 28
0
Queue hold time in seconds
...conds. E.g. Average wait 1 minute 20 seconds). I'm going to add the optional announce of seconds to the queue config and a rounding factor (e.g. 10 in our case). The following parameters will be added Queue-announce-seconds (default is off) Queue-seconds (default will be an as yet unrecorded "queue-seconds") Queue-rounding-seconds (default will be 10) Have I missed anything? Steve The information contained in this email is intended for the personal and confidential use of the addressee only. It may also be privileged information. If you are not the intended rec...
2021 May 28
0
Proposal: "experimental" namespace for non-standard NUT variables
...s and messages between the Attachment Deaemon (upsd) and the clients. Developers should use the names recorded here. If you need to express a state which cannot be described by any existing name, make a request to the NUT developer's mailing list for assignment of a new name. Clients using unrecorded names risk breaking at a future update. If you wish to experiment before obtaining your requested variable name, you should use a name of the form experimental.x.y Put another way: if you make up a name that's not in this list and it gets into the tree, and then we come up with a better nam...
2021 May 28
0
Proposal: "experimental" namespace for non-standard NUT variables
...s and messages between the Attachment Deaemon (upsd) and the clients. Developers should use the names recorded here. If you need to express a state which cannot be described by any existing name, make a request to the NUT developer's mailing list for assignment of a new name. Clients using unrecorded names risk breaking at a future update. If you wish to experiment before obtaining your requested variable name, you should use a name of the form experimental.x.y Put another way: if you make up a name that's not in this list and it gets into the tree, and then we come up with a better nam...
2007 Oct 23
10
How is everyone structuring stories?
Bleeding-edge story-writers, How are you structuring your specs? I am working on a new project and tried this: ./lib ./blah ./spec ./blah ./stories But it breaks autotest, so I moved stories parallel to lib and spec. Also what about suffixes? I have adopted "xyz_story_spec.rb", and "xyz.story" for the time being, with the line runner =
2014 Dec 10
1
Tiny suggestion for upslog.c
...the requested time has elapsed, or the number of seconds left to sleep, if the call was interrupted by a signal handler. >> I find it useful because my upssched-cmd can then killall -USR1 upslog to ensure that there is an entry in the log for brief power dropouts which would otherwise be unrecorded (because the power is only off for a few seconds). > Agreed, that sounds very useful. > > I don't think we have a standard format for documenting the signals that the various NUT components respond to. However, I wouldn't want this feature to remain undocumented. Would you mind wri...
2003 Aug 01
1
[Fwd: dvd+rw-format -force problem]
> -------- Original Message -------- > Subject: dvd+rw-format -force problem > Date: Thu, 31 Jul 2003 21:30:00 +0200 > From: Melvyn Sopacua <freebsd-stable@webteckies.org> > Organization: WebTeckies.org > To: stable@freebsd.org > > I haven't felt the need to fully blank a DVD+RW for a while untill today. Formally speaking blanking is not appicable to DVD+RW.
2012 Jun 22
4
Questions about doing analysis based on time
...me into POSIXlt, is it possible for me to do the following: 1. The data was recorded at irregular intervals, and the difference between recorded points can range from anywhere between 1 hour and up to 7. Is it possible, when data isn't recorded between two points, to insert the hours that are unrecorded along with the average of what that hour is. This is sort of a pre-requisite for the next two. 2. If one of the entries has a Score above a certain point, is it possible to determine how long it was above that point and determine the mean for all the instances this occurred. For example: 01/01/11...
2003 Nov 13
16
Submitting patches
I''m a bit new to working on a rubyforge/sourceforge/open source project, so excuse my obliviousness. What is the preferred way of submitting a patch to wxruby? Thanks, Nick