search for: 3200

Displaying 20 results from an estimated 604 matches for "3200".

Did you mean: 300
2008 Jun 24
1
GotoIfTime Function
...rying to use the GotoIfTime function and get a busy signal. What I am trying to accomplish is to have the system tell callers that we are closed after 5:00pm. Here is the code below. ; If we're open, then go to the open context ; We're open from 9am to 6pm Monday through Friday exten => 3200,1,GotoIfTime(09:00-17:59,mon-fri,*,*?open,3200,1) ; ; We're also late on Tuesday and Thursday exten => 3200,n,GotoIfTime(09:00-19:59,tue&thru,*,*?open,3200,1) ; ; We're also open from 9am to noon on Saturday exten => 3200,n,GotoIfTime(09:00-11:59,sat,*,*?open,3200,1) ; ; Otherwise...
2008 Feb 25
1
Error accessing [homes] after 3.0.25b update (uppercase)
...237 0202 0aa2 2a04 284e 544c 4d53 5350 .7....*.(NTLMSSP 0x0090: 0001 0000 0097 8208 e200 0000 0000 0000 ................ 0x00a0: 0000 0000 0000 0000 0005 0128 0a00 0000 ...........(.... 0x00b0: 0f00 5700 6900 6e00 6400 6f00 7700 7300 ..W.i.n.d.o.w.s. 0x00c0: 2000 3200 3000 3000 3200 2000 5300 6500 ..2.0.0.2...S.e. 0x00d0: 7200 7600 6900 6300 6500 2000 5000 6100 r.v.i.c.e...P.a. 0x00e0: 6300 6b00 2000 3200 2000 3200 3600 3000 c.k...2...2.6.0. 0x00f0: 3000 0000 5700 6900 6e00 6400 6f00 7700 0...W.i.n.d.o.w. 0x0100: 7300 2000 320...
2017 Nov 16
1
Fwd: [CentOS-announce] CESA-2017:3200 Important CentOS 6 kernel Security Update
The redhat errata link leads to a 404 page. Anybody know what this is about? Cheers, Christian. -------- Forwarded Message -------- Subject: [CentOS-announce] CESA-2017:3200 Important CentOS 6 kernel Security Update Date: Wed, 15 Nov 2017 21:38:19 +0000 From: Johnny Hughes <johnny at centos.org> Reply-To: centos at centos.org To: centos-announce at centos.org CentOS Errata and Security Advisory 2017:3200 Important Upstream details at : https://access.red...
2017 Nov 15
2
CESA-2017:3200 Important CentOS 6 kernel Security Update
CentOS Errata and Security Advisory 2017:3200 Important Upstream details at : https://access.redhat.com/errata/RHBA-2017:3200 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 5d284bfa08a5793517ec76a246754d2f4645ac012336d27f1c5807380a4e256e kernel-2.6.32-696.16.1.el6.i68...
2017 Nov 15
2
CESA-2017:3200 Important CentOS 6 kernel Security Update
CentOS Errata and Security Advisory 2017:3200 Important Upstream details at : https://access.redhat.com/errata/RHBA-2017:3200 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 5d284bfa08a5793517ec76a246754d2f4645ac012336d27f1c5807380a4e256e kernel-2.6.32-696.16.1.el6.i68...
2010 Dec 08
4
evaluating NAs in a dataframe
...} ## 200-400 cm2 if (demo$Area[i] >= 400 && demo$Area[i] < 800) {Class[i] <- "S07"} ## 400-800 cm2 if (demo$Area[i] >= 800 && demo$Area[i] < 1600) {Class[i] <- "S08"} ## 800-1600 cm2 if (demo$Area[i] >= 1600 && demo$Area[i] < 3200) {Class[i] <- "S09"} ## 1600-3200 cm2 if (demo$Area[i] >=3200) {Class[i] <- "S10"} ## >3200 cm2 } What happens is that I get the message "Error in if (demo$Area[i] > 0 && demo$Area[i] < 10) { : missing value where TRUE/FALSE needed" Than...
2020 Aug 08
4
[Bug 3200] New: Will future versions of openssh fix CVE-2020-15778?
https://bugzilla.mindrot.org/show_bug.cgi?id=3200 Bug ID: 3200 Summary: Will future versions of openssh fix CVE-2020-15778? Product: Portable OpenSSH Version: 8.3p1 Hardware: ARM64 OS: Linux Status: NEW Severity: security Priority: P5 C...
2006 Feb 14
1
Bug in vbr_analysis
Hi Jean-Marc, I used the following code after init of the encoder to get the frame size of my RTP packets. char pcm_data[3200]; char speex_data[3200]; SpeexBits bits; memset(pcm_data, '\0', 3200); memset(speex_data, '\0', 3200); speex_bits_init(&bits); speex_bits_reset(&bits); speex_encode_int(codec_info->enc, (short*)pcm_data, &bits);...
2007 Jan 11
2
calls to SPA942 disconnect after 15 seconds (chan_sip.c set_destination: can't find address)
Am having a unique problem, calls received on my SPA942 seem to end after 15 seconds, but calls made from this device do not have this problem. For this device (when receiving calls) I get periodic "chan_sip.c set_destination: can't find address for host" I have set the "canreinvite=no" in the sip.conf. Does anyone have a sample entry from sip.conf for the Lynksys SPA 942
2004 Sep 12
2
Multiple MD 3200 (Intel 537) cards on a single system.
Has anyone been able to sucessfully use 2-4 X101P clones with Asterisk on a single system ? I'm using one Encore MD 3200 modem sucessfully, alongside a TDM400P (3 FXS, 1 FXO) and would like to be able to use up to 4 X101P on a single system. In most cases I'll have 2 or 3 instead. I understand all the issues with interrupt sharing and PC motherboard quality. Just need to know if any one was sucessfull with th...
2017 Sep 20
4
arguments imply differing number of rows
Hi Team, I using the syntax as: data.df<- data.frame( city= c(rep(c("Delhi", "Bangalore","Chandigarh"),each=5)), population= c(4000:6000,3500:4300,3000:3200) ) But i am getting the error as arguments imply differing number of rows: 15, 3003. Tried searching google but could not understand & find the solution. Thanks, Shivi [[alternative HTML version deleted]]
2020 Oct 16
2
Unable to access mail via Outlook
...t; ( > http://mydomain.name/technical/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache): > Deleting corrupted cache record uid=798: > > > > > > > > Best regards, > > > > Odhiambo WASHINGTON, > > > > Nairobi,KE > > > > +254 7 3200 0004/+254 7 2274 3223 > > > > "Oh, the cruft.",grep ^[^#] :-) > > > > > > There is a bug in compression in 2.3.11.3, see > https://dovecot.org/pipermail/dovecot/2020-September/119907.html > > > > > > Aki > > > > I don't...
2005 Jul 01
3
Ambient MD 3200 (X100P Clone)
Has anyone had any success with this card? Thank you. Sandy.
2020 Oct 16
2
Unable to access mail via Outlook
...mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache > ( > http://mydomain.name/technical/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache): > Deleting corrupted cache record uid=798: > > > > Best regards, > > Odhiambo WASHINGTON, > > Nairobi,KE > > +254 7 3200 0004/+254 7 2274 3223 > > "Oh, the cruft.",grep ^[^#] :-) > > There is a bug in compression in 2.3.11.3, see > https://dovecot.org/pipermail/dovecot/2020-September/119907.html > > Aki > I don't use any compression mechanisms in my setup. -- Best regards, Od...
2010 Nov 16
2
hello,this question,Request help
Hello, 2010/11/15 17:40:32 [3200] rsync: writefd_unbuffered failed to write 8 bytes [generator]: Broken pipe (32) 2010/11/15 17:40:32 [3200] rsync error: error in rsync protocol data stream (code 12) at io.c(1550) [generator=3.0.4] What's mean this log ?? Thanks! -------------- next part -------------- An HTML attachment was...
2010 Dec 12
2
Wine is using onboard graphic card instead of the "real" one
hi, I'm trying for some time to get a few games to run and it seems like Wine wants to use my onboard graphic card (ATI HD 3200) instead of my ATI HD 5670. The reason i think that is a) sometimes when launching Starcraft 2 it tells me that the driver for my graphics card HD3200 is out of date and that i should update, and b) i found this when i tried launching Natural Selection 2.: > Build 159 > Starting Natural Sele...
2011 Apr 18
2
Working with massive matrices in R
Hello, I'm (eventually) attempting a singular value decomposition of a 3200 x 527829 matrix in R version 2.10.1. The script is as follows: ###---------Begin Script here-------### library(Matrix) snps <- 527829 ## Number of SNPs N <- 3200 ## Sample size y <- rnorm(N, 100,1) ## simulated phenotype system.time(...
2019 Jun 17
3
Deleted dovecot.index.*
...will lose flags, such as \Seen. But mails should come out intact. > > Aki > Thank you for this fast (and comforting) response. All the previous mails disappeared after I deleted the files. What do I need to do to get them back?? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190617/ee3ea6a5/attachment.html>
2008 Apr 23
1
[LLVMdev] FoldingSetNodeID operations inefficiency
...have very many operands. I can give you an example of what is meant by "very many". In my test-case (you can fetch it from here http://llvm.org/bugs/attachment.cgi?id=1275), which is just one HUGE MBB with tens of thousends of instructions, there is a TokenFactor node N that has ... 3200 operands! (These operands are PendingLoads created by the SelectionDAGLowering::getLoadFrom and then copied into the TokenFactor node by SelectionDAGLowering::getRoot called from the SelectionDAGLowering::visitStore). During the code selection phase, the SelectionDAG::ReplaceAllUsesWith is cal...
2017 Nov 17
0
CentOS-announce Digest, Vol 153, Issue 3
...9; to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. Re: CESA-2017:3200 Important CentOS 6 kernel Security Update (Johnny Hughes) 2. Re: CEBA-2017:3198 CentOS 6 cloud-init BugFix Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Thu, 16 Nov 2017 09:44:51 -0600 From: Johnny Hughes <johnny...