Displaying 20 results from an estimated 4000 matches similar to: "A few question about samba-2.2.8a..."
2003 Dec 10
3
How much space is needed to install samba??
Dear samba support team,
I am very interested to use samba for "talking"
between Windows machine and Unix machine.
May I know how much space is needed to install samba on the server?
Thanks in advance for your great feedback.
Regards,
Alex
-------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient,
please
2005 Sep 14
3
mailbox corruption
Hello,
Here is the description of a problem we habe been having for some time.
Originally posted on the postfix-users mailing list, but no solution
found to date.
>>>> We have been having problems with our mail system for a couple of
>>>> months. Every now and then, some mailboxes get corrupted: a
>>>> half-truncated message, usually without headers, is at
2012 Dec 14
1
format.pval () and printCoefmat ()
Hi List,
My goal is to force R not to print in scientific notation in the sixth column (rel_diff - for the p-value) of my data frame (not a matrix).
I have used the format.pval () and printCoefmat () functions on the data frame. The R script is appended below.
This issue is that use of the format.pval () and printCoefmat () functions on the data frame gives me the desired results, but coerces
2006 Jul 30
2
NIST StRD linear regression
NIST maintains a repository of Statistical Reference Datasets at
http://www.itl.nist.gov/div898/strd/. I have been working through the
datasets to compare R's results to their references with the hope that
if all works well, this could become a validation package.
All the linear regression datasets give results with some degree of
accuracy except one. The NIST model includes 11 parameters,
2013 Feb 20
3
NLS results different from Excel -- Tricky fortunes nomination
Folks:
I thought the following excerpt from Bruce McCullough's post would be
a good candidate for the R fortunes package -- except that it's about
Excel, not R! So I nominate it... but leave it to others to say
whether it's really "qualified" to be nominated.
----
"The idea that the Excel solver "has a good reputation for being fast
and accurate" does not
2006 Mar 06
3
Problem Accessing Samba Server from Windows
Hi,
I'm having a problem accessing my samba server from Windows. The problem
occurs every time I try to browse to it on either XP or 2003 Server. The
error message I get is: "\\Zeus is not accessible. You might not have
permission to use this network resource. Contact the administrator of
this server to find out if you have access permissions. The account is
not authorized to log in
2004 Apr 02
3
Single Factor Anova
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello all -
As I progress in R I am trying to automate functions I would have
normally farmed out to Excel, SPSS or Statistica. Single factor anova
is one of them. For example, a dataset from NIST StRD
(http://www.itl.nist.gov/div898/strd/anova/AtmWtAg.html) has two groups:
1 2
107.8681568 107.8681079
107.8681465 107.8681344
2012 May 04
3
read-in, error???
Dear Users!
I encountered with some problem in data reading while I challenged R (and
me too) in a validation point of view.
In this issue, I tried to utilize some reference datasets (
http://www.itl.nist.gov/div898/strd/index.html).
And the result departed a bit from my expectations. This dataset dedicated
to challenge cancellation and accumulation errors (case SmLs07), that's why
this
2012 Jan 23
2
[LLVMdev] Use of 'ldrd' instructions with unaligned addresses on armv7 (Major bug in LLVM optimizer?)
Hi,
I think I discovered a major armv7 optimization bug in Clang. I create a simple test case which exhibits the issue.
When you compile the attached file for armv7 with optimizations turned on (O2, O3 or Os), the binary generated led to a crash.
The issue can't be reproduced when using GCC 4.2. It can't be reproduced with Clang when the optimization is turned off (O0).
This issue can be
2013 Feb 20
1
NLS results different from Excel
The idea that the Excel solver "has a good reputation for being fast and
accurate" does not withstand an examination of the Excel solver's
ability to solve the StRD nls test problems. Solver's ability is
abysmal. 13 of 27 "answers" have zero accurate digits, and three more
have fewer than two accurate digits -- and this is after tuning the
solver to get a good
2010 Nov 16
26
Balloon driver for Linux/HVM
Hi,
I have noticed that, in the code of linux/drivers/xen/balloon.c, there exists the snippet as this:
static int __init balloon_init(void)
{
unsigned long pfn;
struct page *page;
if (!xen_pv_domain())
return -ENODEV;
.....
}
Does it means the driver will not work in HVM? If so, where is the HVN-enabled code for that?
2010-11-16
Rui Chu
_______________________________________________
2010 Jun 14
5
cooked mode sessions
Picking up on a couple really old threads (e.g.
http://osdir.com/ml/ietf.secsh/2001-09/msg00003.html ) I've finally gotten
around to this. The EXTPROC support on Linux is missing, but you can find
kernel patches for that here
http://lkml.org/lkml/2010/6/11/403
I've also fixed up the netkit telnet / telnetd code to work with EXTPROC /
LINEMODE on Linux, those patches are here
2005 Mar 23
2
R accuracy
Hello,
I am trying to test the precision of R on datasets from The Statistical Reference Datasets Project http://www.itl.nist.gov/div898/strd/index.html and I don't manage to understand how R is storing its results.
For example, I calculate a mean on the michelso dataset (100 values) and find:
> m=mean(michel)
> m
V1
299.8524
> print(m,digits=15)
V1
299.8524
2008 Jan 09
6
[PATCH] x 2 - Fix for "null pointer exception" when ask_status is called before worker is run, and docfixes
Sorry for attaching patches in emails to the mailing list, but I''m still
unable to login to Devjavu for Backgroundrb (I''m able to login just fine for
Merb''s Devjavu and submitted a ticket successfully).
Anyway, I encountered a bug when trying to #ask_status of a worker before
it''s run (or rather, before its result_hash has been set to something). Not
sure why
2012 Jan 23
0
[LLVMdev] Use of 'ldrd' instructions with unaligned addresses on armv7 (Major bug in LLVM optimizer?)
The problem is in your code, not the compiler. You're casting an unaligned char* to an int*, even though an int* pointer must be 4-byte aligned in every ARM ABI that I've ever seen.
On Jan 23, 2012, at 6:14 AM, Alexandre Colucci wrote:
> Hi,
>
> I think I discovered a major armv7 optimization bug in Clang. I create a simple test case which exhibits the issue.
> When you
2004 Apr 14
2
Problem creating new domain in unstable
Hi,
I just had a try using the xeno-unstable. When I used the xc_dom_create.py to create a new domain I got the followings:
==============================================
Traceback (most recent call last):
File "/usr/bin/xc_dom_create.py", line 332, in ?
(current_id, current_port) = make_domain()
File "/usr/bin/xc_dom_create.py", line 238, in make_domain
2012 Jan 24
3
[LLVMdev] Use of 'ldrd' instructions with unaligned addresses on armv7 (Major bug in LLVM optimizer?)
In practice all Apple hardwares support misaligned accesses for single-register loads and stores.
If a pointer is not aligned, LLVM should not use the double-register loads and stores. It should keep the two single-register loads instead of trying to optimize them as one unsupported double-register load.
Note that this code compiled with GCC 4.2 runs perfectly whereas LLVM will produce a binary
2013 Mar 13
5
[LLVMdev] Problems with 64-bit register operands of inline asm on ARM
r175088 attempted to fix gcc inline asm compatibility with 64-bit
operands by forcing these into even/odd register pairs the same way gcc
always allocates such values.
While the fix appears to work as such, it is not always activated when
required. The patch makes the assumption that any inline asm statement
relying on the even/odd allocation will make use of the %Hn syntax to
reference the high
2007 Oct 04
4
2 more JSON / XML feature parity patches before Rails 2.0
I''d really like to see just 2 more functional changes to the JSON
serialization/encoding before we get to Rails 2.0.
First, and I think this is really crucial because without it all the
efforts to output JSON from ActiveRecord objects would have been half
in vain, is to allow us to do this in controllers:
@authors = Author.find(:all)
render :json => @authors.to_json(:only =>
2009 Sep 08
3
OpenSSH and keystroke timings
Old news, but ... http://lwn.net/Articles/298833/
I first posted about this back in 2001 and it's still not resolved:
http://osdir.com/ml/ietf.secsh/2001-09/msg00000.html
1) high latency networks are a reality that will never go away. In fact they
will only become more prevalent since distributed networks continue to grow
broader but (surprise) the speed of light remains a constant.
2)