Displaying 20 results from an estimated 2000 matches similar to: "NUT localization [was Re: patch file]"
2013 Jul 03
1
bcmxcp: Patch for adding ups.load and battery.voltage.low
On Jul 2, 2013, at 5:16 PM, Kjell Claesson wrote:
>> I hope other people can also test this.
>>
>> Regards
>> Alf Hogemark
>
> Due to some crashes on the disks and lack of time I don't have the git on the
> pc now. But maybe some other can commit this.
I'd like to ask people to specifically try the bcmxcp branch on GitHub - it includes some changes
2015 Aug 20
6
APC BACK UPS 2200 model BZ2200BI-BR
Hi;
I'm having some trouble to comunicate with my just bought (08/17/15)
Ups. According to SOLIS(8):
SUPPORTED HARDWARE
This driver has been tested with :
Solis 1000 VA
Solis 1500 VA
Solis 2000 VA
Solis 3000 VA
Back-UPS BZ1200-BR
Back-UPS BZ2200BI-BR
So solis is the one to go for.
Here is my scenario:
SW: nut-2.7.3 (compiled from ports)
OS: FreeBSD
2012 Apr 10
0
[RFC] Support of ranges of values for writable variables
Fellows,
I've had this stagging for too long:
For some writable (RW) variables, that support ranges of values, ENUM and
STRING are too limited and not adapted.
So it's worth adding a new RANGE type, with the needed driver function
(dstate_addrange()) and server / client support.
Thus, I'm intending to do the following network protocol addition:
* new RANGE type, for the "GET
2007 Jun 04
2
APCsmart serial port problem
I have a new APC Smart-UPS SUA2200RM2U. I've had no success with the
manufacturer's PowerChute software and smart signaling, so I have
decided to try NUT. The smartups driver can't make contact through
the serial port.
Since this is rack-mounted, it comes with a 940-1524 serial cable.
As far as I can tell, this is supposed to work with smart signaling.
Here's my ups.conf:
2019 Jun 21
1
solis driver
I use Centos 7.6.1810 in my server with nut-2.7.2-4.el7.x86_64 which
contains
Solis version 0.60 08/18/2005, my last version. My hardware related by upsc
is
Microsol Solis 1.5, the same used to develop the driver. It's an ancient
nobreak,
but i still works, by the way, an excellent hardware, using the third set
of batteries.
If you need more information, please let me know.
Greeting,
Silvino.
2016 May 29
2
New driver
Hi,
First of all I'd like to congratulate everyone engaged in this great
project.
I've been following this list since late 2014, when I acquired an APC
UPS model BZ1200BR. APC bought a Brazilian company named Microsol,
which NUT package had drivers for Solis and Rhino models. Since that
time, I started developing a new driver for the models below, as a way
to support my own device, but
2019 Jun 20
2
solis driver
On Jun 19, 2019, at 11:56 AM, Silvino Benevides Magalhaes wrote:
>
> Unfortunately I do not use the latest versions of NUT, the driver I created, solis, was changed, not by me, and now does not work on my nobreak, which I used to create the driver.
>
> greetings
>
> Silvino B. Magalhaes
Silvino,
We have had several changes to solis over the years to add new models
2017 Aug 21
3
Control multi-threading in standard matrix product
Dear R Core Team,
I wish to report what can be viewed as a bug or at least a strange
behavior in R-3.4.1. I ask my question here (as recommended on
https://www.r-project.org/bugs.html) since I am not member of the R's
Bugzilla.
When running 'R --vanilla' from the command line, the standard matrix
product is by default based on BLAS and multi-threaded on all cores
available on
2011 Jun 05
1
another missing link in febootstrap; failing tests for libguestfs
After the last round of patches to febootstrap, the image-based test in
libguestfs still failed. It turned out that this happens because Debian
started replacing /var/run and /var/lock with symlinks that point to a
tmpfs mounted to /run. The symlinks were copied to the appliance but
/run/lock did not exist, so pvcreate refused to run (script
'images/guest-aux/make-debian-img.sh').
After I
2006 Jul 06
3
patch file
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: nut-patch.zip
Type: application/zip
Size: 18721 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20060706/c4c32226/nut-patch.zip
2014 Jun 04
2
Unable to set up a "serial-over-USB" UPS (APC BZ2200BI-BR)
Hello Charles and Douglas,
I really believe that BZ2200-BR model is the same as mine BZ1200-BR, with
different capacity.
If you see the BZ2200-BR specs you will notice the manufacturer
"APC-Microsol".
Those no-breaks have a USB port in it, but in fact it is a serial<->usb
cable, usually uses the port "/dev/cuaU0".
In mine, the serial<->usb chip is from FTDI, and
2009 Jan 29
3
Dead keys do not work
Hello,
I m a french user of Gnome / Ubuntu (last version) and wine. I'm quite a beginner on linux. I'm trying to switch totally to linux, but still want to use some windows software with wine which generally works great.
I have figured out that the dead keys did not work on my french keyboard. For instance, I can't type ???????, etc. I will get instead ^e^a etc.
Otherwise, the
2017 Aug 21
2
Control multi-threading in standard matrix product
Hi Tomas,
Thanks for your answer.
Indeed, I checked and my R-3.4.1 installed from the ubuntu repository
use 'libopenblasp-r0.2.18.so' while my R-3.3.2 that I did compiled on my
machine use 'libRblas.so' which explain the difference of behavior.
I will use RhpcBLASctl to avoid issue when combining matrix product and
other multi-threading package.
Maybe this point regarding
2014 Feb 24
3
Error gdata and gplots packages
Hi, I just installed Ubuntu 12.04.4. I installed R by following
instructions from CRAN after modification into my /etc/apt/sources.list file
sudo apt-get update
sudo apt-get install r-base
sudo apt-get install r-base-dev
When I try to load library(gdata) ou library(gplots), I have error
message :
library(gdata)
gdata: read.xls support for 'XLS' (Excel 97-2004) files
2020 Feb 19
3
dimnames incoherence?
Hi,
I was bitten by a little incoherence in dimnames assignment or may be I
missed some point.
Here is the case. If I assign row names via dimnames(a)[[1]], when
nrow(a)=1 then an error is thrown. But if I do the same when nrow(a) > 1
it's OK. Is one of this case works unexpectedly? Both? Neither?
a=as.matrix(1)
dimnames(a)[[1]]="a" # error: 'dimnames' must be a list
2014 Jun 10
0
Unable to set up a "serial-over-USB" UPS (APC BZ2200BI-BR)
On 04/06/2014 at 09:44,
Bruno Salvador <bruno.salvador at gmail.com> wrote:
> What Douglas can do is to patch the solis executable in
> /usr/local/libexec/nut/solis inside freenas, with the patches that I have
> posted in the forum:
Dear guys,
Following your suggestions I was able to make NUT recognize my UPS model.
Actually, the only modification I had to introduce in solis.c
2014 Aug 11
3
Re: issue when building/making package from git
Patch applied.
-------
==> Creating package "libguestfs-git"...
-> Generating .PKGINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libguestfs-git 1.27.25.12.gbbae613-1 (Mon Aug 11
18:24:54 CEST 2014)
----------------------
martinus@gerbillous ➤➤ ~aur/libguestfs-git % ls -al
2015 Feb 05
3
Rcurl crash in R-devel
Hello,
I don't know if the problem originates from R-devel 3.2 or Rcurl itself.
I post this message to the R-devel list and to the author of RCurl
(duncan at r-project.org).
> library("RCurl")
Le chargement a n?cessit? le package : bitops
> print(sessionInfo())
R Under development (unstable) (2015-02-03 r67717)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under:
2007 Jan 14
1
upscli_splitname() for upsc_list (was: Re: Default NUT PORT)
On 1/13/07, Peter Selinger <selinger@mathstat.dal.ca> wrote:
> > The question is when exactly this should be converted to a number.
> > Should this be done in upscli_splitname() or in upscli_connect()? The
> > latter would require a change in the prototypes of upscli_splitname()
> > and upscli_connect(), and an attendant change in all the existing
> > clients.
2011 Jan 27
1
possible bug in packageVersion()?
Hi,
I received a bug report from a French user who told me there was
something wrong with the function packageVersion(), but
packageDescription() worked well. Below is the session info; I'm not
sure if other French users can reproduce the error message:
> packageVersion('base')
Erreur : sp?cification de version incorrecte base
> sessionInfo()
R version 2.12.1 (2010-12-16)