search for: 299

Displaying 20 results from an estimated 842 matches for "299".

Did you mean: 29
2006 Sep 04
3
Subsetting vectors based on condition
Hello, I have a question regarding subsetting of vectors. Here's an example of what I'm trying to do: vect.1 <- c(76,195, 290, 380) vect.2 <- c(63, 95, 133, 170, 215, 253, 285, 299, 325, 375) I would like to subset vect.2 so that it has the same length as vect.1, and its numbers are the first corresponging higher value compared to vect.1. The output should be: final.output = (95, 215, 299, NA) What is the fastest/most eficient way to accompllish this in R? Thanks for th...
2003 May 16
1
kphone fails to register with asterisk (sip)
...urd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. -------------- next part -------------- SIP Debugging Enabled Sip read: REGISTER sip:pbx SIP/2.0 Via: SIP/2.0/UDP 192.168.144.247 CSeq: 299 REGISTER To: "Roy Sigurd Karlsbakk" <sip:roy@pbx> Expires: 900 From: "Roy Sigurd Karlsbakk" <sip:roy@pbx> Call-ID: 1793030308@192.168.144.247 Content-Length: 0 User-Agent: KPhone/3.1 Event: registration Allow-Events: presence Contact: "Roy Sigurd Karlsbakk"...
2006 Apr 20
2
R-Help
Dear r-users, Suppose I have three datasets: Dataset-1: Date x y Jan-1,2005 120 230 Jan-2,2005 123 -125 Jan-3,2005 -110 300 Jan-4,2005 114 -21 Jan-7,2005 11 299 Mar-5,2005 200 311 Dataset-2: Date x y Jan-2,2005 123 -125 Jan-3,2005 -110 300 Jan-4,2005 114 -21 Jan-5,2005 11 299 Jan-6,2005 -23 12 Mar-5,2005 200 311 Dataset-3: Date x y...
2006 Mar 01
2
Cannot log into mailbox , guidance requested
...t; I am entering , I get the message the password is incorrect This happens to all the mailbox Thanks in advance Joseph John ----------- Console Message ------------ Executing VoiceMail("SIP/299-4163", "326@mb") in new stack -- Playing 'vm-intro' (language 'en') -- Playing 'beep' (language 'en') -- Recording the message -- x=0, open writing: /var/spool/asterisk/voicemail/mb/326/INBOX/msg0000 format: wav49, 0xa021740 -- x=1...
2006 Nov 14
1
Broken Call Screening
Sorry for the crosspost (this was also posted to asterisk-at-uc-dot-org) but I haven't got a response. I have a cell phone added to a queue as a local extension (member => Local/299). I want the cell phone to be able to reject calls to the queue without the person sitting in the queue being hung up on, etc. The way my dialplan is set up, the person hits 1 to answer the call and any other key to reject it. It works flawlessly in that regard. If it goes to the cell phone voicema...
2002 Jun 26
0
[Bug 299] New: mmap problem with 3.3p1 version
http://bugzilla.mindrot.org/show_bug.cgi?id=299 Summary: mmap problem with 3.3p1 version Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: openssh-uni...
2002 Jun 26
0
[Bug 299] mmap problem with 3.3p1 version
http://bugzilla.mindrot.org/show_bug.cgi?id=299 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additi...
2014 Feb 07
0
[Bug 74695] nouveau_exa_download_from_screen:299 leads to NULL pointer dereference
...-------------------------------- Assignee|xorg-team at lists.x.org |nouveau at lists.freedesktop.o | |rg Summary|Xorg crashesd with SIGABRT |nouveau_exa_download_from_s | |creen:299 leads to NULL | |pointer dereference Component|Server/General |Driver/nouveau -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... U...
2006 Jul 14
1
how different qdisc at root and leaf working???
...alse class add dev eth1 parent 1: classid 1:1 htb rate 2048Kbit ######### Incoming Rules ######### chain HB /bin/false class add dev eth1 parent 1:1 classid 1:21 htb rate 128Kbit ceil 512Kbit prio 2 quantum 1532 ######### generating pipes for HB /bin/false class add dev eth1 parent 1:21 classid 1:299 htb rate 256Kbit ceil 256Kbit prio 4 quantum 1532 /bin/false qdisc add dev eth1 handle 299: parent 1:299 hfsc from above command, Is it true i think ...??? use HTB only for shaper bandwidth in each sevice with setting parameter rate??? use HFSC only for manage dequeue traffic after shaper bandwidt...
2006 Apr 20
1
Need R code
Dear r-users, Suppose I have three datasets: Dataset-1: Date x y Jan-1,2005 120 230 Jan-2,2005 123 -125 Jan-3,2005 -110 300 Jan-4,2005 114 -21 Jan-7,2005 11 299 Mar-5,2005 200 311 Dataset-2: Date x y Jan-2,2005 123 -125 Jan-3,2005 -110 300 Jan-4,2005 114 -21 Jan-5,2005 11 299 Jan-6,2005 -23 12 Mar-5,2005 200 311 Dataset-3: Date x y...
2007 Jan 11
0
Error: /usr/lib64/xen/bin/xc_save failed
...~]# service xendomains stop Shutting down Xen domains: centos4.4(save)Error: /usr/lib64/xen/bin/xc_save 17 16 0 0 0 failed Usage: xm save <Domain> <CheckpointFile> Save a domain state to restore later. .!(shut).Domain 16 terminated .All domains terminated /etc/init.d/xendomains: line 299: 8235 Terminated watchdog_xm save /etc/init.d/xendomains: line 188: 8249 Terminated watchdog_xm shutdown fc6(save)/etc/init.d/xendomains: line 299: 8249 Terminated watchdog_xm shutdown .Error: /usr/lib64/xen/bin/xc_save 17 20 0 0 0 failed Usage: xm save...
2014 Jan 10
0
proposal: stats::as.matrix.ftable method
...UCBAdmissions > as.matrix(ftable(Dept ~ Admit + Gender, data=UCB)) Dept Admit_Gender A B C D E F Admitted_Male 512 353 120 138 53 22 Admitted_Female 89 17 202 131 94 24 Rejected_Male 313 207 205 279 138 351 Rejected_Female 19 8 391 244 299 317 > as.matrix(ftable(Dept ~ ., data=UCB)) Dept Admit_Gender A B C D E F Admitted_Male 512 353 120 138 53 22 Admitted_Female 89 17 202 131 94 24 Rejected_Male 313 207 205 279 138 351 Rejected_Female 19 8 391 244 299 317 > as.matri...
2014 Apr 29
1
Artifacts on external monitor with Optimus and GK107 on Thinkpad W530
...6443 frames in 5.0 seconds = 3288.454 FPS 15912 frames in 5.0 seconds = 3182.394 FPS 14498 frames in 5.0 seconds = 2898.920 FPS 13834 frames in 5.0 seconds = 2766.738 FPS 14584 frames in 5.0 seconds = 2916.712 FPS 14802 frames in 5.0 seconds = 2960.245 FPS 11026 frames in 5.0 seconds = 2205.070 FPS 299 frames in 5.0 seconds = 59.675 FPS 299 frames in 5.0 seconds = 59.680 FPS 299 frames in 5.0 seconds = 59.676 FPS This is how I tested VSync. Best Regards, Nicolas
2006 Jul 14
1
FW: error..please help me
...#39;} [2006-06-28 18:23:00 xend] DEBUG (XendDomain:152) number of vcpus to use is 0 [2006-06-28 18:23:00 xend.XendDomainInfo] DEBUG (XendDomainInfo:882) XendDomainInfo.handleShutdownWatch [2006-07-06 12:25:35 xend] INFO (SrvDaemon:285) Xend Daemon started [2006-07-06 12:25:35 xend] ERROR (SrvDaemon:299) Exception starting xend ((22, ''Invalid argument'')) Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 288, in run xinfo = xc.xeninfo() error: (22, ''Invalid argument'') [2006-07-06 12:25:35...
2020 Oct 26
0
Re: unable to migrate: virPortAllocatorSetUsed:299 : internal error: Failed to reserve port 49153
On 10/12/20 4:46 AM, Vjaceslavs Klimovs wrote: > On libvirt 6.8.0 and qemu 5.1.0, when trying to live migrate "error: > internal error: Failed to reserve port" error is received and > migration does not succeed: > > virsh # migrate cartridge qemu+tls://ratchet.lan/system --live > --persistent --undefinesource --copy-storage-all --verbose > error: internal error:
2020 Oct 26
1
Re: unable to migrate: virPortAllocatorSetUsed:299 : internal error: Failed to reserve port 49153
On 10/26/20 9:39 AM, Michal Privoznik wrote: > On 10/12/20 4:46 AM, Vjaceslavs Klimovs wrote: >> On libvirt 6.8.0 and qemu 5.1.0, when trying to live migrate "error: >> internal error: Failed to reserve port" error is received and >> migration does not succeed: >> >> virsh # migrate cartridge qemu+tls://ratchet.lan/system --live >> --persistent
2004 Sep 20
1
[LLVMdev] FileUtilities.cpp:299:2: #error Unimplemented ReadFileIntoAddressSpace - need to
Hi Due to the mingw platform doesn't have the mmap function the above error emerges. The implementation without this function is left as an exercise. Does any one has an idea to implement this functionality? Henrik _________________________________________________________________ Find det, du s�ger p� MSN S�g http://search.msn.dk
1999 Oct 26
1
Wrong text() adjustment with (math)expression and "\n" (PR#299)
This is adapted from partha_bagchi@hgsi.com 's report on R-help: plot(0); title(expression("Bad\n with much much more text"))) gives something like Bad with much much more text (``newline w/o carriage return'') instead of centering both lines such as Bad with much much more text which is produced by (just dropping
2008 Feb 22
1
ipconfig bug with multiple interfaces
...parse_device: "eth0" IP-Config: eth0 hardware address 00:50:04:1f:d9:40 mtu 1500 DHCP RARP eth0: state = 2 timeout -> dhcp discover xid 276c7476 secs 0 udp src 68 dst 67 ip src 0.0.0usb 1-1: new full speed USB device using uhci_hcd and address 3 .0 dst 255.255.255.255 bytes 299 eth1: state = 2 timeout usb 1-1: configuration #1 chosen from 1 choice Delta: 1051 ms Delta: 99 ms eth0: state = 2 timeout -> dhcp discover xid 276c7476 secs 1 udp src 68 dst 67 ip src 0.0.0.0 dst 255.255.255.255 bytes 299 eth1: state = 2 timeout -> dhcp discover xid 71040389 secs...
2020 Oct 12
3
unable to migrate: virPortAllocatorSetUsed:299 : internal error: Failed to reserve port 49153
...nal:5615 : Exited monitor (mon=0x7fe784255020 vm=0x55f086c81ea0 name=cartridge) 2020-10-12 02:11:33.852+0000: 6825: debug : qemuDomainObjEndJob:1140 : Stopping job: async nested (async=migration in vm=0x55f086c81ea0 name=cartridge) 2020-10-12 02:11:33.852+0000: 6825: error : virPortAllocatorSetUsed:299 : internal error: Failed to reserve port 49153 2020-10-12 02:11:33.852+0000: 6825: debug : qemuMigrationParamsReset:1206 : Resetting migration parameters 0x7fe784257c30, flags 0x59 2020-10-12 02:11:33.852+0000: 6825: debug : qemuDomainObjBeginJobInternal:835 : Starting job: job=async nested agentJo...