Displaying 20 results from an estimated 223 matches for "yanks".
Did you mean:
banks
2006 Sep 28
0
interactive bash v3 sessions and yank-last-arg
The readline function yank-last-arg (normally called through M-. or M-_)
in bash3 work somewhat differently than in older bash versions for
commented lines:
For example, if I run in bash
echo 1 2 3
#echo a b c
then Esc-2 Esc-. produces alarm on first try and '2' on second try;
So I can recall commented history lines using Esc-p, but not the arguments
using Esc-.
In older versions
2015 Jul 10
2
OT, hardware: HP smart array drive issue
Jason Warr wrote:
> On July 10, 2015 11:47:09 AM CDT, m.roth at 5-cent.us wrote:
>> Hi. Anyone working with these things? I've got a drive in "predictive
>> failure" on in a RAID5. Now here's the thing: there was an issue
>> yesterday when I got in, and I wound up power cycling the RAID;
>> first boot of attached server had issues, and said the
2009 Mar 06
3
WAY OT: domain name registration .co.za
Hello All,
Very sorry about WAY off-topic query, but you folks really are one of
my most International subscribed groups.
I am looking for a recommendation for a domain name registrar I can
register my .co.za domain name with that won't 'yank my chains'. I
tried a couple attempts at registering and found some hidden fees
along with the insistence that I had to host my DNS with
2015 Jul 10
1
OT, hardware: HP smart array drive issue
Hi. Anyone working with these things? I've got a drive in "predictive
failure" on in a RAID5. Now here's the thing: there was an issue yesterday
when I got in, and I wound up power cycling the RAID; first boot of
attached server had issues, and said the controller had a failure, and a
drive had failed, and wouldn't continue booting; when I gave it the
three-finger salute,
2006 Oct 04
3
do we need stubbing?
Hey all -
The trunk currently supports three types of mocking/stubbing:
Mock Objects (created dynamically at runtime)
Partial Mocking of methods on existing classes
Stubbing of methods on existing objects or classes
The main difference between Partial Mocking and Stubbing is that Stubs
don''t verify.
I''m wondering if we really need the stubbing facility at all, given
that we
2009 Jun 09
2
Networking Issue
Need some opinions on making a multihomed box more resilient to
failure. This server runs asterisk and performs nat and firewalling
for an office. Its wan nic is plugged directly into a cable modem
and I am stuck with it being configured as a dhcp client. The lan
nic services a small office, and has a static IP but of course, no
default gateway.
When an internet outage occurs, asterisks sip stack
2009 Jun 01
1
USB comms dropout not detected
Hi,
I have an MGE Ellipse 1000 connected to a FreeBSD 7.1 system and it
works well except that if I yank the cable it doesn't detect a
problem.. It seems to quite merrily read the old data (upsc reports the
same values).
There is nothing logged by NUT to indicate comms is lost (usbhid-ups is
still running).
In the attached log I yanked the able at the 28 second mark and plugged
it back
2017 Apr 10
10
RFC: Plan for removing components from namespace std::experimental
As part of the work on C++17, WG21 released a series of "Technical
Specifications", (TS) which added proposed new features to the standard
library. These were all defined in the namespace 'std::experimental' (and
namespaces inside of that).
Then, much of these features were merged into the main standard, and became
part of namespace 'std'. Libc++ now has two
2014 May 15
2
vi : unable to copy text to other file
Hello All,
I'm trying to use vi commands instead of using the mouse.
I open Gnome-Terminal
I open a file : vi /home/jvermeulen/.ssh/id_dsa.pub
I select the key with " V " ( visual line )
I type " y " to yank the selected line.
I can now use
:e otherfile.txt
and paste the text in otherfile.txt
This is the only way I succeed in copying text to another file in
2008 Jan 11
3
Story teardowns?
Does the plain text story framework support teardowns? There doesn''t seem to be anywhere to put an "after" method. My stories test an application which parses and modifies a directory tree, which is currently generated in a Given-clause, and I want it to be deleted after each story. (I don''t mind if the stories take a few seconds to run, the specs are still fast)
2007 Nov 27
3
Urgent question.
Our provider gives us four PRIs as a trunk group hunt group. Meaning, the
provider's switch will cycle through B channels in span 1, 2, 3, ... until
it finds one that is available.
I have moved spans 2-4 onto another machine. But we have one remaining
box with a PRI full of calls and I don't know what to do with them; the
box is failing, but dropping them by simply yanking the PRI is
2015 Nov 09
2
[RFC] Deprecating autoconf: Let's do it!
Keeping the documentation with large warnings is sufficient. It would at least let somebody then grab an older version's makefiles if they are so inclined/interested. I have no problem with you yanking the files, just the fact that older versions did have configure/makefiles. I only spoke up when I saw the suggestion for removing the online documentation.
John
-----Original Message-----
2007 May 11
12
tutorial
Hello, Hello
Where i can found a good tutorial about Rspec ?
thanks
2009 Jul 15
2
Spaces in a name
I am reading regressors from an excel file (I have no control over the file)
and some of the element names have spaces:
i.e. "Small Bank Aquired"
but I have found that lm(SourceData ~ . - "Small Bank Aquired", mcReg)
doesn't work (mcReg = modelCurrentRegressors)
As they are toggles I have ran them through factor() to be treated propertly
as 0 or 1 but due to the fact I
2013 Aug 19
3
rpcclient netshareenum 502 causes SEGV
...dumped)
I did a little poking and it seems that the issue is here:
source3/rpcclient/cmd_srvsvc.c:
384 case
502:
385 for (i = 0; i <
totalentries;i++)
386
display_share_info_502(&info_ctr.ctr.ctr502->array[i]);
387 break;
Sorry for the formatting. But the NDR code yanks out 35 SHARE_INFO_502* *
entries* *but the array size NDR code calculates only 34. Since
"totalentries" is one entry too big, it causes rpcclient to go past the end
of the ctr502 array and SEGV.
See here:
(gdb) p *info_ctr.ctr.ctr502
$9 = {
count = 34,
array = 0x67a140
}
(gdb) p tot...
2010 Sep 07
2
[LLVMdev] Union type, is it really used or necessary?
Chris Lattner wrote:
> > a) What is required for them to be accepted back in?
>
> It needs to work. When reverted, it was broken in almost all cases.
'It needs work' and 'it was broken' doesn't really give me an
idea of what specifically is required.
Specifically, what I am interested in is using unions within
packed structs to force alignment. Using unions
2005 Dec 29
5
Extracting SQL and Rebuilding from SQL?
Hello-
With a database filled with several customers'' datasets, I thought it
would be a nice feature of my app''s backend interface to be able to
extract (and optionally delete) the data from a single customer. It
would then also be nice to rebuild that data from the stored info.
What''s a good way to do this efficiently?
If all the ":dependent => true"
2016 Jun 03
4
[lld] r271569 - Start adding tlsdesc support for aarch64.
On 2 June 2016 at 23:22, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
> Because the patch includes way too much and doesn't explain what it is doing.
So let me get this straight: someone publishes a patch, you don't like
it, you do some private investigations and commit whatever you want
without even notifying the original authors?
I don't know how you work at
2008 Apr 05
0
BUG(?): multipathd confusion leads to kernel panic in Xen 3.2.1-rc2
Hi all. While playing with iSCSI Enterprise Target + multipathd on CentOS
5.1 (both the target and the initiator/multipath/xen box are Cent 5.1), I
encountered a strange fault condition that leads to a kernel panic in a
version of Xen 3.2.1-rc2 pulled from a couple of days ago. My lab consists
of two Clovertown machines with dual GigE into separate switches. The
target box is softraid5
2015 Nov 09
2
[RFC] Deprecating autoconf: Let's do it!
> On Nov 9, 2015, at 3:21 PM, Jonathan Roelofs via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>
>
> On 11/9/15 4:02 PM, John Reagan via llvm-dev wrote:
>> Keeping the documentation with large warnings is sufficient. It
>> would at least let somebody then grab an older version's makefiles if
>> they are so inclined/interested. I have no problem