Displaying 20 results from an estimated 1000 matches similar to: "The console is currently unavailable"
2007 Dec 15
2
install quest operating system
Hello List
I am trying to install Fedora as a quest operating system on Xen, but i have
the following error:
anable to complete install: ''virDomainCreateLinux() failed POST operation
failed: (xend.err "Error creating domain: (2, ''Invalid kernel'',
''xc_dom_find_loader: no loader found\\n'')")''
I have also tried to install Fedora from
2002 Dec 17
2
Profiles and Win2000
Hi
We're running Samba 2.2.7a as a PDC for Windows2000 SP2 Clients.
Everthing works just fine, but there is one problem:
The clients save their profiles on the PDC (~/.Profiles), but don't
delete the local copy of the profile (C:\My Documents\$user).
This causes a really big problem, since the client's HD's aren't that
big and these profiles grow every day.
Is there any way
2007 Dec 12
2
Problem with driver disk on amd64
Hi,
I have a really strange problem with a driver disk
(http://wiki.centos.org/HardwareList/RealTekRTL8111b) on amd64.
I'm remotly booting the system via isolinux-files, so I unfortunatly
do not have access to relevant logs, all I can see the the primary
console/screen.
With i386, the driver disk works just fine and I can install via http.
But with amd64, the installer complains no driver
2001 Sep 21
2
xilinx under wine; problems by installation
Hi all,
I`m a newbie and I need any help!!
I want to istall xilinx under win and after the command wine setup.exe
Iget the following message:
fixme:module:CreateProcessA (D:\ce\jre\1.2\bin\java.exe,...):
HIGH_PRIORITY_CLASS ignored
fixme:pthread_kill_other_threads_np
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
2007 Oct 03
2
Zimbra error on centos 4.4
Hi,
Is anybody out there that has successfully installed Zimbra on Centos 4.4. I
downloaded .tgz for RHEL4 from Zimbra site. it is the opensource edition.
* <http://www.zimbra.com/community/downloads.html>*
this is the one I downloded.
zcs-4.5.7_GA_1319.RHEL4.tgz
I extracted and run istall.sh. Then, I got below error?
Install anyway? [N] y
The system will be modified. Continue? [N]
2011 Jul 30
1
Manhunt INstaller not working
i tried installl manhunt in my WINE but no works, the istall fail, i need a fix please
2008 May 21
2
Medieval 2 Total War
Good evening!
So, I have a problem with installing this game on ubuntu-linux. I tried it with Wine which turned out not to be able to set the doublebuffer in the configuration menu.
First there were no problems, but after having installed quite half of the game there was an issue:
Though the Error came in German (cause the game in German - anyway, I am a German guy ^^)
The
2017 Nov 18
0
[FORGED] Re: tcltk problems
On 19/11/17 05:36, Albrecht Kauffmann wrote:
> Did you istall the tcl- and tk-devel packages?
(a) That should be "dev" not "devel".
(b) The answer to your question is, yes, as I made clear in my original
post.
cheers,
Rolf Turner
--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276
2009 Jul 11
3
How to disable 3D acceleration
Hi, i'm trying to istall Ikea home planner, but the planning screen shows only black. In some other forum i found a guy who turned 3d acceleration off in VirtualBox and by doing so it solved the problem. That's why i want to give it a try, by diabling 3d acceleration in wine, but don't know how or where i can do it.
I know i can just go for VirtualBox, but i don't own any
2003 Mar 06
1
Cdrom
Hi
I had a Novell Netware server, I used to mount a cd on the serer and share
this with the network.
Now with samba I can't run the softwares like I used to.
I istall the software in a client and I tell to the program that the shared
directory is the cdrom drive. With Novell it works but now with samba it no
more works.
What I need to do.
I have a samba PDC - 2.2.7a
And 70 Workstations with
2007 Nov 21
4
NA values
Hi all!
I am new to R and I would like to ask you the following question:How
can I substitute the NA values with 0 in a data frame? I cannot find a
command to check if a value is NA...
Thank you very much!
Eleni
2008 Jan 22
4
select repositories under linux
Hi all,
I am trying to install the package "GEOquery" in unix. I have downloaded the
standard version of R and this package is not contained in the default. I
know that I can select repositories under windows but I don't know how to do
it in unix. Does anyone have any idea on this?
Thank you in advance,
Eleni
[[alternative HTML version deleted]]
2007 Sep 25
7
Who uses R?
Dear R users,
I have started work in a Statistics government department and I am trying to
convince my bosses to install R on our computers (I can't do proper stats in
Excel!!). They asked me to prove that this is a widely used software (and not
just another free-source, bug infected toy I found on the web!) by suggesting
other big organisations that use it. Are you aware of any reputable
2008 Feb 14
4
Kaplan Meier function
Hi all,
I am trying to draw a Kaplan-Meier curve and I found online that Kaplan -
Meier estimates are computed with a function called km in the event package.
Is there an update for that because when I choose to download packages in
R,. there is no package called event, even though I have selected all the
repositories.
Thanks in advance,
Eleni
[[alternative HTML version deleted]]
2008 Mar 05
2
t.test & p-Value
Hello list,
I am trying to apply the paired t.test between diseased and not diseased
patients to identify genes that are more expressed in the one situation
under the other. In order to retrieve the genes that are more expressed in
the positive disease state I do:
p.values<-c()
for(i in 1:length(Significant[,1])){
p.values[i]<-try(t.test(positive[i,],negative[i,],alternative
2007 Nov 28
2
Clustering
Hello all!
I am performingsome clustering analysis on microarray data using
agnes{cluster} and I have created my own dissimilarity matrix according to a
distance measure different from "euclidean" or "manhattan" etc. My question
is, if I choose for example method="complete", how are the distances
between the elements calculated? Are they taken form the dissimilarity
2010 Apr 14
5
Running cumulative sums in matrices
Dear R-helpers,
I have a huge data-set so need to avoid for loops as much as possible. Can someone think how I can compute the result in the following example (that uses a for-loop) using some version of apply instead (or any other similarly super-efficient function)?
example:
#Suppose a matrix:
m1=cbind(1:5,1:5,1:5)
#The aim is to create a new matrix with every column containing the
2005 Mar 11
3
XML to data frame or list
Dear useRs,
I have a simple/RTFM question about XML parsing. Given an XML file,
such as (fragment)
<A>100</A>
<B>23</B>
<C>true</C>
how do I import it in a data frame or list, so that the values (100,
23, true) can be accessed through the names A, B and C?
I installed the XML package and looked over the documentation...
however after 20 minutes and a couple of
2010 Mar 09
4
Transfer R workspace on another PC
Hi list!
I have recently tried to take my office work home, meaning that I tried to
transfer my "... .RData" workspace from my PC on my laptop. The office PC
runs on Windows XP and my laptop runs on Windows Vista. I have saved the
workspace at the office PC and kept it in a usb drive. When I tried to open
it on my laptop I got an error: "Fatal Error: Unable to restore saved data
in
2005 May 27
1
xmlAttrs and problems with reading node attributes of XML file (b ug?)
Hi,
Consider the following code:
require(XML)
xmlFile = paste( "<?xml version=\"1.0\"
encoding=\"ISO-8859-1\"?>\n",
"<mzXML xmlns=\"a\" xmlns:xsi=\"b\"
xsi:schemaLocation=\"c\">\n",
"<parentFile a=\"a\" b=\"b\" />\n",