search for: rawfil

Displaying 6 results from an estimated 6 matches for "rawfil".

Did you mean: rawfile
2012 Aug 24
0
A question about GRAMMAR calculations in the FAM_MDR algorithm
...ng all possible existing files first as a safety measure file.remove("permoutput.txt") file.remove("simulation.raw") file.remove("permuted.txt") file.remove("permchisq.txt") file.remove("rawoutput.txt") # loading data and bringing in GenABEL format rawfile="simulation.raw" convert.snp.ped(pedfile, mapfile, rawfile) simulation.GenABEL = load.gwaa.data(phenofile = phenofil, genofile = rawfile, force=F,makemap=F,sort=F) pedigree=read.table(pedfile) pedsize=nrow(pedigree) nsnps=(ncol(pedigree)-6)/2 # minor allele count and handling missing ge...
2009 Mar 30
4
FLAG DAY: vdiskadm import/export/convert
...fixed /vdisk1test vdiskadm import -d /dev/dsk/c4t1d0s1 -t vhd:sparse /vdisk1test vdiskadm import -d /export/home/test/test1.vmdk /vdisk1test If importing a raw file, you may have to explicitly give the input file type if vdiskadm can''t detect the input file type: vdiskadm import -x raw -d rawfile /vdisk1test ======================================================= # vdiskadm help convert convert - convert a virtual disk to different type USAGE: vdiskadm convert [-t <type[:opt]>] vdname TYPES AND OPTIONS SUPPORTED vmdk:sparse vmdk:fixed vdi:sparse vdi:fi...
2003 Aug 20
1
(Fwd) Lost data on FreeBSD tape (fwd)
...Program to test loss of data at EOM on * FreeBSD systems. * * Kern Sibbald, August 2003 * * If you build this program with: * * c++ -g -O2 -Wall -c tapetest.c * c++ -g -O2 -Wall tapetest.o -o tapetest * * Procedure for testing tape * ./tapetest /dev/your-tape-device * rewind * rawfill * rewind * scan * * The output will be: * * ======== * Rewound /dev/nsa0 * *Begin writing blocks of 64512 bytes. * ++++++++++++++++++++ ... * Write failed. Last block written=17294. stat=0 ERR=Unknown error: 0 * weof_dev * Wrote EOF to /dev/nsa0 * *Rewound /dev/nsa0 * *S...
2004 Jul 08
0
Printing problem with Samba 3
...2.x) Now, i cannot print anything from windows xp (i only have windows xps, so i cannot tell if it works from other windows but i guess it does not). When i printed the data is sent to the printer and no error shows up on windows client, but nothing really happens. Nothing printed. lpr -Php1200 rawfile - work file but printing via samba does not work. I see filed from windows client spooled into /var/spool/samba but then after a few seconds they disappear and nothing happens. I just don't known where the problem might be. Here is my smb.conf global] workgroup = ITLEGION netbios name=Osiris...
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
2010 May 02
2
samba4 make error - drsblobs.so
...composite/connect.c Compiling libcli/smb_composite/sesssetup.c Compiling libcli/smb_composite/fetchfile.c Compiling libcli/smb_composite/appendacl.c Compiling libcli/smb_composite/fsinfo.c Compiling libcli/smb_composite/smb2.c Partially linking bin/mergedobj/cli_smb_composite.o Compiling libcli/raw/rawfile.c libcli/raw/rawfile.c: In function ?smb_raw_lock_send?: libcli/raw/rawfile.c:904: warning: enumeration value ?RAW_LOCK_SMB2_BREAK? not handled in switch Compiling libcli/raw/smb_signing.c Compiling libcli/raw/clisocket.c Compiling libcli/raw/clitransport.c Compiling libcli/raw/clisession.c Compil...