search for: 995328

Displaying 4 results from an estimated 4 matches for "995328".

Did you mean: 99532
2009 Dec 16
4
No space left on device
...ocfs2 information. Upon not being able to create any further 1GB files (operations on the FS got really slow), I successfully created some 10MB files. I then created 100+ 1MB files using dd. What seemed strange is that dd kept returning "no space left on device", but it would always write 995328 bytes of data to the file. dd if=/dev/zero of=2156 bs=1k count=1k dd: writing `2156': No space left on device 973+0 records in 972+0 records out 995328 bytes (995 kB) copied, 0.0551648 s, 18.0 MB/s dd if=/dev/zero of=2157 bs=1k count=1k dd: writing `2157': No space left on device 973+0 re...
2019 Jul 12
2
Out of memory: kill process
...7 188 290816 2155 0 freeradius [762303.508541] [ 847] 0 847 221424 2 999424 5520 0 samba [762303.508543] [ 848] 0 848 285725 30911 1798144 36175 0 samba [762303.508544] [ 849] 0 849 221425 3 995328 5519 0 samba [762303.508546] [ 850] 0 850 222462 131 1327104 5395 0 samba [762303.508547] [ 851] 0 851 230486 49 1363968 5529 0 smbd [762303.508549] [ 852] 0 852 221424 12 999424 5510...
2019 Jul 12
0
Out of memory: kill process
...0 freeradius > [762303.508541] [ 847] 0 847 221424 2 > 999424 5520 0 samba > [762303.508543] [ 848] 0 848 285725 30911 > 1798144 36175 0 samba > [762303.508544] [ 849] 0 849 221425 3 > 995328 5519 0 samba > [762303.508546] [ 850] 0 850 222462 131 > 1327104 5395 0 samba > [762303.508547] [ 851] 0 851 230486 49 > 1363968 5529 0 smbd > [762303.508549] [ 852] 0 852 221424 12...
2007 Jun 04
2
[LLVMdev] building llvm-gcc4 with a different target name
Hello, I've put together a macports version of llvm and llvm-gcc4, but I've run into a problem with how gcc on the mac works. llvm-gcc4 creates an executable named: /opt/local/bin/powerpc-apple-darwin8-gcc-4.0.1 Which happens to be the same executable in /usr/bin. Because I have /opt/local before /usr/bin, gcc ends up using llvm-gcc4 to build all my code. Most of the time this