similar to: RE: XEN limit

Displaying 20 results from an estimated 700 matches similar to: "RE: XEN limit"

2008 Nov 05
2
RE: RedHat DomU hanging
Hello, Maybe someone can help me.... I have a guest XEN image that ran well until today. I use an LVM partition to host the guest and today on Dom0 I added another LVM to be available to this domU. This were all the commands I issued : On hypervisor lvcreate -n lintra02data -L 30G rootvg vi /etc/xen/lintra02 and add volume to file like this : disk = [
2008 May 19
1
Error in building library - R CMD build mypkg.
----- Forwarded by Ajay DAS/US/BMNA01 on 05/19/2008 03:11 PM ----- Ajay DAS To: r-help
2008 May 19
0
Error in building library - R CMD build mypkg.
Hi, I am getting an error when I am trying to build a library in R for windows . I am using R 2.7.0 in windows. I am following the instructions listed in the R Help for package creation. require(stats) ## two functions and two "data sets" : f <- function(x,y) x+y g <- function(x,y) x-y d <- data.frame(a=1, b=2) e <- rnorm(1000)
2009 Apr 01
1
paste to collapse vector to string
Hi, I'm trying to collapse a character vector to strings, but I am getting unexpected behaviors in list context: A <- "a" B <- c("b","c") xx <- list(A=A, B=B) lapply(xx, paste, collaplse=".") $A [1] "a ." $B [1] "b ." "c ." paste(B, collapse=".") [1] "b.c" # this is what
2008 Apr 29
1
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
Hi, I am new to R. I need to communicate with Oracle from R program in windows xp. So I am planning to use ROracle. I downloaded the ROracle src from the site below: http://cran.r-project.org/web/packages/ROracle/index.html I am using R version 2.6.2 and Oracle 10g. I followed the instructions to build ROracle. When I try to compile the source src/Makefile.win I get the following error:
2008 May 01
3
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
Hi, I need to use ROracle to communicate with Oracle from R program in windows environment. I am using Oracle 10g, R 2.6.2. I found a pre-compiled binary for ROracle for Oracle version 9.2. When I am trying to use it with Oracle 10g I get the following error: con <- dbConnect(drv, "user/passwd at dbname"); Error in function (classes, fdef, mtable) : unable to find an inherited
2006 Oct 13
1
How to install Windows 2003 on Xen 3 without vt-enabled hardware?
Hi, How to install Windows 2003 on Xen 3 without vt-enabled hardware? Thanks to your help. Jean-Marc Renson ********************************************************************************************* Ce courriel et les documents qui y sont attachés peuvent contenir des informations confidentielles. Si vous n''etes pas le destinataire escompté, merci d''en informer
2012 Feb 27
1
samba ldap domain member server with cifs and nfs
Hi samba lists, we have a samba-ldap domain running on a debian squeeze (samba 3.5.6)server (pdc and bdc). I try to configure a domain member server on an other debian squeeze that will serve as cifs and nfs server. My Debian server member use winbind (on ldap) for mapping the users windows sid to the unix uid. The users mapping is write in the the ldap directory : ou=idmap,dc=exemple,dc=com
2015 Nov 04
1
samba4 server member of a samba 3 domain
Hi, I try to configure a samba 4.1.17 server member of a samba3.5.6 (ldap backend ) domain. i can mount the smb share on a windows client but i cant modify the acl. this is the samba server logs: create_canon_ace_lists: unable to map SID S-1-5-21-856890099-1868262392-538272213-2012 to uid or gid when i try to manually map SID to UID with wbinfo: wbinfo -S
2004 Sep 27
0
Baan client and WINE
Hi, I've seen in your WINE Applications Database, that the Bann client works. But when I run the bw, it can't load the config file. Could you explain me the reason why it can't? Or can you give me the e-mail of the person who test the Baan application? Thanks Denis Gaultier # Ce courrier et les documents qui y sont joints peuvent contenir des informations confidentielles. Au cas
2011 Jan 20
1
Inverse Prediction with splines
Hello, I have fit a simple spline model to the following data. Data x y 0 1.298 2 0.605 3 0.507 4 0.399 5 0.281 6 0.203 7 0.150 8 0.101 Model Sp.1=lm(y~bs(x,df=4)) Now I wish to inverse predict the x for y=.75, say. Optimize works fine for a polynomial but I can figure out how to get the spline model into the function argument. Can anyone help me out. Thanks!! Jeff Jeff Morris Sanofi
2001 Apr 10
1
problem with domain
Hello, we use Samba 2.0.7 und SuSE Linux 7.1. The problem: The clients connect to a domain with profile saving on the server. Profiles are stored in /home/user/profile, where home is a symlink on /data/home. But the clients can only store the Windows profile (startmenu, desktop, ...), but no profile informations of office or any screen/color/printer/.... settings? Another problem with the
2002 Nov 18
1
(no subject)
Good morning, I am david pierrot ingeener for it company. We nned to install a ssh client and ssh server (linux and win 2000) we have have problem , could you tell me please if this thing is possible. we want that users on ssh can only use sftp or scp but we do not want thath they can be use roo command or something elese. with sshd command it is possible to use telnet by port 22, do you think
2010 Aug 19
1
Adding lines to xyplot with abline
Is it kosher to add, say, horizontal lines to a lattice xyplot using abline(h=xxx)? The lines don't appear at the right value, that is, if h=150, the line might appear at h=140? Jeff This communication, including any attachments, is intended solely for the use of the addressee and may contain information which is privileged, confidential, exempt from disclosure under applicable law or
2004 May 07
1
Problem accessing share directory
I have installed samba on my unix server, the windows users see the shared directory but are not able to access it. Do I need to do something on the NT server side ? The user that is promped to me when accessing the shared drive is guest why ? I would like it to be one of my unix users on the server. What am I doing wrong here ??????
2004 May 04
3
Unable to gunzip file
Hello all, I have downloaded samba-2.2.8a-1-sol8-suncc-32bit.pkg.gz and I am trying to gunzip it but I get gunzip: samba-2.2.8a-1-sol8-gcc295.pkg.gz: not in gzip format what could be the problem ? ********************************************************************************* Ce courriel ainsi que ses pieces jointes sont strictement reserves a l'usage de la ou du destinataire et peut
2008 Mar 08
0
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore (2nd try)
From : Erwan Velu <erwan.velu at free.fr> This patch fixes the pci detection stuff demo'd in pcitest.c32 - Fix a wrong type in malloc - Incorrect use of strdup - Replacing strncpy by strnlcpy (thx hpa) This two fixes makes pcitest.c32 working far better, no more crash when running it twice. I'd like to thank Sebastian Herbszt for its reports and tests. This patch was made for
2008 Mar 08
0
[PATCH 1/1] Fixing wrong offsets in dmi
On sebastian's request, I'm sending this patch. From : Sebastian Herbszt <herbszt at gmx.de> DMI code have some wrong offsets. This patch fixes this offsets and improve the grammar. Signed-off-by:Sebastian Herbszt <herbszt at gmx.de> -------------------------------------------------------------------------------- Les opinions et prises de position emises par le signataire
2014 Jun 03
0
Investissez aux Etats Unis
Investissez aux Etats Unis Probl?mes d'affichage ? Affichez cette newsletter dans votre navigateur. ( http://culturalspaceworld.com/artistedumonde/?email_id=13&user_id=940052&urlpassed=W3ZpZXdfaW5fYnJvd3Nlcl9saW5rXQ%3D%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Pour investir en toute s?curit? sur le march? immobilier US LESUR INVESTMENT
2017 Feb 28
2
Re: Redhat 7: cgroup CPUACCT controller is not mounted
Thanks Martin to confirm that the issue is due to privilege access. How can I run a domain as non-root and be able to access the cpu information? -----Original Message----- From: Martin Kletzander [mailto:mkletzan@redhat.com] Sent: Tuesday, February 28, 2017 16:18 To: EL FATHI Youssef OBS/OINIS Cc: libvirt-users@redhat.com Subject: Re: [libvirt-users] Redhat 7: cgroup CPUACCT controller is not