Displaying 20 results from an estimated 1000 matches similar to: "Solaris interposer code for nsswitch.conf"
2009 Mar 10
2
problem with concatinating string while taking as a path of a file
Hi all,
I have a problem with concatinating strings while taking as a path here the
problem is
i have to take path as
FPATH<-"D:\\Kiran"
and file name as
Fname<-"FINDINGS.CSV"
and while I am reading this table I have to take path with using these two
strings because in "FPATH" there is many files like findings.csv,
and path will be
2010 May 20
1
use object within rda file in for loop
Dear users,
I would like to process all the lists from all *.rda files that I have
in one folder.
Up to now, I can load all the *.rda files without any problem.
The problem is when I want to access the list saved within each *.rda
file (only one list per rda file).
Here is my code:
fpath <- "D:/R"
listnames <- list.files(path=fpath, pattern=glob2rx("*.rda"),
2016 Dec 05
0
Huge write amplification with thin provisioned logical volumes
Hi,
I've noticed huge write amplification problem with thinly provisioned
logical volumes and I wondered if anyone can explain why it happens and if
and how can be fixed. The behavior is the same on Centos 6.8 and Centos
7.2.
I have a NVME card (Intel DC P3600 -2 TB) on which I create a thinly
provisioned logical volume:
pvcreate /dev/nvme0n1
vgcreate vgg /dev/nvme0n1
lvcreate
1996 Feb 14
0
JDK 1.0 port to FreeBSD
Announce
--------
I have ports of the JDK 1.0 using Green threads, pthreads, and uthreads.
This port I'm releasing uses Green threads and is robust enough to
recompile itself correctly.
Installation
------------
1. Grab ftp.javasoft.com:JDK-1_0-solaris2-sparc.tar.Z.
2. Grab freefall.FreeBSD.org:/pub/FreeBSD/LOCAL_PORTS/jdk10.tar.gz.
3. Untar the solaris binary distribution.
4. Move aside bin/
2005 Sep 27
2
[LLVMdev] SysUtils.c compile problem on Mac OSX 10.3 with llvm-1.4
I am currently running on a Mac OSX 10.3.8 and trying to
compile llvm-1.4 on my local machine for Prof. Adve's class.
I am using Apple's provided gcc 3.3 as my compiler.
I ran into this compile error:
SysUtils.c: In function `executeProgram':
SysUtils.c:119: error: `RTLD_NEXT' undeclared (first use in
this function)
SysUtils.c:119: error: (Each undeclared identifier is reported
2012 Oct 17
0
cgroup blkio.weight working, but not for KVM guests
I'm running libvirt 0.10.2 and qemu-kvm-1.2.0, both compiled from source, on
CentOS 6. I've got a working blkio cgroup hierarchy which I'm attaching
guests to using the following XML guest configs:
VM1 (foreground):
<cputune>
<shares>2048</shares>
</cputune>
<blkiotune>
<weight>1000</weight>
</blkiotune>
2004 Dec 10
1
[LLVMdev] Building llvm and cfrontend under cygwin
Hi Chris,
> Also note, LLVM 1.4 will be released in the next few days, so if
waiting is
> an option, you might choose to do so.
Alright, I've got llvm and llvm-gcc from RELEASE_14 cvs and tried
building it under cygwin.
1) The first problem is with llvm in SysUtils.c:
int executeProgram(const char *filename, char *const argv[], char *const
envp[])
{
................
execveTy
2017 Jul 02
0
Re: virtual drive performance
Hi
a small update on this. I just migrated the vm from the site to my laptop
and fired it up. The exact same xml configuration (except file paths and
such) starts up and bursts with 50Mb/s to 115Mb/s in the guest. This allows
only one reasonable answer: the cpu on my laptop is somehow better suited
to emulate IO than the CPU built into the host on site. The host there is a
HP proliant microserver
2005 Sep 27
0
[LLVMdev] SysUtils.c compile problem on Mac OSX 10.3 with llvm-1.4
On Tue, 27 Sep 2005, Kevin J. Stephano wrote:
> I am currently running on a Mac OSX 10.3.8 and trying to
> compile llvm-1.4 on my local machine for Prof. Adve's class.
>
> I am using Apple's provided gcc 3.3 as my compiler.
>
> I ran into this compile error:
> SysUtils.c: In function `executeProgram':
> SysUtils.c:119: error: `RTLD_NEXT' undeclared (first
2012 Aug 17
8
Get the filename from the given path
Hi,
Here i have a file path,
for eg : -
FPath <- "D:\\MyFolder\\MyFile.txt"
HOW IS POSSIBLE TO GET THE FILE NAME FROM THIS GIVEN PATH ?
- thanks in advance
Antony.
--
View this message in context: http://r.789695.n4.nabble.com/Get-the-filename-from-the-given-path-tp4640578.html
Sent from the R help mailing list archive at Nabble.com.
2007 Jun 06
1
add inverse recursive feature or do a mkdir -p/install -D -d ?
Hi,
Background :
I am using rsync to push/sync FTP uploaded files from master server
to slave servers. On slaves the full directory path of each file doesn't
exist so rsync is unable to sync it and there a no options in rsync to do
something like "mkdir -p/install -D -d" on destination before sync file.
N.B. I don't want to do a full sync of the root/home directory every time
a
2017 Jul 02
0
答复: virtual drive performance
mybe this is because you physic host memory is small
then this will Causing instability of the virtual machine
But I'm just guessing
You can try to increase your memory
Wang Liming
发件人: libvirt-users-bounces@redhat.com [mailto:libvirt-users-bounces@redhat.com] 代表 Dominik Psenner
发送时间: 2017年7月2日 16:22
收件人: libvirt-users@redhat.com
主题: Re: [libvirt-users] virtual drive
2017 Jul 07
0
Re: 答复: virtual drive performance
Hi,
different day, same issue.. cronjob runs and fails:
$ virsh snapshot-create-as --domain domain --name backup --no-metadata
--atomic --disk-only --diskspec hda,snapshot=external
error: failed to pivot job for disk hda
error: block copy still active: disk 'hda' not ready for pivot yet
Could not merge changes for disk hda of domain. VM may be in invalid state.
Then running the
2020 Aug 07
0
Re: [PATCH nbdkit] file: Implement cache=none and fadvise=normal|random|sequential.
On Fri, Aug 7, 2020 at 5:36 PM Richard W.M. Jones <rjones@redhat.com> wrote:
>
> On Fri, Aug 07, 2020 at 05:29:24PM +0300, Nir Soffer wrote:
> > On Fri, Aug 7, 2020 at 5:07 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> > > These ones?
> > > https://www.redhat.com/archives/libguestfs/2020-August/msg00078.html
> >
> > No, we had a bug when
2015 Dec 19
4
Bootstrapping clang/LLVM with ELLCC
(Fixed the cfe email address)
On 12/18/2015 09:34 PM, Tim Northover wrote:
> On 18 December 2015 at 19:15, Richard Pennington via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> It turns out that it can with some simple patches.
> This sounds really cool. I think we should seriously consider putting
> these patches into LLVM mainline.
>
>> Information on
2016 Jan 15
0
[klibc:master] Remove open_cloexec()
Commit-ID: 26e26f48cf9255c44514b8d36e351ecf3c6260b2
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=26e26f48cf9255c44514b8d36e351ecf3c6260b2
Author: H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Fri, 15 Jan 2016 11:30:01 -0800
Committer: H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Fri, 15 Jan 2016 11:30:01 -0800
[klibc] Remove open_cloexec()
2017 Jul 02
3
Re: virtual drive performance
Hi again,
just today an issue I've thought to be resolved popped up again. We backup
the machine by doing:
virsh snapshot-create-as --domain domain --name backup --no-metadata
--atomic --disk-only --diskspec hda,snapshot=external
# backup hda.qcow2
virsh blockcommit domain hda --active --pivot
Every now and then this process fails with the following error message:
error: failed to pivot
2018 Mar 19
0
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
On 3/19/2018 10:52 AM, Rik Theys wrote:
> Hi,
>
> On 03/19/2018 03:42 PM, TomK wrote:
>> On 3/19/2018 5:42 AM, Ondrej Valousek wrote:
>> Removing NFS or NFS Ganesha from the equation, not very impressed on my
>> own setup either.? For the writes it's doing, that's alot of CPU usage
>> in top. Seems bottle-necked via a single execution core somewhere trying
2017 Jul 02
2
Re: 答复: virtual drive performance
Just a little catch-up. This time I was able to resolve the issue by doing:
virsh blockjob domain hda --abort
virsh blockcommit domain hda --active --pivot
Last time I had to shut down the virtual machine and do this while being
offline.
Thanks Wang for your valuable input. As far as the memory goes, there's
plenty of head room:
$ free -h
total used free
2008 Apr 14
1
[LLVMdev] LLVM for crosscompiling?
Hi, I'm still working on this problem by first trying code without the Altivec
intrinsics. I'm trying to use the cross compiler on the c code outputted
by "llc -march c" and have run into this linker problem (spewed by the cross
compiler):
Command line : error: L0039: reference to undefined symbol .fopen64 in
file /tmp/cc4tgLu5.o
Command line : error: L0039: reference to