search for: bapat

Displaying 3 results from an estimated 3 matches for "bapat".

Did you mean: papat
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
I am trying to install openssh on sco unix 7.1 and getting following error , please help I have installed zlib - zlib-1.2.3 Openssl openssl-0.9.8e Openssh openssh-4.6p1 # make if test ! -z "yes"; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) cc -o ssh
2010 Feb 10
0
RODBC Update image file into a MS-SQL database table
Hi, I am creating some graphs which I want to update into a database table. The procedure I am following is: 1. create the graphs as a png/jpeg file. 2. Read that file as a binary vector 3. sqlUpdate My code: pngfile <- file(<filename>, "rb") N <- 1e6 repeat{ pngfilecontents <- readBin(pngfile, what="raw", n=N) if(length(pngfilecontents) ==
2012 Feb 24
0
Regarding file vs block devices for the guest
Hi There is a general consensus in regards to use of a block device (exported partition) over a file device (.img or .qcow2) image. It is expected to see a big performance jump in case of a block device. However in my test I have seen it is not always the case. My testbed has Fedora-14.0 as the host and Ubuntu-10.0 as guest running on Intel x86 4 core/8 thread VTX enabled system. I ran file