Displaying 15 results from an estimated 15 matches for "yumes".
Did you mean:
yumex
2008 Sep 03
5
Unable to start Xorg in dom0 (Linux kernel 6.1.18)
Hi, everyone,
I installed the Xen3.1.0 based on Fedora8 and enter the Dom0 successfully.
The kernel of dom0 is linux-2.6.18-xen0. But the Xorg could not start in
the Dom0. When I use the "startx" command to start the X server, the error
information is following:
.........
(==) Using config file: "etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
2000 Oct 18
1
Help oo sink
---------------------- Forwarded by Pan Yuming/Extern/AAM on 18.10.2000
12:58 ---------------------------
Pan Yuming
18.10.2000 11:41
To: Prof Brian Ripley <ripley at stats.ox.ac.uk>
cc:
Subject: Help oo sink (Document link: Pan Yuming)
Dear professor,
continue with the example i used, i want to save the prediction results but when i run a R file containing the following code, it
2004 Jun 30
10
[Bug 887] Problem connecting OpenSSH Client to a F-Secure SSH Server
http://bugzilla.mindrot.org/show_bug.cgi?id=887
Summary: Problem connecting OpenSSH Client to a F-Secure SSH
Server
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at
2006 Mar 30
1
Dante Socks server
Hi,
I am running centos server 4.2 and I have installed dante-server socks
proxy I yumed it off a dag repo.
The problem I am having is configuring it. I have edited the sockd.conf
file but it still tells me that I don''t have an internal address setup.
Does anyone have any suggestions.
am I editing the wrong config file.
if I do a locate sock*.conf I get the following list
2000 Nov 16
2
assign names to matrix
dear all,
i have a matrix and i dont know how to assign names to this matrix.
given v is 100x5 matrix, and label -> c("A","B","C","D","E")
idealy, names(v) <- label, but it doesnt work for different length
if dimnames(v) <- list(1:nrow(v),label), then names(v) return NULL
any smart ways? thanks in advance.
best regards
pan yuming
2000 Nov 09
4
memory management
dear experts,
i m very concerned about memory management. would appreciate if you leave
me some tips on handling large datasets..
special interset:
1. importing large data from a text file
2. subsequent manipulations in R
thanks very much
best regards
pan yuming
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 Dec 17
1
title tags -- languages
I'm not sure if this falls within the scope of tag data, somewhere else,
or if there's any provision for it at all:
I have a lot of songs whose native titles are in Japanese. For example, I
have a song titled "螟". The filename for this song would be
"02 - yume [Dream].ogg" (or even "02 - 螟 (yume) [Dream].ogg".) To
automatically name this file, I'd need
2004 Mar 03
7
[Bug 805] scp-ing using a regular user created files in ROOT directory which was NOT writable for that user
http://bugzilla.mindrot.org/show_bug.cgi?id=805
Summary: scp-ing using a regular user created files in ROOT
directory which was NOT writable for that user
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: security
Priority: P2
Component:
2000 Nov 07
1
matrix transpose and object name
hello, everybody,
i have several unresolved issues:
1. how to do a matrix transpose? i cant find how to do it in the
documentation.
2..suppose i have an object named as lm1 from linear regression, how could
i refer to it by paste("lm",1,sep="") ?
3. to save a matrix 100 x 30, how to have a text file with 100 lines and 30
cols, instead of stacking them?
thanks.
best regards
2000 Nov 09
1
increase memory
dear all,
i cant figure out how to increase memory as in the help. would appreciate
somebody to tell me step by step how to do it.
thanks and regards
yuming
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2000 Jan 17
1
Samba 1.9.16p11
Hi,
The Samba 1.9.16p11 is installed on Solaris 2.7 and works well with win95/98. The folders of Solaris can be mapped as a remote drive on a win95.
However, when win95 is replaced by winNT4.0 the same Samba no longer works. It displays following message when I try to map a solaris folder to a win drive. "The account is not authorizeded to login from this station". I try to add a
2007 Feb 15
0
Problems with yumex after update
Hi Folks,
I've upated yesterday yumex (and other programms). But now I get an error
message when starting yumes and yumex stopped.
Message:
[root at main tk]# yumex
Traceback (most recent call last):
File "/usr/share/yumex/yumexmain.py", line 36, in ?
from yumex.yum24XBase import *
File "yum24XBase.py", line 26, in ?
ImportError: No module named repomd
Any hints?
Is repomd a py...
2006 Dec 12
3
bring back sub shells
Good day, I have a centos 4.4 box (all yumed up).
Now i have a program that has a sub shell - meaning something like the
mysql command line, where once started it takes it's own commands, etc
and keeps running until a "quit" command is issued. Now what I was
wondering - is there a way to fork it to the background (something
like # command & or ctrl -z) and have the subshell keep
2011 Oct 25
0
Mega Games Pack For WINE/Windows Games (Online Edition)
[Image: http://img692.imageshack.us/img692/91/splashns.jpg ]
Free Mega Games Pack (Online Edition)
Free MGP is now an online Repository of games you can download, the games are compatible with Windows and WINE/Linux.
[Image: http://img851.imageshack.us/img851/2441/mgpinstall.th.jpg ] ("http://imageshack.us/photo/my-images/851/mgpinstall.jpg/") [Image:
2006 May 13
4
undesireable lazy loading
Hi,
My work with Rails has been fairly straightforward, until yesterday...
I''ve encountered rather a peculiar problem that I''m not able to solve
myself as a rails-newbie.
The model code looks like this:
class Link < ActiveRecord::Base
has_one :user_vote
end
class UserVote < ActiveRecord::Base
belongs_to :user
belongs_to :link
end
I have a SQL query that is