Displaying 20 results from an estimated 200 matches similar to: "Tripp-Lite Internet350Ser"
2009 Nov 09
2
[PATCH] New to nut project
---------- Forwarded Message ----------
Subject: [PATCH] New to nut project
Date: Friday, 6. November 2009
From: Patrick Levesque <patrickl at verint.com>
To: Thomas Jarosch <thomas.jarosch at intra2net.com>
As requested, here is my patch file including all my modification to the
2.4.1
tarball from the web site.
On Friday 06 November 2009 05:41:29 you wrote:
> Hello Patrick,
2009 Nov 04
1
New to nut project
I have tried to support a TrippLite Internet350SER UPS using a serial
cable (The only connection on this model) using the 2.4 code branch. It
uses the Protocol 1004 from the tripplite specification that can be use
either used on serial or USB device. Since my device was only serial, I
worked only on the serial integration. Since I found nothing in
tripplite.c, tripplite-hid.c, tripplitesu.c to
2010 Mar 23
1
UPS Tripp Lite Internet 350 SER
I have been working on supporting the TrippLite Internet350SER (serial
connection only using communication protocol 1004) in nuts.2.4.1. I sent a
patch around 2009/11/9. I just look at the 2.4.3 release and the support for
this model does not look to be added in either tripplite driver. Can I help
to add support in the project?
--
Pat
This electronic message may contain proprietary and
2010 May 12
1
Tripplite InternetOffice350 serial
Hi
I have to support a TrippLite InternetOffice 350 (Small serial only ups). The
communication protocol used by the device is 2005. Is anybody know if it is
already supported by the nut project? This specific device was using protocol
1004 previously but newer device uses the new 2005 protocol.
Thank you
--
Patrick Levesque
This electronic message may contain proprietary and confidential
2007 Jun 08
0
Escobar&Meeker example survreg
Dear all,
I am new to R and may make beginner mistakes. Sorry.
I am learning using R to do survival analysis. As a start I used the
example script code provided in the documentation of predict.survreg of
the survival package:
# Draw figure 1 from Escobar and Meeker
fit <- survreg(Surv(time,status) ~ age + age^2, data=stanford2,
dist='lognormal')
plot(stanford2$age, stanford2$time,
1998 Aug 19
0
FW: Samba and multiple IPs
Has anyone done this? Or any suggestions?
> Samba team,
> Before I send this to the samba list...
>
> I am currently trying to setup a 3rd samba server with a tried
> and true smb.conf file. The only difference is an upgrade from samba
> 1.9.18p7 to samba 1.9.18p8. The only "Non-standard" feature, is that
> we are using an NT server to authenticate users, and
2012 Feb 28
2
NUT driver update process...
Hi Billy,
switching back this thread to -upsdev
2012/2/27 William R. Elliot <bill at wreassoc.com>:
> I have been able to set the 'FSD' from the driver and it is picked up by
> upsmon.? That gives me the functionality that I was asked to put in the
> driver.? If that is against the rules then I'll make an adjustment when the
> allowed method is defined.? :-)
yup,
2008 Jun 12
1
Nut-snmp 0.42 vs 0.41
I am using nut-snmp driver on ubuntu 8.04 to query a Powerware
ConnectUPS Web/SNMP Card V4.20.
With 0.41 I used to be able to query these field that are now gone with
0.42:
input.frequency
input.voltage
output.voltage
ups.load
Any idea how I can get ups.load back ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jan 16
1
Documentation-related questions
3a. What part of the documentation needs the most immediate attention?
3b. Will anyone come after me with an axe if I move the entire corpus
to ASCIIDOC markup? http://www.methods.co.nz/asciidoc/
3c. Why isn't the content of the website a branch in the repo? Can
we fix things so it is?
Hint: If the website becomes a repo branch, I'll reorganize and
rewrite that for clarity, too.
--
2008 Oct 17
2
Installer kernel config
Hello,
I'm curious where I can find the config for the kernel included with
the CentOS 5.2 x86_64 installer. I need to verify hardware
compatibility (especially ethernet and SATA) prior to making a
purchase decision, and reckon that seeing what's included with the
installer would be the most direct way.
Thanks for any leads,
Ian
2009 Sep 16
2
Secondary groups from ldap
Hello,
I'm trying to configure my user_attrs using LDAP as the userdb so that
dovecot knows what secondary groups a user is a member of. The LDAP
backend is an Open Directory implementation, which stores secondary
group affiliations as memberUid attributes in
cn=groupname,cn=groups,dc=dns,dc=name,dc=server.
With ldapsearch, my query would be:
ldapsearch -x -b
2010 Sep 30
3
Cannot destroy snapshots: dataset does not exist
Hello,
I have a ZFS filesystem (zpool version 26 on Nexenta CP 3.01) which I''d like to rollback but it''s having an existential crisis.
Here''s what I see:
root at bambi:/# zfs rollback bambi/faline/userdocs at AutoD-2010-09-28
cannot rollback to ''bambi/faline/userdocs at AutoD-2010-09-28'': more recent snapshots exist
use ''-r'' to
2014 Jun 04
1
Fwd: [nut] PyNUT: Fix error when raising without an Exception. (#128)
Hi David,
Any thoughts on either this pull request, or #129?
https://github.com/networkupstools/nut/pull/128
https://github.com/networkupstools/nut/pull/129
Also note the mention of the new Python module here:
https://github.com/george2/python-nut2/tree/development
- Charles
Begin forwarded message:
> From: george2 <notifications at github.com>
> Subject: [nut] PyNUT: Fix error
2011 Dec 01
4
PowerWalker UPS
Dear Nut-UPSdev Team,
First of all I would like to appreciate the great job you are doing.
Your work is very important and helpful for all UPS users.
I found that you show compatibility with blazer_ser and blazer_usb for six of our models.
Please inform me how we can make it happen that all our models become compatible?
Who from your team added the compatibility with PowerWalker VI 850 LCD?
2007 Jan 17
1
How to annotate a graph with non-transparent math labels?
I do not know the precise language to describe the situation. But here
it is what I want to do.
I need to annotate a graph that contains two or more curves with labels
that contain math symbols. The label must go on top of the curve.
The problem is that when I annotate the plot, I can see the curve
behind the label. Here it is an example using a simple straight line.
x<-c(0,1)
2010 Jul 20
1
Servreg $loglik
Dear R-experts:
I am using survreg() to estimate the parameters of a Weibull density having
right-censored observations. Some observations are weighted. To do that I
regress the weighed observations against a column of ones.
When I enter the data as 37 weighted observations, the parameter estimates
are exactly the same as when I enter the data as the corresponding 70
unweighted observations.
2014 Oct 15
0
Errors when compiling for ARM Cortex-M4
Hi,
I had the following errors when compiling the library for Cortex-m4 (-mcpu=cortex-m4) using the GNU compiler for ARM (gcc-arm-none-eabi-4_8).
CPPAS celt/arm/celt_pitch_xcorr_arm-gnu.locelt/arm/celt_pitch_xcorr_arm-gnu.S: Assembler messages:celt/arm/celt_pitch_xcorr_arm-gnu.S:299: Error: thumb conditional instruction should be in IT block -- `ldrgt
2004 Aug 06
0
[PATCH] - Make reopening of Log files independent from
Configuration Reload
Message-ID: <1087307353.28637.11.camel@forge.intermeta.de>
Hi,
this patch allows the icecast streamer to react on SIGUSR1 and just to
reopen its log files. I don't like the fact that the whole configuration
is reread on SIGHUP.
Please apply for 2.0.2
Regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
hps@intermeta.de
2004 Aug 06
0
[PATCH] - Make reopening of Log files
independent from Configuration Reload
In-Reply-To: <200406161051.03808.msmith@xiph.org>
References: <1087307353.28637.11.camel@forge.intermeta.de>
<200406161051.03808.msmith@xiph.org>
Message-ID: <1087392799.7778.4.camel@forge.intermeta.de>
Hi,
yes, I tested the patch. Then I sent you the wrong version. I attached
the correct one. Yes, this one works.
Why just reopening
2006 Feb 24
1
Rsync module quota
Hi,
Is there a way to add a quota to a module in rsyncd without having to
deal with filesystem quotas? If it's not possible, would it be easy
to add this option to rsyncd?
Thanks,
Jean-Francois