search for: pm1

Displaying 14 results from an estimated 14 matches for "pm1".

Did you mean: pm
2013 Aug 09
1
com32 module compatibility between 5.x versions
...y the ldlinux.c32, [vesa]menu.c32 to the root directory on the USB. # cp /mnt/USB/sysl_files/ldlinux.c32 /mnt/USB # cp /mnt/USB/sysl_files/*menu.c32 /mnt/USB 4. Since I have several distributions, I create a separate directory for each. So for example, I would create a directory PM1 for my first PartedMagic distribution, which I will use as an example here. So mount the CD and copy all the files to the PM1 directory. For PartedMagic, you don't need all the files. Just the ones in the 'boot' and 'pmagic' directories. # mkdir /mnt/USB/P...
2013 Aug 09
5
com32 module compatibility between 5.x versions
H. Peter Anvin schreef op 9-8-2013 7:37: > Sorry. If you are substituting any files you should substitute them all. I assume it's not possible to store a copy of the LDLINUX.SYS binary at the end or inside of either ISOLINUX.BIN or LDLINUX.C32 then? Then at least it could be extracted, for those distributions not having LDLINUX.SYS / SYSLINUX(64).EXE present on their CD. Having
2005 Feb 23
1
Problems to compile openssh 3.9.pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 / OpenSSL Header Error
I've Problems to compile openssh 3.9.pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 On Configure I've the following Error: ./configure --with-ssl-dir=/usr/local/ssl/include/openssl/ --sysconfdir=/etc/ssh --with-zlib=/usr/local checking OpenSSL header version... not found configure: error: OpenSSL version header not found. ./contrib/fin...
2002 Nov 18
1
Prediction from arima() object (library ts) (PR#2305)
...30, 860, 943, 1542, 1400, 1301, 1443, 1057, 1296, 710, 1038, 1447, 694, 889, 1459, 957, 1284, 1520, 1172, 1826, 1751, 1968, 933, 1409, 1889) revtotal <- numeric(length(total)) for(i in 1:length(total)) revtotal[i] <- total[length(total)-i+1] # first model m1 <- arima(revtotal, c(1,1,1)) pm1 <- predict(m1, n.ahead=15) plot(1:47, y=revtotal, type="l", xlim=c(0,65)) lines(48:62, y=pm1$pred, col="red") # second model - differencing done manually drevtotal <- diff(revtotal) m <- arima(drevtotal, c(1,0,1)) pm <- predict(m, n.ahead=15) p <- numeric(15) p[1...
2013 Mar 29
0
[LLVMdev] dynamic passes
In this case, you can specialize a few pass manager objects, each for a specific sub target type. E.g. PassManager pm0 = .. ; // for mips32; PassManager pm1 = .. ; // for mips16; ... if(function needs to run on mips32) pm0.run(); else if(function needs to run on mips16) pm1.run(); ... Of course, you have to figure out the suitable sets of functions for each sub target. Hope it helps. Chuck On 3/29/2013 4:28 PM, reed kotler wrote: > not in t...
2011 May 08
2
Error in AnnotationDbi package - makeProbePackage
...yse the data with the limma package, but for that I need to built my own CDF package, probe package and built the filters to analyse one specie or another. I'm using the makeProbePackage available in the AnnotationDbi (for a R-2.13.0) but I got the following error message: Error in rep(NA, max(pm1, mm1, pm2, mm2)) : invalid 'times' argument I already tried an old version of R-2.9.1 with a package matchprobes (that is no longer update for R-2.13.0) but the same error occurs. Does anyone knows how could I overcome this problem? Thank you very much for your attention. Best Regards, He...
2013 Mar 29
2
[LLVMdev] dynamic passes
not in this case. the architecture is changing on a per function pass. mips32->mips16->mips16.... same issue would be for arm->thumb1->arm On 03/29/2013 04:26 PM, Chuck Zhao wrote: > Can you do this instead: > > PassManager pm = ...; > pm.add(other needed passes); > ... > if(arch you are interested) > pm.add(your pass); > ... > pm.run(); > > >
2012 Oct 10
4
own function: computing time
Hi all, I wrote a function that actually does what I want it to do, but it tends to be very slow for large amount of data. On my computer it takes 5.37 seconds for 16000 data points and 21.95 seconds for 32000 data points. As my real data consists of 18000000 data points it would take ages to use the function as it is now. Could someone help me to speed up the calculation? Thank you, Tonja
2005 Feb 23
0
Configure Problems with OpenSSH AIX 5.2 and openssl-devel-0.9.6m-1
I've Problems to compile openssh 3.9.pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 On Configure I've the following Error: ./configure --with-ssl-dir=/usr/local/ssl/include/openssl/ --sysconfdir=/etc/ssh --with-zlib=/usr/local checking OpenSSL header version... not found configure: error: OpenSSL version header not found. ./contrib/fin...
2013 Jun 05
0
a problem about nested vm
hi, I have a problem that confuse me so long. I run a guest os(VM1) on a physical machine(PM1) that had enabled virtualization . Now, I also want to run a guest os (VM2) under VM1,but VM1 print the following message to me: [2013-06-05 10:43:04,379][ERROR] machine:init_vm(57271)|state:init_vm|Create domain failed, unsupported configuration: Domain requires KVM, but it is not available. Chec...
2004 May 07
3
samba quotas
Hi guys, we need to update our samba service from 2.2.8a to samba 3.0.x (so that we can upgrade our AD from Win2k to Win2k3). The problem I am having is with the quotas. We mount user home directories NFS and then export them to Windows users via samba. In 2.2.8a I was able to get quotas working. However with samba 3.0.x, I cannot. I compiled --with-quotas. Now when a user uses a 3.0
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
.../usr/bin/ruby > # you may want to tune these settings > PassengerHighPerformance on > PassengerMaxPoolSize 12 > PassengerPoolIdleTime 1500 > # PassengerMaxRequests 1000 > PassengerStatThrottleRate 120 > RailsAutoDetect On > <VirtualHost *:3000> > ServerName pm1.lon6.telecity.net > ServerAlias X.X.X.X DocumentRoot /usr/share/puppet-dashboard/public/ > <Directory /usr/share/puppet-dashboard/public/> > Options None > Order allow,deny > allow from all > &...
2012 Feb 08
28
[PATCH v3 0/6] initial suspend support
This patch series makes suspend support in qemu alot more useful. Right now the guest can put itself into s3, but qemu will wakeup the guest instantly. With this patch series applied the guest will stay suspended instead and there are a few events which can kick the guest out of suspend state: A monitor command, ps/2 input, serial input, rtc. Not much yet, but it''s a start with the
2003 Dec 01
0
No subject
...fix) with ESMTP id 1B0DA4117; Sun, 9 Sep 2001 22:32:57 -0700 (PDT) Received: from smtp1-poa.poa.terra.com.br (smtp1-poa.poa.terra.com.br [200.176.2.123]) by srv12-poa.poa.terra.com.br (8.10.0/8.10.0) with ESMTP id f8A5apq27617; Mon, 10 Sep 2001 02:36:51 -0300 (GMT) Received: from pikachu (dl-pm1-C8B09A95.cam.terra.com.br [200.176.154.149]) (authenticated user alanops) by smtp1-poa.poa.terra.com.br (8.11.0/8.11.1) with ESMTP id f8A5alN09567; Mon, 10 Sep 2001 02:36:49 -0300 Message-ID: <00ba01c139b9$f6c93900$c701a8c0@pikachu> From: "Alano PS" <alano@alania.com.br>...