search for: 7696

Displaying 20 results from an estimated 29 matches for "7696".

Did you mean: 76,6
2011 Feb 18
2
cmd MySQL
...guys, I'm trying to connect Asterisk to the MySQL, but I can't execute it. It returns an error, as below: -- Executing [200 at teste:2] MYSQL("Console/dsp", "Query resultid 1 SELECT/ ramal/ FROM/ colaboradores/ WHERE/ ramal=200") in new stack [Feb 18 15:55:13] WARNING[7696]: app_mysql.c:393 aMYSQL_query: aMYSQL_query: mysql_query failed. Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/ ramal/ FROM/ colaboradores/ WHERE/ ramal=200' at line 1 Its seems it can connect...
2006 Nov 27
5
startx reboots my computer
..., 985600k used, 38780k free, 14740k buffers Swap: 8385848k total, 0k used, 8385848k free, 97368k cached ************************************************************************ eventually peaking out at: top - 22:28:15 up 4 min, 3 users, load average: 2.54, 0.74, 0.26 Tasks: 7696 total, 2 running, 7693 sleeping, 0 stopped, 0 zombie Cpu(s): 10.5% us, 45.2% sy, 0.0% ni, 0.0% id, 43.8% wa, 0.0% hi, 0.6% si Mem: 1024380k total, 896720k used, 127660k free, 264k buffers Swap: 8385848k total, 1035964k used, 7349884k free, 10372k cached ******************...
2011 May 05
5
Dovecot imaptest on RHEL4/GFS1, RHEL6/GFS2, NFS and local storage results
...ocal storage Totals: Logi List Stat Sele Fetc Fet2 Stor Dele Expu Appe Logo 100% 50% 50% 100% 100% 100% 50% 100% 100% 100% 100% 30% 5% 1- 7798 3868 3889 7706 7566 10713 1080 6089 7559 7688 15562 2- 7806 3879 3874 7716 7585 10873 1114 6018 7578 7696 15572 3- 7866 3910 3855 7773 7748 11053 1076 6253 7747 7761 15710 4- 7893 3978 3931 7802 7772 10988 1117 6197 7767 7789 15760 5- 7775 3853 3809 7683 7654 10897 1081 6142 7651 7675 15534 6- 7877 3919 3872 7789 7758 10986 1085 6218 7755 7773 15720
2010 Mar 09
1
fchown error upgrading from 0.99 to 1.2
...bodega 26624 Mar 9 15:56 dovecot.index.cache -rw------- 1 cwchbodega cwchbodega 26128 Mar 9 15:56 dovecot.index.log -rw------- 1 cwchbodega cwchbodega 17016 Mar 9 08:43 .imap.index -rw------- 1 cwchbodega cwchbodega 143422 Mar 6 08:54 .imap.index.data -rw------- 1 cwchbodega cwchbodega 7696 Feb 22 08:26 .imap.index.log -rw------- 1 cwchbodega cwchbodega 13028 Mar 6 08:54 .imap.index.tree [root at mail INBOX]# Should I chown user:mail the contents of the INBOX folder? and use perms of 0600 ? thanks, -- ------------------------------------------------------------ Erick Perez Cel...
2008 Feb 28
1
vorbis encoding question
...on on encoding Ogg files, is there some place or someone know a good way to start with Ogg programming? I can decode Ogg files with no problem but I can't encode. Any help will be appreciated. Thanks -- Yuri Jaeger Monti The Catholic University at Porto Alegre - PUCRS (51) 3320.3500 Ramal #7696 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20080228/d83157ee/attachment.htm
2005 Nov 28
0
conntrack match failed, packets not FWMarked
...set-mark 0x1 -A PREROUTING -m conntrack --ctorigdst IP_OF_PPP1 -j MARK --set-mark 0x2 -A PREROUTING -m connmark --mark 0x1 -j LOG --log-prefix "FWMARK1" COMMIT # Completed on Mon Nov 28 09:53:06 2005 # Generated by iptables-save v1.2.11 on Mon Nov 28 09:53:06 2005 *nat :PREROUTING ACCEPT [7696:835113] :POSTROUTING ACCEPT [29406:2303772] :OUTPUT ACCEPT [24589:1956035] -A PREROUTING -i ppp1 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.1.4:80 -A PREROUTING -i ppp0 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.1.4:80 -A PREROUTING -i ppp1 -p tcp -m tcp --dport 25 -j...
2014 Mar 04
0
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
...----------- ---------- 1 135 135 135 2 732 1315 1102 3 1827 2372 2681 4 2689 2934 5392 5 3736 3658 7696 6 4942 4434 9876 7 6304 5176 11901 8 7736 5955 14551 Below is the code that I used: static inline u32 queue_code_xchg(struct qspinlock *lock, u32 *ocode, u32 ncode) { while (true...
2014 Mar 04
1
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
...---------- > 1 135 135 135 > 2 732 1315 1102 > 3 1827 2372 2681 > 4 2689 2934 5392 > 5 3736 3658 7696 > 6 4942 4434 9876 > 7 6304 5176 11901 > 8 7736 5955 14551 > I'm just not seeing that; with test-4 modified to take the AMD compute units into account: root at interlagos:~/s...
2014 Mar 04
1
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
...---------- > 1 135 135 135 > 2 732 1315 1102 > 3 1827 2372 2681 > 4 2689 2934 5392 > 5 3736 3658 7696 > 6 4942 4434 9876 > 7 6304 5176 11901 > 8 7736 5955 14551 > I'm just not seeing that; with test-4 modified to take the AMD compute units into account: root at interlagos:~/s...
2016 Nov 09
0
[PATCH] filearch: Add s390 and s390x detection and tests.
...| 12 ++++++++++++ src/filearch.c | 10 ++++++++++ test-data/Makefile.am | 2 ++ test-data/binaries/Makefile.am | 2 ++ test-data/binaries/bin-s390x-dynamic | Bin 0 -> 8448 bytes test-data/binaries/lib-s390x.so | Bin 0 -> 7696 bytes 6 files changed, 26 insertions(+) create mode 100755 test-data/binaries/bin-s390x-dynamic create mode 100755 test-data/binaries/lib-s390x.so diff --git a/generator/actions.ml b/generator/actions.ml index 91a1819..43de38b 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -798...
2014 Mar 03
5
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
Hi, Here are some numbers for my version -- also attached is the test code. I found that booting big machines is tediously slow so I lifted the whole lot to userspace. I measure the cycles spend in arch_spin_lock() + arch_spin_unlock(). The machines used are a 4 node (2 socket) AMD Interlagos, and a 2 node (2 socket) Intel Westmere-EP. AMD (ticket) AMD (qspinlock + pending + opt) Local:
2014 Mar 03
5
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
Hi, Here are some numbers for my version -- also attached is the test code. I found that booting big machines is tediously slow so I lifted the whole lot to userspace. I measure the cycles spend in arch_spin_lock() + arch_spin_unlock(). The machines used are a 4 node (2 socket) AMD Interlagos, and a 2 node (2 socket) Intel Westmere-EP. AMD (ticket) AMD (qspinlock + pending + opt) Local:
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
...79669.4 -593.3 -0.92 Std dev 2937.56 2181.15 4262.03 5.59 ==> Similar results Benchmarking: FreeBSD MD5 [32/32]... DONE LLVM GCC Difference Difference % Run 1 7552 8009 -457 -6.05 Run 2 7739 7724 15 0.19 Run 3 7997 7696 301 3.76 Run 4 8038 8041 -3 -0.04 Run 5 7474 7938 -464 -6.21 Run 6 7871 8078 -207 -2.63 Run 7 7884 7980 -96 -1.22 Run 8 7870 8025 -155 -1.97 Run 9 7989 8046 -57 -0.71 Run 10 7986 7989...
2009 Sep 16
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
2009/9/16 Olivier Meurant <meurant.olivier at gmail.com>: >         Average 13836499.46     12447973.17     1388526.29      10.03 >         Standard deviation      53189.13        515638.56 > 522400.98       3.77 That was pretty much what I was expecting from the article... numbers. It doesn't matter who's best, you can't be best in all areas, but profiling must be
2006 Jan 28
3
Shorewall/Xen setup (correct from-address this time)
...-- * xenbr0 0.0.0.0/0 0.0.0.0/0 PHYSDEV match --physdev-out vif+ 0 0 fw2all all -- * xenbr0 0.0.0.0/0 0.0.0.0/0 PHYSDEV match --physdev-out peth0 0 0 fw2all all -- * eth0 0.0.0.0/0 0.0.0.0/0 76 7696 fw2all all -- * eth1 0.0.0.0/0 0.0.0.0/0 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 Chain Reject (2 references) pkts bytes target prot opt in out source destination 0 0 reject tcp -- * *...
2008 Apr 04
1
Bug Report: Segmentation Fault when indexing with a specific set of FieldInfos.
...f] ruby[0x80486bd] /lib/libc.so.6(__libc_start_main+0xe0)[0xb7ccc450] ruby[0x8048601] -- Bira http://compexplicita.wordpress.com http://compexplicita.tumblr.com -------------- next part -------------- A non-text attachment was scrubbed... Name: ferret_test.tar.bz2 Type: application/x-bzip2 Size: 7696 bytes Desc: not available Url : http://rubyforge.org/pipermail/ferret-talk/attachments/20080404/b49d6af0/attachment-0001.bz2
2013 Jul 30
2
Dahdi interface flapping
...work interrupts RES: 2135 1762 1506 1092 2446 1307 1409 935 Rescheduling interrupts CAL: 50 216 218 220 204 219 203 216 Function call interrupts TLB: 8985 6881 1309 7696 4952 3427 2324 2648 TLB shootdowns TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts THR: 0 0 0 0 0 0 0 0 Threshold APIC interrup...
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...ello World +7600 => Hello World +7608 => Hello World +7616 => Hello World +7624 => Hello World +7632 => Hello World +7640 => Hello World +7648 => Hello World +7656 => Hello World +7664 => Hello World +7672 => Hello World +7680 => Hello World +7688 => Hello World +7696 => Hello World +7704 => Hello World +7712 => Hello World +7720 => Hello World +7728 => Hello World +7736 => Hello World +7744 => Hello World +7752 => Hello World +7760 => Hello World +7768 => Hello World +7776 => Hello World +7784 => Hello World +7792 => Hello...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...+7584: 0, 0 +7592: , +7592: 0, 0 +7600: , +7600: 0, 0 +7608: , +7608: 0, 0 +7616: , +7616: 0, 0 +7624: , +7624: 0, 0 +7632: , +7632: 0, 0 +7640: , +7640: 0, 0 +7648: , +7648: 0, 0 +7656: , +7656: 0, 0 +7664: , +7664: 0, 0 +7672: , +7672: 0, 0 +7680: , +7680: 0, 0 +7688: , +7688: 0, 0 +7696: , +7696: 0, 0 +7704: , +7704: 0, 0 +7712: , +7712: 0, 0 +7720: , +7720: 0, 0 +7728: , +7728: 0, 0 +7736: , +7736: 0, 0 +7744: , +7744: 0, 0 +7752: , +7752: 0, 0 +7760: , +7760: 0, 0 +7768: , +7768: 0, 0 +7776: , +7776: 0, 0 +7784: , +7784: 0, 0 +7792: , +7792: 0, 0 +7800: , +7800: 0,...
2016 Jul 02
3
Winbind process stuck at 100% after changing use_mmap to no
On 01/07/16 19:28, Jeremy Allison wrote: > On Fri, Jul 01, 2016 at 10:00:21AM +0100, Alex Crow wrote: >> Hi, >> >> We've had a strange issue after following the recommendations at >> https://wiki.samba.org/index.php/Ping_pong, particularly the part >> about mmap coherence. We are running CTDB/Samba over a MooseFS >> clustered FS, and we'd not done the