search for: reform

Displaying 20 results from an estimated 157 matches for "reform".

Did you mean: preform
2008 Feb 29
2
ptlrpcd
Hi all, anybody knows what ptlrpcd is good for, what it might be doing? I''ve seen it eating 100% CPU on OSS where I reformated an OST, but also in other circumstances. Regards, Thomas
2010 May 07
3
[LLVMdev] MCStreamer interface
...tFile -> MCStreamer -> MCObjectWriter has > proven somewhat problematic, mostly due to my lack of understanding. > I guess MCSectionXXX was meant to provide communication between them. > Should the same be true of MCSymbol, and their data counterparts? I'm enclosing my patch for reforming MCSectionCOFF to match the implementation strategy of the other two MCSection classes. You may find it useful as a starting point. It seems to be complete and correct, and worked for what I tried with it, but I didn't find time to test it fully (e.g., by bootstrapping clang under Cygwin). C...
2003 May 15
2
strptime and non ISO date format
...omething like: timevec<-c("15.5.2003 00:00", "15.5.2003 00:01", "15.5.2003 00:02", "15.5.2003 00:03","15.5.2003 00:04") and I would like to transform it to some more convenient date class. Is there a way how to do it directly without previous reformating to ISO like structure and adding a seconds to it. I tried direct transformation but it does not work as I expected (or as I understood from help pages :-). > strptime(timevec,"%m.%d.%y %H:%M") [1] NA NA NA NA NA Thank you for any hint. Best regards. Petr Pikal petr.pikal at...
2013 Sep 25
3
Best Practice to remove an ISCSI LVM from a system
Hi, I'd like to know what would be the best way to remove an iscsi lvm storage from a server. (removing all reference to that storage etc.) The storage in question will be reset and reformated and used on a different server; so no LVM export is needed. Do I have to do lvremove ..., vgremove ..., pvremove ... and do an iscsiadm -m node -T ... -p ... -u and iscsiadm -m node -o delete -T ... -p ... in order to achieve that? Or is there some more simple way? Thanks for any sugges...
2010 Apr 23
6
transpose? reshape? flipping? challenge with data frame
...re which) a data frame which is read from a DBF file. I have tried using t(), reshape() and other approaches without success. Can anyone please suggest an way (elegant or not) of flipping this data around ? The initial data is like propsum (defined below), and I want it to look like tpropsum once reformed. > propsum coverClass R209120812 R209122212 1 C NA 0.05 2 G 0.49 0.35 3 L 0.38 0.41 4 O 0.04 0.09 5 S 0.09 0.10 > tpropsum Image C G L O L.1 1 R209120812 NA 0....
2018 Feb 01
2
How to trigger a resync of a newly replaced empty brick in replicate config ?
Hi, My volume home is configured in replicate mode (version 3.12.4) with the bricks server1:/data/gluster/brick1 server2:/data/gluster/brick1 server2:/data/gluster/brick1 was corrupted, so I killed gluster daemon for that brick on server2, umounted it, reformated it, remounted it and did a > gluster volume reset-brick home server2:/data/gluster/brick1 server2:/data/gluster/brick1 commit force I was expecting that the self-heal daemon would start copying data from server1:/data/gluster/brick1 (about 7.4 TB) to the empty server2:/data/gluster/brick1,...
2011 Feb 11
2
ENOSPC Regression
...;h=914ee295af418e936ec20a08c1663eaabe4cd07a (Btrfs: pwrite blocked when writing from the mmaped buffer of the same page) I am encountering the problem on a small-ish 3.5 GB Btrfs partition. I can replicate the problem with and without compression. I can also replicate the problem with and without reformating the partition. For most operations I run on this partition, Btrfs is performing without error. But when I compile openmotif-2.3.3 on a kernel that is after the above referenced commit, I''ll get either an ENOSPC error or the partition locks up. When I encounter a lock-up issue, ther...
2009 Jun 05
3
Swap priorities with swapon (Is my swap drive working?)
...In the confusion I set my swap drive priority from -1 to 1 because I thought that if the drive priority were a negative value it might not actually use the swap drive. Ultimately I can't tell because there currently isn't enough memory usage demand on the server. On a side note: I'm a reformed Windows admin and have seen the light and am moving each server one at a time over to Linux so I am used to poor memory management and needing massive page files. Realistically the swap drive shouldn't been in use but I am just worried then when this server goes live it will hit 2GB of ram us...
2017 Aug 10
2
Errors on an SSD drive
...than rated speed. > > When working with a Cubieboard SoC (or most of the other armv7 boards), > you tend to have everything hanging out: > http://medon.htt-consult.com/~rgm/cubieboard/cubietower-2.JPG > > I have checked the cables and they are all tight. > >> in any case, reformating it might not be a bad idea, and you can always >> use the command line program badblocks to exercise and test it. > > I will have to look into that. > Here's a thought: I've not done this, but could you use smartctl to check the drive? mark
2005 May 04
1
Questions about the intersection area under two kernel densities
...value of the interaction area under two distributions( eatimated by kernel density estimators). For example: x<-rnorm(100,0,1) y<-rnorm(100,0.2,1) density(x) # This produces the summary of dependent variable and independent variable. How can I get the individual values of variables and reform a curve to calculate the area under curve? Is there a way to get aroud this and give me the solution? Thanks a lot. Grace --------------------------------- [[alternative HTML version deleted]]
2007 Feb 09
0
cluster "non-diet", "diet" example.
...people by "diet", "non-diet". # original data file, named as filename "food.csv". Francis|potato Francis|chocolate Francis|chocolate Francis|milk Cedric|vegetable Cedric|vegetable Cedric|potato Nina|potato Nina|chocolate Nina|chocolate Nina|potato # Step 1: I plan to reform the food.csv file into following frame: Francis Cedric Nina potato 1 1 2 chocolate 2 0 2 milk 1 0 0 0 fish 0 1 0 0 vegetable 0 2 0 But, I have problem to reform the original file into that way I want. Basically, I have only tried: > o...
2010 Sep 10
1
Save R-Part Tree
...Data, that I analyse using a regression tree (by using rpart). Now I would like to save this tree to a file for later use, and load it (not necessarily in the same workspace). It would be most preferrable, if I could just save some parameters (later probably to a database) and load them again to reform the tree. Is this possible? And if yes, how? Thanks in advance --Paul-- -- GRATIS: Spider-Man 1-3 sowie 300 weitere Videos! -- GRATIS: Spider-Man 1-3 sowie 300 weitere Videos!
2004 Nov 24
1
Externalize journal
...lize the journal of an already existing (journal inside) ext3 FS ? Here's what I did to create a new FS with external journal for /dev/emcpowerl2 on /dev/emcpowerl2 mke2fs -O journal_dev /dev/sda10 mke2fs -J device=/dev/sda10 /dev/emcpowerl2 it works perfectly , but can I do the same whitout reformating the original FS; /dev/emcpowerl1 which is in production for exemple thanks.
2008 Oct 01
1
Question on Wireless Setup
Hello Akemi & Others, Today I reformated my laptop Dell Precision M90 and installed the Fresh version of CentOs 5.2 and then took all the available update. In that update I got Kernel version update and now I am on Kernel-2.6.18-92.1.10.el5.centos.plus. I kept a file iwlwifi-3945-1.ucode into the /lib/firmware/ Now after restarting...
2010 Oct 03
0
The internet filter coming to the US — with barely any dissent
...g what the Australian Labor Party cannot???pass a mandatory ISP-based Internet filter???and do so before the end of the year. Speaker Nancy Pelosi will recall the current congress for a special lame-duck session later this year before newly elected representatives are sworn in, to pass last-minute reforms in case the Democrats lose power, as widely predicted in the polls. Among those reforms include a low-profile copyright proposal with bipartisan, almost unanimous support that just so happens to include censoring whole websites included on a government-run blacklist. The *Combating Online Infring...
2012 Jul 29
1
Dovecot Director behaviour when two or more fail
...to each others in a ring. For example if you have servers called A, B and C, director will create connections A->B, B->C and C->A" I am curious what happens in a scenario when two or more directors fail and potentially break a ring in half, do the active directors detect this and reform a new ring? Dominic
2010 May 07
2
[LLVMdev] MCStreamer interface
...gt; MCObjectWriter has > > proven somewhat problematic, mostly due to my lack of understanding. > > I guess MCSectionXXX was meant to provide communication between them. > > Should the same be true of MCSymbol, and their data counterparts? > > I'm enclosing my patch for reforming MCSectionCOFF to match the > implementation strategy of the other two MCSection classes. You may find > it useful as a starting point. It seems to be complete and correct, and > worked for what I tried with it, but I didn't find time to test it fully > (e.g., by bootstrapping cla...
2017 Aug 10
4
Errors on an SSD drive
...rocess which is obvious as soon as the buffer is full), and never, never put a swap partition on it, the high activity will wear it out rather quickly.? might also check cables, often a problem particularly if they are older sata cables being run at a possibly higher than rated speed.? in any case, reformating it might not be a bad idea, and you can always use the command line program badblocks to exercise and test it.? keep in mind the drive will invisibly remap any bad sectors if possible.? if the reported size of the drive is smaller than it should be the drive has run out of spare blocks and dyi...
2010 Sep 25
3
LUKS create_encrypted_fs
...han 269746. The '/dev/mapper/VolGroup00-LogVol00' term is from a fresh install, so, perhaps others have this same name. This change worked for me: FREE_SPACE=$(${DF} -m ${PATH} | ${GREP} / \ | ${TR} "\n" ' ' | ${TR} -s ' ' | ${CUT} -d' ' -f4) Note the reformating onto 1 line with TR. The remainder could be what I have, the original awk statement, or whatever. Thanks for your consideration. JIm
2003 Oct 22
1
How to reformat data from database into data.frame?
...0 8 3 34 8 1 864 Note that GeneID=7 doesn't have a value for MethodID=2. Note that GeneID=8 doesn't have the MethodID in any particular order and, in fact, there doesn't need to be an order to the GeneID, although I can force ordering as part of my SQL query. I want to reformat this into a data.frame with multiple columns: Value Value Value GeneID Method1 Method2 Method3 6 123 456 987 7 234 NA 432 8 864 190 34 Is there an elegant way to do this type of reformating in R? Thanks. Mark -- Mark Dalphin...