Displaying 20 results from an estimated 200 matches similar to: "New to nut project"
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,
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
2011 Sep 04
1
Tripp-Lite Internet350Ser
Hello,
I'm newbie with NUT, I'm trying to get work a *Tripp-Lite Internet350Ser*, a
small UPS with serial port.
The only reference about, is a modification patch that Mr. Patrick Levesque
did for NUT 2.4.1 but the actual 2.6.1 looks to not have it yet.
I tried all tripp and generic drivers but no success.
Has anyone luck with this Tripp-Lite model?
Thanks!
Iv?n Escobar
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
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 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
2002 Nov 12
1
Can'T log on to samba server
I need help with SAMBA.
After editing the smb.conf file manually,
after trying to edit the file with SWAT,
after trying to setup SAMBA with webmin...
Well, nothing works! i see the server icon from distant pc but i just can't
logon
2009 Mar 11
1
Is this a documentation bug? Spss dates import
Hello R-user
bug seekers are needed!
In order to perform these simple tasks you have to use a copy of SPSS
and obviously R.
The problem is that date conversion of data coming from SPSS
gives wrong results, if we follow ?as.POSIXct
## SPSS dates (R-help 2006-02-17)
z <- c(10485849600, 10477641600, 10561104000, 10562745600)
as.Date(as.POSIXct(z, origin="1582-10-14",
2016 Aug 01
0
Announce: OpenSSH 7.3 released
OpenSSH 7.3 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support. OpenSSH also includes
transitional support for the legacy SSH 1.3 and 1.5 protocols
that may be enabled at compile-time.
Once again, we would like to thank the OpenSSH community
2007 Dec 08
6
Rails 2.0 ActionMailer breaks my redmine render_message
I am using ''redmine'' (v 0.6) as my major project manager, seems running
fine w Rails 2.0 (slight modifs for paginations..) but I am stuck with a
major error when sending a confirmation email :
mailer.rb
class Mailer < ActionMailer::Base
....
# Renders a message with the corresponding layout
def render_message(method_name, body)
layout =
2013 Jul 24
1
Alpha channel in colorRamp() and colorRampPalette()
Hi all,
I had the need to create a colorbar considering the alpha channel of the colors, but colorRamp() and colorRampPalette() ignored the alpha argument in rgb(). So I performed some minor modifs. in their codes, as to support the interpolation using the alpha channel.
I guess that those simple modifications might be useful for other people, so perhaps it would be worth to add them to
2006 Oct 25
0
Conference is Not Working.... with OpenSER And Asterisk
Hello Users,
Good Morning,
I'm doing on Conference Bridge with Asterisk + OpenSER with CBMySql
modules.
And I'm not Using the Zapptel Cards.
9001 ----------> dial 19001(conference Users)-------openSER --------->
Asterisk
------------------------------------------------------------------------
*In Extension.conf *
[from-sip]
exten =>
2007 Sep 06
0
Heather Levesque is out of the office.
I will be out of the office starting 08/29/2007 and will not return until
09/17/2007.
I will respond to your message when I return.
2005 Dec 19
1
tripplitesu driver fix
The 2.0.2+ tripplitesu drivers do not recognize SmartOnLine SU2200XL and
possibly other SmartOnLine UPSes.
Here is a one-line fix.
Lee
--- ../nut-2.0.2/drivers/tripplitesu.c Thu Jan 27 08:33:21 2005
+++ drivers/tripplitesu.c Sat Oct 1 13:38:51 2005
@@ -227,7 +227,7 @@
buffer[4] = '\0';
if (!strcmp(buffer, "~00D")) {
- if (ser_get_buf_len(upsfd, buffer, 4, 3, 0) <=
2005 Apr 10
28
dumb, dumb question
I''m very new to shorewall. My setup is IP Gateway (CentOS 4 + Shorewall)
with 3 NIC cards.
Shorewall works great on the firewall machine. Bind also works (local
net machines get IPs fine). Under firestarter, all works great.
With shorewall, the loc machines can not route past the firewall. They
can connect to the firewall, but not past it.
Exactly what information should I post to get