search for: recovering

Displaying 20 results from an estimated 4203 matches for "recovering".

2015 Nov 25
0
LZ4 mailbox corruption
Hello, When I look at email files on my server (mdbox format), they contain random LZ4 stuff. I have now changed the compression to gzip and new mails look cleaner. But older ones have problems. A mail file looks like this: 2 M1e C5655b6a8 ^A^BN 00000000000006F4 Dovecot-LZ4^M*<9B><C5>^@^A^@^@^@^@^F<DD><FF><83>Return-path: <nobody at
2004 May 11
2
recover should send messages to stderr, not stdout
Hi, recover() sends all its messages, which I consider to be error messages, to stdout. I think they more properly belong to stderr. This is an important difference for those of us who use R in batch mode to generate ASCII files. Thanks, Vadim [[alternative HTML version deleted]]
2006 Jul 26
4
data recovering in EXT3
Hello, We have run and stopped by chance command "fsck -y" on one of our raid disks (with ext3 file system). After that we have found that SOME files disappeared (they are not seen in the directories where they have been before). The data are extremely important and contain a lot of programs, scripts for some data analysis and very hard to recover by hands. I have run ''fsck
2009 May 30
2
'options=utils::recover' not working in .Rprofile or within R
For years I have been using options(error = recover) either in .Rprofile or from within R for debugging purposes. The functionality of this appears to have changed and I can't recover it (no pun intended) using the ?options help page. How can I get the old functionality back, particularly from within .Rprofile? A specific line entry would be appreciated. An example, the help page, and
2006 Feb 01
1
recover() (PR#8546)
After using options(error=recover), it takes a long time (too long) to get back to the prompt. Look at: Browse[1]> recover() Enter a frame number, or 0 to exit 1: window(test, start = c(15, 1), end = c(17, 1), extend = TRUE) 2: window.ts(test, start = c(15, 1), end = c(17, 1), extend = TRUE) 3: as.ts(window.default(x, ...)) 4: window.default(x, ...) 5: function () 6: eval(quote(browser()),
2006 Sep 14
1
Problem setting options(error=recover) in my Rprofile.site
I'd like to be able to set options(error=recover) in my Rprofile.site file. When I do this I get the message "Error in options(error = recover) : object "recover" not found I assume this is because the utils package (where recover and dump.frames are defined) has not been loaded at the time I make this call. I suppose I could explicitly do library("utils") before
2010 Dec 16
0
Recover data Mac
...-mac.html) which supports storage media like ,usb flash drives, external hard drives, memory cards. Be compatible with portable device:mp3/mp4 player. And supports Mac OS X 10.3 or later. I highly recommend you this one to . Recover data Mac is the best data recovery software on the market for recovering data from a problem hard drive or that have been previously deleted. Recover data is for Mac computer data recovery and works when other tools fail. Recover data Mac (http://www.umacos.com/data-recovery-mac.html) is also completely safe to use since it does not attempt any risky repairs to the...
2019 Mar 10
2
Exit status of Rscript when setting options(error=utils::recover)
Hello, I've noticed that Rscript didn't exit with error code if I set options error = utils::recover in .Rprofile . for example Rscript -e "asdf" Error: object 'asdf' not found No suitable frames for recover() echo $? 0 if didn't set options in .Rprofile, Rscript exit with error code 1, is this expected behavior ?
2019 Mar 18
1
Exit status of Rscript when setting options(error=utils::recover)
Thanks for explanation, so recover in non-interactive session exit with 0 is expected behavior . dump.frames said that it always write to file (workspace , or specified file). I have a R script run as a auto build stage, so I want to print detail backtrace to console (with source file, line number) for quickly debug, without saving any dump. I tried options(error=
2011 Feb 03
2
Recovering LVM volumes
Hello all I have two sets of eIDE hard drives from earlier servers, one centos & one fedora. Both were LVM volumes with three or four physical disks, with ext3 fs. One disk, maybe even the boot one may even be missing, either from one or both sets and we do not know the disk order. I got these left from an earlier sysadmin who left the company & nobody know what's what. I need to
2004 Feb 27
3
How to recover t-statistics?
Hi! I'm doing Monte Carlo analyses of the distribution of the t-statistics of the parameters of models evaluated with the lm( ) function. Is there an easy way to recover the t-statistics (similarly to using coef to recover the coefficients)? Thanks, joseph --------------------------------- [[alternative HTML version deleted]]
2009 Sep 24
1
strange fencing behavior
...4:07:57 storage0 kernel: [650683.566388] kjournald starting. Commit interval 5 seconds Sep 24 14:07:57 storage0 kernel: [650683.566388] ocfs2: Mounting device (8,18) on (node 0, slot 10) with ordered data mode. Sep 24 14:07:57 storage0 kernel: [650683.566388] (12231,1):ocfs2_replay_journal:1149 Recovering node 10 from slot 0 on device (8,18) Sep 24 14:08:00 storage0 kernel: [650687.138110] kjournald starting. Commit interval 5 seconds Sep 24 14:08:00 storage0 kernel: [650687.268898] (12231,1):ocfs2_replay_journal:1149 Recovering node 2 from slot 1 on device (8,18) Sep 24 14:08:02 storage0 kerne...
2007 Mar 28
1
options(error=recover) in .Rprofile
Hi, I'd like to try using "options(error=recover) in my ~/.Rprofile, but it appears that the function "recover" is not defined during R startup when the .Rprofile is processed. "recover" is defined after I get an R prompt, however. Can anyone shed light on why this is, and whether a work-around is possible? I've tested this on a variety of systems
2009 Feb 28
1
[PATCH 1/1] Patch to recover orphans in offline slots during recovery.
In the current recovery procedure, recovering node recovers orphans from the slot it is holding and the slots that dead nodes were holding. Other online nodes recover orphans from their slots. But orphans in offline slots are left un-recovered. This patch queues recovery_completion for offline slots. Signed-off-by: Srinivas Eeda <srinivas...
2015 Nov 19
2
recovering corrupt file system
...n, bad superblock on /dev/mapper/markov02-root, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so. and e2fsck says root@jessie01:~# e2fsck /dev/markov02/root e2fsck 1.42.12 (29-Aug-2014) /dev/markov02/root: recovering journal Superblock needs_recovery flag is clear, but journal has data. markov02/root is an LVM volume, built on partitions from 2 disks in a virtual machine. The initial symptom was that the VM the disks were in originally would only get as far as busybox when it started. However, I think the fi...
2009 Feb 28
1
[PATCH 1/1] Patch to recover orphans from the slot during mount
Currently we only queue recovery during mount if the journal is dirty. If the last node holding orphans in other node's orphan directory dies and is the first one to mount then it only recovers its orphan directory which leaves the orphans in other nodes slots. Since the other nodes journals are clean they will not queue to recover their orphan directory. This patch queues to recover orphans
2003 Jul 07
2
Recovering lost data from a journal
Hello All, I was curious to know if there is any method for recovering data that has been deleted by a user on accident, this occurred prior to the running of the official back-up. Anyway, a user ended up losing a few hours of work, so I need to attempt to recover what I can, if at all possible. Any suggestions? Regards, Robert Adkins II IT Manager/Buyer Impel Indu...
2013 Oct 04
0
Recovering btrfs fs after "failed to read chunk root"
..."build_device_maps_by_chunk_records" But I can''t tell you more for the moment. Now, the good part of the story is that the disk with relocated sectors was not too bad after all, and I managed to recover all the lost files from there; so, I''m not really interested in recovering this filesystem. However, I''m writing this hoping that it may help the developers in some way, perhaps improving the chunk-recover function. If usefuly, I can "offer" my filesystem for testing new versions of the chunk-recover, or any other tool. Daniele Buono PhD Student in C...
2007 Mar 06
2
recover user error
ZFS claims that it can recover user error such as accidentally deleting of files. How does it work? Does it only work for mirrored or RAID-Z pool? What is the command to perform the task? Also for COW, I understand that during the transaction (while data is been undated), ZFS keeps a copy of the previous data. However, once the transaction is successfully completed, isn''t it the case
2009 Oct 27
1
recover and "called from" information
Hello, When using recover, the called from information is always "eval(expr, envir, enclos)", which is not particularly useful. > f <- function( ){ g <- function(){ stop( "ouch") }; g() } > options( error = recover ) > f() Error in g() : ouch Enter a frame number, or 0 to exit 1: f() 2: g() Selection: 1 Called from: eval(expr, envir, enclos) I'm