similar to: No subject

Displaying 20 results from an estimated 3000 matches similar to: "No subject"

2011 Jan 06
0
No subject
If you don't use 'CERTVERIFY 1', then this will at least make sure that nobody can sniff your sessions without a large effort (...) > So, do I misunderstand CERTVERIFY directive ? Or is there a bug ? >> Can you reproduce such behaviour ? >> > > I'm not sure what is going on. Can you try running 'upsmon' with debugging > enabled? The following are
2011 Mar 22
1
Static code analysis (was: SSL test regression)
Hi Arjen, just to revive the static code analysis thread... It would be nice if you could expose your ideas and the results of your tests. Also, apart from Splint, have you tested any other systems?
2020 Oct 17
0
[PATCH nbdkit] common/include/tvdiff.h: Add formal specification.
This commit adds a formal specification of tvdiff_usec and a partial specification of subtract_timeval. These may be proved using Frama-C. The existing functions ignored overflow, but it is possible to call the functions with parameters that will cause overflow. So to create a formal specification I had to modify the functions to signal overflow. Luckily GCC and Clang have convenient
2011 May 25
0
Server certificate of 'svn.debian.org' not trusted
Hi Arjen, thanks for the heads up. 2011/5/25 Arjen de Korte <nut+devel at de-korte.org> > Arnaud, > > Since a couple of days I'm unable to connect to SVN since the root CA that > signed the server certificate of 'svn.debian.org' is not trusted. I guess > this is because the previous certificate was no longer valid. My question > is, if this is only a
2002 Apr 04
1
Splint annotations for rsync from CVS
Hi -- I've added splint annotations to rsync code from CVS. The resulting work-in-progress is at ftp://people.redhat.com/jbj/rsync-splint.tar.gz Splint is a lightweight assertion checker, details at http://www.splint.org Any interest in including splint annotations in rsync source code? If so, inquire privately and I'll try to assist. 73 de Jeff -- Jeff Johnson ARS N3NPQ
2010 Oct 20
0
[Bug 662435] Re: megatec_usb driver stopped working after upgrade from 8.04 to 10.04
Hi Michael, thanks for your feedback! I'm cc'ing the NUT users list for info. I've also added an entry for your device (Powerwalker Line Interactive VI 1400, using blazer_usb). Can you please send back an upsc output, and at least check for the shutdown behavior, if not already done: http://new.networkupstools.org/user-manual.html#Testing_shutdowns 2010/10/19 MichaelE <662435 at
2010 Nov 29
1
[nut-commits] svn commit r2706 - in branches/ssl-nss-port: . clients docs m4 server
Citeren Arnaud Quette <aquette op alioth.debian.org>: > dnl ---------------------------------------------------------------------- > -dnl Check for --with-ssl > +dnl Check for with-ssl, and --with-nss or --with-openssl > +dnl Only one can be enabled at a time, with a preference for Mozilla NSS > +dnl if both are available Having looked at the differences between Mozilla NSS
2002 Apr 05
2
little patch with zero priority
Hi, I have a little request, which should be considered "very very very very low priority" but would be useful nonetheless... in Makefile.in there are two lines with additional space at end of line and my editor strip it, so I must hand-edit the cygwin-specific patch in order to create the package (nothing serious: only patch is using /usr instead of /usr/local as a default prefix and
2009 Jul 09
1
splint
I am trying to understand idea for splint, but it use Fortran code. Does anyone know how to see that Fortran code? Is splint a not-knot spline method? Thanks, jfm [[alternative HTML version deleted]]
2011 Sep 05
3
Scheduling 2.6.2 release (was: on Ubuntu Developer Summit (Oneiric), NUT and 2.8.0)
Hey, I'm scheduling a 2.6.2 release for max. September 15. The content will be lighter than first expected with 2.8.0 (see below). This includes the current trunk plus: - merge the nut-scanner branch, - some snmp-ups improvements (sysOID matching for init stage) and some more MIBs, - a first complete version of the nut-ipmipsu driver, - the new jNut Java binding, - preliminary support of
2002 Jul 12
0
Installation
Hello, I can not install rsync 2.5.5. on a Caldera Open Unix 8.0.0 Operating System. After ./configure I enter the command "make" and I get the following Message: UX:make: FEHLER: Zeile 66: Syntaxfehler Where can I get help? I add the files: config.log and Makefile. P. Schnickmann -------------- next part -------------- This file contains any messages produced by compilers while running
2011 Jun 11
1
2.8.0 roadmap
Dear NUT developers and contributors, time has come to shed more light on 2.8.0 roadmap! Ubuntu Developer Summit attendance has helped to clarify things. several of 2.8.0 tasks are detailed here: https://wiki.ubuntu.com/ServerOneiricInfraPower I'm conscious that our development infrastructure (Alioth) is not that suitable to track roadmaps, "Agile" specs and developments, as we do
2012 Apr 16
0
Fwd: Re: libusb_get_report: Unknown error
DDDDD output attached. On 04/12/12 19:53, Arnaud Quette wrote: > > > 2012/4/11 Robert Ayrapetyan <robert.ayrapetyan at gmail.com > <mailto:robert.ayrapetyan at gmail.com>> > > Seems I've missed confirmation mail somewhere, now registered. > > > > have you patched your 2.6.1 or used trunk + the patch? > I've used trunk + the patch.
2013 Nov 18
2
[PATCH] al175: updated driver, please restore it
On Tue, Jan 27, 2009 at 04:39:13PM +0100, Arnaud Quette wrote: > Hi Kirill, > > 2009/1/27 Kirill Smelkov <kirr at mns.spb.ru> > > > On Tue, Jan 13, 2009 at 05:58:23PM +0300, Kirill Smelkov wrote: > > > Arjen, Arnaud, > > > first of all, I'm sorry for my late reply. > > > > > > If it's not too late, here is updated al175: >
2011 Jun 28
1
[nut-commits] svn commit r3060 - branches/nut-scanner/tools/nut-scanner
2011/6/27 Frederic BOHE <fbohe-guest at alioth.debian.org> > Author: fbohe-guest > Date: Mon Jun 27 13:56:51 2011 > New Revision: 3060 > URL: http://trac.networkupstools.org/projects/nut/changeset/3060 > > Log: > Add NUT server scan. > > (...) > device_t * scan_snmp(char * start_ip, char * stop_ip,long usec_timeout, > snmp_security_t * sec); > >
2010 Feb 05
1
splint / lint-like syntax checker for R
Greetings - Does CRAN or someone similar make a splint / lint-like syntax checker for R? I realize that both ESS and the debug package and similar tools have debugging and error analysis features, but those appear to require running the code through the R buffer. I'd like something that did basic syntax and object-name verification for code that was to run in batch, as a precursor to
2011 Nov 25
0
NUT QA regression testing script (was: Upgraded Buildbot)
Hey Charles and the list, 2011/11/13 Arnaud Quette <aquette.dev at gmail.com>: > > 2011/11/12 Charles Lepple <clepple at gmail.com> >> >> On Sat, Nov 12, 2011 at 9:41 AM, Arnaud Quette <aquette.dev at gmail.com> >> wrote: >> > since I'm working on improving the Ubuntu regression testing suite [1], >> > which can also serve for
2011 Aug 26
1
[RFC] add device.country to NUT variables
Hi there, while doing some housekeeping and improvements on usbhid-ups, I realized that the country information is needed for some advanced features processing, like Eco control and nominal values enums. This would also be interesting to expose to the user. I thus propose to add the following: |======================================================================== | Name |
2012 May 15
1
[RFC] Rename peakcurrent to current.peak
While reviewing Greg Woods' PATCH 28/36, I realized that our namespace use "peakcurrent". A more coherent name would be "current.peak", as used in Greg's patch (well, in the metasys driver to be precise). For the time being, only the upscode2 driver is using "peakcurrent". But as told, metasys is already using "current.peak". So I'm going to
2011 Apr 28
0
[nut-commits] svn commit r2978 - trunk/docs/website
a comment on the below commit... 2011/4/27 Arnaud Quette <aquette at alioth.debian.org> > Author: aquette > Date: Wed Apr 27 15:42:33 2011 > New Revision: 2978 > URL: http://trac.networkupstools.org/projects/nut/changeset/2978 > > Log: > Enable website quirks to address Internet Explorer 6, which were missing > since 2.6.0 publication > (...) > the website