Displaying 20 results from an estimated 4000 matches similar to: "admin users' file is owned by root"
2005 Mar 24
1
RE: [R] Mapping actual to expected columns for princomp object
[Re-directing to R-devel, as I think this needs changes to the code.]
Can I suggest a modification to stats:predict.princomp so that it will check
for column (variable) names?
In src/library/stats/R/princomp-add.R, insert the following after line 4:
if (!is.null(cn <- names(object$center))) newdata <- newdata[, cn]
Now Dana's example looks like:
> predict(pca1, frz)
Error in
2004 Dec 03
8
smbd hung processes - Samba 3.0.7
We've seen Samba crash and burn twice in the last 48 hours - it just
started happening, and we have no idea what might be causing it. I'm
hoping that someone will recognize this problem.
Platform: we are running RedHat Enterprise Server, with Samba 3.0.7.
We're using security=domain in an old-style NT4 domain environment.
The symptom that we're seeing is that the number of
2008 Aug 25
1
page name change suggestion for wiki admin
This page for Chinese
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.2/Chinese
It is better to name this page to traditional_Chinese. I will do the Simple_Chinese page for this one. These two different Chinese languages,traditional Chinese is used in Taiwan China and simple Chinese used in Mainland.
Thank you admins.
2008-08-26
Nathanael Lee
-------------- next part --------------
2012 May 14
7
[PATCH v3] Fix the mistake of exception execution
Fix the mistake for debug exception(#DB), overflow exception(#OF; generated by INTO) and int 3(#BP) instruction emulation.
For INTn (CD ib), it should use type 4 (software interrupt).
For INT3 (CC; NOT CD ib with ib=3) and INTO (CE; NOT CD ib with ib=4), it should use type 6 (software exception).
For other exceptions (#DE, #DB, #BR, #UD, #NM, #TS, #NP, #SS, #GP, #PF, #MF, #AC, #MC, and #XM), it
2010 Apr 12
2
[LLVMdev] Why function pointer is different from other data type?
I'm sorry that I should remove the comment.
In fact my question is about the "float (i32)* (float (i32)*)*", why
we use this kind of return type instead of just "float (i32)*".
Thanks a lot.
Hao
On Mon, Apr 12, 2010 at 5:42 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Hao Shen,
>
>> %4 = call float (i32)* (float (i32)*)* @get_ptr(float (i32)* @a1)
2004 Dec 24
4
Connection reset by peer
Hi,
We continuously see these errors in our logs. I've done some searches on
this but nothing seems to point to anything specific.
Any ideas?
-John
Dec 23 20:14:41 valhalla smbd[3574]: [2004/12/23 20:14:41, 0]
lib/util_sock.c:get_peer_addr(1000)
Dec 23 20:14:41 valhalla smbd[3574]: getpeername failed. Error was
Transport endpoint is not connected
Dec 23 20:14:41 valhalla
2010 Apr 12
0
[LLVMdev] Why function pointer is different from other data type?
"float (i32)* (float (i32)*)*" is not a return type.
According to the description of the 'call' instruction in LLVM Assembly
Language Reference Manual (http://llvm.org/docs/LangRef.html#i_call) this
is a signature of the pointer to function value being invoked (which
includes the return type). In your case the full signature is printed
because get_ptr returns a pointer to
2000 Nov 15
2
Windows 2000 Passwords
Hello,
My question is the same as "Windows 98 Passwords" in your Samba FAQ
replacing Windows 98 with Windows 2000.
What is the registry to be modified to enable Plain Text Password with
Windows 2000 ?
I tried HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\VNETSUP
as in Windows 98
and
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters
as in NT4
but none work.
2012 May 30
12
[PATCH v2 0/4] XEN: fix vmx exception mistake
Changes from v1:
- Define new struct hvm_trap to represent information of trap, include
instruction length.
- Renames hvm_inject_exception to hvm_inject_trap. Then define a couple of
wrappers around that function for existing callers, so that their parameter
lists actually *shrink*.
This series of patches fix the mistake for debug exception(#DB), overflow
exception(#OF) and INT3(#BP),
2012 May 24
11
[PATCH 0/3] XEN: fix vmx exception mistake
This series of patches fix the mistake for debug exception(#DB), overflow
exception(#OF) and INT3(#BP), INTn instruction emulation.
Introduce new function vmx_inject_sw_exception() which deliver the software
excetion, software interrupt and privileged software exception. Split hardware
exception as a seperate function(old function vmx_inject_hw_exception()).
Also Passed down intruction length
2009 Nov 17
5
Question about Posix Locking and Windows XP/SP3 clients
Hi,
We have SAMBA 3.0.33 running on RedHat 5. We are sharing home directories
to users via Samba using the [homes] share. The home directories reside on
a Netapp filer, (actually multiple), and are accessed by the Samba server
over NFS. When users try to open a Microsoft Excel file from a Windows XP
SP3
2011 Dec 02
6
[PATCH] tools/firmware: remove "_PS0/3" Method
tools/firmware: remove "_PS0/3" Method
Do not expose the ACPI power management "_PS0/3" Method to guest firmware. According to section 3.4 of the APCI specification 4.0, PCI device control the device power through its own specification but not through APCI.
Qemu pushes "_PS0/3" to guest will cause a mess between ACPI PM and PCI PM as a result of incorrect ACPI table
2010 Apr 12
5
[LLVMdev] Why function pointer is different from other data type?
Dear all,
I compiled c program with llvm and found something strange with
function pointer as following small example .
------------- In C Code --------------
float a (int value) {
return value + 1;
};
typedef float (*funcptr_t) (int);
funcptr_t get_ptr(funcptr_t p) {
return p;
}
float result = get_ptr(a)(4);
------------- In LLVM Code --------------
%4 = call float (i32)* (float
2002 Sep 18
5
newbie question: p.values in a column
Hello,
I have a vector (v) with 6 columns and 2000 rows. I am trying to do one
sample t.test for each row (I know this sounds crazy) and put the
p.values into the 7th column.
I know I can access the p.value via t.test(v[i,])[3]$p.value; I know I
can do t.test on the row by apply(v, 1, t.test), but I just couldn't
figure out how to fit them together.
I'd very appreciate your help!!
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu
Commercial Scale Out
IBM T.J. Watson Research Center
1101 Kitchawan Rd/Route 134, Rm 36-019
Yorktown Heights, NY 10598-0218
914-945-1854, Email: yuh@us.ibm.com
----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM -----
Jimi
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu
Commercial Scale Out
IBM T.J. Watson Research Center
1101 Kitchawan Rd/Route 134, Rm 36-019
Yorktown Heights, NY 10598-0218
914-945-1854, Email: yuh@us.ibm.com
----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM -----
Jimi
2010 May 12
1
[LLVMdev] How can I remove Intrinsic Functions during llvm-gcc compilation?
On Mon, May 10, 2010 at 7:19 PM, John Criswell <criswell at uiuc.edu> wrote:
> SHEN Hao wrote:
>> Thanks a lot for your answer.
>> As what you said, I can not have any options to avoid generating this kind
>> of intrinsic for byte code. Is it possible to modify gcc and ask it take
>> all memset liked functions as a general function call? I know this solution
2010 May 10
2
[LLVMdev] How can I remove Intrinsic Functions during llvm-gcc compilation?
Thanks a lot for your answer.
As what you said, I can not have any options to avoid generating this kind
of intrinsic for byte code. Is it possible to modify gcc and ask it take
all memset liked functions as a general function call? I know this solution
is less performance efficient, but I would like to have it for my llvm
assembly level modification works.
But anyway, thanks for you help.
Hao
2014 Dec 09
2
[LLVMdev] The target independence of IR
Hi,
Can anyone help me understand that LLVM IR has "target independence" ?
1. When we talk about "target", we mean something like Instruction Set
Architecture ?
2. The front-end may generate IR code such as x86_fp80, so the IR is
actually not fully target-independent? It contains information about the
target, and the front-end should also be aware of this?
Thank you!
Hao
2005 Sep 21
2
win.metafile on linux?
Dear R-help,
Is it possible to use win.metafile() on *nix versions of R?
I tried R 2.1.1 on FreeBSD and R 1.9.0 on redhat with no success. I need
to give some graphs generated in R to my boss so that he can modify them
in Powerpoint to fit he style of his presentation. Recommendations on
other methods are appreciated as well.
Hao
--
: Hao Chen, Ph.D.
: Instructor
: Department of