Displaying 20 results from an estimated 1000 matches similar to: "Why different directory sizes?"
2006 Jan 30
1
df reports false size
On a customer's machine running SuSE 9.2, the size of the occupied space on
the harddisk is reported incorrectly by "df -h". After we noticed the
problem, I rebooted the machine and had it checked by "e2fsck" (check forced
with "tune2fs -C 40", we are not on location). Right after the reboot I
proceeded as follows, but I could not find any information about
2006 Aug 30
3
Damaged source medium during rsync
What happens when rsync'ing a file that is damaged bacause of a bad sector on
the source medium? I assume that the file will be synchronized partially,
overwriting any file of the same name on the destination medium. If that is
the case, is there a way to make rsync check readability of files before
overwriting them on the target medium (e.g. by synching to a temp. file and,
once
2006 Apr 03
0
Can copying a file damage the original?
Consider the following scenario:
* A database is accessing a large file $a on an Ext3FS, writing to it, reading
from it.
* While testing a backup script, the file $a is copied with rsync without
prior shutdown of the database software.
Here's what just happened under this scenario:
$a got damaged.
I'm certain that this is just a conincidence. However, my employer recalls
2005 Jul 08
1
filesystem fragmentation stats?
Let me preface this by saying "Yes, I know *nix filesystems don't need
to worry about fragmentation".
That said, is there a way to check the overall level of fragmentation of
a live ext3 filesystem? I know about filefrag, but that's for specific
files. And I think e2fsck tells you, but only if you take the
filesystem offline for the scan. Is there anything that will give
2005 Jun 17
1
[Q] Is this true and does it mean there is dynamic defragmentation in ext2/3?
Someone recently posted the following statement midway down the page
at
http://forums.gentoo.org/viewtopic-t-305871-postdays-0-postorder-asc-highlight-ext3+ordered+data-start-25.html
>You don't need to defragment ext2/ext3 because as you use the
>filesystem file blocks and inodes are moved around and reallocated
>to keep the data nearly contiguous. It's not perfect, but it
2006 Apr 17
1
EXT3-fs unexpected failure msg ?
Hi -
We have had a raid failure, we have some what recovered
but we continue to see the following ext3 message...
Apr 17 14:59:14 acnlin84 kernel: EXT3-fs unexpected failure: (((jh2bh(jh))->b_state & (1UL <<
BH_Uptodate)) != 0);
Apr 17 14:59:14 acnlin84 kernel: Possible IO failure.
Since we have experienced several instances of ext3 file system corruption
when we lose
2013 Jun 05
2
[LLVMdev] klee linker problem
Hello everyone,
I am a novice with KLEE under LLVM. I am trying to build a KLEE project (on
a new LLVM environment) and I have the following problem:
echo Testing...
Testing...
echo There should be no assertion fails!
There should be no assertion fails!
klee -taint=direct taint_direct.o
KLEE: output directory = "klee-out-8"
klee: error: Cannot find linker input
2015 Apr 07
3
[LLVMdev] any linux distro with llvm/clang/klee packages available
Are there any "current" Linux distros that have installable packages
for llvm, clang, nad klee?
I am struggling to get klee built and need a working klee setup asap.
Thanks in advance,
Donald
2013 Jun 06
0
[LLVMdev] klee linker problem
Hi,
The klee library directory is determined at compile time and cannot be
changed afterwards. Have a look at tools/klee/main.cpp to see how it is
computed.
I usually use Klee without any install step, right from the build
directory. This has never given me the error you see.
Hope this helps,
Jonas
On Wed, Jun 5, 2013 at 5:26 PM, Alexandru Ionut Diaconescu <
alexandruionutdiaconescu at
2015 Dec 15
2
Trouble supressing ASAN reported leaks
Hi,
I'm currently trying to find and fix memory leaks (compiling with
``-fsanitize=address``) in the KLEE tool [1] an having found some
leaks and I'm having trouble suppressing them.
I'm trying to suppress them using the
``-fsanitize-blacklist=blacklist.txt`` option as documented at
[2]. I'm using Clang 3.7 ( Arch Linux package 3.7.0-6).
The sort of reported leaks I see are
```
2006 Feb 28
2
Status of fragment support, advantages of having fewer indoes
Hi,
There wasn't much information regarding fragment support of ext2/3 since 2003
[1], Andreas stating that there were problems with the xattr implementation. Has
this changed in the meanwhile?
My second question is regarding the bytes-per-inode ratio: What benefits would I
gain from having fewer inodes? I reckon it's only diskspace (if so, how much?).
best regards,
Michael Renner
[1]
2005 Jun 02
1
passwd : Module is unknown (Redhat 9 Enterprise Edition)
Hi All,
Can anyone help me in resolving this problem.
I use Redhat 9 Enterprise edition. I have a session in which I logged in
as a root. When I issue the command "su" from any other user it is
throwing error "su : Incorrect password", If I try to change the
password from the root session, it is throwing error "passwd : module
unknown".
[root at TESTING
2005 Aug 11
2
URGENT: How to recover ext3 files?
Hi,
After panic boot, I have executed fsck for the mount point and we
couldn't find a single file. We have lot of directories under lost+found
like this #3194985.
Can anyone tell me how to recover the data from this folder? This is
urgent.
Thanks in advance for your help.
Regards
Kapil Sampath
"Many of life's failures are people who did not realize how close they
2015 Apr 06
3
[LLVMdev] uCLibc support for klee
Hello,
In my reading over the last couple of days, I have read that in order
for klee to work with "native" Linux programs, I need to install the
uClibc posix support for klee.
I am not finding the uClibc source in the llvm svn repository anywhere.
Is this still necessary for testing native Linux applications, and if
so, where do I get the uClibc source to compile?
Thanks in
2019 Jul 06
2
Seeking suggestions about interfacing of LLVM DataFlowSanitizer library with KLEE in C code.
Dear Developers,
I am a Master's student at the ECE department of the University of Florida, USA. For my research project, supervised by Prof. Mark Tehranipoor<http://tehranipoor.ece.ufl.edu/> and Prof. Farimah Farahmandi<http://farimah.ece.ufl.edu/>, I need to use Clang LLVM DataflowSanitizer library in KLEE. However, I have faced some difficulties (explained below) while
2013 May 03
1
[LLVMdev] [klee-dev] GSoC Proposal: automatic function level testing
Hello, probably it is too late to be involved in GSoC, by I want discuss
following idea:
KLEE can generate tests only for main function level without any
modifications of original code.
It passes args specified by command line.
I want implement automatic testcase generation for any imported function
from tested code without its modification.
First: parsing test code would collect input/output
2006 Oct 03
1
16TB ext3 mainstream - when?
Are we likely to see patches to allow 16TB ext3 in the mainstream
kernel any time soon?
I am working with a storage box that has 16x750GB drives RAID5-ed together
to create a potential 10.5TB of potential storage. But because ext3 is
limited to
8TB I am forced to split into 2 smaller ext3 filesystems which is really
cumbersome
for my app.
Any ideas anybody?
2008 Sep 17
1
winbind problems
Folks,
I do have a couple of problems I hope you could help to solve. I have
searched the net, but had little success of finding documentation about
samba 3.2 and AD. I do have Win server 2003 domain and AD in native
mode. The new samba server should be a member server in the domain. The
idea is to have same UIDs as the RIDs in the AD.
The enviroment is as follows.
Sernet packaged samba 3.2.3-37
2005 May 19
3
[Q] Where does all the space go?
I created a filesystem as follows:
mke2fs -j -O dir_index -O sparse_super -T largefile /dev/drbd/6
Here's the the output from df
Filesystem Size Used Avail Use%
/dev/drbd/6 475G 33M 452G 1%
It seems that ext3 has taken 23 GB, which is about 5% of the total
disk size, for itself. Is that right?
If that is, indeed, the case, why does df just list 33M as being
2007 Aug 29
5
Undefined method stub
When I try to execute the following example, I get an error message:
/usr/local/lib/ruby/gems/1.8/gems/mocha-0.5.4/lib/mocha/object.rb:40:
in `expects'': undefined method `stub'' for nil:NilClass (NoMethodError)
from test8.rb:5
What could be the reason? I tried with the latest Mocha Ruby gem, and I
also tried it with the Rails plugin.
The example:
require