search for: yanking

Displaying 20 results from an estimated 223 matches for "yanking".

Did you mean: ranking
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
...changes were made to the ones in the main standard, but not to the ones in the TS. In the long run, I would like to remove the TS versions of these features from libc++ - since there are "better" versions in the main standard now. However, since people are using these, I don't think yanking them w/o warning is the right thing to do. So, I'm proposing a new policy, and a timetable: One year. One year after we ship a LLVM release that supports a new C++ standard, we will remove all the features that are in the 'experimental' namespace that are implemented in the new stand...
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.
...der'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 not acceptable from a business POV. Sending Congestion() or Busy() in the dial plan wouldn't work because the far-end switch would simply pass that onto the subscriber, rather interpreting it to mean that the B channel is unavailable and it should go on to other T1s in the trunk gro...
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----- From: cbieneman at apple.com [mailto:cbieneman at apple.com] On Behalf Of Chris Bieneman Sent: Monday, Novem...
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
...re either all 0s or all 1s accordingly so I need to take them out of the model by hand for now until I find a nice automatic method for removing regressors that only have 1 factor. So Primarily: how do I handle names that include spaces in this context and as a bonus: Anyone have a nice method for yanking regressors that only have a single factor in them from the lm() function? e.g. (for the following 30 elements) 0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0, 1,1,1,1,1,1,1,1,1,1 As you can see grabbing the first 2/3rds is all 0s and the last 1/3rd is all ones (doing in-sample forecast diagnostic buil...
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?
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
...resh pull of 2.6.18.8. I can very easily reproduce this every time while installing Cent 5.1 into a domU, it''s probably happened 10 times thus far. I can also reproduce easily with a ''dd'' inside of a domU that gets its filesystem from the initiator/multipathd, simply by yanking and replugging one of the Ethernet cables a few times. I also reproduced once just running ''dd'' directly against the multipathed target device in /dev/mapper from within the dom0. However I tried very hard to reproduce this inside the latest non-Xen kernel of CentOS 5.1 and I co...
2015 Nov 09
2
[RFC] Deprecating autoconf: Let's do it!
...t; > > > 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 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. > > ISTM that this would be "solved" by making old versions of the docs available on the website....