Displaying 20 results from an estimated 4538 matches for "damage".
Did you mean:
damages
2009 Sep 25
2
grep or other complex string matching approach to capture necessary information...
Say I have the following data:
house_number<-floor(runif(100, 200, 600))
water_evaluation<-c("No water damage", "Water damage", "Water On", "Water off", "water pipes damaged", "leaking water")
water_evaluation_selection<-floor(runif(100, 1,6))
house_info<-data.frame(water_evaluation[water_evaluation_selection],
house_number...
2010 Jun 25
2
rsync and hfs+ compressed files damaged
...l,
I have been using rysnc 3.0.6 with Mike's rsync_3.0.6-hfs-compression_20091027.diff patch (as well as the standard osx patches) with good results. I discovered that clones done on 10.6 using this rsync cause some executable files ( the ones that are mostly compressed this way on osx ) to be damaged.
I did a test twice and indeed a handful of them are damaged. They all appear to be in /Volume/Snowy/usr/bin and/or /Volume/Snowy/usr/share.
I ran xattr on it and
robert-dutoits-macbook-pro:~ astrid$ xattr -l /Volume/Snowy/usr/bin/file
com.apple.ResourceFork:
com.apple.decmpfs:
These attrib...
2008 Dec 25
3
Percent damage distribution
R version: 2.7.0
Running on: WinXP
I am trying to model damage from fire losses (given that the loss occurred).
Since I have the individual insured amounts, rather than sampling dollar
damage from a continuous distribution ranging from 0 to infinity, I want to
sample from a percent damage distribution from 0-100%. One obvious solution
is to use runif(n, min=0,...
2007 Jan 13
5
Filling holes in a FLAC file from an old Vorbis file
I have a partly damaged CD, from which I extracted 192Kb/s Vorbis files
a while ago (before it got damaged) and I'd like to get FLAC files.
`cdparanoia' extracted most of the data from the CD, but there are some
holes due to the damages.
How could I fill those holes in my FLAC files using the Vorbis files?...
2007 Jan 13
5
Filling holes in a FLAC file from an old Vorbis file
I have a partly damaged CD, from which I extracted 192Kb/s Vorbis files
a while ago (before it got damaged) and I'd like to get FLAC files.
`cdparanoia' extracted most of the data from the CD, but there are some
holes due to the damages.
How could I fill those holes in my FLAC files using the Vorbis files?...
2007 Jan 13
5
Filling holes in a FLAC file from an old Vorbis file
I have a partly damaged CD, from which I extracted 192Kb/s Vorbis files
a while ago (before it got damaged) and I'd like to get FLAC files.
`cdparanoia' extracted most of the data from the CD, but there are some
holes due to the damages.
How could I fill those holes in my FLAC files using the Vorbis files?...
2011 Nov 11
1
Predicting x from y
Dear list members,
I have just a quick question:
I fitted a non-linear model y=a/x+b to describe my data (x=temperature and y=damage in %) and it works really nicely (see example below). I have 7 different species and 8 individuals per species. I measured damage for each individual per species at 4 different temperatures (e.g. -5, -10, -20, -40). Using the individuals per species, I fitted one model per species. Now I'd like...
2006 Dec 23
1
complex barplot enquiry
...sts of a series of pre and post variables, in a dataframe
called 'offend'. I am interested in graphically depicting the pre & post
values for a factor variable called 'decision' which has 4 values : nusm,
fit, unsound & unfit. An example of a pre and post variable is: pre.damage
and post.damage (data below). I wanted to exclude all values = 0, and
collapse the remaining values into 3 categories .e.g 1, 2-5, 6 plus.
For each 'decision' group the final graph would contain the alternating pre
and post values for 'damage'. For example, for 'fit' th...
2007 Oct 06
2
Damaged rpm database?
Hello,
while doing some maintenance on a Centos 4.4 box, I ran rpm -qa --last
and got:
error: rpmdb: damaged header #91 retrieved -- skipping.
...lots of lines identical to the one above and finally:
the_last_package_I_installed_yesterday.rpm
all the other rpms in reverse installation order
I've seen via google that this should mean there is a damaged rpm
database and it should be rebuilt with one...
2010 Aug 24
2
chisq.test on samples of different lengths
Hello,
I am trying to see whether there has been a significant difference in whether people experienced damages from wildlife in two different years. I therefore have two columns:
year 1:
yes
no
no
no
yes
yes
no
year 2:
no
yes
no
yes
I wanted to do a chisq.test, but if I enter it this way:
chisq.test(year1, year2)
I get the error saying the columns are two different lengths. So then I tried doing:
dam...
2007 Aug 15
1
FLAC: corrupted files
hi,
suppose I burn my flac files to CD (not audio cd, but just data cd with all
the flac files) and after some time the cd becomes damaged and some bits in
some flac files are read incorrectly by the cd-rom drive. So what happens
then with those flac files. Will doing verify on them fail? Will you still
be able to decode them to WAV with only some damaged frames so with
incorrect bits at the points where the cd was damaged (so only p...
2008 Jan 21
1
FXS damaged at TDM22B
Hi All;
If one of my FXS port damaged at TDM22B because we
connected the Telephone Line cable to the FXS port
while it should be connected to the FXO port, then can
I order S110M FXS Module and fix it instead of the
damaged FXS? (This if we assume my problem that really
the FXS port damaged).
Rregards
Bilal
__________________...
2004 Nov 26
1
big troubel - damaged mailboxfolders
Hi,
because the fedora project switcht from wu imap to dovecot, i followed
this step. Today I'm very unhappy about this step, because there are
more problems for me than advantages...
But today the biggest problem is, that a lot!!! of mailboxes are
damaged. within three year no mailbox was damaged using wu imap.
The errormessage is:
imap(cstrang): File isn't in mbox format: /var/mail/cstrang
the server is fedora core 1, dovecot-0.99.11.
May be I have something misconfigured, but where to look at?
Any ideas, what causes the damage?
And inst...
2006 Mar 28
0
Salvage or undelete files of damaged ext2/ext3 file systems
Hi!
I have made some extensions to debugfs to undelete or recover files
from a damaged ext3 file system.
Salvage or undelete files of damaged ext2/ext3 file systems
debugfs salvage command can be used to salvage files from a damaged ext3
or ext2 file system. The code is alpha, so use at your own risk.
the usage is:
salvage first-block count-blocks
Salvage tries to salvage files...
2009 Dec 22
3
How do I make rsync ignore unreadable files (damaged sectors)?
...te some errors for my error handling code.
So I took a CD (which I scratched with a needle) and mounted it to the file
system. There after I started the backup job which went on forever and never
got completed. It seems that rsync refused to understand that the file it
tried to copy was located on damaged sectors on the CD, and there fore was
unreadable.
So what I want is to make rsync skip a file after a couple of unsuccessful
attempts to read it. I have searched Google for an answer and looked at the
rsync manual but I couldn't find anything useful.
Thanks for your assistance.
/Tomas Gusta...
2004 May 27
1
(regards to ext3 and RAID) Re: Linux consultation needed (fwd)
...ryconsulting.net>
To: Christopher Welton <cwelton at jumpnowusa.com>
Cc: ext3-users at redhat.com
Subject: (regards to ext3 and RAID) Re: Linux consultation needed (fwd)
Hi Chris,
I put the whole thread into ext3-users at redhat.com, so others can benefit.
e2fsck will repair filesystems damage, but it will do nothing for the RAID
container.
If your damage exists primarily on the RAID container, then what you want
to do is repair that first!
Otherwise, you may be making corrections to a filesystem and writing those
changes to what could be mapped as bad blocks, and only worsening your
sit...
2005 Sep 22
3
anova on binomial LMER objects
...ven below.
First an explanation of what I'm trying to do. I am trying to fit a glmm
with binomial errors to some data. The experiment involves 10
shadehouses, divided between 2 light treatments (high, low). Within each
shadehouse there are 12 seedlings of each of 2 species (hn & sl). 3
damage treatments (0, 0.1, 0.25 leaf area removal) were applied to the
seedlings (at random) so that there are 4 seedlings of each
species*damage treatment in each shadehouse. There maybe a shadehouse
effect, so I need to include it as a random effect. Light is applied to
a shadehouse, so it is outer...
2006 Apr 03
0
Can copying a file damage the original?
...ider 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
hearing other people stating that copying around files while copying them may
damage the original. I doubt that these other people have a clue, but
perhaps it's me who doesn't have a clue: Are there any c...
2009 Aug 05
0
dofus : Enripsa Soloing Guide
...are Leek Pie and Striking. Leek Pie is a rare scroll drop and Striking is obtained via scroll exchange. Both are fire elemental spells, which makes them popular with Eniripsas. Leek Pie has the advantage of only costing 2 AP to cast and being a ranged attack. Disadvantages include the necessity of +damages equipment, the low attack power, and the expense of obtaining it. Striking is an AoE attack spell that is relatively cheap to obtain. Disadvantages include a wide damage range and inability to use when allies are in its area of effect. Leek Pie is extremely effective for Eniripsas and recommended...
2006 Jun 17
3
If Trying to Recover a Damaged Partition: kbs-CentOS-Extras Has a Tool
...d undelete partition
Description:
Tool to check and undelete partition. Works with FAT12, FAT16, FAT32,
NTFS, EXT2, EXT3, BeFS, CramFS, HFS, JFS, Linux Raid, Linux Swap,
LVM, LVM2, NSS, ReiserFS, UFS, XFS
I hope it actually "looks for file-system key stuff" instead of just
examining the damaged blocks (often just missing the 0x05 (?) valid
flag). If so, it looks "Mahvelous Dahling!" to me. We just need to get
some time to exercise this, create some test cases and find out how
really good it is. As time permits, I'll do some of that, as I'm
reconfig bunch of stuff all th...