search for: dind

Displaying 20 results from an estimated 43 matches for "dind".

Did you mean: bind
2005 Jun 20
0
[patch 2/3] fs/ext3/resize.c: fix sparse warnings
An embedded and charset-unspecified text was scrubbed... Name: sparse-fs_ext3_resize.patch URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050620/8e33ffa8/attachment.ksh>
2005 Feb 15
1
[PATCH] ext3: Fix sparse -Wbitwise warnings.
...@@ unsigned five = 5; unsigned seven = 7; unsigned grp; - __u32 *p = (__u32 *)primary->b_data; + __le32 *p = (__le32 *)primary->b_data; int gdbackups = 0; while ((grp = ext3_list_backups(sb, &three, &five, &seven)) < end) { @@ -371,7 +371,7 @@ struct buffer_head *dind; int gdbackups; struct ext3_iloc iloc; - __u32 *data; + __le32 *data; int err; if (test_opt(sb, DEBUG)) @@ -408,7 +408,7 @@ goto exit_bh; } - data = (__u32 *)dind->b_data; + data = (__le32 *)dind->b_data; if (le32_to_cpu(data[gdb_num % EXT3_ADDR_PER_BLOCK(sb)]) != gdblock)...
2004 Feb 01
0
Ext3 and undeletion - A way how it could work.
...irect block and trible indirect block needs to be updated, and copy them each in one of the "deletion blocks", but only if they are not already in one of the "deletion blocks". Update the copies in the "deletion blocks" leaving the original ind, dind and tind blocks alone. All this is done in one transaction. 3.3. Repeat 3.2. as long as there are still blocks beyond the 12 blocks boundary. 3.4. Free the last blocks of the inode, and set dtime to zero (to prevent later recoveries from staring over again). Again, one transacti...
2006 Oct 23
8
Asterisk and dialer Running on Thin Clients
Hi everybody Im the IT Manager for a new call center and my bosses has assing to me a very dificult task i have to configure the call center using Hp 5520 thin clients, asterisk and some kind of dialer that allows outbound calls. I triyed using terminal services but it dind worked because the lack on the sound and the microphone do not work on the thin clients using terminal services, we tried to install Linux in the Thin Clients but they are to small to to a have a decent OS inside, im waiting a demo version of Citrix in order to see if we can get the sofphones work...
2018 May 21
2
Plot qualitative y axis
...be M and W variables. So x axis will be wwith a lenght between 0 and 2000. I would like to plot a line with M and other with W so it will be obvious that above V (in the Y axis) thera are more W and below level V there are more M. Can you please guide me? In excel putting Y as X axis is easy but dind?nt achieve to invert rows and I ?m trying to plot it in R. Many thanks in advance [[alternative HTML version deleted]]
2012 Feb 17
1
QQ plot
Hello, I am having two data set original and predicted. I want to dind QQ-plot fot it. I tried in following manner : >qq(original~predicted) and error was : Error in qq.formula(o ~ p) : y must have exactly 2 levels There is an option "qtype" which dosent make any difference. What is the correct way for plotting QQ-plot or am I missing something. --...
2012 Jun 09
1
Inf and NA
...Means(KT,na.rm = TRUE) but with this Inf cannot be omminted. I?m trying to use before running rowMeans(KT,na.rm = TRUE) KT<-range(KT,finite=TRUE) but it doesn?t works... Do you know a simple way to ommit Inf en the calculations? Many thanks. I have tried also to replace Inf by NA bt also I dind?n t get it.... I feel....like a mule...
2009 Apr 17
2
E2fsck and large file
How big is a file that e2fsck considers it to be a large file? 814611 blocks used (42.79%) 0 bad blocks 1 large file <----- that Thanks John Nelson
2005 Dec 02
1
acroread security problem
...-p gmail Going to copy password to X selection Enter passphrase for /home/piter/.pwsafe.dat: [xxx] You are ready to paste the password for gmail from PRIMARY and CLIPBOARD Press any key when done Sending password for gmail to acroread@gahr via CLIPBOARD and this is done automatically. Note that I dind't touch any key after writing the main password of pwsafe (noted [xxx] in the code above). Can anyone explain this behaviour? Thank you very much, best regards. [list of ports installed] www/firefox: firefox-1.5,1 www/linuxpluginwrapper: linuxpluginwrapper-20050910 print/acroread7: acroread...
2011 Sep 09
11
Re: Patches for VGA-Passthrough XEN 4.2 unstable
> Date: Fri, 9 Sep 2011 01:07:50 -0700 (PDT) > From: komkon555 <komkon555@freenet.de> > Subject: Re: Re : Re : Re : [Xen-devel] Re: Patches for > VGA-Passthrough XEN 4.2 unstable > To: xen-devel@lists.xensource.com > Message-ID: <1315555670684-4785425.post@n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > > Weidong Han wrote: >
2008 Feb 05
1
Extracting level-1 variance from lmer()
...( n.subj.per.tx*2, sd=c(sd.d, sd.p) ), each=n.timepoints ) time.baseline <- rep(1:n.timepoints,n.subj.per.tx*2)*as.numeric(drug=="D") dv <- rnorm( n.subj.per.tx*n.timepoints*2, mean=time.baseline+Patient.baseline+drug.baseline, sd=sd.res ) dat.new <- data.frame(drug, dv) dat.new$Dind <- as.numeric(dat.new$drug == "D") dat.new$Pind <- as.numeric(dat.new$drug == "P") dat.new$time.num = rep(1:n.timepoints, n.subj.per.tx*2) dat.new$Patient.new = rep(1:20, each=8)
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
2018 May 21
0
Plot qualitative y axis
...ith a lenght between 0 and > 2000. > > I would like to plot a line with M and other with W so it will be obvious > that above V (in the Y axis) thera are more W and below level V there are > more M. > > Can you please guide me? > > In excel putting Y as X axis is easy but dind?nt achieve to invert rows and > I ?m trying to plot it in R. > > Many thanks in advance > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://sta...
2001 Nov 28
1
Reading output from "debugfs -R stat <8>"
...le ACL: 0 Directory ACL: 0 Links: 1 Blockcount: 205016 Fragment: Address: 0 Number: 0 Size: 0 ctime: 0x3c0442fd -- Tue Nov 27 17:50:53 2001 atime: 0x00000000 -- Wed Dec 31 16:00:00 1969 mtime: 0x3c0442fd -- Tue Nov 27 17:50:53 2001 BLOCKS: (0-11):506-517, (IND):518, (12-1035):519-1542, (DIND):1543, (IND):1544, (1036-2059):1545-2568, (IND):2569, (2060-3083):2570-3593, (IND):3594, (3084-4107):3595-4618, (IND):4619, (4108-5131):4620-5643, (IND):5644, (5132-6155):5645-6668, (IND):6669, (6156-7179):6670-7693, (IND):7694, (7180-8203):7695-8718, (IND):8719, (8204-9227):8720-9743, (IND):9744,...
2006 Sep 24
1
Retaining undelete data on ext3
Having just spent a day trying to recover a deleted ext3 file for a friend, I'm wondering about this way of maintining undelete information in ext3, like is done for ext2: The last step in the deletion process would be to put back the (previously zeroed) block pointers. Since it gets logged to the journal, I _think_ that this should be safe. The worst that would happen is that, if the plug
2018 May 22
2
Plot qualitative y axis
...t; > > > I would like to plot a line with M and other with W so it will be obvious > > that above V (in the Y axis) thera are more W and below level V there are > > more M. > > > > Can you please guide me? > > > > In excel putting Y as X axis is easy but dind?nt achieve to invert rows > and > > I ?m trying to plot it in R. > > > > Many thanks in advance > > > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > R-help at r-project.org mailing list --...
2017 Jun 02
1
Upper bands and lower bands
Sorry, For me a vector is a matrix with mx1 dimmensions. But it is true that it is not the way I correctly must talk in R. Can you guide me in what I?m trying to do? I?m trying to find what I want in Excel using something like a parabolic function but dind?t get yet (then to try to replicate in R). 2017-06-02 7:01 GMT+02:00 Bert Gunter <bgunter.4567 at gmail.com>: > Bert Gunter > > "The trouble with having an open mind is that people keep coming along > and sticking things into it." > -- Opus (aka Berkeley Breathed i...
2003 Jan 23
3
e2fsck too old / ext3 HTREE errors
...connectivity Pass 3A: Optimizing directories Optimizing directories: 16430 Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/sda8: ***** FILE SYSTEM WAS MODIFIED ***** 615 inodes used (1%) 17 non-contiguous inodes (2.8%) # of inodes with ind/dind/tind blocks: 251/10/0 31720 blocks used (16%) 0 bad blocks 0 large files 519 regular files 87 directories 0 character device files 0 block device files 0 fifos 6 links 0 symbolic links (0 fast symbolic links) 0 socket...
2007 Oct 24
1
Problem with file system
While I untar a large archive on xfs , ext3 (ver 1.3 and ver 1.4) file systems , on ppc processor and kernel ver 2.6.21 , I get an error. Also sometimes, on ext3 (1.3 and 1.4) the file system goes read-only while untarring. The same tar file when untarred on a i386 machine works properly. ERROR: -------------- tar: Skipping to next header gzip: stdin: invalid compressed data--crc error tar:
2008 Dec 12
0
[PATCH 1/1] COM32: lua - add pci library
...ua. Example: -- get device info pciinfo = pci.getinfo() -- get plain text device description pciids = pci.getidlist("/pci.ids") -- list all pci busses for bind,businfo in pairs(pciinfo) do print("Bus: " .. bind .. " Devices:") -- list all devices on bus for dind,device in pairs(businfo) do -- search for device description search = device['vendor'] .. device['product'] if ( pciids[search] ) then print(" " .. device['vendor'] .. ":" .. device['product'] .. ":" .. dev...