search for: rups

Displaying 20 results from an estimated 30 matches for "rups".

Did you mean: runs
2013 Jan 04
0
rup on CentOS6
I just noticed an interesting behaviour of rup on CentOS5/6: run without any host args, it never prints results for CentOS6 machines. However, if a CentOS6 machine is queried directly, there is a result. It doesnt't matter whether the querying host runs CentOS5 or CentOS6. # rup |grep centos6host # rup centos6host centos6host up 12 days, 19:33, load average: 0.22 0.18 0.11 #
2015 Apr 27
1
Contact closure UPS?
...eem to have a proper "serial" data interface, it only has a small board containing a pair of opto couplers going to the DB9 plug. You can see pictures of the output board here (onedrive): http://1drv.ms/1A3ryEp http://1drv.ms/1A3ryEp The only pins used seems to be 2, 4 and 5. ?Is it a RUPS interface? ?What cable pinout do I need to build? Thanks!!! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20150426/2daf8fa7/attachment.html>
2016 Jul 11
0
Proposal for technique to stop a timer at any moment
Here is patch 1 of 2. Roger diff -rup nut-2.7.4.orig/clients/upsmon.c nut-2.7.4.dev/clients/upsmon.c --- nut-2.7.4.orig/clients/upsmon.c 2015-12-29 13:08:34.000000000 +0100 +++ nut-2.7.4.dev/clients/upsmon.c 2016-07-01 09:46:21.567766415 +0200 @@ -525,6 +525,18 @@ static int get_var(utype_t *ups, const c numq = 2; } + /* Subcommands for polling SIGUSR1, SIGUSR2 RP */ + if (strcmp(var,
2006 Mar 02
1
Failing to understand getrusage()
I'm failing to understand how getrusage() works, which is a bit perplexing, because it doesn't seem like it would be terribly complicated. I've attached the code. My aim is to verify that I can use getrusage() to do (admittedly crude) instrumentation of which functions in my program are allocating lots of memory[1]. So I figure I can call getrusage() at various points and look at
2006 May 15
20
[PATCH 0/3] xenoprof fixes
These patches address issues in the kernel part of xenoprof: * Ill-advised use of on_each_cpu() can lead to sleep with interrupts disabled. * Race conditions in active_domains code. * Cleanup of active_domains code. Comments welcome. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2016 Jul 11
0
Proposal for technique to stop a timer at any moment
Here is patch 2 of 2. Roger diff -rup -x '*.html' -x '*.8' -x '*.5' nut-2.7.4.orig/docs/man/upsd.txt nut-2.7.4.dev/docs/man/upsd.txt --- nut-2.7.4.orig/docs/man/upsd.txt 2015-12-29 09:42:34.000000000 +0100 +++ nut-2.7.4.dev/docs/man/upsd.txt 2016-07-07 10:08:51.939354892 +0200 @@ -119,6 +119,16 @@ administrative functions like SET and IN controlled in
2009 Jan 29
1
a large file available?
I need to deal with a large file (about more than 2G [byte]) with eventmachine. I wrote a simple program with using "stream_file_data" as send a large file from client to server. But It didn''t work. Applying below a quick fix patch, I think it works well. Could you go over this patch? Regards, -- Kuroishi Mitsuo diff -rup
2008 Jul 30
1
Debugging problem AFTER the failure?
...rogram failure). Its showing up (after reboot) as : valhalla# upsc robanton at localhost driver.name: genericups driver.parameter.pollinterval: 2 driver.parameter.port: /dev/cuad1 driver.parameter.upstype: 21 driver.version: 2.2.1 driver.version.internal: 1.33 ups.mfr: Generic ups.model: Generic RUPS 2000 ups.status: OL Thanks, Tuc
2006 Feb 04
1
Old Contact UPS Info
...B / OL. No matter what I do I get the results below. driver.name: genericups driver.parameter.CP: CTS driver.parameter.LB: DCD driver.parameter.OL: DTR driver.parameter.SD: DTR+RTS driver.parameter.upstype: 21 driver.version: 2.0.2 driver.version.internal: 1.30 ups.mfr: Generic ups.model: Generic RUPS 2000 ups.status: OB Anyone happen to have some hints as to what the correct settings might be ? Thanks again Martin
2014 Apr 23
0
[PATCH 001/001] btrfs: Mechanism to modify the permission of a subvolume
From: Ajesh JS <ajesh.js@hp.com> This patch provides a mechanism to modify the permission of a subvolume in a btrfs file system This helps to apply a policy of having read-write subvolume inside a read-only subvolume. One use case is to have the whole root file system as a read-only subvolume and have /etc as a read-write subvolume inside. Signed-off-by: Ajesh JS <ajesh.js@hp.com>
2013 Aug 23
1
Setting Up LVS to Load Balance DNS
Greetings, all: OS: CentOS 6.4 x86_64 Kernel: 2.6.32-358.14.1 I could use some assistance with setting up pulse to load balance my dns servers. I've configured tcp and udp port 53 with the piranha gui, set up arptable rules on the real servers and added the virtual ip to the bond0 interface on the real servers, but I'm still having no luck in getting things going. A dig against the
2015 Nov 16
2
Contact-closure UPS
Hello, I have one UPS Infosec XP Pro 2500 RM and it works with windows sw RUPS2000. Now I want to install this UPS as virtual server on vmware ESXi vMA - (SUSE SLES 11SP2 linux). On this linux I have NUT 2.6.0 and I stopped now with configuration of genericups driver. Working cable (direct cable pin1-pin1 ... pin9-pin9) connection on Windows: PIN | PC | UPS ________...
2006 Mar 15
4
New RadRails tutorial using AWDWR book
Hello there, I am basically a J2EE refugee fascinated with Rails. I have been using the Spring framework (a lightweight J2EE java framework with some special characteristics) but I am so impressed with RoR that I am porting over many applications. In order to "dive into Rails", of course the second thing to do was get myself an IDE, and since I''ve been using Eclipse for the
2006 Apr 05
11
Managing a Rails project
Can someone point me to some good ideas about managing Rails development - like what would be a good way to document all the models and controllers and methods that might result if several people are prototyping on different parts of a system, and what might be a good structure for pushing back code into SVN as scaffolds are turned into real projects - that sort of thing. I''m
2020 Oct 28
4
GPO fail and sysvol perm errors
Good morning Chris > -----Oorspronkelijk bericht----- > Van: Sonic [mailto:sonicsmith at gmail.com] > Verzonden: dinsdag 27 oktober 2020 21:07 > Aan: L.P.H. van Belle > CC: samba at lists.samba.org > Onderwerp: Re: [Samba] GPO fail and sysvol perm errors > > On Tue, Oct 27, 2020 at 4:01 AM L.P.H. van Belle via samba > <samba at lists.samba.org> wrote: > >
2006 Jul 03
0
Re: nut features list
Paulo Tiago Serr?o wrote: > Unitek Alpha 500 inT (it's an Internal UPS) > > Works fine with genericups upstype=4 (Its comes with a RUPS software CD). > > !!!Doesn't work with fentonups (Instant reboot upon nut launch)!!! you should test the new megatec driver. Dig a bit the user list, and get the latest subversion trunk... > PS: maybe it was worth to add a link in the NUT page to the "MGE NUT How-to" page....
2015 Nov 16
0
Contact-closure UPS
[please use reply-all when responding - the list does not modify the reply-to header.] > On Nov 16, 2015, at 8:24 AM, R?bert SZAKSZ <robert at szaksz.eu> wrote: > > Hello, > > I have one UPS Infosec XP Pro 2500 RM and it works with windows sw RUPS2000. > Now I want to install this UPS as virtual server on vmware ESXi vMA - (SUSE SLES 11SP2 linux). > On this linux I have NUT 2.6.0 and I stopped now with configuration of genericups driver. > > Working cable (direct cable pin1-pin1 ... pin9-pin9) connection on Windows: > > P...
2007 Apr 18
0
[Bridge] [PATCH] Fix deadlock in br_stp_disable_bridge
Looks like somebody forgot to use the _bh spin_lock variant. We ran into a deadlock where br->hello_timer expired while br_stp_disable_br() walked br->port_list. Anush can provide you with a test program. Patch against 2.6.16-rc3 inlined. diff -rup linux-2.6.16-rc3/net/bridge/br_stp_if.c linux-2.6.16-rc3-brfix/net/bridge/br_stp_if.c --- linux-2.6.16-rc3/net/bridge/br_stp_if.c
2007 Apr 18
0
[Bridge] [PATCH] Fix deadlock in br_stp_disable_bridge (2nd try)
Looks like somebody forgot to use the _bh spin_lock variant. We ran into a deadlock where br->hello_timer expired while br_stp_disable_br() walked br->port_list. Anush can provide you with a test program. Patch against 2.6.16-rc3 inlined. Signed-off-by: Adrian Drzewiecki diff -rup linux-2.6.16-rc3/net/bridge/br_stp_if.c linux-2.6.16-rc3-brfix/net/bridge/br_stp_if.c ---
2010 Mar 02
0
Available - SAP FSCM Treasury, MQ developer, QA
Hi All, Please reply me back in case you have any suitable requirements for the below candidates. All are our W2 candidates and willing to relocate anywhere in US. Aldrin - SAP Treasury FSCM  Overall 18 years of functional experience with 9 years of SAP R/3 consultancy & 9 years of banking analyst experience.  Senior consultant in SAP R/3 FI/CO/TR/FSCM Functional Consultant with 5 full