Displaying 20 results from an estimated 223 matches for "yanked".
Did you mean:
tanked
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
...nd the pbx
dives. So I have setup fqdn's/ip's in the hosts file for all sip peers
it will attempt to resolve, and setup a local dns with all rfc1912 zones
so every query asterisk can possibly make will be answered locally.
Now it seems there is still one last hurdle, when the connection is yanked
to simulate a complete outage, asterisk still goes down. I can only assume
this happens now as a result of no default gateway?
Would setting up a silly route for 0.0.0.0/0 to say 127.0.0.1 for the internal
nic in /etc/sysconfig/network-scripts/route-eth1 with a metric higher than
what the ISP'...
2009 Jun 01
1
USB comms dropout not detected
...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 in at the 48 second mark.
It seems that usbhid-ups should know the UPS is no longer present but
upsd doesn't seem to DTRT and mark the data stale (or perhaps
usbhid-ups is re-sending the old data structure to upsd?).
Also, I think that usb...
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
Hello:
I have a Windows 2003 Server that is causing rpcclient to SEGV via the
following command:
$ rpcclient -U Administrator%foobar -c 'netshareenum 502' <server>
...
type: 0x6269: SEC_DESC_OWNER_DEFAULTED SEC_DESC_DACL_DEFAULTED
SEC_DESC_SACL_DEFAULTED SEC_DESC_DACL_TRUSTED
SEC_DESC_SACL_AUTO_INHERIT_REQ SEC_DESC_SACL_PROTECTED
SEC_DESC_RM_CONTROL_VALID
SACL
Segmentation fault
2010 Sep 07
2
[LLVMdev] Union type, is it really used or necessary?
...he 2.8 release?
>
> Zero.
So a feature, of which a subset was actually working (I know
this because I am using unions successfully in the compiler
I'm working on) in the 2.7 release and was documented on the
web site
http://llvm.org/releases/2.7/docs/LangRef.html#t_union
just gets yanked?
Are you really trying to tell me that anyone using LLVM in anger
needs to be running SVN HEAD and keep an eye on the mailing list
to make sure that features they use aren't going to get arbitrarily
yanked?
Erik
--
----------------------------------------------------------------------
Erik d...
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.
...rks.
This is not the first time either that you step over people's toes
with your "design decisions" that you don't share with anyone. Last
year, Adhemerval has worked for three months to get the LLD AArch64
back-end working and out of the blue, no warning, the whole back-end
was yanked.
It doesn't matter if it was the right decision or not in the long
term, we don't just yank things, especially not before some
deliberation on the list. See how long is taking for the new pass
manager to be enabled, or FastIsel or the new Selection, or the new
register allocators, etc.
Th...
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