Displaying 20 results from an estimated 400 matches similar to: "Spurious shutdown"
2007 Jul 04
0
UPS cooling
I've kludged together a cooling solution for my UPS - one USB cable, one 8cm
fan from an old unused computer (nominally 12V, but running it at 5V is
fine), two short pieces of copper wire and a few fragments of power cable
insulation to hold the wires in place against the 5V and GND pins (let's just
say that shorting 5V with a data pin doesn't sound like a good idea to me).
Leaving it
2004 Dec 22
2
GAM: Overfitting
I am analyzing particulate matter data (PM10) on a small data set (147
observations). I fitted a semi-parametric model and am worried about
overfitting. How can one check for model fit in GAM?
Jean G. Orelien
2001 Aug 13
3
How do I make windows open maximised?
I have been dabbling with getting some of our Windows applications
running under Linux using the CodeWeavers preview 20010629. I am making
good progress and am very pleased with the results. However I am
currently stuck on one problem. The Windows software is developed using
Borland Delphi and the application includes a number of forms that are
intended to be displayed full screen. The
2008 Oct 17
1
ggplot2 scale relation free
I don't know if there is a way to use the scale relation free argument
in ggplot2 like in lattice. I have a feeling that there is not, but I
would like to make a plea for this feature. It would be nice to be
able to plot Total Inorganic Nitrogen Total Phosphorus and the ratio
of the two- the numbers on the axis are not related, but the previous
two are surely related to the last (this ratio
2007 Apr 27
1
success report with megatec and Belkin F6H650UkUNV (was: Success report with network UPS tools)
Hi Andy,
I've forwarded your info to the development list, and Carlos Rodrigues
(the
megatec driver author and maintainer.
As a side note, there is a megatec_usb driver underway. You might
want to give it a try.
@Carlos: I let you update the drivers.list.
Thanks for your report,
Arnaud Quette
--
Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt
Network UPS Tools (NUT) Project Leader -
2006 Oct 02
2
xyplot Graphic Help
I have the following graphic where I drop unused factors in the x axis, however I cannot get the first point on the second panel. It seems shifted. Any ideas?
The example is below:
data <- data.frame(
Room=as.factor(c(132,132,132,132,132,132,132,132,132,196,196)),
2008 Aug 26
1
lattice: plotting an arbitrary number of panels, defining arbitrary groups
R Friends,
I'm running R2.7.1 on Windows XP.
I'm trying to get some lattice functionality which I have not seen
previously documented--I'd like to plot the exact same data in multiple
panels but changing the grouping variable each time so that each panel
highlights a different feature of the data set. The following code does
exactly that with a simple and fabricated air quality data
2012 Dec 13
1
About new test cases for Durable handle version 2
Hi,
I am not sure if I am addressing to the correct audience. So apologize for
the that.
I found in the existing smbtorture test suit do not have much test cases
related to durable handle version 2 that is supported for SMB version 3 .
I have done some work on that and would like to contribute on that filed.
Can anyone let me know the process for that?
Thanks in advance,
Santanu
2007 Feb 09
0
[PATCH] xenconsoled: ignore spurious watch event
# HG changeset patch
# User max.zhen@sun.com
# Date 1171024588 28800
# Node ID a2d15838ea72ee049d8a657e9ecd406b5c6cb53e
# Parent d609929f140809ec1c9a059f2eeaffb7ce56c891
Xenconsoled should ignore spurious watch event. Otherwise, xenconsoled could
bind to a dying domU during its suspending and cause complaint from Xen:
(XEN) event_channel.c:177:d0 EVTCHNOP failure: domain 0, error -22, line 177
2007 Feb 20
0
[PATCH] Xenconsoled should ignore spurious watch event. Otherwise, it can rebind to the same evtchn of a dying domU during suspending and cause below error message:
# HG changeset patch
# User john.levon@sun.com
# Date 1171946682 28800
# Node ID e8a7491ed4c57d4d82642dd954b8909d9065b377
# Parent 24a6bc1d1b93405558741a2a8fa7ba2f7c44964a
Xenconsoled should ignore spurious watch event. Otherwise, it can rebind to the same evtchn of a dying domU during suspending and cause below error message:
(XEN) event_channel.c:177:d0 EVTCHNOP failure: domain 0, error -22,
2014 May 30
0
Spurious Interrupts on guest OS
Hi All,
I am trying to run a RTOS as a guest on a OMAP5432 evm and am seeing a spurious interrupt problem when programming the virtual timer interrupts. My RTOS test case uses the A15 Virtual timer to create a timer instance. Once programmed, the virtual timer interrupt is injected into my guest's virtual CPU interface as expected and the interrupt is also forwarded to my guest. At this
2003 May 07
1
3.6.1p2, Spurious PAM failure messages WITH "PermitEmptyPasswords no", and a (micro) fix
Hi,
after installing 3.6.1p2 I noticed spurious PAM login failures
even with PermitEmptyPasswords set to "no":
sshd(pam_unix)[1740]: authentication failure; logname=XXX uid=0 euid=0
tty=NODEVssh ruser= rhost=localhost user=XXX
After looking at the code I noticed the following in the portability p2
patch:
+++ openssh-3.6.1p2/auth-passwd.c 2003-04-29 19:12:08.000000000 +1000
2012 Feb 11
0
Spurious DTMF recognition problems.
Hi,
in asterisk 1.6.2.16 I get spurious DTMF recognition over SIP from an Audiocodes.
I think the DTMF recognition is the Audiocdes' fault, the Audiocodes log seems to say so as well, but I
want to make sure, and fixing the Audiocodes is not an option in this particular case - don't ask.
Can someone explain to me what the following means *exactly*
[Feb 10 21:15:40] DTMF[2538] channel.c:
2005 Jun 05
0
[PATCH] avoid spurious umount error message
In nfsmount, the function mount_call() is used to invoke both the mount
and umount PRC's. These take identical arguments, but umount returns
void rather than a file handle, so result should not be checked.
This avoids a spurious 'incomplete reply' message if
mount(2) system call fails.
Signed-off-by: Erik van Konijnenburg <ekonijn@xs4all.nl>
Index:
2009 Apr 23
1
[PATCH] virtio-rng: Remove false BUG for spurious callbacks
From: Christian Borntraeger <borntraeger at de.ibm.com>
The virtio-rng drivers checks for spurious callbacks. Since
callbacks can be implemented via shared interrupts (e.g. PCI) this
could lead to guest kernel oopses with lots of virtio devices.
Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com>
---
drivers/char/hw_random/virtio-rng.c | 4 ++--
1 file changed, 2
2009 Apr 23
1
[PATCH] virtio-rng: Remove false BUG for spurious callbacks
From: Christian Borntraeger <borntraeger at de.ibm.com>
The virtio-rng drivers checks for spurious callbacks. Since
callbacks can be implemented via shared interrupts (e.g. PCI) this
could lead to guest kernel oopses with lots of virtio devices.
Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com>
---
drivers/char/hw_random/virtio-rng.c | 4 ++--
1 file changed, 2
2009 Nov 18
1
[LLVMdev] [PATCH] include/llvm/Support/MemoryBuffer.h: remove spurious @verbatim
Hi,
http://llvm.org/doxygen/classllvm_1_1MemoryBuffer.html
shows
"the file, and that this character will read as '\0'. "
as a "verbatim text" box. This looks ugly and is probably a
mistake. The attached patch removes this extra @verbatim
... @endverbatim from comments.
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2003 Feb 12
0
[Bug 492] Spurious error message from loginrec when attempting to login in with the highest uid for the first time.
http://bugzilla.mindrot.org/show_bug.cgi?id=492
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From djm at mindrot.org 2003-02-12 11:58
2004 Apr 30
0
Spurious ring burst on TDM400 FXS port
G'day all,
A weird problem has just started happening with my * server, and I've
googled myself stupid looking for help. My system is latest CVS, a
TDM400P with two FXS modules, two X101Ps, and VoIP connections (SIP, SCCP
& IAX2).
My wife complained about her extension (analogue, on one of the TDM400
ports) being dead -- no dialtone. I had to shut down *, then unload and
reload the
2019 Jun 01
0
[PATCH AUTOSEL 5.1 035/186] drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
From: Ben Skeggs <bskeggs at redhat.com>
[ Upstream commit d2434e4d942c32cadcbdbcd32c58f35098f3b604 ]
Cursor position updates were accidentally causing us to attempt to interlock
window with window immediate, and without a matching window immediate update,
NVDisplay could hang forever in some circumstances.
Fixes suspend/resume on (at least) Quadro RTX4000 (TU104).
Reported-by: Lyude