Displaying 20 results from an estimated 100 matches similar to: "libnutconf: Basic UTs for libnutconf pushed"
2012 Dec 10
0
libnutconf: An overview
?Hello fellow developers,
as you may have noticed from a few e-mails in the past,
there is a new NUT library in development these days.
It should be part of the NUT platform API in the future
and I'd like to present the status of work, hereby.
1/ The library shall be responsible of NUT configuration
management. It shall encapsulate access and manipulation
with all the configuration
2012 Dec 07
0
libnutconf: (De)serialisation methods added
?Hello everybody,
(de)serialisation methods of all the currently existing config. classes
were pushed to balooloo/nut, libconf branch:
https://github.com/balooloo/nut/commit/df8b584c7fef71741b33bff11a482a103360250e
Please note that the deserialisation methods should work, however
they are quite inefficient since they simply read the whole stream to memory
and then call parseFromString. I guess
2012 Dec 14
0
NUT IPC module of libnutconf pushed
?Hello everybody,
1st (and yet incomplete) version of IPC support module for libnutconf
was pushed:
https://github.com/balooloo/nut/commit/0fbf351b5ee9899bd89cf17314727c69c2d5471c
The code contains lots TODO; I commit it mainly because I'll be off
on holiday for some time, so you may review and I might perhaps
work on it a little bit if I get extremely bored... ;-)
As always, any comments,
2012 Dec 04
1
libnutconf: specific C++ accessors technique proposition
?Hello fellow developers,
yesterday, I was thinking about how to implement specific config.
attributes accessors in section-based nut config. files so that
it's nice to use and consistent with NutConfiguration, UpsmonConfiguration
and UpsdConfiguration config. classes (where it's done via Settable attributes).
The GenericConfiguration class provides generic access to name/value
items of
2012 Dec 10
0
UPP schedule and progress
Hello everybody,
so, here's the summary of my progress (note that it also includes a few items
to discuss, so I'm cc-ing this to nut-upsdev as well).
I. The planning:
1/ libnutconf:
The core (i.e. config. classes and their (de)serialisers) is coded, UT in progress.
Signalisation shall follow; I have a couple of practical thoughts & comments to this,
see below.
In general, I'd
2004 Feb 12
1
[PATCH] write only
We use rsync to provide an rsync share on a linux server with a javascript
program on Windows clients which ensures all client data is backed up each
morning.
After making no progress with my posting last month regarding making a module
upload only to prevent someone from manually downloading the rsync share
obtaining other users work (exclude = * wasn't possible because we need
--delete to
2002 Feb 24
2
Write-only option
Hi!
I am doing backups from a number of machines to an rsync server. For some
time I was trying to come up with a solution, which would prevent users
from peeking at each other's files, which are backed up. Finally, I've
hacked rsync, introducing a new option "write only" for rsyncd.conf. When
set to true, this option forbids the transfers from server to the client,
thus solving
2012 Sep 05
2
[nut] High level C and C++ libnutclient (#2)
[I took the liberty of replying on nut-upsdev - not many people are using github yet since the NUT repository native format is still SVN.]
On Sep 4, 2012, at 10:17 AM, Emilien Kia wrote:
> This is a proposal for a new client library which scopes an higher level than the existing libupsclient.
>
> It needs less dependencies to be compiled than the libupsclient and can be easier to
2006 Feb 27
1
Errors after building 3.0.21b on AIX 5.2
I have seen a lot of recent posts about building on AIX 5.2, 5.3, etc.
but none showed the same problems I am having.
After building Samba 3.0.21b on AIX 5.2, I get this error when running a
number of the binaries:
> ./testparm
exec(): 0509-036 Cannot load program ./testparm because of the following
errors:
0509-130 Symbol resolution failed for /usr/lib/libc.a(posix_aio.o)
because:
2023 Jun 06
1
Possible overflow bug?
While doing some related work I built openssh 9.3p1 with
-fsanitize=address and this came up during compilation.
In file included from /usr/include/string.h:535,
from kex.c:34:
In function 'explicit_bzero',
inlined from 'kex_free_newkeys' at kex.c:743:2:
/usr/include/bits/string_fortified.h:72:3: warning:
'__explicit_bzero_chk' writing 48 bytes
2006 Oct 06
0
Re: Samba 3.0.23c and libiconv on AIX 5.3
----- Original Message -----
From: jorma.heikkuri@metso.com
To: jojowil@samba.org
Sent: Friday, October 06, 2006 8:24 AM
Subject: Samba 3.0.23c and libiconv on AIX 5.3
Hello,
I Installed your packages to new AIX 5.3 TL 5 server from:
http://us3.samba.org/samba/ftp/Binary_Packages/AIX/
gunzip opt-samba-base.tar.gz
opt-samba-3.0.23c-AIX5.tar.gz
When I start nmbd I
2014 Sep 30
0
C++ in NUT
The use of C++ has cropped up from time to time in the Github comments, and it really deserves its own thread.
Background: https://github.com/networkupstools/nut/issues/102
From Arnaud:
> @clepple : also a separate discussion, but quickly: c++ is more for devs than users. Though, by side effect, this will obviously benefit to the user, the point is to have better code (and coding) for some
2013 Nov 14
1
UTS namespace
Hello,
I am trying to set up UTS name space on centos 6.4 LXC container.
one method is that we set the host name in /etc/sysconfig/network.
hostname=test1
Is there any way so that i can set the hostname in libvirt xml while
creating a container?
I know using lxc-tools we can set hostname while creating by 2 ways
- first while creating container using lxc-create -u test1
- Second by specifying
2013 Mar 10
1
libconf branch build failure: sigemptyset()
Vaclav,
NUT is failing to build on OS X 10.6 and 10.7
With GCC/g++:
http://buildbot.networkupstools.org/public/nut/builders/MacOSX-10.6-x86/builds/340/steps/compile/logs/stdio
The same branch with clang/clang++:
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -MT nutipc.lo -MD -MP -MF .deps/nutipc.Tpo -c -o nutipc.lo nutipc.cpp
2003 Oct 20
2
swatlib?
Hi,
Anyone have by any chance created a swatlib? I'm curious about maybe
making a swatlib that can be used as the basis to make a php loadable
module to control Samba's config file....
Anyone?
Alex
2006 Jul 24
7
[PATCH] Support for DB Clusters/Replication in ActiveRecord (RFC)
Skipped content of type multipart/alternative-------------- next part --------------
Index: connection_adapters/abstract/connection_specification.rb
===================================================================
--- connection_adapters/abstract/connection_specification.rb (revision 4617)
+++ connection_adapters/abstract/connection_specification.rb (working copy)
@@ -1,10 +1,21 @@
require
2013 Apr 26
1
[nut] usbhid-ups: trailing spaces in nut-scanner output not ignored when trying to find ups (#26)
On Apr 25, 2013, at 9:42 AM, Christian Wiese wrote:
> I created a pull request #27 which is fixing the issue.
>
> # nut-scanner -qNU
> [nutdev1]
> driver = "usbhid-ups"
> port = "auto"
> vendorid = "051D"
> productid = "0002"
> product = "Back-UPS ES 700G FW:871.O2 .I USB FW:O2"
> serial = "5B1243T01934"
2013 Feb 06
1
Alioth Subversion repository freeze
Dear developers,
thanks to Charles (Lepple) and ESR hard work, we are now able to finalize
our migration from Subversion to Git, on Alioth.
As of now, our Subversion repository on
Alioth<https://alioth.debian.org/scm/?group_id=30602>is FROZEN!
Any new svn commit may simply be discarded, so beware!
Most active developers are currently using github, as a temporary mean.
But if you have any
2005 Apr 25
6
Proba( Ut+2=1 / ((Ut+1==1) && (Ut==1))) ?
Dear all,
First I apologize if my question is quite simple,
but i'm very newbie with R.
I have vectors of the form v = c(1,1,-1,-1,-1,1,1,1,1,-1,1)
(longer than this one of course).
The elements are only +1 or -1.
I would like to calculate :
- the frequencies of -1 occurences after 2 consecutives -1
- the frequencies of +1 occurences after 2 consecutives +1
It looks probably something like
2006 Mar 16
0
Full time Ruby on Rails position in Provo, UT
(posted for a friend)
FamilyLearn, the developer of exciting family and personal history
websites is looking for a top notch Ruby and Ruby on Rails programmer
with Ajax skills to help take our websites to the next level. There
will be some work in supporting legacy Perl and PHP applications until
they''re ported to Ruby and Rails.
This is a full time position in a small company, where