Displaying 20 results from an estimated 1000 matches similar to: "I NEED LINUX/W2K LAN ASSISTANCE"
2007 Jul 26
2
can''t get rid of bridge interfaces
Good morning.
I am getting troubles with xen. After xend starts, it creates 3 bridges named
xenbr0, xenbr1 and brigite, the latter i''ve been using for a testing
domain, now it''s unused. There''s no mention of the name in xen 3.1 config
files, just
xenbr0, even xenstore-ls does show nothing and i am getting lost, how
those bridges are created.
Anyone''s advices
2005 Aug 24
1
Testing libtheora-1.0alpha5
Hi,
I sent the message below a couple of months ago but I got
no reply. Now that there's more activity perhaps someone
could kindly provide me some guidance. Theora is great
and the developers are doing a wonderful job, so I'd like to
implement the codec in a way which does it justice...
Original post:
I wrote a plugin to enable LiVES (a video editor) to encode
theora/vorbis/ogg files.
2005 Dec 03
2
How to catch value
Dear R users:
I have a problem about catch the value from function.
I have following two functions (part):
fbolus1 <- function()
{.........
par<-data.frame(Parameter=c("kel","Vd"),Initial=c(0))
check(par)
.....}
check<-function(par)
{
if (par[ ,2] <= 0){
cat("\nEnter again (y/n) ?\n\n")
ans<-readline()
if (ans == "n" ){
2008 May 05
7
iscsi conn error: Xen related?
Hello all,
I got some severe iscsi connection loss on my dom0 (Gentoo
2.6.20-xen-r6, xen 3.1.1). Happening several times a day.
open-iscsi version is 2.0.865.12. Target iscsi is the open-e DSS product.
Here is a snip of my messages log file:
May 5 16:52:50 ying connection226:0: iscsi: detected conn error (1011)
May 5 16:52:51 ying iscsid: connect failed (111)
May 5 16:52:51 ying iscsid:
2005 Aug 24
6
Wbinfo -Y couldn't work with idmap_rid for BUILTIN groups
Hi,
wbinfo -Y BUILTIN\group can work without idmap_rid in Samba-3.0.14a. But
I'm experiencing wbinfo -Y with idmap_rid failed for SID to GID
conversion of BUILTIN groups.
Since idmap_rid only works in a single domain, and captures workgroup's
domain sid as a real domain sid in rid_idmap_get_domains(), when running
"wbinfo -Y BUILTIN/System Operators", the function
2006 Dec 12
4
help on determining operating system
Dear list,
I am an R user and I also write my own package in R(sometime i need to
write in C), and right now i am thinking about buying a new
workstation--and i am trying to decide if i should get
a mac with OS X or a linux machine (for example Dell).
I have experience using R on linux (but i have been just a user and never
been a admin) but i am hesitating of managing a linux system on my
2005 Aug 17
3
do glm with two data sets
I have two data sets:
File1.txt:
Name id1 id2 id3 ...
N1 0 1 0 ...
N2 0 1 1 ...
N3 1 1 -1 ...
...
File2.txt:
Group id1 id2 id3 ...
G1 1.22 1.34 2.44 ...
G2 2.33 2.56 2.56 ...
G3 1.56 1.99 1.46 ...
...
I like to do:
x1<-c(0,1,0,...)
y1<-c(1.22,1.34, 2.44, ...)
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
Xinliang David Li via llvm-dev <llvm-dev at lists.llvm.org> writes:
> Harlan Haskins has recently submitted a patch (for review) that implements
> --format=html for llvm-cov tool. Please take a look at that patch.
For reference, the review thread starts here:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html
> David
>
> On Thu, Mar 3, 2016 at
2020 Jun 22
2
[PATCH 13/16] mm: support THP migration to device private memory
On Mon, Jun 22, 2020 at 4:02 PM John Hubbard <jhubbard at nvidia.com> wrote:
>
> On 2020-06-22 15:33, Yang Shi wrote:
> > On Mon, Jun 22, 2020 at 3:30 PM Yang Shi <shy828301 at gmail.com> wrote:
> >> On Mon, Jun 22, 2020 at 2:53 PM Zi Yan <ziy at nvidia.com> wrote:
> >>> On 22 Jun 2020, at 17:31, Ralph Campbell wrote:
> >>>> On
2020 Jun 22
2
[PATCH 13/16] mm: support THP migration to device private memory
On Mon, Jun 22, 2020 at 3:30 PM Yang Shi <shy828301 at gmail.com> wrote:
>
> On Mon, Jun 22, 2020 at 2:53 PM Zi Yan <ziy at nvidia.com> wrote:
> >
> > On 22 Jun 2020, at 17:31, Ralph Campbell wrote:
> >
> > > On 6/22/20 1:10 PM, Zi Yan wrote:
> > >> On 22 Jun 2020, at 15:36, Ralph Campbell wrote:
> > >>
> > >>> On
2011 Jan 05
1
rShowMessage "Fatal error: unable to open the base package
Hi All,
As you may know I am trying connect R with java by RJava, now I run the
examples, I got this error
rShowMessage "Fatal error: unable to open the base package
I am using 64bits windows 7 and eclipse. Any suggestions?
Many thanks
Ying
[[alternative HTML version deleted]]
2007 May 04
3
listing R packages in our system
Hi,
I like to know the simple way to list the R package names in our linux
system.
Thanks
Ying
[[alternative HTML version deleted]]
2007 Apr 12
3
Idmap back compatible issue
I ran into a problem on idmap backend.
In previous Samba releases, there are two kinds of scenarios on idmap
backend.
1) No explicit idmap backend option presented in smb.conf. But imply
using default tdb idmap backend
idmap uid = low - high
idmap gid = low - high
2) idmap backend option exists in smb.conf
idmap uid = low - high
idmap gid = low - high
idmap backend = tdb [or
2007 Mar 18
3
how can I use rsync between 2 accounts?
Hi,
I have 2 linux accounts on different machines (same login, same password).
Can you please tell me how I use rsync directories between 2 accounts?
Thank you.
2008 Jul 23
2
Can't Load Text Files
Hi,
I've completely forgotten how to do R, and it seems I can't even load
simple files correctly.
I have two tab deliminated text files (attached, these were test files
of the larger data files I'm trying to work with) that I am trying to
load into R so that I can merge them. They were originally excel files
but I used "saved as" to reformat to text. I don't know if
2004 Nov 19
5
help! a urgent question
Dear Sir/Madam,
I am doing a project related to R.
However, it is always difficult find some R functions.
The R user guide seems not complete.
Is there any free document about all R functions ?
Who knows ? please help me.
My email is myzhaogong@yahoo.com
Thank you very much
---------------------------------
[[alternative HTML version deleted]]
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
Dear All,
I am helping our test team migrate from gcov to llvmcov. They currently
generate HTML reports using lcov to easily navigate where coverage is
missing. However, there does not seem to be a Windows compatible solution
for generating HTML reports using the llvm-cov tools.
A possible solution to this problem is for llvm-cov to create html pages
that include an overall coverage summary
2013 Aug 23
1
A couple of questions regarding the survival:::cch function
Dear all,
I have a couple of questions regarding the survival:::cch function.
1) I notice that Prentice and Self-Prentice functions are giving identical standard errors (not by chance but by programming design) while their estimates are different. My guess is they are both using the standard error form from Self and Prentice (1986). I see that standard errors for both methods are
2005 Apr 28
3
Roaming profiles in domain level
Hi Everyone,
Does anybody use roaming profiles in domain level?
I'm looking for helps for setting up Samba as a NT4 domain member to
support roaming profiles for sharing during domain logon of Windows
clients. I ran into the problems. log files couldn't show specified
messages, except for BUFFER_TOO_SMALL.
If a profile share directory is mounted on a Windows NT DC or a Windows
domain
2008 Sep 28
1
Kernel Estimate for the Intensity Function
To anyone who can help me:
I found that the function "smooth.ppp" in the package "spatstat" provides
the kernel estimate for the intensity function of a "two-dimensional" point
process with marks.
Does anyone know that which package can do this for simply a "one-
dimensional" point process with marks?
I've been searching all over the R site but still