Displaying 20 results from an estimated 1000 matches similar to: "Debian package"
2007 May 23
1
[nut-commits] svn commit r915 - in trunk: . drivers
On 5/23/07, Kjell Claesson <keyson-guest at alioth.debian.org> wrote:
> Author: keyson-guest
> Date: Wed May 23 21:12:51 2007
> New Revision: 915
>
> Log:
> - Enabled requested Alarm function in bcmxcp.c
>
> Modified:
> trunk/ChangeLog
> trunk/drivers/bcmxcp.c
Looks like this breaks when HAL is enabled.
At the end of:
2008 Jul 07
0
Bug#489742: Should build depend on GLib 2.14
Hi Jordi,
2008/7/7 Jordi Mallach <jordi at debian.org>:
> Package: nut
> Version: 2.2.2-3
> Severity: important
>
> Hi Arnaud,
>
> I just tried backporting nut 2.2.2 to etch, and found the build fails
> with:
>
> x86_64-linux-gnu-gcc -I../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
2007 Feb 16
1
Re: [nut-commits] svn commit r808 - in trunk: . drivers
I get the following error on r809 (but it looks like the code change
happened here). Does HIDDevice_t need to be defined/changed in one of
the headers?
if gcc -DHAVE_CONFIG_H -I. -I../../drivers -I../include
-I../../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DINET6 -O2
-D_REENTRANT -DNETSNMP_USE_INLINE -Wall -Dlinux -I.
2007 Mar 06
3
make errors on solaris express dev 02/07
make fails at drivers:
make[1]: Entering directory `/export/home/zoly/Documents/trunk/drivers'
/bin/sh ../libtool --tag=CC --mode=link gcc -I../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/sfw/include -g -Dsolaris2 -I. -I/usr/sfw/include -O -Wall -Wsign-compare -o al175 al175.o ../common/libcommon.a ../common/upsconf.o
2007 May 24
1
Megatec_usb driver
Trying to use it with Sven Smart RM2000 (seems to be an OEM clone of
Sysgration Smart RM UPS: http://www.sysgration.com/product.asp?KID=7).
I have just compiled the latest svn trunk. Unfortunately it does not
work with that UPS:
dbely at vserver1:~/nut-svn$ sudo /usr/local/ups/bin/megatec_usb -u root -a myups
Network UPS Tools 2.1.0 - Megatec protocol driver 1.5.3 [megatec_usb]
Carlos Rodrigues
2008 Aug 15
2
Problem with APC and Fedora 8 I86_64
I have been trying to get Nut working on a system with Fedora 8 i86_64 installed and an APC
Smart-UPS USB.
The 2.2.0 rpm does not seem to like the USB on this UPS. I have tried compiling the 2.2.2 version,
from source, but am getting warnings. I have tried building it on my i386 system (f8 as well) and I
get no warnings also the 2.2.0 works fine on that one with a TrippLite Omni 900 LCD via
2007 May 15
0
Build error
Hi,
I was fooling around with the bcmxcp driver and enabling the
alarm functions. I hade tested this on some of the ups'es so
I was planning to submit it to the svn trunk.
But, as the bcmxcp is shared code for serial and usb I got a
problem.
When enabling --with-hal it halt on the build of
hald-addon-bcmxcp_usb.
--------------------------------------------------------------
gcc
2007 Feb 16
2
Centralion Blazer 2000VA USB-HID
Hi again,
I've succeeded in compiling the svn trunk with the automake tools and wish
to say thank you to Charles Lepple for his help.
After fixing some parameters in the hotplug script I can now get access to
the UPS on /dev/usb/hiddev0 (I added productid and vendorid of my ups to the
usermap).
I've decided to try the newhidups driver with -x generic parameter and got
this response :
2009 Jul 01
3
[XCI] xci build issues
After a hiatus, I have made another attempt at getting the XCI code-base
up-and-running, but have run into some issues that I am hoping someone
can help me with.
1. I am finding that a large hurdle in getting this building is chasing
down build dependencies, of which there are many. Since the wiki
recommends that this be built on a 32bit Debian lenny system - does
anyone have a list of necessary
2005 Sep 12
1
Re: Status of the PSE NUT patches (was: NUT patches)
[I'm switching my dev address to @gmail.com instead of @mgeups...
please, update your bookmark]
Peter Selinger wrote:
> > Arnaud Quette wrote:
> >
> > Here is the status of PSE (Peter Selinger) NUT patches
> > for newhidups (hidparser, apc support, ...).
> >
> > - nut-cvs-patch-REOPEN-2005-08-24:
> > approved and applied on Development tree
> >
2006 Jul 15
2
Shutdown Problem
Hi
I'm hoping someone can help.
I'm running fc5 with nut 2.0.3. I just recently acquired 2 Gamatronic
SmartCompact ups for my Linux boxes. As you can see from the info below,
everything looks ok. When I unplug the ups from the wall, after a while, the
computer shutdowns very rudely. That it is just turns off. No scrolling down
of processes shutting down It does not seem shutdown
2020 Jan 10
4
GPO
Yes, I run ./configure alone, then make and then make install
January 10, 2020 9:01 AM, "Rowland penny via samba" <samba at lists.samba.org> wrote:
> On 10/01/2020 17:54, Sandy via samba wrote:
>
>> Try answering the questions I asked you:
>> -----> OK. sorry
>>
>> How did you configure Samba when you built it ?
>>
>> -----> I
2005 May 21
5
Multiple Internet connections with Dynamic IP addresses
Cristian and Alex,
Both of you have asked about this. A routing table can only have one default
route so when the second link comes up, adding the second default route will
fail. So in general, Shorewall can only reliably detect the gateway for
P-T-P connections which is what the CVS current code does.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \
2017 Mar 05
0
[PATCH 2/9] clk: Remove dstate
We won't need it now, because we will adjust the clocks depending on engine
loads later on anyway or a static lockup table. It also simplifies the
clocking logic.
This code was nowhere used anyway and just a mock up.
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
Reviewed-by: Martin Peres <martin.peres at free.fr>
---
drm/nouveau/include/nvkm/subdev/clk.h | 2 --
2017 Sep 15
0
[RFC PATCH 05/29] clk: Remove dstate
We won't need it now, because we will adjust the clocks depending on engine
loads later on anyway or a static lookup table. It also simplifies the
clocking logic.
This code was nowhere used anyway and just a mock up.
v2: fixed typo in commit message
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
Reviewed-by: Martin Peres <martin.peres at free.fr>
---
2016 Apr 18
0
[PATCH v4 25/37] clk: remove dstate and tstate
we won't need them, because we will adjust the clocks depending on engine loads
later on anyway. It also simplifies the clocking logic.
Signed-off-by: Karol Herbst <nouveau at karolherbst.de>
---
drm/nouveau/include/nvkm/subdev/clk.h | 4 ----
drm/nouveau/nvkm/subdev/clk/base.c | 28 ++--------------------------
2 files changed, 2 insertions(+), 30 deletions(-)
diff --git
2016 Apr 20
1
[PATCH v4 25/37] clk: remove dstate and tstate
On 18/04/16 22:13, Karol Herbst wrote:
> we won't need them, because we will adjust the clocks depending on engine loads
> later on anyway. It also simplifies the clocking logic.
You can also say that the code was just mocked up anyway.
>
> Signed-off-by: Karol Herbst <nouveau at karolherbst.de>
> ---
> drm/nouveau/include/nvkm/subdev/clk.h | 4 ----
>
2017 Mar 05
0
[PATCH 1/9] clk: Rename nvkm_pstate_calc to nvkm_clk_update and export it
This function will be used to update the current clock state.
This will happen for various reasons:
* Temperature changes
* User changes clocking state
* Load changes
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
---
drm/nouveau/include/nvkm/subdev/clk.h | 1 +
drm/nouveau/nvkm/subdev/clk/base.c | 26 ++++++++++++++++----------
2 files changed, 17 insertions(+), 10
2017 Sep 15
0
[RFC PATCH 04/29] clk: Rename nvkm_pstate_calc to nvkm_clk_update and export it
This function will be used to update the current clock state.
This will happen for various reasons:
* Temperature changes
* User changes clocking state
* Load changes
v2: remove parameter name
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
---
drm/nouveau/include/nvkm/subdev/clk.h | 1 +
drm/nouveau/nvkm/subdev/clk/base.c | 26 ++++++++++++++++----------
2 files
2010 Oct 10
0
rearrange command in quantreg package
Dear all,
I want to use the "rearrange" command which is based on Chernozhukov et al
paper and is included in the quantreg package. So, I run a quantile
regression in which I included dummy variables for state and years in order
to estimate the respective fixed effects quantile regression. The problems
are the followings:
1. At example that is stated in the help****, I don't