Displaying 20 results from an estimated 1000 matches similar to: "samba3.0.23c + cups1.1.23 unexpected pause on some printers"
2004 Dec 29
0
[Fwd: mounting as a regular user]
Thank you for the reply Joe.
Which smb.conf files would you want to see? I am trying to mount shares
from 2 FreeBSD, 1 RH9 (linux) and 2 Windows servers to a directory
structure on my system. To give an idea my mount script is as follows
(with some info removed):
# Smeagol (FreeBSD Domain Controler/Profile Server)
#
mount -t smbfs -o username=$user,password=$pass,ro //smeagol/home-dir$
2003 Jul 17
2
How to use SASL2?
How does one use SASL2 for authentication? I looked for docs but found
none.
Thanks in advance.
Matt
2006 Mar 29
6
which function to use to do classification
Dear All,
I have a data, suppose it is an N*M matrix data. All I want is to classify it into, let see, 3 classes. Which method(s) do you think is(are) appropriate for this purpose? Any reference will be welcome! Thanks!
Best,
Baoqiang Cao
2006 Apr 18
4
how to change legend size in a figure
Dear All,
I am producing a figure with many curves on it. How do I make the legends for all those curves smaller so that it can fit the figure itself? The commands I used for ploting are:
plot(x1,y1,col=1,lty=1)
lines(x2,y2,col=2,lty=2)
...
legend(0.3,0.4,c("name1","name2",...),col=1:20,lty=1:20)
Any tips for making the legend fit the figure will very welcome! Thanks!
Best,
2005 Jul 22
2
about nnet package
Dear All,
I'm learning to train a neural network with my training data by using nnet package, then evaluate it with a evaluation set. My problem here is that, I need the trained network to be used in future, so, what should I store? and How? Any other options other than nnet package? Any example will be highly appreciated!
Best,
Baoqiang Cao
2006 Nov 08
2
Numerical Integration
Hi everyone,
I'm trying to integrate f(x) over x where f(x) does not have a close form
but only numerical values at certurn knots of x. Is there a way that I can
use any generical R function (such as integrate) or any package to do so?
Thanks! I appreciate your time.
Best Regards,
Martha Cao
2015 Jun 18
2
Re: [PATCH] New API: btrfs_device_stats
Hi, Pino
在 2015年06月18日 16:41, Pino Toscano 写道:
> Hi,
>
> On Thursday 18 June 2015 11:01:37 Cao jin wrote:
>>> Speaking of this: you said that you have a colleague working on
>>> btrfs-progs? What about suggesting to create some machine-parseable
>>> output (csv, xml, yaml, json, whatever) so extracting the results of
>>> btrfs tools is a lot more easy?
2013 Aug 16
1
[PATCH] xen: initialize xen panic handler for PVHVM
kernel use callback linked in panic_notifier_list to notice others when panic
happens.
NORET_TYPE void panic(const char * fmt, ...){
...
atomic_notifier_call_chain(&panic_notifier_list, 0, buf);
}
When xen aware this, it will call xen_reboot(SHUTDOWN_crash) to send out an
event with reason code - SHUTDOWN_crash.
xen_panic_handler_init() is defined to register on panic_notifier_list but
2013 Aug 16
1
[PATCH] xen: initialize xen panic handler for PVHVM
kernel use callback linked in panic_notifier_list to notice others when panic
happens.
NORET_TYPE void panic(const char * fmt, ...){
...
atomic_notifier_call_chain(&panic_notifier_list, 0, buf);
}
When xen aware this, it will call xen_reboot(SHUTDOWN_crash) to send out an
event with reason code - SHUTDOWN_crash.
xen_panic_handler_init() is defined to register on panic_notifier_list but
2013 Aug 16
1
[PATCH] xen: initialize xen panic handler for PVHVM
kernel use callback linked in panic_notifier_list to notice others when panic
happens.
NORET_TYPE void panic(const char * fmt, ...){
...
atomic_notifier_call_chain(&panic_notifier_list, 0, buf);
}
When xen aware this, it will call xen_reboot(SHUTDOWN_crash) to send out an
event with reason code - SHUTDOWN_crash.
xen_panic_handler_init() is defined to register on panic_notifier_list but
2006 Jun 21
4
help on ploting various lines
Dear All,
I tried to plot a variety of lines(curves) on same figure. What I did is,
plot(x=x1,y=y1)
lines(x=x2,y=y2)
lines(x=x3,y=y3)
...
In my data, the maximum of y1 is much smaller than those maximums of other y vectors. So, in the figure I got, there are some curves which are not complete, I mean, they were cut off at the maximum of y1 at the y axis. Could anybody point out some right
2012 May 21
3
Need help for R install
Dear R committee:
I am Renzhi, Ph.D student in computer science in the University of Missouri. I have one question for you. I try to install R in the linux server, but I don't have the root permission, is there any way to install the R locally?
Thank you very much for helping me.
Renzhi Cao
Graduate Research Assistant
Department of Computer Science
University of
2011 Jun 17
1
Message7(06/16/2011) Re: error when booting (Lee Eric)
Message: 7
Date: Wed, 15 Jun 2011 19:17:36 +0800
From: Lee Eric <openlinuxsource at gmail.com>
To: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>
Cc: Wen Wei Tang <tangww at cn.ibm.com>, Xiao Dong Zhao
<zhaoxd at cn.ibm.com>, Shu Hua SH Chen <cshchen at cn.ibm.com>
Subject: Re: [syslinux] error when booting
Message-ID:
2009 Jul 30
3
What is the best method to produce means by categorical factors?
I am attempting to replicate some of my experience from SAS in R and assume
there are best methods for using a combination of summary(), subset, and
which() to produce a subset of mean values by categorical or ordinal
factors.
within sas I would write
proc means mean data=dataset;
class factor1 factor2
var variable1 variable2;
RUN;
producing an output with means for each variable by factor
2011 Dec 23
1
Long jobs completing without output
I've been running a glmer logit on a very large data set (600k obs).
Running on a 10% subset works correctly, but for the complete data set,
R completes apparently without error, but does not display the results.
Given these jobs take about 200 hours, it's very hard to make progress
by trial and error.
I append the code and the sample and complete output. As is apparent, I
upgraded R
2005 Sep 15
2
about cutree
Hi Everyone,
I'm trying to use cutree to get the clusters after hclust. What I used is: mycluster<-cutree(cnclust,h=0.5)
Now, my problem is, how can I get the actual clusters? Thanks!
Best,
Baoqiang Cao
2015 Aug 13
3
[syslinux:master] efi/pxe: Reuse handle
Hi all,
I'm terribly sorry that I cannot follow emails in my gmail inbox,
since gmail is blocked by China govement, as many of you may have
already known.
I'm a HP employee in China and we are going through the splitting
process, so the blade server I was using were packed up and should be
moved into a new room.
I will try the latest source if possible.
Thank you very much for your works.
2006 Oct 24
2
Progress Monitor in R
Hi there,
I'm writing a program in R that has a few nested loops. I'd like to
monitor the progress when the program is running and be able to estimate
the remaining time.
I'd highly appreciate it if anyone can shed a light on this issue. Thanks
for your time!
Best Regards,
Martha Cao
2015 Jun 17
2
Re: [PATCH v2] New API: btrfs_replace
Hi, pino
在 2015年06月16日 21:58, Pino Toscano 写道:
> On Monday 15 June 2015 15:52:31 Cao jin wrote:
>> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
>> ---
>> daemon/btrfs.c | 37 ++++++++++++++++++
>> generator/actions.ml | 16 ++++++++
>> tests/btrfs/Makefile.am | 3 +-
>>
2015 Jun 18
3
Re: [PATCH] New API: btrfs_device_stats
Hi, Pino
在 2015年06月17日 23:37, Pino Toscano 写道:
> Hi,
>
> On Wednesday 17 June 2015 10:12:59 Cao jin wrote:
>>>> @@ -2083,3 +2083,72 @@ do_btrfs_image (char *const *sources, const char *image,
>>>>
>>>> return 0;
>>>> }
>>>> +
>>>> +char **
>>>> +do_btrfs_device_stats (const char *path, int zero)