search for: 3430

Displaying 20 results from an estimated 55 matches for "3430".

Did you mean: 330
2011 Jan 30
0
Stub domains broken in Xen 4.0?
.../pts/1 char device redirected to /dev/pts/2 /usr/src/packages/BUILD/xen-4.0.1-testing/tools/ioemu-dir/hw/xen_blktap.c:700: Init blktap pipes xs_read(): vncpasswd get error. /vm/86207a57-273e-09cf-a79c-dc2854ad8553/vncpasswd. Log-dirty: no command yet. == xend.log (excerpt) == [2011-01-30 12:45:21 3430] DEBUG (XendDomainInfo:103) XendDomainInfo.create([''vm'', [''name'', ''caitlin''], [''memory'', 512], [''maxmem'', 512], [''on_poweroff'', ''destroy''], [''on_reboot'', &...
2006 Jan 20
9
DO NOT REPLY [Bug 3430] New: Error with ACL-patch and -x on mountpoint
https://bugzilla.samba.org/show_bug.cgi?id=3430 Summary: Error with ACL-patch and -x on mountpoint Product: rsync Version: 2.6.6 Platform: Other OS/Version: FreeBSD Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned@samba...
2008 Dec 03
3
disable database
Hi, How do I disabled asterisk to use database and storage voicemail in directory. Im getting the below error [Dec 3 19:08:53] WARNING[4934]: app_voicemail.c:3430 inboxcount: Failed to obtain database object for 'asterisk'! [Dec 3 19:08:55] WARNING[5129]: app_voicemail.c:2353 last_message_index: Failed to obtain database object for 'asterisk'! [Dec 3 19:09:04] WARNING[4934]: app_voicemail.c:3430 inboxcount: Failed to obtain database objec...
2016 Oct 21
4
llvm build failed on Fedora 24
...on my PC but it failed. I'm using following command, $ cmake -G "Ninja" ../llvm -DCMAKE_INSTALL_PREFIX=prefix=$INSTALL_PATH -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=On $ ninja-build -j 2 I have skipped libcxx and libcxxabi package. It shows below error, 00:04:23 [3261/3430] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCXX.cpp.o 00:04:30 [3262/3430] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o 00:04:30 FAILED: tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o 00:04:30 /usr/bin/c++ -...
2010 Jun 21
2
difference in dates
Dear R People: I have a data frame with the two following date columns: > a.df[1:10,c(1,6)] DATE DEATH 1207 2009-04-16 2009-05-06 1514 2009-04-16 2009-05-06 2548 2009-04-16 2009-05-08 3430 2009-04-16 2009-05-09 3851 2009-04-16 2009-05-09 3945 2009-04-16 2009-05-09 7274 2009-04-16 2009-05-12 7532 2009-04-16 2009-05-12 7651 2009-04-16 2009-05-12 8495 2009-04-16 2009-05-13 > I would like to generate a 3rd column which is the difference in days between the two dates. I tried a.df$D...
2010 Jun 21
1
using table and tapply?
...4-16 F 47 Constitutional 28 11164 2009-04-16 F 26 Constitutional 28 15220 2009-04-16 M 49 Gastrointestinal 30 1207 2009-04-16 F 39 Other 20 1514 2009-04-16 F 39 Other 20 2548 2009-04-16 M 49 Other 22 3430 2009-04-16 F 54 Other 23 > sometimes I want use the date and obtain the totals deaths, sometimes I want to use the Co and obtain the total number of deaths, etc. I've tried "table" and "with" but am having no success. Any help would be much appre...
2005 Mar 18
1
Pb with ks.test pvalue
...two environnements, but the Kolmogorov-smirnov p-value really is different. Here is what I do: > ks.test(w,pnorm,mean(w),sd(w)) One-sample Kolmogorov-Smirnov test data: w D = 0.2143, p-value = 0.3803 alternative hypothesis: two.sided > w [1] 3837 3334 2208 1745 2576 3208 3746 3523 3430 3480 3116 3428 2184 2383 3500 3866 3542 [18] 3278 SAS results: Kolmogorov-Smirnov D 0.214278 Pr > D 0.0271 Why is the p-value so high under R? Much higher than with other tests. Best regards, Anthony Landrevie (French Student) --------------------------------- [[alternative HTML...
2016 Nov 21
2
Winbind traffic not encrypted
...8002 0105 6335 0400 0a01 u..80.....c5.... 0x0060: 000a 0100 0201 0002 010f 0101 0087 0b6f ...............o 0x0070: 626a 6563 7463 6c61 7373 3015 0413 6869 bjectclass0...hi 0x0080: 6768 6573 7443 6f6d 6d69 7474 6564 5553 ghestCommittedUS 0x0090: 4ea0 4430 1b04 1731 2e32 2e38 3430 2e31 N.D0...1.2.840.1 0x00a0: 3133 3535 362e 312e 342e 3133 3339 0400 13556.1.4.1339.. 0x00b0: 3025 0416 312e 322e 3834 302e 3131 3335 0%..1.2.840.1135 0x00c0: 3536 2e31 2e34 2e33 3139 0101 ff04 0830 56.1.4.319.....0 0x00d0: 0602 0203 e804 00 ....... 16:37:05.545556 IP 192.1...
2007 Sep 26
0
Testing record creation independently of implementation
Hi guys, I just had a question on testing a method whose behaviour includes creating a record in the database. How would one go about doing this? At first, it seems okay to cheat and just make sure that create() or new() is called with the correct parameters. So, @model.should_receive(:create).with(params) or, @model.should_receive(:new).with(params) But if I wanted to have it be
2010 Jun 21
0
using table and tapply? solved
...4-16 F 47 Constitutional 28 11164 2009-04-16 F 26 Constitutional 28 15220 2009-04-16 M 49 Gastrointestinal 30 1207 2009-04-16 F 39 Other 20 1514 2009-04-16 F 39 Other 20 2548 2009-04-16 M 49 Other 22 3430 2009-04-16 F 54 Other 23 > sometimes I want use the date and obtain the totals deaths, sometimes I want to use the Co and obtain the total number of deaths, etc. I've tried "table" and "with" but am having no success. Any help would be much appre...
1998 May 18
1
Extra form feed on Samba printing
...stions for eliminating this page? Thanks in advance, --Bryan Fredrick *********************************************************************** * Bryan Fredrick, KB0ZFF Minnesota Pollution Control Agency * * Computer Services Office 520 Lafayette Road N. * * +1 320 556 3430 Voice St. Paul, MN 55155 * * +1 612 282 5446 Fax bryan.fredrick@pca.state.mn.us * ***********************************************************************
1999 Oct 20
1
File names and e-acute char
...rcon Sysadmin UNIX & WNT "L'argent, ?a va, ?a vient; Mais quand ca vient, ?a va." Anonyme. ---------------------------------- Ministere de l'Equipement CETU (Centre d'Etudes des Tunnels) Web site http://www.equipement.gouv.fr/cetu/ Tel +33 (0)4 7214-3408 Fax +33 (0)4 7214-3430
2013 Jul 16
1
Opus on Analgo Devices ADSP-21489
Hi, I am evaluating the opus codec for use in an embedded design. I have successfully ported opus on a TI C5502 (fixed poin dspt) but need to use a more powerful dsp processor for our application. With the C5502 it takes 4.5ms to encode 2 (mono) channels with a 5ms frame @80kbits per channel. I need to reduce the computing time to reduce latency and leave some time for the DSP to perform some
2007 Nov 06
4
MeetMe CPU resources
Hello, We would like to have a conference with 15 users aprox. We think that Pentium 4 3GHz and 1GB of RAM should be enough. Only Asterisk running. We wonder if somebody has some other experience, good or bad. We will use Asterisk 1.2 (it is a small and short project for only this). Thanks! -- Carles Pina i Estany GPG id: 0x8CBDAE64 http://pinux.info Manresa - Barcelona
2009 Nov 04
0
Fwd: Seminarios Tecnológicos en Fundación Proydesa
...ion. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091103/4a769001/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 3430 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091103/4a769001/attachment.gif -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1076 bytes Desc: not available Url : http://lists.di...
2017 Feb 17
2
Oracle support 12c
...d management to CentOS, currently is a mixed between SLES and RHEL Any insight will be appreciated Thank you, ms Mario Silva IT Systems Administrator New Mexico Department of Public Safety Information Technology Division 4491 Cerrillos Road P.O. Box 1628 Santa Fe NM 87507-1628 Phone: (505) 827-3430 Cell: (505) 670-1824 Email: Mario.Silva at state.nm.us
2020 Jul 05
7
[Bug 3191] New: Issues when authorized_keys contains more than one ecdsa-sk public key
https://bugzilla.mindrot.org/show_bug.cgi?id=3191 Bug ID: 3191 Summary: Issues when authorized_keys contains more than one ecdsa-sk public key Product: Portable OpenSSH Version: 8.3p1 Hardware: amd64 OS: Linux Status: NEW Severity: enhancement Priority: P5 Component:
2014 Nov 14
2
EL5 Security Policy for the final 3 years
...; perl-Data-Dumper Low https://access.redhat.com/security/cve/CVE-2014-4330 > cups Moderate https://access.redhat.com/security/cve/CVE-2014-3537 > dbus Moderate https://access.redhat.com/security/cve/CVE-2014-3477 > dovecot Moderate https://access.redhat.com/security/cve/CVE-2014-3430 > exim Low https://access.redhat.com/security/cve/CVE-2014-2972 > cups Moderate https://access.redhat.com/security/cve/CVE-2014-2856 > openssh Moderate https://access.redhat.com/security/cve/CVE-2014-2653 > libxml2 Moderate https://access.redhat.com/security/cve/CVE-2014-0191...
2009 Mar 05
0
predict.fda - NAs are not allowed in subscripted assignments
...um 350 410 140 270 $ CAT : num 254935 294186 296143 306054 $ PRES : num 1 1 0 0 Now I want to predict fitted values for my new.data 'data.frame': 418507 obs. of 41 variables: $ VA_D123: num 2560 2520 2480 2440 2400 2360 2320 2280 2230 2190 ... $ VA_D124: num 3410 3420 3430 3440 3460 3470 3480 3490 3500 3510 ... $ VA_D127: num 1710 1700 1690 1680 1670 1650 1640 1630 1610 1580 ... $ VA_DARU: num 29 24 19 14 9 4 1 6 11 16 ... $ VA_DCAN: num 882 881 879 878 877 876 875 873 872 871 ... $ VA_DFON: num 1742 1741 1740 1739 1738 ... $ VA_DLAP: num 346 341 336 33...
2014 May 08
2
Denial of Service attacks against Dovecot v1.1+
There's an upper limit to how many IMAP/POP3 connections can exist that haven't logged in (and separate limits for post-login). Normally when this limit is reached, the oldest connection gets disconnected. There is of course some potential to try to DoS Dovecot by doing a lot of IMAP/POP3 connections, but because the oldest connection always gets destroyed this requires quite a lot of