similar to: Unaible to create DomU Guest

Displaying 20 results from an estimated 4000 matches similar to: "Unaible to create DomU Guest"

2017 Mar 03
2
Bug in nlm()
Dear all, I have found a bug in nlm() and would like to submit a report on this. Since nlm() is in the stats-package, which is maintained by the R Core team, bug reports should be submitted to R's Bugzilla. However, I'm not a member of Bugzilla. Could anyone be so kind to add me to R's Bugzilla members or let me know to whom I should send the bug report? Thank you in advance. Kind
2005 Jul 06
2
Problem with dyn.load...or else...
Hi everybody, I'm working on Mac OS X and R-2.1.0 (by the way, sorry for the multiple emails last time, had a technical problem, and thanks for the constructive comments.) I have a .R function which calls a .C function. The R function's name is K_MEANSR.R and the other is K_MEANSC.C. I compile it with 'R CMD SHLIB K_MEANSC.C' in the terminal. I get both .so and .o files.
2018 May 11
2
Passing parameter to Queue-called macro
Hi Marie Thanks! I was just worried about thread safety if I had to use a global variable, e. g. it might be set to a value by one call (since I'm using the same global for every incoming call to transfer the accountcode gotten from my HTTP endpoint to the same macro, and there can be several calls simultaneously all inserting HTTP-sourced values at more or less the same instant) and then
2009 Jan 27
1
Problem with RMA using limma, oligo and pdInfoBuilder packages
Hi, I am a Ph.D. student from Québec, Canada. I’m a beginner with R and Bioconductor. Until now the only experience I have is in analyzing microarray data using affy and limma packages. Now I am trying to analyze Rat Gene 10 st arrays and I would like to run RMA analysis and Smyth moderated t test on those arrays. Since no cdf official package is available for those arrays, after reading many
2003 Jun 04
1
FW: Besoin d'aide au sujet de swat
Can anyone help out Marie-Christine? Thanks PG -----Original Message----- From: Marie-Christine DRACK [mailto:jennifer.drack@wanadoo.fr] Sent: Wednesday, June 04, 2003 8:54 AM To: mkaplan@samba.org; paulg@samba.org Subject: Besoin d'aide au sujet de swat bonjour, je vous ?cris car je n'arrive pas ? me connecter ? swat alors que le fichier est configurer normalement.Voici mon fichier
2018 Sep 24
1
2 minor typos
Hello, I would like to report 2 very minor typos: 1. help file for package:base function:function The last sentence of the "Technical details" section reads: "This is not normally user-visible, but it indicated when functions are printed." Either "is" is missing ("but it is indicated") or "it" should be replaced by "is" ("but
2012 Dec 20
1
Plot multiple Graphics via Layers
Hello, I want to plot 13 barplots in a 4x4 matrix-window (1st layer). So that's no Problem, it worked out. The problem is now, that I want to add two additional layers to this graphic. They contain similar barplots, just with another color for the second bar of each barplot (2nd layer) and antoher color for the 5th bar of each barplot (3rd layer). Basically I want to place the 2nd and
2009 May 18
3
Parsing configuration files
Dear list, Is there any functionality in R that would allow me to parse config files? I have trie ??config and apropos('config') without succes, and also search the R package site. Mvh. Marie [[alternative HTML version deleted]]
2013 Mar 29
5
"sip set debug on" output to file only (not to console)
Hello everybody, I am trying to find an intermittent SIP error with one provider and thought the best first step would be to have "sip set debug on" for some days and check the logs. Everything gets logged nicely, but the SIP log clutters up the console quite badly. Is it possible to have SIP debug log go only to the log file and not to the console? My logger.conf: console =>
2009 Jun 08
3
Combining elements of vectors
Dear list, I have a vector of elements which I want to combined each with each, but none with itself. For example, > v <- c("a", "b", "c") and I need a function 'combine' such that > combine(v) [[1]] [1] "a" "b" [[2]] [1] "a" "b" [[3]] [1] "b" "c" I am not very interested in the orders
2011 May 18
1
newbie: can not authenticate using dovecot
Hi all, This is the first time I used Dovecot and it's perfectly run : dev# ps ax | grep dove 77332 ?? Ss 0:00.30 /usr/local/sbin/dovecot -c /usr/local/etc/dovecot.con 77333 ?? S 0:00.10 dovecot-auth 77334 ?? I 0:00.02 dovecot-auth -w 81495 0 S+ 0:00.00 grep dove But when I try to connect to Dovecot's POP3 Server : dev# telnet 127.0.0.1 110 Trying 127.0.0.1...
2012 Nov 20
1
Traduction d'un terme demandée
Bonjour, On m'a demand? de trouver le terme fran?ais pour jump server ou jump host tel que d?fini dans cet article de Wikipedia : http://en.wikipedia.org/wiki/Jump_host. Mille mercis pour votre aide, <http://www.hydroquebec.com/images/hq_logo.gif> <http://www.hydroquebec.com/images/pixel.gif> Marie Malo Terminologue Direction principale - Environnement et affaires
2007 Oct 11
2
Identifying and characterizing strings of NA in a vector
Dear R users, I was wondering if someone could suggest a few lines of code for my problem. I want to count the number and the length of strings of NA in a vector. For example: vec <- c(1, 2, 1, NA, NA, 1, 2, NA, NA, NA, 3, 4, NA, NA) has 2 strings of NA's of length 2 and 1 string of NA' of length 3. I can easily count the number of NA's per vector, but I am having a hard time
2014 Sep 23
1
how can queue agents choose which call to answer?
Hi everybody, I'm looking for a solution for the following scenario: ? Asterisk queue ? At peak hours, there will be more callers then queue members/agents, so some callers will spend some time on hold ? Agents should be able to choose which of the on hold calls to answer instead of answering the next one in queue We already have a web interface where agents can see the callers on hold, so
2013 May 02
2
debug strategy for one-way audio calls
Hello everybody, from time to time, we get so-called simplex / one-way audio calls, where one party cannot hear the other. The only thing in common is that is does happen with calls via SIP trunk, not ISDN and not internal calls. Nothing strange in verbose and SIP logs. Could even be some weird intermittent firewall issue I guess. Apart from logging all traffic 24/7 via tcpdump (not really
2009 Jan 22
2
Unexpected behaviour of the as.Date (was: Error as.Date on Invalid Dates)
Dear Brian, I dont understand what you mean. The thread was about the as.Date which you suggested to be used instead of the as.date. Following your advice I tried the as.Date and have questions about the observed behaviour, which was surprising to me. Is this what you call hijacking? Do you mean I ought start a new thread instead? I thought my question were relevant to the threads'
2003 Feb 27
2
qda plots
Hi, I have been using some of the functions in r for classification purposes, chiefly lda, qda, knn and nnet. My problem is that the only one I can figure out how to represenent graphically is lda (using plot.lda). I have tried 'fooling' this function into accepting qda input for plotting but to no avail. I wonder if you have any suggestions? Thanks alot, Anne Marie Power Marine lab.
2023 Feb 26
1
ssh host keys on cloned virtual machines
On Sat, Feb 25, 2023 at 12:14?PM Demi Marie Obenour <demiobenour at gmail.com> wrote: > > On 2/25/23 07:50, Nico Kadel-Garcia wrote: > > On Fri, Feb 24, 2023 at 10:01 AM Jochen Bern <Jochen.Bern at binect.de> wrote: > >> > >> On 24.02.23 12:58, Keine Eile wrote: > >>> does any one of you have a best practice on renewing ssh host keys on >
2006 Jun 29
2
What is the best Linux version for Samba
I want to configure a server with Samba. I made some test with Mandriva 2006 but I'm not sure it's the best linux performance ! What do you think ? Did you make some test between different linux version ? Best Regards, Luc Sainte-Marie Network Administrator
2015 Jun 08
1
Nut and liebert ups
Hello I'm trying to manage my liebert UPS with nut installed on a raspberry pi Installation of nut is OK but th? driver doesn t works Could y ou help me ? Best regards Jean-marie