Displaying 20 results from an estimated 4000 matches similar to: "Misuse of libtool?"
2008 Apr 30
2
openSUSE 11.0 - NUT
Stan,
I'm very pleased to see you back to work with us on enhancing nut in
that many areas ;-)
2008/4/30 Stanislav Brabec <sbrabec at suse.cz>:
> Stanislav Brabec wrote:
>
> > Please note that 2.2.2-pre3 installs hald addons by default to / on
> > openSUSE 11.0 beta 2 x86_64. Not a big problem.
>
> Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64:
2007 Nov 21
3
R as server application
Is there a way to use R as a client server application?
Whitch means:
1. install R on a server (running as a service)
2. from client send R-scripts through IDE/Editor (TINN-R) to "R-server"
3. receive R-output on client
All the Best
Kilian Schwab
2007 Sep 09
1
Backporting megatec driver into Testing
Carlos,
Have looked at the diff's between the trunk and Testing, I found that it
would probably be very worthwhile to backport the driver from the trunk.
As far as I can see, the driver in the trunk will allow for better
debugging, which would be a welcome addition. Could you take care of that?
Best regards, Arjen
2020 May 18
1
[PATCH v2 2/2] powerpc/configs: replace deprecated riva/nvidia with nouveau
Hi Andreas,
On Mon, May 18, 2020 at 9:56 AM Andreas Schwab <schwab at linux-m68k.org> wrote:
>
> On Mai 18 2020, Michael Ellerman wrote:
>
> > The old drivers may be crufty but they presumably have been tested by
> > people and at least somewhat work.
>
> I can confirm that the nvidia fbdev driver is working perfectly fine.
>
> > I gave it a quick spin on
2010 Feb 25
2
Ordering categories on a boxplot - a serious trap??
Hello all,
I think I probably did something stupid, and R's part was to allow me to do it. My goal was to control the order of factor levels appearing horizontally on a boxplot. Enter search engines and perhaps some creative stupidity on my part, and I came up with the following:
v=read.table("factor-order.txt",header=TRUE);
levels(v$doseGroup) = c("L", "M",
2008 May 13
2
[Alioth] SSH keys removed
I guess this means we won't have access to SVN, right? Is there a timeline
available when this will be fixed? Sadly enough, my keys were generated on
an openSUSE system and are probably not affected by this vulnerability
anyway.
Best regards, Arjen
--
Eindhoven - The Netherlands
Key fingerprint - 66 4E 03 2C 9D B5 CB 9B 7A FE 7E C1 EE 88 BC 57
-------------- next part --------------
An
2008 May 02
1
nut: simplification of the automake stuff
Hallo.
Here is a simplification of the automake stuff for nut 2.2.2.
The idea is simple:
libcommon.a contains stuff for the binaries
libparseconf.la contains stuff for binaries and shared library
Both are NOINST, automake understands perfectly our intentions.
The rest is only a removal of the implicitly defined stuff.
On top of the parallel build patch I got build success on all platforms
2007 Dec 31
2
USB HID - interrupt reports
Since reports received over the interrupt pipeline are a recurring problem
for various types of UPS'es, I propose to simply ignore the data we
receive there and only flush the respective report buffer. By doing so, at
the time the interrupt reports are processed the first variable that is
retreived will trigger a poll for the corresponding feature report and we
should be fine. The impact on
2009 Mar 01
1
[nut-commits] svn commit r1800 - in trunk: . data drivers
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> Modified: trunk/drivers/tripplite-hid.c
> ==============================================================================
> --- trunk/drivers/tripplite-hid.c (original)
> +++ trunk/drivers/tripplite-hid.c Sun Mar 1 19:56:31 2009
> @@ -84,6 +84,8 @@
>
> /* HP R/T 2200 INTL (like SMART2200RMXL2U) */
> {
2010 Jun 19
2
How to Print Rails Source
Hi all,
Inspired by Mike Schwab, I''d like to read the Rails 3 source code on printed
paper (and preferably in color).
For example, xv6 (http://pdos.csail.mit.edu/6.828/2009/xv6-book/index.html)
did a nice job printing their code (
http://pdos.csail.mit.edu/6.828/2009/src/xv6.pdf). It even has line numbers
and an index. The only thing I would like to add is syntax highlighting.
Anyone
2010 Oct 07
6
Deleting observations - can't see the data after that
Hello all,
I am loading a data frame, fitting a model, getting diagnostic plots and they are flagging a couple of observations as problematic. Fair enough, and I want re-fit without them.
After I delete an offending row (identified by one of the diagnostic plots), something like
data = data[-3,];
then R will no longer print the contents of the data frame; it tells me it is a data frame
2009 May 14
2
about Smart-Ups RT
Hi everyone,
I just want to know about driver support over new APC smart models. My
company recently bought a Smart-Ups RT model: SURT3000XLI and a I cannot do
to make work it with last version of nut software.
Maybe this model it doesn?t supported yet and I want to know if so.
The diference with others models like matrix or backup ones is the famous
Smart Cable: 940-1525A (utp - db9).
I
2009 May 14
2
about Smart-Ups RT
Hi everyone,
I just want to know about driver support over new APC smart models. My
company recently bought a Smart-Ups RT model: SURT3000XLI and a I cannot do
to make work it with last version of nut software.
Maybe this model it doesn?t supported yet and I want to know if so.
The diference with others models like matrix or backup ones is the famous
Smart Cable: 940-1525A (utp - db9).
I
2010 Jan 20
2
PowerCOM HID PDC non-compliance
Alexey,
I posted this before, but never got a reply. So I'm reposting this again.
In the present HID PDC implementation by PowerCOM, expect problems
with the non-compliant implementation of the DelayBeforeShutdown and
DelayBeforeStartup pages.
Third party applications will expect that these follow the HID PDC
specifications if you name them like this (and break terribly in the
2007 Sep 08
1
ggplot legend consolidation
Hello Everyone,
I have recently been introduced to the ggplot package by Hadley Wickham
and must say I am quite impressed so far at how easy it is to make
attractive plots, but one thing I am struggling over is how to
consolidate legends.
I have 3 plots that I would like to put on a single page and all 3 map
the same dimension of the data to the colour aesthetic. Right now, when
I plot all
2009 May 18
1
[nut-commits] svn commit r1846 - in trunk: . clients common drivers include man server
Citeren Arnaud Quette <aquette at alioth.debian.org>:
> Author: aquette
> Date: Mon May 18 12:14:54 2009
> New Revision: 1846
>
> Log:
> Enable timestamp on output messages (format "%H:%M:%S: msg")
I think this should only be done for messages that are sent to stderr.
In most cases, syslog will already prepend a timestamp, so this is
probably redundant.
2009 Nov 30
1
usbhid-ups input reports
I want to revive an old discussion. Should we use the contents of
input reports or not?
A while back, we decided not to use the contents of input reports,
because there is no guarantee that input report 'n' has the same
meaning as feature report 'n'. We have not seen any cases so far where
this is not the case, but as far as we could see, there is nothing in
the HID PDC
2008 Nov 19
1
usb_device_id_t structure
Arnaud,
I have a question regarding the below structure you've added:
> typedef struct usb_device_id_t {
> int vendorID;
> int productID;
> void*(*fun)(); /* handler for specific processing */
> } usb_device_id;
I don't understand the last element in this structure. While there can
be plenty of reasons for functions returning (void *), I can't figure
out what
2008 Apr 06
1
[nut-commits] svn commit r1417 - in trunk: . drivers
> - drivers/dstate-hal.[ch]: added sleep here, to limit the polling rate
> (previously, the driver would completely ignore the poll interval and
> would run upsdrv_updateinfo() without any delay in between)
>
> The changes to dstate-hal.[ch] should probably be backported to Testing
> ASAP, since ignoring the poll_interval is not a good idea (you'll be
> basically polling
2018 Feb 05
2
geo-replication command rsync returned with 3
On 02/05/2018 01:33 PM, Florian Weimer wrote:
> Do you have strace output going further back, at least to the proceeding
> getcwd call?? It would be interesting to see which path the kernel
> reports, and if it starts with "(unreachable)".
I got the strace output now, but it very difficult to read (chdir in a
multi-threaded process ?).
My current inclination is to blame