search for: jnut

Displaying 17 results from an estimated 17 matches for "jnut".

Did you mean: jnu
2007 Mar 13
5
worker starting twice
...oundrb_server.log from the same period of time: 20070313-15:45:17 (5594) Starting BackgrounDRb Server 20070313-15:45:17 (5594) acl: denyallallowlocalhost 127.0.0.1orderdeny allow 20070313-15:45:17 (5594) temp_dir: /tmp 20070313-15:45:17 (5594) port: 2000 20070313-15:45:17 (5594) worker_dir: /Users/jnutting/work/m_project/lib/workers 20070313-15:45:17 (5594) protocol: drbunix 20070313-15:45:17 (5594) uri: drbunix:///tmp/backgroundrbunix_localhost_2000 20070313-15:45:17 (5594) config: /Users/jnutting/work/m_project/config/backgroundrb.yml 20070313-15:45:17 (5594) rails_env: development 20070313-15:...
2012 Jan 11
0
Missing files on windows_port branch
I think this trunk-to-branch interior merge should be clean, but the merge logic correctly identifies some missing files in the reposurgeon output (checked in -pre7 and -pre4). They are in SVN on that branch, though (ignoring .gitignore for the time being). I only see one java file in scripts/java/jNut/src/main/java/org/networkupstools/jnut/ from reposurgeon. http://trac.networkupstools.org/projects/nut/browser/branches/windows_port/scripts/java/jNut/src/main/java/org/networkupstools/jnut?rev=3319 trunk -> windows_port: 2011-11-15T10:14:21Z!fbohe-guest at alioth.debian.org ("Merge from...
2018 Jun 26
2
Android NUT client?
I've been looking around but haven't been able to find even a mention of a client on Android. Does one exist? -Parker Reed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20180626/4b7c026e/attachment.html>
2020 Jan 31
2
Status of java interface
Hello, I am embarking on a project using NUT on a Raspberry pi talking to a Cyberpower UPS for storm event (e.g. hurricane) power management at a remote location. I would prefer to use Java as a programming platform for this application, but I see the NUT Java project has not been updated in a long time (7 years?!). Is it being tested with new NUT releases or has been abandoned? If the later, I
2018 Jun 27
0
Android NUT client?
...3:14 PM, Parker Reed <parker.l.reed at gmail.com> wrote: > > I've been looking around but haven't been able to find even a mention of a client on Android. Does one exist? I am not aware of one, but it seems like it shouldn't be too hard to write something based off of the jNUT Java bindings: https://github.com/networkupstools/jNut <https://github.com/networkupstools/jNut> On the other hand, I'm not sure I would personally want to open a NUT listening port to the outside world. (You could probably use a VPN, though.) Other options for basic status include the N...
2011 Nov 18
0
Introduce jNutWebApi
Hi All, Perhaps you have seen, a few weeks ago, a release of jNut-0.2 which introduces nut-scanner capability to jNut java library, see http://networkupstools.org/download.html#_java_packages. With this package have been released jNutWebApi, a java web archive which uses jNut to present some UPSD and nut-scanner data on the form of a web service. This packag...
2011 Sep 05
3
Scheduling 2.6.2 release (was: on Ubuntu Developer Summit (Oneiric), NUT and 2.8.0)
...tember 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 systemd integration. So if you have any patch that should be in 2.6.2, raise your hand... The following are postponed to 2.8.0: - the configuration library and tools, - the PowerChain implementation (RFC #2 and #3 (not issued)), - the NSS branch merge (need...
2007 May 22
4
Recommendations for eternally-running backgroundrb workers?
I''ve got some workers that I want to have running all the time. Right now I''m just launching them manually, by requesting a special page in my rails app that includes lines like: MiddleMan.new_worker(:class=> :receiver, :job_key=>:r, :args=>{:sleep_time=>10}) This strikes me as a really weak way to fire up my workers. I basically want to automate things so
2011 Jun 04
1
on Ubuntu Developer Summit (Oneiric), NUT and 2.8.0
...ion, but it would really make sense to have NUT being a "general power information provider". All these are scheduled for 2.8.0, around September. There will also be: - the work already done, like NSS support (as an alternative to OpenSSL) and the maturing Windows port. - a Java binding (jNUT), needed for Eucalyptus integration, - some work around Avahi and mDNS / DNS-SD. As usual, comments, feedback and help welcome ^_^ cheers, Arnaud -- Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian...
2011 Jun 11
1
2.8.0 roadmap
...Goncalves will maybe help on this one * nut-ipmi driver step 1 only include power supply unit (PSU) support I'm still doing some investigation, but already have few things (m4 macro and very initial driver) I should be able to commit something within the next couple of weeks * jNUT Java binding the exact content of this task is still to be defined, but this should include native client access and NSS support, the following will be considered with a lower priority: - device discovery (JNI using libnut-scanner), - configuration (using Augeas) - mDNS di...
2012 Sep 05
2
[nut] High level C and C++ libnutclient (#2)
...jects). The original need for this library was to have a minimal platform to integrate in Balooloo/hazelnut to communicate to upsd on Windows but which can be easily statically compiled on VS. https://github.com/balooloo/hazelnut > It is developed in C++ with a wrapper in pure C, inspired from jNut API. > Its object model targets a client/device/variable/command model rather than a network query/answer. > Client is an interface class which declare methods to manipulate devices, derived classes are implementations (actually only TcpClient for TCP based current protocol) to support specif...
2008 Jan 17
3
periodic scheduling
I''ve been using backgroundrb since back in March 2007 or so. It''s been working mostly OK for me, but since the old version doesn''t seem to work out of the box with rails 2.0 for me, I decided to test out the latest version. So, I''m looking at the scheduling, and trying to figure out the best option for what I want to do. What I have is a set of workers that
2011 Nov 15
3
Adding power devices support to Fusion Inventory
Dear Fusion Inventory fellows, I've been thinking about working on adding power devices knowledge to inventory systems for years. Following the last Ubuntu Developer Summit, I know have an "excuse" to do so: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-power-management My below proposition is related to the above blueprint. So please keep in mind that the
2008 May 04
12
best approach to managing workers and getting status
Hi, I am using backgroundrb to process audio files from a rails controller. Currently a new worker gets created every time the method is called on the worker, using this code: @job_key = MiddleMan.new_worker(:worker => :audio_file_worker, :job_key => Time.now.to_i) MiddleMan.worker(:audio_file_worker, @job_key).make_new_audio_file(params[:release_id]) I need to create the new
2007 Mar 05
4
nil object / slave server problem
I''m just getting started wtih backgroundrb, and unfortunately hit a snag right away... I''m running the latest releases of rails, backgroundrb, slave and daemons. I created a simple worker class, using the generator, which currently does nothing but print the arguments that are passed to do_work. I''m running backgroundrb using ''./script/backgroundrb
2007 Mar 05
3
postgres barfage revisted
First of all, I''d like to do what I''ve seen several others here do: thank Ezra and any other contributors for producing a really great plugin. Even though I''m having some minor problems, this is all so approachable and easy to work with and dig into... I hate to think of the hoops you''d need to jump through (both as creator of such a system and as a user) to
2008 Oct 10
2
magical disappearing background processes!
Hi all, I''ve been having trouble for a long time with backgroundrb processes that suddenly vanish without a trace. What happens is that at some point I discover that all the backgroundrb processes are suddenly gone. Nothing special is seen in any of the log files. This has happened intermittently for a long time, and I was hoping that upgrading to 1.0.4 would somehow help me out, but