search for: l74

Displaying 14 results from an estimated 14 matches for "l74".

Did you mean: 74
2014 Feb 25
3
Arch Linux and Tripp Lite web snmp card issues.
...39;t done its job, for some reasons. well, 1 clear is that's it not a completed effort... at all but, still IIRC, it should have produced at least a bit more @Jason: how have you called the script? could you please also send an archive including: - the results of the adapted commands on #L73, #L74 https://github.com/networkupstools/nut/blob/master/scripts/subdriver/gen-snmp-subdriver.sh - your mib file cheers, Arno -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20140225/e9d414ac/attachment....
2016 Sep 30
2
[PPC, APFloat] Add full PPCDoubleDouble to APFloat
...ve found some internal test failures due to the wrong constant folding on ppc_fp128. As documented in APFloat::PPCDoubleDouble, APFloat doesn't support PowerPC double-double correctly < https://github.com/llvm-mirror/llvm/blob/492acdd450bcdf9837494d6da029ed064f14fc33/lib/Support/APFloat.cpp#L74 >. To support this, we need to add a second tuple of (sign, exponent, significand) to APFloat. I wonder where should I start to change, so that it's less hacky? I certainly expect refactoring to come. :) Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL...
2014 Feb 26
0
Arch Linux and Tripp Lite web snmp card issues.
...;classic" OID check, I think we can just add a special case to check for NULL, and continue the loop if oid_auto_check has not been provided. > @Jason: how have you called the script? > could you please also send an archive including: > - the results of the adapted commands on #L73, #L74 > https://github.com/networkupstools/nut/blob/master/scripts/subdriver/gen-snmp-subdriver.sh > - your mib file Jason, this would still be useful to address the issue of gen-snmp-subdriver not parsing things correctly. -- Charles Lepple clepple at gmail -------------- next part -------...
2016 Oct 03
2
[PPC, APFloat] Add full PPCDoubleDouble to APFloat
...gt; > folding on ppc_fp128. > > > > > > As documented in APFloat::PPCDoubleDouble, APFloat doesn't support > > PowerPC double-double correctly < > > > https://github.com/llvm-mirror/llvm/blob/492acdd450bcdf9837494d6da029ed064f14fc33/lib/Support/APFloat.cpp#L74 > > >. > > > > > > To support this, we need to add a second tuple of (sign, exponent, > > significand) to APFloat. I wonder where should I start to change, so > > that it's less hacky? I certainly expect refactoring to come. :) > > > > > &gt...
2017 Nov 23
2
JIT and atexit crash
Maybe the easiest workaround would be overriding symbol resolution for the function name and redirect it to your own version in static code (and hope it has no bad side effect on your use case). I think when running 3rd party code, the only way to definitely avoid this kind of trouble is to never deallocate any code or data sections. Doug Binks mentioned that too in his cppcast about Runtime
2014 Feb 25
0
Arch Linux and Tripp Lite web snmp card issues.
On Feb 24, 2014, at 11:48 PM, Jason R Begley wrote: > 0.073855 load_mib2nut: trying classic method with 'delta_ups' mib > 0.073878 Entering nut_snmp_get_str() > 0.073899 nut_snmp_get((null)) > 0.073918 nut_snmp_walk((null)) Arnaud, The gen-snmp-subdriver.sh script is setting mib2nut[i]->oid_auto_check to NULL for new drivers (with no instructions
2017 Nov 23
1
JIT and atexit crash
...s matches your use case, but the Orc-based JIT used in LLI appears to be using `llvm::orc::LocalCXXRuntimeOverrides` (http://llvm.org/doxygen/classllvm_1_1orc_1_1LocalCXXRuntimeOverrides.html) to override `__cxa_atexit`: https://github.com/llvm-mirror/llvm/blob/release_50/tools/lli/OrcLazyJIT.h#L74 https://github.com/llvm-mirror/llvm/blob/release_50/tools/lli/lli.cpp#L631 Best, Matt On 11/23/2017 19:49, Stefan Gränitz via llvm-dev wrote: > Maybe the easiest workaround would be overriding symbol resolution for > the function name and redirect it to your own version in static code &g...
2023 Mar 07
1
Feature request: a good way to supply short-lived certificates to openssh
On Tue, Mar 7, 2023, at 3:25 AM, Rory Campbell-Lange wrote: > On 07/03/23, Darren Tucker (dtucker at dtucker.net) wrote: >> On Tue, 7 Mar 2023 at 05:26, Andy Lutomirski <luto at kernel.org> wrote: >> [...] >> > ssh_config contains a Match ... exec [command to refresh the certificate]. >> > This sort of works, except that it runs the command far too
2014 Feb 26
2
Arch Linux and Tripp Lite web snmp card issues.
...ck, I think we can just add a special case to check for NULL, > and continue the loop if oid_auto_check has not been provided. > >> @Jason: how have you called the script? >> could you please also send an archive including: >> - the results of the adapted commands on #L73, #L74 >> https://github.com/networkupstools/nut/blob/master/scripts/subdriver/gen-snmp-subdriver.sh >> - your mib file > > Jason, > > this would still be useful to address the issue of gen-snmp-subdriver > not parsing things correctly. > > -- > Charles Lepple > cl...
2017 Apr 05
6
Very hard to reproduce bug (?) in R-devel
...tput that has the wrong order. I don't know if that's due to the cat() calls being executed in the wrong order, or if it's simply being printed or buffered in the wrong order. This is the code in question that cat()s to stderr: https://github.com/rstudio/pool/blob/0724ad9/R/scheduler.R#L74-L90 while (TRUE) { tasks <- sort(ls(private$scheduledTasks)) if (length(tasks) == 0) break t <- tasks[[1]] s <- stderr() cat(tasks, "--1--\n", file = s) cat(ls(private$scheduledTasks), "--2--\n", file = s) c...
2017 Apr 05
0
Very hard to reproduce bug (?) in R-devel
...tput that has the wrong order. I don't know if that's due to the cat() calls being executed in the wrong order, or if it's simply being printed or buffered in the wrong order. This is the code in question that cat()s to stderr: https://github.com/rstudio/pool/blob/0724ad9/R/scheduler.R#L74-L90 while (TRUE) { tasks <- sort(ls(private$scheduledTasks)) if (length(tasks) == 0) break t <- tasks[[1]] s <- stderr() cat(tasks, "--1--\n", file = s) cat(ls(private$scheduledTasks), "--2--\n", file = s) c...
2006 Mar 03
8
How to use the sortable_element tagname option?
I''m having some difficulty adding drag-and-drop sorting to my application. I''m hoping that someone can help me figure out what I''m doing wrong: #view <table> ... <tbody id="item-list-body"> <tr id="view-item-<%= item.id %>"....</tr> </tbody> ... <%= sortable_element(''item-list-body'',
2017 Apr 04
2
Very hard to reproduce bug (?) in R-devel
> > >> I've done some more investigation into the problem, and it is very difficult to pin down. What it looks like is happening is roughly like this: - `p` is an environment and `p$e` is also an environment. - There is a loop. In each iteration, it looks for one item in `p$e`, saves it in a variable `x`, then removes that item from `p$e`. Then it invokes `x()`. The loop runs
2014 Feb 25
2
Arch Linux and Tripp Lite web snmp card issues.
On 2/24/2014 11:10 PM, Charles Lepple wrote: > On Feb 24, 2014, at 10:29 PM, Jason R Begley wrote: > >> Thanks for the quick response Charles! I may not have gotten the correct output from the snmpwalk, let me know if the attachment is usable. Thanks! > Sorry, it's basically all comments. Do you have the stdout from the subdriver script? Also, how is the MIB file installed?