Displaying 20 results from an estimated 78 matches for "lengthen".
2010 Nov 25
1
set and lengthen time between screensavers
Good day,
I am the only user of the laptop at home.
Please, How/where can I change to keep to screen longer open.
Thanks
Johan
2020 Oct 30
2
Can't get CyberPower UPS to work with Raspberry Pi 4
...ts not a very big UPS but
> > neither is the pi. I have tested that, and it shuts off long before
> > it outouts a LB signal.
>
> Which part looks incomplete, the variables or the commands?
Commands Charles. Since the pi is a very low drain bit of kit, I
expected to be able to lengthen the shutdown delay, to at least use 50%
of the battery, which should be several hours but its stuck at 2
minutes. Unreal, but it is what it is.
> Even the larger UPSes tend to return a lot of read-only values, and
> only provide a few knobs for shutdown-related settings.
So I note running...
2006 May 15
1
adding line to spinogram
Dear all,
I wonder what's special about spinograms {vcd} that prevents me from using
it the way I do with other plots.
I do:
> spine(f.speaker.identity ~ x.log.lengthening,
> data=ms,breaks=45,gp=gpar(fill=c("red","green")),xlab="length difference
> (log ms)",ylab="speaker")
> curve(0*x,add=T)
Error in plot.xy(xy.coords(x, y), type = type, col = col, lty = lty, ...) :
plot.new has not been called yet
OK, if I...
2010 Feb 12
2
Login timed out after 60 seconds
...seconds
At which point /etc/issue and the login: prompt reappeared.
Later investigation revealed the load average was hovering around 100,
so it's unlikely the machine would be able to process the username and
password in under a minute.
I'm trying to figure out if it's possible to lengthen that timeout
value from 60 to, say, 180. This isn't the first time I've wanted to
kill a runaway process and been unable to get a console because of
that timeout.
--
Paul Heinlein <> heinlein at madboa.com <> http://www.madboa.com/
2020 Oct 31
0
Can't get CyberPower UPS to work with Raspberry Pi 4
...>> neither is the pi. I have tested that, and it shuts off long before
>>> it outouts a LB signal.
>>
>> Which part looks incomplete, the variables or the commands?
>
> Commands Charles. Since the pi is a very low drain bit of kit, I
> expected to be able to lengthen the shutdown delay, to at least use 50%
> of the battery, which should be several hours but its stuck at 2
> minutes. Unreal, but it is what it is.
This is going to sound a bit picky, but to map what you're describing to what is implemented in NUT, "lengthen the shutdown delay&quo...
2004 Sep 10
3
possible format change
After doing a lot of automated seek testing on files, it looks like
the length of the sync code (currently 9 bits) is not long enough to
enable a really robust AND efficient seek algorithm. Lengthening the
sync code will require a format change (i.e. FLAC <0.8 streams won't
play back on FLAC >0.9 decoders), so I'm sending this message out to
see if there is any "NO DON'T DO IT!" kind of feedback from users.
While I'm at it I will probably add a frame-level CRC...
2012 Aug 10
6
qemu-xen-traditional: NOCACHE or CACHE_WB to open disk images for IDE
...guest is doing disk operations by int13 BIOS procedure.
Even not consider the nested case, I saw there is a bug reporting normal VM boots slower than before (actually both qcow and disk image), see:
http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1821
Therefore I think the boot delay is just much lengthened in L2 guest.
I root caused this issue to a change in qemu, and I saw there is a lot of discussions on this topic. I didn''t see the final decision but later the patch was checked in. Could anybody helps to revisit this commit and explain the final decision?
http://lists.xen.org/archives/...
2012 Mar 29
2
Rails 3.2 and Streaming using response_body
...self.response_body = Enumerator.new do |y|
1000.times do
y << "Hello World"
end
end
My understanding is that the response should begin with the first iteration
of the loop, but it seems the larger loops are causing that initial load
time to lengthen. If each iteration is output as it happens, shouldn''t it
take the same amount of time to kick off the streaming process, regardless
of how many total iterations there will be???
Here is an explanation of the technique I am attempting. Maybe I am
misinterpreting or missing a step?:
http:...
2007 May 23
2
Bogus "UPS not available" messages
Belkin F6C1200-UNV on Ubuntu 7.04, megatec_usb driver,
Every few minutes I get a beep and a "UPS not available" message that
seems to be bogus; upsc reports real data, not at complaint that it's
stale.
Is there some timeout I need to lengthen?
Also, shouldn't upsc report the poll time associated with the data
it displays?
--
>>esr>>
2002 Feb 14
1
immortal connections
I have several data input functions that include a construct like
the following:
indat <- function(stuff) {
[...]
awkp <- paste("awk ...yada yada...", stuff, etc.)
scan(pipe(awkp),quiet=TRUE)
}
I use these functions a lot, and as I do, a lengthening list of
closed, but undestroyed, connections accumulates. Ultimately this
appears to stuff things up and cause error messages, such as "cannot
close output sink connection". I seem to remember a related query
some time ago on this list, but I can't locate it. So my question is:...
2008 Oct 02
1
Contour Plot Aspect Ratio
...nt.
I would like to make this plot twice as long as it is wide. I accomplish
this using asp=2 but the actual box that I am plotting now is too big for
the data contained within.
Here is what it looks like:
http://docs.google.com/Doc?id=ddqdnxbq_30ffthshgk
Does anyone know how I might be able to lengthen this graph without it
looking like this? I want to suck in that vertical axes so that it is snug
with the actual contour plot.
Thanks in advance.
Sam
[[alternative HTML version deleted]]
2014 Feb 02
2
[LLVMdev] Why variables get "optimized away" after the last use in unoptimized code?
On 02/02/2014 01:48, David Chisnall wrote:
> In most calling conventions, this is a callee-save register. After its last use, the register allocator may reuse that register. On x86 and ARM, the register that contains this is also (usually) the register used for
But the rule "after the last use, the register allocator may reuse it"
is also introduced by llvm, since register
2018 May 11
0
A Short Policy Proposal Regarding Host Compilers
I second this proposal, and I make a motion to lengthen 3/1.5 to 6/5.
On Fri, May 11, 2018 at 9:37 AM, Keane, Erich via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi All-
> As we all know, the C++14 discussion is flaring up again. Chandler
> brought up that he would like a concrete plan to switch. In my opinion,
> this is insu...
2015 Feb 04
2
[LLVMdev] Question on Machine Combiner Pass
...le.com'; 'apazos at codeaurora.org'; mgrang at codeaurora.org
Subject: Question on Machine Combiner Pass
Hi,
In the file lib/CodeGen/MachineCombiner.cpp I see that in the function
MachineCombiner::preservesCriticalPathLen
we try to determine whether the new combined instruction lengthens the
critical path or not.
In order to do this we compute the depth and latency for the current
instruction (MUL+ADD) and the alternate instruction (MADD).
But we call two different set of APIs for the current and new instructions:
For new instruction we use:
unsigned NewRootDepth = getDe...
2005 Jun 11
3
Not answering inbound a line used for outbound
...it
around the ringing line, but I was hoping for something that might be a
little more elegant. Here is the dialplan snip:
exten => s,1,Wait(1)
exten => s,2,GoTo(s,1)
If I'm on the console when a call comes in, it loops through this bit of
code a bunch of times. I'm guessing I could lengthen the "Wait(1)" time,
but is there any other way to do this?
Now, two other related questions:
Can Asterisk recognize that something other then a Zap card has a line
offhook? (ie there is a fax transmission in progress)
Can I do something interesting with CallerID? (for example, create a l...
2018 May 11
1
A Short Policy Proposal Regarding Host Compilers
...-Erich
From: Andrew Kelley [mailto:superjoe30 at gmail.com]
Sent: Friday, May 11, 2018 8:58 AM
To: Keane, Erich <erich.keane at intel.com>
Cc: llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] A Short Policy Proposal Regarding Host Compilers
I second this proposal, and I make a motion to lengthen 3/1.5 to 6/5.
On Fri, May 11, 2018 at 9:37 AM, Keane, Erich via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
Hi All-
As we all know, the C++14 discussion is flaring up again. Chandler brought up that he would like a concrete plan to switch. In my op...
2006 Dec 04
2
XENBUS: Timeout connecting to device errors
We''ve been noticing a lot of these errors when booting VMs since we
moved to 3.0.3 - I''ve traced this to the hotplug scripts in Dom0 taking
>10s to run to completion and specifically the vif-bridge script taking
>=9s to plug the vif into the s/w bridge on occasion - was wondering if
anyone has any insight into why it might take this long.
I added some instrumentation to
2009 May 07
1
build dependencies was Re: [R] problem with rgl package
...c, it is easier to just use CRAN and forget about it.
I have been interested in learning about building Debian packages
myself, but haven't had the time to investigate yet. In addition, my
understanding from earlier messages on the mailing list is that work
is already underway to significantly lengthen the Synaptic list...
>
> b) Yes, as
> ? ? ? sudo apt-get build-dep r-cran-rgl
> ? would have found out for you.
Is there any way to include some form of this information on the
README page of the Ubuntu section on CRAN? Here's how it reads right
now, under "ADMINISTRATION...
2019 Aug 06
1
[nbdkit PATCH] tests: Test for faster shutdown
The test relies on the timeout program. Also, since the
nbdkit_nanosleep code relies on the Linux extension POLLRDHUP to
detect early client closure, we may have to relax that part of the
test when porting to platforms that lack ppoll/POLLRDHUP. (That is,
while we should still be able to let a signal to the server shut down
nbdkit quickly, it's harder to let a client close()ing its end cause
2018 May 11
6
A Short Policy Proposal Regarding Host Compilers
Hi All-
As we all know, the C++14 discussion is flaring up again. Chandler brought up that he would like a concrete plan to switch. In my opinion, this is insufficient, as it will result in us simply having this discussion AGAIN next release. Instead, I would prefer us to have a concrete Policy on our host compilers. That way, changes like this are unsurprising to our users, and advance our