search for: 222m

Displaying 9 results from an estimated 9 matches for "222m".

Did you mean: 222
2014 Mar 19
3
Disk usage incorrectly reported by du
...hink that the problem is most likely on the source machine. Here is the du output for for one directory exhibiting the problem: #du -h |grep \/51 201M ./51/msg/8 567M ./51/msg/9 237M ./51/msg/6 279M ./51/msg/0 174M ./51/msg/10 273M ./51/msg/2 341M ./51/msg/7 408M ./51/msg/4 222M ./51/msg/11 174M ./51/msg/5 238M ./51/msg/1 271M ./51/msg/3 3.3G ./51/msg 3.3G ./51 after changing the directory and running du again I get different numbers #cd 51 du -h 306M ./msg/8 676M ./msg/9 351M ./msg/6 338M ./msg/0 347M ./msg/10 394M ./msg/2 480M ./m...
2012 Jul 14
2
[LLVMdev] Recompiling llvm+clang how-to?
...jects/compiler-rt/SDKs/darwin -o /dev/null >> I grepped 'clang' from ps aux when the compiler stucks in somewhere. [$ top] PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3252 hum 20 0 79412 9560 9272 R 100 0.5 510:06.43 clang 1169 root 20 0 222m 47m 6588 S 3 2.4 0:50.93 Xorg 1943 hum 20 0 1033m 79m 16m R 2 4.0 0:36.01 unity-2d-shell >> Process clang, PID 3252 spends 100% of cpu more than 7 hours I want to debug and learn llvm+clang source code. To do this I need to compile and modify the code frequently. P...
2006 Dec 13
1
Core Dump: create_transaction (p=0x0) at pbx_dundi.c:2787
...et_read (id=0x81a61e0, fd=18, events=1, cbdata=0x0) at pbx_dundi.c:2006 sin = {sin_family = 2, sin_port = 43025, sin_addr = {s_addr = 3415129048}, sin_zero = "\000\000\000\000\000\000\000"} res = -1209714176 buf = "t?\000\000\000\000\211\000\000\006\000\016\f?\222M\023\004\022K?D\020P?\226? \003?lZ?O?6?^@p(Yi\233T?&\002?8??\023\231?_\220k\0350\227Q?T\031?1?[o?}?\232\\?\232??\224??g<?\026??uy\231???\017?zr)????b\000n??5N?a?d?0??\f?R\237}GD??,\201PF?????O?\2076??????\022\200\021\202?I%\t|H\232,m\rh}\235?|v@\214??,??c?\216??\214?S\034\232\016\226449y?\031...
2005 Aug 08
7
Loadbalancing and failover using TC and Iptables
Hi all iam trying to deploy loadbalance and failover My setup description --Fedora Core 4 --Linux 2.6.12.3 #1 SMP Mon Jul 25 22:37:34 IST 2005 i686 i686 i386 GNU/Linux --tc utility, iproute2-ss050314 --ip utility, iproute2-ss050314 --iptables v1.3.0 And i had deployed Following configuration #table main with priority 50, the highest one ip rule add prio 50 table main #table 201 ip rule add
2006 Mar 15
2
Still getting a generator hang on 2.6.7
...76\237A\356C\264\2242\353>\235D\327\320"..., 1024) = 1024 write(5, "\350\332.X\207\312\244\217\341\25\376|?\237^\245\334\333"..., 1024) = 1024 write(5, "\36Z\243\32\217\310W\247,\317q\354\314\35\25\5^U\367&6"..., 1024) = 1024 write(5, "\31)\336\302\343\\M\34\234\222M\223|\3349R\350h\253\330"..., 1024) = 1024 write(5, "+\31mV\312\344\322\367\275\300\254\233\353\315\227\351"..., 1024) = 1024 write(5, "\17\4Mo\317\264\334\327i\343l\366\273\234C\374b\312\340"..., 1018) = 1018 write(5, "\374G\333\t\10;\247s\356\214\344\305\211x\251\352\...
2007 Sep 05
0
(no subject)
...242\353>\235D\327\320"..., 1024) =3D = 1024 write(5, = "\350\332.X\207\312\244\217\341\25\376|?\237^\245\334\333"..., 1024) =3D = 1024 write(5, = "\36Z\243\32\217\310W\247,\317q\354\314\35\25\5^U\367&6"..., 1024) =3D = 1024 write(5, = "\31)\336\302\343\\M\34\234\222M\223|\3349R\350h\253\330"..., 1024) =3D = 1024 write(5, = "+\31mV\312\344\322\367\275\300\254\233\353\315\227\351"..., 1024) =3D = 1024 write(5, = "\17\4Mo\317\264\334\327i\343l\366\273\234C\374b\312\340"..., 1018) =3D = 1018 write(5, = "\374G\333\t\10;\247s\356\214\344...
2002 Jun 14
4
Slow response from new Athlon 1.4Ghz machine?
...e as main drive, IDE as aux and storage running RedHat 7.3 installation, Filesystem is:- [darryl@cascade darryl]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda6 372M 91M 262M 26% / /dev/sda1 45M 8.9M 34M 21% /boot /dev/sda5 703M 222M 445M 34% /home none 251M 0 251M 0% /dev/shm /dev/sda2 1.9G 1.7G 125M 94% /usr /dev/sda7 251M 116M 122M 49% /var /dev/hda1 19G 2.2G 16G 12% /usr/local/backup /dev/hda2 17G 4.3G 12G 26% /opt/archive CPU Athlon...
2012 Jul 13
0
[LLVMdev] Recompiling llvm+clang how-to?
Hi Journeyer J. Joh, > I have questions about compiling Clang+llvm. > > I compile as the link below instructs. > > http://clang.llvm.org/get_started.html > > I do on Ubuntu 12.04. > > `time make -j5` prints for about 13 minutes to compile a brand new > version of Clang+llvm. > And after this I edit some C++ code(clang/tools/driver/driver.cpp) and > compiles
2012 Jul 13
2
[LLVMdev] Recompiling llvm+clang how-to?
Hello list I have questions about compiling Clang+llvm. I compile as the link below instructs. http://clang.llvm.org/get_started.html I do on Ubuntu 12.04. `time make -j5` prints for about 13 minutes to compile a brand new version of Clang+llvm. And after this I edit some C++ code(clang/tools/driver/driver.cpp) and compiles using the very same makefile which was used above sentence. But this