search for: 2820

Displaying 20 results from an estimated 219 matches for "2820".

Did you mean: 2020
2005 Aug 26
0
Audio Problem when zaptel modules are loaded
...g 'vm-login' (language 'en') 15. 16. This next excerpt is from a different kernel on the same box that doesn't have the zaptel driver compiled, here the sound works find, and I can here the vm-login recording: 17. Aug 26 16:07:05 DEBUG[2820]: Manager received command 'Command' 18. Aug 26 16:07:05 DEBUG[2820]: Manager received command 'Command' 19. Aug 26 16:07:31 DEBUG[2820]: Setting NAT on RTP to 0 20. Aug 26 16:07:31 DEBUG[2820]: Stopping retransmission on '4b8b0eed-75aefca3-36ccacb8...
2016 Nov 28
0
CESA-2016:2820 Important CentOS 6 memcached Security Update
CentOS Errata and Security Advisory 2016:2820 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-2820.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 35812c96c050584a93071cfa04f37afef8d1885a580855d3356db301f6cd87e4 memcached-1.4.4-3.el6_8.1.i6...
2005 Jul 25
1
"Cannot native bridge" on licensed G729
...- - - *CLI> sip show peer andrew [snip] Codecs : G.729A But when we try to use more than one (such as transferring an incoming BRI call to a second phone), when the phone answers, the transfer fails and we get the following: *CLI> Jul 25 16:49:25 WARNING[114695]: chan_sip.c:2820 process_sdp: No compatible codecs! Jul 25 16:49:28 WARNING[114695]: chan_sip.c:2820 process_sdp: No compatible codecs! Jul 25 16:49:28 WARNING[114695]: chan_sip.c:2820 process_sdp: No compatible codecs! -- Executing Dial("SIP/andrew-89e3", "SIP/jeremy|20") in new stack -...
2008 Jul 30
1
machine not shutting down and connection failures in logs
...ox 1 monuser pass master SHUTDOWNCMD "/sbin/shutdown -h +0" syslog (daemon.log): Jul 30 09:13:18 bong upsd[2819]: listening on 0.0.0.0 port 3493 Jul 30 09:13:18 bong upsd[2819]: Can't connect to UPS [bongups] (megatec_usb-bongups): No such file or directory Jul 30 09:13:18 bong upsd[2820]: Startup successful Jul 30 09:13:28 bong upsmon[2823]: Startup successful Jul 30 09:13:32 bong megatec_usb[2829]: Startup successful Jul 30 09:13:32 bong upsd[2820]: Connected to UPS [bongups]: megatec_usb-bongups Jul 30 09:13:34 bong upsd[2820]: Data for UPS [bongups] is stale - check driver Jul...
2017 Oct 09
8
Regular expression help
...; like a a/b a/b/c where there may be multiple words on a line (separated by spaces).? The a, b, and c strings can contain non-space, non-slash characters. I'd like to use gsub() to extract the c strings (which should be empty if there are none). A real example is "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587" which I'd like to transform to " 587 587 587 587" Another real example is "f 1067 28680 24462" which should transform to "?? ". I've tried a few different regexprs, but am unable to find a way to say "trans...
2008 Aug 20
2
RE: Adaptec 2820 & 2gig+ partitions
Hi All, I have some general questions about setting up partitions. I have been struggling to get an array to mount since I upgraded the drives and exceeded a 2 gig partition so now the logical drive won't mount after the install. That being said I have a few questions. Does anyone have any experience or advice for setting up large arrays on 5.2 x86_64? My understanding is I need to
2003 Apr 22
0
zip.unpack() crashes R (PR#2820)
Full_Name: Henrik Bengtsson Version: R v1.7.0 OS: WinXP Pro Submission from: (NULL) (130.235.2.229) There seems to be an upper limit of the number of files (approx 1000 files) a zip-file can contain when unpacking it with zip.unpack(). This results in an R crash. This bug is urgent since install.packages() relies on zip.unpack() and too big packages/bundles won't install with the current R
2008 Jul 29
2
FW: Installing BRugs
...e InstallPackages in the windows version, firts gives an erro, but trying again works flawlessly. R version is 2.7.0 on WinXP. Any explanation? Bendix Carstensen ______________________________________________ Bendix Carstensen Senior Statistician Steno Diabetes Center Niels Steensens Vej 2-4 DK-2820 Gentofte Denmark +45 44 43 87 38 (direct) +45 30 75 87 38 (mobile) bxc at steno.dk http://www.biostat.ku.dk/~bxc -----Original Message----- From: ACJS (Anders Christian Jensen) Sent: 29. juli 2008 11:06 To: BXC (Bendix Carstensen) Subject: > utils:::menuInstallPkgs() trying URL 'http://w...
2016 Nov 29
0
CentOS-announce Digest, Vol 141, Issue 5
...p' 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. CESA-2016:2820 Important CentOS 6 memcached Security Update (Johnny Hughes) 2. CESA-2016:2824 Moderate CentOS 6 expat Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Mon, 28 Nov 2016 22:32:14 +0000 From: Johnny Hughes <jo...
2017 Oct 09
0
Regular expression help
> x <- "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587" > gsub("(^| *)([^/ ]*/?){0,2}", "\\1", x) [1] " 587 587 587 587" > y <- "aa aa/ aa/bb aa/bb/ aa/bb/cc aa/bb/cc/ aa/bb/cc/dd aa/bb/cc/dd/" > gsub("(^| *)([^/ ]*/?){0,2}", "\\1", y) [1]...
2017 Oct 09
1
Regular expression help
"(^| +)([^/ ]*/?){0,2}", with the first "*" replaced by "+" would be a bit better. Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Oct 9, 2017 at 8:50 AM, William Dunlap <wdunlap at tibco.com> wrote: > > x <- "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587" > > gsub("(^| *)([^/ ]*/?){0,2}", "\\1", x) > [1] " 587 587 587 587" > > y <- "aa aa/ aa/bb aa/bb/ aa/bb/cc aa/bb/cc/ aa/bb/cc/dd aa/bb/cc/dd/" > > gsub("(^| *)([^/ ]*/?){0,2}", &quo...
2017 Oct 10
0
Regular expression help
How about this (I'm showing it as a pipe because it's easier to read that way): library(magrittr) "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587" %>% ? strsplit(' ') %>% ? unlist %>% ? sub('^[^/]*/*','',.) %>% ? sub('^[^/]*/*','',.) %>% ? paste(collapse = ' ') Georges Monette -- Georges Monette, PhD P.Stat.(SSC) | Associate Profe...
2010 Dec 21
4
tap2:remus:backup_ip:9000|aio:/path_to_disk.img not working - OSError: [Errno 2] No such file or directory
...fo.py", line 469, in start XendTask.log_progress(31, 60, self._initDomain) File "usr/lib/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2820, in _initDomain self._configureBootloader() File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 3245, in _configureBootloader mounted = devtype in [''tap'', ''tap2''] and taptype != ''aio'' and taptype != '&...
2017 Oct 09
0
Regular expression help
...there may be multiple words on a line (separated by spaces). The > a, b, and c strings can contain non-space, non-slash characters. I'd > like to use gsub() to extract the c strings (which should be empty if > there are none). > > A real example is > > "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587" > > which I'd like to transform to > > " 587 587 587 587" > > Another real example is > > "f 1067 28680 24462" > > which should transform to " ". > > I've tried a few different reg...
2010 Nov 03
5
ADSL Load Balancing
Hi, I've got a client with two ADSL connections for redundancy. Is it possible to set up asterisk to connect to one SIP provider using both adsl connections and load balance between the two connections? Or to use one connection as the main one, and automatically fail over if the first connection drops? Or does this kind of thing need a serious network switch? Thanks Dan --------------
2007 Jun 11
2
Rounding?
...language R version.string R version 2.5.0 (2007-04-23) My machine runs Windows NT. Is this intended or just a Windows facility? ______________________________________________ Bendix Carstensen Senior Statistician Steno Diabetes Center Niels Steensens Vej 2-4 DK-2820 Gentofte Denmark +45 44 43 87 38 (direct) +45 30 75 87 38 (mobile) +45 44 43 73 13 (fax) bxc at steno.dk http://www.biostat.ku.dk/~bxc This e-mail (including any attachments) is intended for the ...{{dropped}}
2009 May 30
1
arithmetic problem
...elow) where I am trying to find the difference between two (or more numbers) and discard those observations which fall outside a set interval. An example and further explanation: values ind 1 2655 7A5 2 3028 7A5 3 689 ABBA-1 4 1336 ABBA-1 5 1560 ABBA-1 6 2820 ABLIM1 7 3339 ABLIM1 8 171 ACSM5 9 195 ACSM5 10 43 ADAMDEC1 11 129 ADAMDEC1 12 1105 AFF1 13 3202 AFF1 14 852 AFF3 15 2461 AFF3 16 45 AKT1 17 397 AKT1 18 1430 AQP2 19 2402 AQP2 20 2551 ARHGAP19 Each number in the valu...
2003 Aug 26
1
Long pause.
...is not doing ANY system calls. Oh! There ARE a lot of hardlinks involved. The destination machine IS swapping a bit: procs memory swap io system cpu r b w swpd free buff cache si so bi bo in cs us sy id 2 0 0 803564 2820 660 6788 1272 120 1272 120 2896 172 3 34 63 1 0 0 803180 2848 660 6788 992 632 992 632 3358 163 2 35 63 1 0 0 802860 2844 604 6668 1160 360 1160 364 3156 180 1 30 69 1 0 0 802888 2816 604 6668 916 420 916 424 2795 179 4 28 68...
2018 Mar 07
3
Names of variables needed in newdata for predict.glm
...I(x^2) + offset(log(Y)), family=poisson, data=dd) attr(mx$terms,"dataClasses") attr(mi$terms,"dataClasses") mi$xlevels mx$xlevels ...so far not quite there. Regards, Bendix Carstensen Senior Statistician Steno Diabetes Center Clinical Epidemiology Niels Steensens Vej 2-4 DK-2820 Gentofte, Denmark b at bxc.dk bendix.carstensen at regionh.dk http://BendixCarstensen.com ________________________________ Denne e-mail indeholder fortrolig information. Hvis du ikke er den rette modtager af denne e-mail eller hvis du modtager den ved en fejltagelse, beder vi dig venligst inform...
2007 Aug 10
3
Cannot Boot XServer
...will not boot to init 5. Anyone seen this before and can offer any assistance? TIA, Rab. =========================================================== Robert Jackson Phone: +44 (0) 141 332 7999 Software Engineer Fax: +44 (0) 141 331 2820 Walker Martyn Ltd 1 Park Circus Place Email: rab at walkermartyn.co.uk Glasgow G3 6AH, Scotland Web: http://www.walkermartyn.co.uk =========================================================== ************************************************************...