Displaying 20 results from an estimated 3000 matches similar to: "Perl UPS::Nut interface"
2011 Aug 17
3
Obtaining variable's names from a list of variables
Say I have a list of variables,
listVar <- list(age,sex)
I am looking for a way to either
1- create a vector c("age","sex") from it, or
2- get the names one by one in a for loop such as these
a) for (i in 1:length(listVar)) rownames(result)[i] <- ???
b) for(i in listVar) print (variable's name)
Any help much appreciated.
[[alternative HTML version
2020 Mar 28
0
[klibc:update-dash] dash: eval: Replace with listsetvar with mklocal/setvareq
Commit-ID: cbf6b9e61bc7e49b8863901ef0bf85483af5861f
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=cbf6b9e61bc7e49b8863901ef0bf85483af5861f
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Sat, 19 May 2018 02:39:55 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:55 +0000
[klibc] dash: eval: Replace
2011 Nov 08
3
lapply to list of variables
Hi
Can someone help me with this?
How can I apply a function to a list of variables.
something like this
listvar=list("Monday","Tuesday","Wednesday")
func=function(x){x[which(x<=10)]=NA}
lapply(listvar, func)
were
Monday=[213,56,345,33,34,678,444]
Tuesday=[213,56,345,33,34,678,444]
...
in my case I have a neverending list of vectors.
Thanks!
2013 Feb 27
1
some help in using the package NUT in a perl script
Hello,
I want use the package NUT in a script perl, i wonder how
use the result of method such as BattPercent() for example.
here is my
code :
_#!/usr/bin/perl -w_
_# server_
_use strict;_
_#use
/etc/nut/dev/modules;_
_#use IO::Socket::Multicast;_
_use
UPS::Nut;_
_my $message = localtime;_
_$message .=" `who` . n";_
_print
"-- test : $message n";_
_my $ups = new
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
2016 Sep 07
3
[Announce] Samba 4.5.0 Available for Download
======================================================
"It does not matter how slowly you go
as long as you do not stop."
Confucius
======================================================
Release Announcements
---------------------
This is the first stable release of the Samba 4.5 release series.
UPGRADING
=========
NTLMv1
2016 Sep 07
3
[Announce] Samba 4.5.0 Available for Download
======================================================
"It does not matter how slowly you go
as long as you do not stop."
Confucius
======================================================
Release Announcements
---------------------
This is the first stable release of the Samba 4.5 release series.
UPGRADING
=========
NTLMv1
2009 Jan 24
1
Patch to always install libupsclient-config
Hi,
when building with the WITH_DEV conditional, either `libupsclient.pc'
*or* `libupsclient-config' is installed. This is annoying when linking
with libupsclient, because you basically have to do the check twice,
once using `pkg-config' and once using `libupsclient-config'.
Please consider the attached patch, which changes the behavior of
`lib/Makefile.am' to install
2016 Dec 10
2
2.7.4 make install fails: libnutclient.so.0.0.0 missing
I upgraded an operating system to openSUSE 42.2, kernel 4.4 and recompiled
nut 2.7.4. ./configure, make clean and make went well, but make install
failed. Make reports
Making install in clients
make[1]: Entering directory '/mnt/home/rprice/nut/nut-2.7.4.dev/clients'
make[2]: Entering directory '/mnt/home/rprice/nut/nut-2.7.4.dev/clients'
/usr/bin/mkdir -p '/usr/lib64'
2015 Feb 13
1
Testing recommend, make Install error Re: Nut-upsuser Digest, Vol 116, Issue 10
Hi,
Thanks for help.
- I download the last version of NUT, 2.7.2.6
- I install library:
nss-devel
gcc-c++
So now I didn't get last errors on make.
But I get a new one when I try to do - make install
---------------------------
*[root at artesano nut-2.7.2.6]# make install*
Making install in include
make[1]: Entering directory `/home/artesano/Downloads/nut-2.7.2.6/include'
2010 Dec 23
2
upsd crashes with a "broken pipe" error
In /var/log/syslog
Dec 23 13:04:50 ************** upsmon[2010]: Poll UPS
[rack1ups at localhost] failed - Write error: Broken pipe
After this, there is no longer a upsd daemon running.
Error messages follow:
Dec 23 13:04:50 ************** upsmon[2010]: Communications with UPS
rack1ups at localhost lost
...
Dec 23 13:04:55 ************** upsmon[2010]: UPS [rack1ups at localhost]:
connect
2016 Jul 28
0
[Announce] Samba 4.5.0rc1 Available for Download
Release Announcements
=====================
This is the first preview release of Samba 4.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.5 will be the next version of the Samba suite.
UPGRADING
=========
NTLMv1 authentication disabled by
2016 Jul 28
0
[Announce] Samba 4.5.0rc1 Available for Download
Release Announcements
=====================
This is the first preview release of Samba 4.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.5 will be the next version of the Samba suite.
UPGRADING
=========
NTLMv1 authentication disabled by
2015 Jul 06
4
Nut-2.7.3 & gcc-3.3.6
Dear developers,
libnutclient has been added as a C++ alternative to libupsclient in 2.7.1.
As a result I can't compile nut 2.7.3 with gcc-3.3.6. There wasn't such a
problem with nut-2.6.5.
Is it possible to add a configuration parameter like
'-without-libnutclient' to provide better compatibility with older gcc
versions please (since libnutclient is an alternative to
2015 Jul 06
4
Nut-2.7.3 & gcc-3.3.6
Dear developers,
libnutclient has been added as a C++ alternative to libupsclient in 2.7.1.
As a result I can't compile nut 2.7.3 with gcc-3.3.6. There wasn't such a
problem with nut-2.6.5.
Is it possible to add a configuration parameter like
'-without-libnutclient' to provide better compatibility with older gcc
versions please (since libnutclient is an alternative to
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
2017 Apr 04
4
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
2017-04-04 14:18 GMT+02:00 Jon Bendtsen <jon.bendtsen at jonix.dk>:
> On 04/04/17 14.10, Roger Price wrote:
>
>> On Tue, 4 Apr 2017, Arnaud Quette wrote:
>>
>>
> [cuuuuut]
>
> Hi Arnaud, It seems to me that, looking out into the future, there are
>> three
>> things upsmon needs:
>>
>> 1. A fall-through <notify type> of
2006 Nov 02
1
avoiding a loop: "cumsum-like"
Hello Rhelpers,
I need to run the following loop over a large number of data-sets, and was wondering if it could somehow be vectorized. It's more or less a cumulative sum, but slightly more complex.
Here's the code, and an example dataset (called tab in my code) follows.
Thanks in advance for any suggestions!
res<-0
for (i in min(tab$Date):max(tab$Date))
{
if
2016 Aug 10
0
[Announce] Samba 4.5.0rc2 Available for Download
Release Announcements
=====================
This is the second release candidate of Samba 4.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.5 will be the next version of the Samba suite.
UPGRADING
=========
NTLMv1 authentication disabled by
2016 Aug 10
0
[Announce] Samba 4.5.0rc2 Available for Download
Release Announcements
=====================
This is the second release candidate of Samba 4.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.5 will be the next version of the Samba suite.
UPGRADING
=========
NTLMv1 authentication disabled by
2008 Nov 15
2
Update to 2.8 and problem with liblapack
Hello
To update from R 2.6 to 2.8 (on Ubuntu 8.04 both) I had to install new
tcl and liblapack packages (excuse me it is in french):
> sudo apt-get install r-base-dev
> Lecture des listes de paquets... Fait
> Construction de l'arbre des d?pendances
> Lecture des informations d'?tat... Fait
> Les paquets suppl?mentaires suivants seront install?s :
>