search for: damaged

Displaying 20 results from an estimated 4516 matches for "damaged".

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) And, that I only want to pull out the ones with negative water evaluations, i.e. Water damage, water...
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 attribu...
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, max=1), but this does not seem to be
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
2006 Dec 23
1
complex barplot enquiry
Hello, I was hoping for some advice to resolve a problem I am having trouble with. The data consists 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:
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 o...
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
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 pa...
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 insta...
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 f...
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 Gustav...
2004 May 27
1
(regards to ext3 and RAID) Re: Linux consultation needed (fwd)
...compress successfully to continue excecution before boot. > > > If this were the case, the failure mode would probably be more severe. > > > > > > > > > > > > 2) damage to the hardware > > > It is possible that the hardware has become somehow damaged or changed, > > > where at boot time when a hardware probe is performed by Kudzu, it locks > > > up the system entirely. > > > An example of this is a bad DIMM or possibly some other peripheral. > > > Maybe there is a hung-up SCSI device on the chain that is on a...
2005 Sep 22
3
anova on binomial LMER objects
Dear R users, I have been having problems getting believable estimates from anova on a model fit from lmer. I get the impression that F is being greatly underestimated, as can be seen by running the example I have given 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
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 ci...
2009 Aug 05
0
dofus : Enripsa Soloing Guide
Most people (even Eniripsa players) see Eniripsa solely as support characters. They are support characters, but to limit an Eniripsa to purely support status, one never realises an Eniripsa's true power. Alot of guides will tell you that Eniripsa are "leech fairies" for most levels, that is not the case if built properly. The important thing to remember when building a solo Eniripsa
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 the...