similar to: [PATCH matahari] Introduces a multiplexer for taking requests and mapping them to APIs.

Displaying 20 results from an estimated 110 matches similar to: "[PATCH matahari] Introduces a multiplexer for taking requests and mapping them to APIs."

2013 Aug 01
0
infosec e4
On Jul 31, 2013, at 9:07 AM, James HORLEY wrote: > I?m wondering if what I have done is good : > # get the source from github on my computer > # autogen.sh > # name=nut > # ./configure --prefix=/ --sysconfdir=/etc/$name --mandir=/usr/share/man > --libdir=/usr/lib --includedir=/usr/include --datadir=/usr/share/$name > --with-statepath=/var/run/nut
2013 Jul 31
2
Fw: infosec e4
I?m wondering if what I have done is good : # get the source from github on my computer # autogen.sh # name=nut # ./configure --prefix=/ --sysconfdir=/etc/$name --mandir=/usr/share/man --libdir=/usr/lib --includedir=/usr/include --datadir=/usr/share/$name --with-statepath=/var/run/nut --with-altpidpath=/var/run/nut --with-drvpath=/lib/nut --with-pidpath=/var/run/$name
2013 Aug 02
2
infosec e4
I'm pretty sure, I've install pkg-config, but I will check it monday after my holliday. This is my test steps: - Shutting down nut-client (upsmon) - Only nut-server (driver + upsd) is running - upsmon.conf have been revert to normal shutdown, no upssched - upsc myups return ups stats then: upsmon -K -DDDDD, here is the output: kill: No such process UPS: myups at
2013 Aug 26
0
infosec e4
I've download again nut source today from "https://github.com/networkupstools/nut/tree/voltronic-driver" and try compiliing the voltronic-driver. The drivers is working fine (ie computer is shutting down) except for the shutdown of the ups. I can shutdown the ups by sending the command "shutdown.return" but standard shutdown doesn't work. upsmon -K return: kill: No
2015 Jan 03
0
Data stale error after short while
Thanks Dan and Charles - I've found the usb passthrough will be a non-starter (not supported on my host). Dan - is your recommendation to build Nut from source or just the driver? I'm trying to build the whole project but am obviously missing dependencies... I've come across a configure error syntax error near unexpected token `CPPUNIT,' which I've seen in a previous
2015 Apr 26
0
make environment for automated testcases
On Apr 26, 2015, at 5:05 PM, "Nick Ma." <nick.mayerhofer at enchant.at> wrote: > and I also tried "autoreconf -i" which gave me an: > autoreconf: 'configure.ac' or 'configure.in' is required autoreconf has to be run from the top level directory. (Not related to this issue, but you might want to use the autogen.sh script to catch any other
2016 Mar 22
0
Windows port
[please use reply-all to include the list. thanks!] On Mar 7, 2016, at 12:56 PM, Denis Serov <intrudo at outlook.com> wrote: > > Hi! > > I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :) > > Where are a lot of Windows-branches at GitHub. What is the most actual one? github/Windows-v2.6.5-7 is the most recent
2015 Dec 02
2
-fno-rtti compilation option
Hi all, Sorry to bother you guys with this question coming from a young beginner, but even after some hours of research, I could not find any way to solve my issue... I have a project using LLVM APIs (3.7.0), so I compile it with options suggested by 'llvm-config -cxxflags', including -fno-rtti. Without this latter option, the build fails ("no reference to typeinfo...").
2015 Apr 27
3
make environment for automated testcases
On 27/04/15 00:35, Charles Lepple wrote: > autoreconf has to be run from the top level directory. I did that too. > (Not related to this issue, but you might want to use the autogen.sh > script to catch any other dependencies, then add > --enable-maintainer-mode to the configure parameters so you don't need > to manually re-run the auto-tools.) Do you have cppunit installed? I
2015 Sep 10
0
interix / xapian / bindings / Eric Lindblad
Report by Eric Lindblad 10-09-2015 http://www.ericlindblad.blogspot.com cf: http://comments.gmane.org/gmane.comp.search.xapian.general/9862 interix Yesterday I compiled cppunit-1.12.1 on the Interix g++ (3.3) compiler. xapian Subsequent to disabling the remote backend which caused gmake to skip over the /net/tcpclient.cc:77 error, resulting in xapian libs' compile, today I disabled the
2016 Mar 07
2
Windows port
Hi! I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :) Where are a lot of Windows-branches at GitHub. What is the most actual one? The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6? I couldn't find any info about proper environment to build Windows
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date set
I expect to release Ogg Frog 1.0 for public alpha test on Saturday, August 12. The date might slip a little depending on how my current job hunt goes; if I get a job sooner than I expect, I'll have to cut back on my development which has been full-time for a while now. The planned features are detailed at the page where the downloads will eventually be found:
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date announced
I expect to release Ogg Frog 1.0 for public alpha test on Saturday, August 12. The date might slip a little depending on how my current job hunt goes; if I get a job sooner than I expect, I'll have to cut back on my development which has been full-time for a while now. The planned features are detailed at the page where the downloads will eventually be found:
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
System: * Solaris 10 1/13 (X86) in VirtualBox. OpenCSW packages installed: *gcc4core * libltdl7 * netsnmp * netsnmp_dev I'm attempting to run: ./configure --with-snmp --with-wrap --with-snmp-libs="L/opt/csw/lib l/libnetsnmp" And get the following error: configure: error: "Net-SNMP libraries not found, required for SNMP drivers" I'm pasting the whole
2008 Aug 30
1
[LLVMdev] Unit testing frameworks
In a recent conversation with Chris it was brought up that the LLVM project doesn't have a way to incorporate fine-grained unit tests (in other words, tests that exersize the members of a single C++ class). I was wondering what is the general feeling about adding this to LLVM. Let me discuss some of the details: First, there is the question of a test framework. One possibility is to
2015 Apr 26
2
make environment for automated testcases
Hi, I'm trying to get the automated testcases in nut/tests/ working. But I just cant get a binary out of the build system. The nut/tests/ folder looks good% ls cpputest.cpp example.cpp Makefile Makefile.am Makefile.in and I also tried "autoreconf -i" which gave me an: autoreconf: 'configure.ac' or 'configure.in' is required Any ideas? Best
2010 May 21
7
Provider API versioning
Hi folks, Wondering whether I can get a quick show of hands from those of you who use OpenLayers. The latest version of the API has some refinements for adding the OSM layers which it would be good to take advantage of. If anyone who uses OpenLayers is planning to upgrade from Mapstraction v1 to v2 would it be acceptable to have to upgrade OpenLayers too? That''s assuming you
2015 Jan 03
4
Data stale error after short while
On Jan 2, 2015, at 4:27 PM, Mike Raath <raathm at gmail.com> wrote: > Maybe usbpassthrough is something I should look at? I'll do some reading. You may have found this already, but this (plus the followup KB item #1021345) seems to imply that you can bind the USB-to-serial adapter to the NUT VM:
2020 Nov 03
1
LibreOffice locking up
Mike McCarthy, W1NR <sysop at w1nr.net> ? 2020?11?3? ?? ??7:56??? > > > Can you reproduce the problem with this document? > > > > And, when the crash happened, could you still ping the computer from > > another device in the network? > > > > Crashing hard so that only a reset helps is usually only possible with a > > kernel bug or hardware issue,
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
Hi, I need help because I can't install Nut in RedHat EL 6.6 The version of Nut in repository ot RHEL is 2.6.5-2, but doesn't suppor my UPS, Liebert GXT3-200RT. I read that it is supported using Nut version 2.7.2, but I looking all around the web how to install it in my RedHat but I didn't find answers. Follow the guide, I can downlad lasted version stable on web: 2.7.2 Here the